Home
last modified time | relevance | path

Searched full:uis (Results 1 – 25 of 853) sorted by relevance

12345678910>>...35

/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/test/java/org/apache/velocity/io/
H A DUnicodeInputStreamTestCase.java126 UnicodeInputStream uis = null; in testRun() local
131 uis = new UnicodeInputStream(is, skipBOM); in testRun()
133 assertEquals("BOM Skipping problem", skipBOM, uis.isSkipBOM()); in testRun()
137 assertEquals("Wrong Encoding detected", testEncoding, uis.getEncodingFromStream()); in testRun()
140 byte [] result = readAllBytes(uis, testEncoding); in testRun()
154 if (uis != null) in testRun()
156 uis.close(); in testRun()
/aosp_15_r20/external/libchrome/base/metrics/
H A Dfield_trial_params_unittest.cc426 static const FeatureParam<UI>::Option uis[] = { in TEST_F() local
429 static const FeatureParam<UI> a{&kFeature, "a", UI::ONE_D, &uis}; in TEST_F()
430 static const FeatureParam<UI> b{&kFeature, "b", UI::ONE_D, &uis}; in TEST_F()
431 static const FeatureParam<UI> c{&kFeature, "c", UI::ONE_D, &uis}; in TEST_F()
432 static const FeatureParam<UI> d{&kFeature, "d", UI::ONE_D, &uis}; in TEST_F()
433 static const FeatureParam<UI> e{&kFeature, "e", UI::TWO_D, &uis}; in TEST_F()
434 static const FeatureParam<UI> f{&kFeature, "f", UI::THREE_D, &uis}; in TEST_F()
/aosp_15_r20/external/perfetto/protos/perfetto/trace/
H A Dui_state.proto20 // Common state for UIs visualizing Perfetto traces.
21 // This message can be appended as a TracePacket by UIs to save the
36 // The pid of the process to highlight. This is useful for UIs to focus
45 // this is the package name of the app. This is useful for UIs to focus
/aosp_15_r20/external/cronet/base/metrics/
H A Dfield_trial_params_unittest.cc476 static const FeatureParam<UI>::Option uis[] = { in TEST_F() local
479 static const FeatureParam<UI> a{&kFeature, "a", UI::ONE_D, &uis}; in TEST_F()
480 static const FeatureParam<UI> b{&kFeature, "b", UI::ONE_D, &uis}; in TEST_F()
481 static const FeatureParam<UI> c{&kFeature, "c", UI::ONE_D, &uis}; in TEST_F()
482 static const FeatureParam<UI> d{&kFeature, "d", UI::ONE_D, &uis}; in TEST_F()
483 static const FeatureParam<UI> e{&kFeature, "e", UI::TWO_D, &uis}; in TEST_F()
484 static const FeatureParam<UI> f{&kFeature, "f", UI::THREE_D, &uis}; in TEST_F()
/aosp_15_r20/external/google-cloud-java/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/
H A DExpr.java279 …sion, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to ente…
294 …sion, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to ente…
317 …sion, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to ente…
1138 …sion, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to ente…
1152 …sion, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to ente…
1174 …sion, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to ente…
1196 …sion, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to ente…
1217 …sion, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to ente…
1234 …sion, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to ente…
H A DExprOrBuilder.java141 …sion, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to ente…
153 …sion, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to ente…
165 …sion, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to ente…
/aosp_15_r20/external/sdk-platform-java/java-common-protos/proto-google-common-protos/src/main/java/com/google/type/
H A DExpr.java153 * its purpose. This can be used e.g. in UIs which allow to enter the
178 * its purpose. This can be used e.g. in UIs which allow to enter the
849 * its purpose. This can be used e.g. in UIs which allow to enter the
873 * its purpose. This can be used e.g. in UIs which allow to enter the
897 * its purpose. This can be used e.g. in UIs which allow to enter the
920 * its purpose. This can be used e.g. in UIs which allow to enter the
939 * its purpose. This can be used e.g. in UIs which allow to enter the
H A DExprOrBuilder.java58 * its purpose. This can be used e.g. in UIs which allow to enter the
72 * its purpose. This can be used e.g. in UIs which allow to enter the
/aosp_15_r20/external/google-cloud-java/java-private-catalog/proto-google-cloud-private-catalog-v1beta1/src/main/java/com/google/cloud/privatecatalog/v1beta1/
H A DCatalog.java134 * Output only. The descriptive name of the catalog as it appears in UIs.
157 * Output only. The descriptive name of the catalog as it appears in UIs.
895 * Output only. The descriptive name of the catalog as it appears in UIs.
917 * Output only. The descriptive name of the catalog as it appears in UIs.
939 * Output only. The descriptive name of the catalog as it appears in UIs.
960 * Output only. The descriptive name of the catalog as it appears in UIs.
977 * Output only. The descriptive name of the catalog as it appears in UIs.
H A DCatalogOrBuilder.java57 * Output only. The descriptive name of the catalog as it appears in UIs.
69 * Output only. The descriptive name of the catalog as it appears in UIs.
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86CmovConversion.cpp539 auto UIs = MRI->use_instructions(MI->defs().begin()->getReg()); in checkForProfitableCmovCandidates() local
540 if (UIs.begin() != UIs.end() && ++UIs.begin() == UIs.end()) { in checkForProfitableCmovCandidates()
541 unsigned Op = UIs.begin()->getOpcode(); in checkForProfitableCmovCandidates()
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/
Dcloudasset_v1.feeds.html122 …sion, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to ente…
157 …sion, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to ente…
215 …sion, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to ente…
257 …sion, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to ente…
295 …sion, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to ente…
330 …sion, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to ente…
Dhealthcare_v1.projects.locations.datasets.consentStores.consents.html153 …sion, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to ente…
200 …sion, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to ente…
240 …sion, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to ente…
323 …sion, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to ente…
375 …sion, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to ente…
430 …sion, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to ente…
503 …sion, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to ente…
544 …sion, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to ente…
598 …sion, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to ente…
652 …sion, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to ente…
Dhealthcare_v1beta1.projects.locations.datasets.consentStores.consents.html153 …sion, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to ente…
200 …sion, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to ente…
240 …sion, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to ente…
323 …sion, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to ente…
375 …sion, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to ente…
430 …sion, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to ente…
503 …sion, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to ente…
544 …sion, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to ente…
598 …sion, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to ente…
652 …sion, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to ente…
Dbigtableadmin_v2.projects.instances.html166 …quot;, # Required. The descriptive name for this instance as it appears in UIs. Can be changed at …
241 …quot;, # Required. The descriptive name for this instance as it appears in UIs. Can be changed at …
294 …sion, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to ente…
329 …quot;, # Required. The descriptive name for this instance as it appears in UIs. Can be changed at …
367 …quot;, # Required. The descriptive name for this instance as it appears in UIs. Can be changed at …
436 …sion, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to ente…
478 …sion, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to ente…
532 …quot;, # Required. The descriptive name for this instance as it appears in UIs. Can be changed at …
551 …quot;, # Required. The descriptive name for this instance as it appears in UIs. Can be changed at …
Dbinaryauthorization_v1beta1.projects.policy.html88 … Note: This operation is designed to be used for building permission-aware UIs and command-line to…
117 …sion, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to ente…
147 …sion, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to ente…
175 …sion, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to ente…
190 … Note: This operation is designed to be used for building permission-aware UIs and command-line to…
Dbinaryauthorization_v1.projects.policy.html88 … Note: This operation is designed to be used for building permission-aware UIs and command-line to…
117 …sion, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to ente…
147 …sion, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to ente…
175 …sion, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to ente…
190 … Note: This operation is designed to be used for building permission-aware UIs and command-line to…
Dorgpolicy_v2.projects.policies.html129 …sion, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to ente…
168 …sion, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to ente…
232 …sion, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to ente…
278 …sion, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to ente…
329 …sion, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to ente…
386 …sion, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to ente…
425 …sion, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to ente…
Dorgpolicy_v2.folders.policies.html129 …sion, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to ente…
168 …sion, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to ente…
232 …sion, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to ente…
278 …sion, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to ente…
329 …sion, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to ente…
386 …sion, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to ente…
425 …sion, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to ente…
/aosp_15_r20/external/sdk-platform-java/java-iam/grpc-google-iam-v1/src/main/java/com/google/iam/v1/
H A DIAMPolicyGrpc.java280 * UIs and command-line tools, not for authorization checking. This operation
403 * UIs and command-line tools, not for authorization checking. This operation
490 * UIs and command-line tools, not for authorization checking. This operation
574 * UIs and command-line tools, not for authorization checking. This operation
/aosp_15_r20/system/extras/simpleperf/doc/
H A Dview_the_profile.md12 format, or in some interactive UIs.
14 Below shows some recommended UIs to view the profile. Google developers can find
398 If the above View UIs can't fulfill your need, you can use
/aosp_15_r20/external/googleapis/google/devtools/resultstore/v2/
H A Dconfiguration.proto66 // A human-readable name for Configuration for UIs.
68 // If omitted, UIs should default to configuration_id.
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/
H A DCompatUIController.java172 // Indicates if the keyguard is currently showing, in which case compat UIs shouldn't
342 // Remove all compat UIs on the removed display. in onDisplayRemoved()
384 // Hide the compat UIs when input method is showing. in onImeVisibilityChanged()
393 // Hide the compat UIs when keyguard is showing. in onKeyguardVisibilityChanged()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86CmovConversion.cpp553 auto UIs = MRI->use_instructions(MI->defs().begin()->getReg()); in checkForProfitableCmovCandidates() local
554 if (!UIs.empty() && ++UIs.begin() == UIs.end()) { in checkForProfitableCmovCandidates()
555 unsigned Op = UIs.begin()->getOpcode(); in checkForProfitableCmovCandidates()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp805 auto UIs = MRI->use_instructions(ResVReg); in selectAddrSpaceCast() local
806 if (!UIs.empty() && ++UIs.begin() == UIs.end() && in selectAddrSpaceCast()
807 (UIs.begin()->getOpcode() == SPIRV::OpConstantComposite || in selectAddrSpaceCast()
808 UIs.begin()->getOpcode() == SPIRV::OpVariable || in selectAddrSpaceCast()
809 isSpvIntrinsic(*UIs.begin(), Intrinsic::spv_init_global))) { in selectAddrSpaceCast()

12345678910>>...35