Home
last modified time | relevance | path

Searched full:programmatically (Results 1 – 25 of 1526) sorted by relevance

12345678910>>...62

/aosp_15_r20/external/apache-xml/test/java/src/org/apache/qetest/xalanj2/
H A DProgrammaticDOMTest.java162 // 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 DSmoketestOuttakes.java643 * 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 DQuasiId.java175 * 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 DQuasiIdOrBuilder.java71 * 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 Dcompatibility.md12 * [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/
Dfirebaseappcheck_v1beta.projects.apps.appAttestConfig.html107 … 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…
Dfirebaseappcheck_v1beta.projects.apps.safetyNetConfig.html107 …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…
Dfirebaseappcheck_v1beta.projects.apps.deviceCheckConfig.html107 … 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…
Dcloudresourcemanager_v3.liens.html112 …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…
Dcloudresourcemanager_v1.liens.html112 …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 DInvocationFactory.java18 …* 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 Dbloom_filter_bench.c20 /* 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/
DREADME.md21 ## 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/
Dlib.rs19 //! ## 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/
DDrawableTintingFragment.java38 * 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 DDrawableTintingFragment.java38 * 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 DDrawableTintingFragment.java38 * 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 DConverter.html158 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 DConverter.html158 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 DConverter.html159 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 DConverter.html158 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 DConverter.html158 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 DConverter.html158 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/
Darg_matches.rs91 /// 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 Darg_matches.rs91 /// 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

12345678910>>...62