/aosp_15_r20/external/google-cloud-java/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/ |
H A D | Schema.java | 923 com.google.cloud.dataplex.v1.Schema.Type getType(); in getType() method 1210 public com.google.cloud.dataplex.v1.Schema.Type getType() { in getType() method in Schema.SchemaField 2102 public com.google.cloud.dataplex.v1.Schema.Type getType() { in getType() method in Schema.SchemaField.Builder 2764 com.google.cloud.dataplex.v1.Schema.Type getType(); in getType() method 2907 public com.google.cloud.dataplex.v1.Schema.Type getType() { in getType() method in Schema.PartitionField 3452 public com.google.cloud.dataplex.v1.Schema.Type getType() { in getType() method in Schema.PartitionField.Builder
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/audio/effect/6.0/xml/audio_effects_conf_V6_0/gen/cpp/ |
D | audio_effects_V6_0.cpp | 391 const StreamInputType& StreamPreprocessType::getType() const { in getType() function in audio::effects::V6_0::StreamPreprocessType 421 const StreamOutputType& StreamPostprocessType::getType() const { in getType() function in audio::effects::V6_0::StreamPostprocessType 459 const DeviceType& DeviceProcessType::getType() const { in getType() function in audio::effects::V6_0::DeviceProcessType
|
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/util/ |
H A D | CodePointTrie.java | 275 public abstract Type getType(); in getType() method in CodePointTrie 771 public final Type getType() { return Type.FAST; } in getType() method in CodePointTrie.Fast 909 public final Type getType() { return Type.SMALL; } in getType() method in CodePointTrie.Small
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/audio/effect/7.0/xml/audio_effects_conf_V7_0/gen/cpp/ |
D | audio_effects_V7_0.cpp | 391 const StreamInputType& StreamPreprocessType::getType() const { in getType() function in audio::effects::V7_0::StreamPreprocessType 421 const StreamOutputType& StreamPostprocessType::getType() const { in getType() function in audio::effects::V7_0::StreamPostprocessType 459 const DeviceType& DeviceProcessType::getType() const { in getType() function in audio::effects::V7_0::DeviceProcessType
|
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/util/ |
H A D | CodePointTrie.java | 266 public abstract Type getType(); in getType() method in CodePointTrie 755 public final Type getType() { return Type.FAST; } in getType() method in CodePointTrie.Fast 888 public final Type getType() { return Type.SMALL; } in getType() method in CodePointTrie.Small
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/wifi/1.0/android.hardware.wifi-V1.0-java_gen_java/gen/srcs/android/hardware/wifi/V1_0/ |
D | IWifiIface.java | 105 void getType(getTypeCallback _hidl_cb) in getType() method 269 public void getType(getTypeCallback _hidl_cb) in getType() method in IWifiIface.Proxy
|
/aosp_15_r20/hardware/interfaces/broadcastradio/common/utils2x/ |
H A D | Utils.cpp | 40 IdentifierType getType(uint32_t typeAsInt) { in getType() function 44 IdentifierType getType(const ProgramIdentifier& id) { in getType() function
|
/aosp_15_r20/external/google-cloud-java/java-life-sciences/proto-google-cloud-life-sciences-v2beta/src/main/java/com/google/cloud/lifesciences/v2beta/ |
H A D | Accelerator.java | 92 public java.lang.String getType() { in getType() method in Accelerator 533 public java.lang.String getType() { in getType() method in Accelerator.Builder
|
/aosp_15_r20/external/google-cloud-java/java-grafeas/src/main/java/io/grafeas/v1/ |
H A D | Hash.java | 85 public java.lang.String getType() { in getType() method in Hash 505 public java.lang.String getType() { in getType() method in Hash.Builder
|
/aosp_15_r20/external/google-cloud-java/java-optimization/proto-google-cloud-optimization-v1/src/main/java/com/google/cloud/optimization/v1/ |
H A D | CapacityQuantity.java | 83 public java.lang.String getType() { in getType() method in CapacityQuantity 496 public java.lang.String getType() { in getType() method in CapacityQuantity.Builder
|
/aosp_15_r20/external/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeRecord.h | 601 TypeIndex getType() const { return Type; } in getType() function 903 TypeIndex getType() const { return Type; } in getType() function 1007 TypeIndex getType() const { return Type; } in getType() function 1040 TypeIndex getType() const { return Type; } in getType() function 1098 TypeIndex getType() const { return Type; } in getType() function
|
/aosp_15_r20/external/google-cloud-java/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/ |
H A D | SuggestionFeature.java | 280 public com.google.cloud.dialogflow.v2.SuggestionFeature.Type getType() { in getType() method in SuggestionFeature 678 public com.google.cloud.dialogflow.v2.SuggestionFeature.Type getType() { in getType() method in SuggestionFeature.Builder
|
/aosp_15_r20/external/google-cloud-java/java-analytics-data/proto-google-analytics-data-v1beta/src/main/java/com/google/analytics/data/v1beta/ |
H A D | MetricHeader.java | 154 public com.google.analytics.data.v1beta.MetricType getType() { in getType() method in MetricHeader 678 public com.google.analytics.data.v1beta.MetricType getType() { in getType() method in MetricHeader.Builder
|
/aosp_15_r20/external/google-cloud-java/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ |
H A D | SandboxConfig.java | 234 public com.google.container.v1.SandboxConfig.Type getType() { in getType() method in SandboxConfig 623 public com.google.container.v1.SandboxConfig.Type getType() { in getType() method in SandboxConfig.Builder
|
/aosp_15_r20/frameworks/base/core/java/android/content/ |
H A D | IContentProvider.java | 51 String getType(@NonNull AttributionSource attributionSource, in getType() method 62 default String getType(Uri url) throws RemoteException { in getType() method
|
/aosp_15_r20/external/google-cloud-java/java-notebooks/proto-google-cloud-notebooks-v1/src/main/java/com/google/cloud/notebooks/v1/ |
H A D | UpgradeInstanceRequest.java | 159 public com.google.cloud.notebooks.v1.UpgradeType getType() { in getType() method in UpgradeInstanceRequest 695 public com.google.cloud.notebooks.v1.UpgradeType getType() { in getType() method in UpgradeInstanceRequest.Builder
|
H A D | IsInstanceUpgradeableRequest.java | 159 public com.google.cloud.notebooks.v1.UpgradeType getType() { in getType() method in IsInstanceUpgradeableRequest 696 public com.google.cloud.notebooks.v1.UpgradeType getType() { in getType() method in IsInstanceUpgradeableRequest.Builder
|
/aosp_15_r20/external/google-cloud-java/java-analytics-data/proto-google-analytics-data-v1alpha/src/main/java/com/google/analytics/data/v1alpha/ |
H A D | MetricHeader.java | 154 public com.google.analytics.data.v1alpha.MetricType getType() { in getType() method in MetricHeader 678 public com.google.analytics.data.v1alpha.MetricType getType() { in getType() method in MetricHeader.Builder
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
H A D | LenientDateParser.java | 478 static Type getType(Object field) { in getType() method in LenientDateParser.Token.Type 527 public Type getType() { in getType() method in LenientDateParser.Token
|
/aosp_15_r20/external/google-cloud-java/java-container/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/ |
H A D | ClusterTelemetry.java | 278 public com.google.container.v1beta1.ClusterTelemetry.Type getType() { in getType() method in ClusterTelemetry 671 public com.google.container.v1beta1.ClusterTelemetry.Type getType() { in getType() method in ClusterTelemetry.Builder
|
/aosp_15_r20/external/deqp/external/openglcts/modules/common/ |
H A D | glcUniformBlockCase.hpp | 158 const VarType &getType(void) const in getType() function in deqp::ub::StructMember 224 const VarType &getType(void) const in getType() function in deqp::ub::Uniform
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/nfc/framework-nfc.stubs.from-text/android_common/framework-nfc.stubs.from-text/ |
D | framework-nfc.stubs.from-text.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/nfc/
android/ ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/nfc/framework-nfc.stubs.exportable/android_common/combined/ |
D | framework-nfc.stubs.exportable.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/nfc/
android/ ... |
/aosp_15_r20/prebuilts/sdk/35/public/ |
HD | framework-nfc.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/nfc/
android/ ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/nfc/framework-nfc.stubs.from-text/android_common/metalava/ |
D | stubs.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/nfc/
android/ ... |