Home
last modified time | relevance | path

Searched refs:hasTable (Results 1 – 25 of 26) sorted by relevance

12

/aosp_15_r20/external/google-cloud-java/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/
H A DBigQueryField.java82 public boolean hasTable() { in hasTable() method in BigQueryField
210 if (hasTable() != other.hasTable()) return false; in equals()
211 if (hasTable()) { in equals()
229 if (hasTable()) { in hashCode()
475 if (other.hasTable()) { in mergeFrom()
555 public boolean hasTable() { in hasTable() method in BigQueryField.Builder
H A DStatisticalTable.java1058 public boolean hasTable() { in hasTable() method in StatisticalTable
1292 if (hasTable() != other.hasTable()) return false; in equals()
1293 if (hasTable()) { in equals()
1312 if (hasTable()) { in hashCode()
1591 if (other.hasTable()) { in mergeFrom()
1715 public boolean hasTable() { in hasTable() method in StatisticalTable.Builder
H A DTransformationDetailsStorageConfigOrBuilder.java42 boolean hasTable(); in hasTable() method
H A DBigQueryFieldOrBuilder.java37 boolean hasTable(); in hasTable() method
H A DOutputStorageConfigOrBuilder.java48 boolean hasTable(); in hasTable() method
H A DContentItemOrBuilder.java76 boolean hasTable(); in hasTable() method
H A DStatisticalTableOrBuilder.java38 boolean hasTable(); in hasTable() method
H A DTransformationDetailsStorageConfig.java131 public boolean hasTable() { in hasTable() method in TransformationDetailsStorageConfig
593 public boolean hasTable() { in hasTable() method in TransformationDetailsStorageConfig.Builder
H A DOutputStorageConfig.java364 public boolean hasTable() { in hasTable() method in OutputStorageConfig
917 public boolean hasTable() { in hasTable() method in OutputStorageConfig.Builder
H A DContentItem.java195 public boolean hasTable() { in hasTable() method in ContentItem
876 public boolean hasTable() { in hasTable() method in ContentItem.Builder
H A DPrivacyMetric.java6593 boolean hasTable(); in hasTable() method
7821 public boolean hasTable() { in hasTable() method in PrivacyMetric.KMapEstimationConfig.AuxiliaryTable
8074 if (hasTable() != other.hasTable()) return false; in equals()
8075 if (hasTable()) { in equals()
8094 if (hasTable()) { in hashCode()
8402 if (other.hasTable()) { in mergeFrom()
8529 public boolean hasTable() { in hasTable() method in PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.Builder
/aosp_15_r20/external/google-cloud-java/java-biglake/proto-google-cloud-biglake-v1alpha1/src/main/java/com/google/cloud/bigquery/biglake/v1alpha1/
H A DUpdateTableRequest.java87 public boolean hasTable() { in hasTable() method in UpdateTableRequest
239 if (hasTable() != other.hasTable()) return false; in equals()
240 if (hasTable()) { in equals()
258 if (hasTable()) { in hashCode()
509 if (other.hasTable()) { in mergeFrom()
594 public boolean hasTable() { in hasTable() method in UpdateTableRequest.Builder
H A DCreateTableRequest.java147 public boolean hasTable() { in hasTable() method in CreateTableRequest
300 if (hasTable() != other.hasTable()) return false; in equals()
301 if (hasTable()) { in equals()
318 if (hasTable()) { in hashCode()
572 if (other.hasTable()) { in mergeFrom()
789 public boolean hasTable() { in hasTable() method in CreateTableRequest.Builder
H A DUpdateTableRequestOrBuilder.java42 boolean hasTable(); in hasTable() method
H A DCreateTableRequestOrBuilder.java73 boolean hasTable(); in hasTable() method
/aosp_15_r20/external/google-cloud-java/java-biglake/proto-google-cloud-biglake-v1/src/main/java/com/google/cloud/bigquery/biglake/v1/
H A DUpdateTableRequest.java87 public boolean hasTable() { in hasTable() method in UpdateTableRequest
239 if (hasTable() != other.hasTable()) return false; in equals()
240 if (hasTable()) { in equals()
258 if (hasTable()) { in hashCode()
506 if (other.hasTable()) { in mergeFrom()
591 public boolean hasTable() { in hasTable() method in UpdateTableRequest.Builder
H A DCreateTableRequest.java147 public boolean hasTable() { in hasTable() method in CreateTableRequest
300 if (hasTable() != other.hasTable()) return false; in equals()
301 if (hasTable()) { in equals()
318 if (hasTable()) { in hashCode()
569 if (other.hasTable()) { in mergeFrom()
786 public boolean hasTable() { in hasTable() method in CreateTableRequest.Builder
H A DUpdateTableRequestOrBuilder.java42 boolean hasTable(); in hasTable() method
H A DCreateTableRequestOrBuilder.java73 boolean hasTable(); in hasTable() method
/aosp_15_r20/cts/tests/tests/text/src/android/text/cts/
H A DFontVariationSettingsTest.kt39 assumeTrue(FontFileTestUtil.hasTable(font.file, font.ttcIndex, "fvar")) in assumeDefaultFontHasVariableFont()
H A DFontFileTestUtil.java110 public static boolean hasTable(File file, int index, String tag) { in hasTable() method in FontFileTestUtil
/aosp_15_r20/external/dng_sdk/source/
H A Ddng_reference.cpp1432 const bool hasTable = hasEncodeTable && hasDecodeTable; in RefBaselineHueSatMap() local
1526 if (hasTable) in RefBaselineHueSatMap()
1616 v = hasTable ? decodeTable->Interpolate (vEncoded) : vEncoded; in RefBaselineHueSatMap()
/aosp_15_r20/frameworks/base/tools/aapt/
H A DResource.cpp2398 bool hasTable = false; in writeLayoutClasses() local
2402 if (!hasTable) { in writeLayoutClasses()
2403 hasTable = true; in writeLayoutClasses()
2452 if (hasTable) { in writeLayoutClasses()
/aosp_15_r20/external/guice/extensions/persist/lib/
HDhibernate-annotations.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/ ...
HDhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/ ...

12