/aosp_15_r20/external/apache-xml/test/java/src/org/apache/qetest/xalanj2/ |
H A D | ProgrammaticDOMTest.java | 162 // Programmatically build the XML file into a Document and transform in testCase1() 183 // Programmatically build the XML file into a DocFrag and transform in testCase1() 205 // Programmatically build the XML file into an Element and transform in testCase1() 240 * Build a stylesheet DOM programmatically and use it. 246 reporter.testCaseInit("Build a stylesheet DOM programmatically and use it"); in testCase2() 260 // Programmatically build the XSL file into a Document and transform in testCase2() 279 // Programmatically build the XSL file into a DocFrag and transform in testCase2() 331 // Programmatically build the XSL file into an Element and transform in testCase2()
|
H A D | SmoketestOuttakes.java | 643 * Build a stylesheet DOM programmatically and use it. 649 reporter.testCaseInit("Build a stylesheet DOM programmatically and use it"); in testCase6() 667 // Programmatically build the XSL file into a Document and transform in testCase6() 686 // Programmatically build the XSL file into a DocFrag and transform in testCase6() 723 // Programmatically build the XSL file into an Element and transform in testCase6()
|
/aosp_15_r20/external/google-cloud-java/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/ |
H A D | QuasiId.java | 175 * To programmatically obtain the list of supported InfoTypes, use 194 * To programmatically obtain the list of supported InfoTypes, use 216 * To programmatically obtain the list of supported InfoTypes, use 1033 * To programmatically obtain the list of supported InfoTypes, use 1052 * To programmatically obtain the list of supported InfoTypes, use 1081 * To programmatically obtain the list of supported InfoTypes, use 1107 * To programmatically obtain the list of supported InfoTypes, use 1130 * To programmatically obtain the list of supported InfoTypes, use 1165 * To programmatically obtain the list of supported InfoTypes, use 1194 * To programmatically obtain the list of supported InfoTypes, use [all …]
|
H A D | QuasiIdOrBuilder.java | 71 * To programmatically obtain the list of supported InfoTypes, use 87 * To programmatically obtain the list of supported InfoTypes, use 103 * To programmatically obtain the list of supported InfoTypes, use
|
/aosp_15_r20/external/kotlinx.coroutines/docs/topics/ |
H A D | compatibility.md | 12 * [Programmatically](#programmatically) 80 Warnings can be disabled either programmatically for a specific call site or globally for the whole… 82 ### Programmatically
|
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/ |
D | firebaseappcheck_v1beta.projects.apps.appAttestConfig.html | 107 … validation process. Please register it via the Firebase Console or programmatically via the [Fire… 134 … validation process. Please register it via the Firebase Console or programmatically via the [Fire… 149 … validation process. Please register it via the Firebase Console or programmatically via the [Fire… 163 … validation process. Please register it via the Firebase Console or programmatically via the [Fire…
|
D | firebaseappcheck_v1beta.projects.apps.safetyNetConfig.html | 107 …sued by SafetyNet; please register them via the Firebase Console or programmatically via the [Fire… 134 …sued by SafetyNet; please register them via the Firebase Console or programmatically via the [Fire… 149 …sued by SafetyNet; please register them via the Firebase Console or programmatically via the [Fire… 163 …sued by SafetyNet; please register them via the Firebase Console or programmatically via the [Fire…
|
D | firebaseappcheck_v1beta.projects.apps.deviceCheckConfig.html | 107 … validation process. Please register it via the Firebase Console or programmatically via the [Fire… 137 … validation process. Please register it via the Firebase Console or programmatically via the [Fire… 155 … validation process. Please register it via the Firebase Console or programmatically via the [Fire… 172 … validation process. Please register it via the Firebase Console or programmatically via the [Fire…
|
D | cloudresourcemanager_v3.liens.html | 112 …string identifying the origin of the Lien, intended to be inspected programmatically. Maximum leng… 131 …string identifying the origin of the Lien, intended to be inspected programmatically. Maximum leng… 175 …string identifying the origin of the Lien, intended to be inspected programmatically. Maximum leng… 205 …string identifying the origin of the Lien, intended to be inspected programmatically. Maximum leng…
|
D | cloudresourcemanager_v1.liens.html | 112 …string identifying the origin of the Lien, intended to be inspected programmatically. Maximum leng… 131 …string identifying the origin of the Lien, intended to be inspected programmatically. Maximum leng… 175 …string identifying the origin of the Lien, intended to be inspected programmatically. Maximum leng… 205 …string identifying the origin of the Lien, intended to be inspected programmatically. Maximum leng…
|
/aosp_15_r20/external/mockito/src/main/java/org/mockito/invocation/ |
H A D | InvocationFactory.java | 18 …* Useful for framework integrations that need to programmatically simulate method calls on mock ob… 37 …* This method is useful for framework integrators to programmatically simulate method calls on moc… 63 …* This method is useful for framework integrators to programmatically simulate method calls on moc…
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/progs/ |
H A D | bloom_filter_bench.c | 20 /* max entries and value_size will be set programmatically. 28 * programmatically. They are configurable from the userspace 37 * programmatically. They are configurable from the userspace
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf/ |
D | README.md | 21 ## Invoke `protoc` programmatically with protoc-rust crate (recommended) 58 with `Customize` when codegen is invoked programmatically: 91 * [`protoc`](https://docs.rs/protoc/=2) crate can be used to invoke `protoc` programmatically.
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf/src/ |
D | lib.rs | 19 //! ## Invoke `protoc` programmatically with protoc-rust crate (recommended) 56 //! with `Customize` when codegen is invoked programmatically: 89 //! * [`protoc`](https://docs.rs/protoc/=2) crate can be used to invoke `protoc` programmatically.
|
/aosp_15_r20/developers/samples/android/ui/DrawableTinting/Application/src/main/java/com/example/android/drawabletinting/ |
D | DrawableTintingFragment.java | 38 * Sample that shows tinting of Drawables programmatically and of Drawable resources in XML. 42 * Programmatically, tinting is applied to a Drawable through its "setColorFilter" method, with 57 * Image that tinting is applied to programmatically.
|
/aosp_15_r20/developers/build/prebuilts/gradle/DrawableTinting/Application/src/main/java/com/example/android/drawabletinting/ |
H A D | DrawableTintingFragment.java | 38 * Sample that shows tinting of Drawables programmatically and of Drawable resources in XML. 42 * Programmatically, tinting is applied to a Drawable through its "setColorFilter" method, with 57 * Image that tinting is applied to programmatically.
|
/aosp_15_r20/development/samples/browseable/DrawableTinting/src/com.example.android.drawabletinting/ |
H A D | DrawableTintingFragment.java | 38 * Sample that shows tinting of Drawables programmatically and of Drawable resources in XML. 42 * Programmatically, tinting is applied to a Drawable through its "setColorFilter" method, with 57 * Image that tinting is applied to programmatically.
|
/aosp_15_r20/external/jackson-databind/docs/javadoc/2.2/com/fasterxml/jackson/databind/util/ |
H A D | Converter.html | 158 to be implemented differently from programmatically defined 167 to be implemented differently from programmatically defined 207 to be implemented differently from programmatically defined 222 to be implemented differently from programmatically defined
|
/aosp_15_r20/external/jackson-databind/docs/javadoc/2.7/com/fasterxml/jackson/databind/util/ |
H A D | Converter.html | 158 to be implemented differently from programmatically defined 167 to be implemented differently from programmatically defined 207 to be implemented differently from programmatically defined 222 to be implemented differently from programmatically defined
|
/aosp_15_r20/external/jackson-databind/docs/javadoc/2.8/com/fasterxml/jackson/databind/util/ |
H A D | Converter.html | 159 to be implemented differently from programmatically defined 168 to be implemented differently from programmatically defined 208 to be implemented differently from programmatically defined 223 to be implemented differently from programmatically defined
|
/aosp_15_r20/external/jackson-databind/docs/javadoc/2.3/com/fasterxml/jackson/databind/util/ |
H A D | Converter.html | 158 to be implemented differently from programmatically defined 167 to be implemented differently from programmatically defined 207 to be implemented differently from programmatically defined 222 to be implemented differently from programmatically defined
|
/aosp_15_r20/external/jackson-databind/docs/javadoc/2.4/com/fasterxml/jackson/databind/util/ |
H A D | Converter.html | 158 to be implemented differently from programmatically defined 167 to be implemented differently from programmatically defined 207 to be implemented differently from programmatically defined 222 to be implemented differently from programmatically defined
|
/aosp_15_r20/external/jackson-databind/docs/javadoc/2.5/com/fasterxml/jackson/databind/util/ |
H A D | Converter.html | 158 to be implemented differently from programmatically defined 167 to be implemented differently from programmatically defined 207 to be implemented differently from programmatically defined 222 to be implemented differently from programmatically defined
|
/aosp_15_r20/external/rust/android-crates-io/crates/clap_builder/src/parser/matches/ |
D | arg_matches.rs | 91 /// If the argument definition and access mismatch. To handle this case programmatically, see 197 /// If the argument definition and access mismatch. To handle this case programmatically, see 240 …e argument definition and access mismatch (debug builds). To handle this case programmatically, see 276 /// If the argument definition and access mismatch. To handle this case programmatically, see 326 /// If the argument definition and access mismatch. To handle this case programmatically, see 382 /// If the argument definition and access mismatch. To handle this case programmatically, see 418 /// If the argument definition and access mismatch. To handle this case programmatically, see 459 /// If the argument definition and access mismatch. To handle this case programmatically, see 493 …d` is not a valid argument or group name (debug builds). To handle this case programmatically, see
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.2/src/parser/matches/ |
H A D | arg_matches.rs | 91 /// If the argument definition and access mismatch. To handle this case programmatically, see 197 /// If the argument definition and access mismatch. To handle this case programmatically, see 240 …e argument definition and access mismatch (debug builds). To handle this case programmatically, see 276 /// If the argument definition and access mismatch. To handle this case programmatically, see 326 /// If the argument definition and access mismatch. To handle this case programmatically, see 382 /// If the argument definition and access mismatch. To handle this case programmatically, see 418 /// If the argument definition and access mismatch. To handle this case programmatically, see 459 /// If the argument definition and access mismatch. To handle this case programmatically, see 493 …d` is not a valid argument or group name (debug builds). To handle this case programmatically, see
|