Home
last modified time | relevance | path

Searched +defs:add +defs:test (Results 1 – 25 of 1224) sorted by relevance

12345678910>>...49

/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/test/java/org/apache/velocity/test/
H A DVarargMethodsTestCase.java151 public double add(double[] dd) in add() method in VarargMethodsTestCase.NiceTool
161 public String test(Object[] oo) in test() method in VarargMethodsTestCase.NiceTool
166 public String test(String[] oo) in test() method in VarargMethodsTestCase.NiceTool
180 public int add(int[] ii) in add() method in VarargMethodsTestCase.NastyTool
190 public int add(int i) in add() method in VarargMethodsTestCase.NastyTool
195 public String test() in test() method in VarargMethodsTestCase.NastyTool
200 public Object test(Object arg) in test() method in VarargMethodsTestCase.NastyTool
205 public Object test(String arg) in test() method in VarargMethodsTestCase.NastyTool
211 public String test(Object[] array) in test() method in VarargMethodsTestCase.NastyTool
216 public String test(Object object, String property) in test() method in VarargMethodsTestCase.NastyTool
/aosp_15_r20/external/llvm/test/MC/X86/
H A Dintel-syntax.s481 test RAX, [ECX] label
482 test [ECX], RAX label
483 test EAX, [ECX] label
484 test [ECX], EAX label
485 test AX, [ECX] label
486 test [ECX], AX label
487 test AL, [ECX] label
488 test [ECX], AL label
647 add qword ptr [rax], 1 label
648 add dword ptr [rax], 1 label
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/test/bind/
Dbind_function_object_tests.cpp19 struct test struct
21 typedef void result_type;
24 operator()() const in operator ()()
87 struct add struct
93 struct result<This(Arg1&, Arg2&, Arg3&, Arg4&)>
100 operator()(Arg1 a, Arg2 b, Arg3 c, Arg4 d) const in operator ()()
/aosp_15_r20/external/auto/common/src/test/java/com/google/auto/common/
H A DOverridesTest.java94 void initUtils(OverridesTest test) { in initUtils()
101 void initUtils(OverridesTest test) { in initUtils()
107 abstract void initUtils(OverridesTest test); in initUtils()
286 boolean add(E x); in add() method
291 boolean add(E x); in add() method
296 public boolean add(String x) { in add() method in OverridesTest.TypesForGenerics.StringList
304 public boolean add(Object x) { in add() method in OverridesTest.TypesForGenerics.RawList
443 boolean add(E e); in add() method
450 public boolean add(E e) { in add() method in OverridesTest.XAbstractCollection
458 public boolean add(E e) { in add() method in OverridesTest.XAbstractList
[all …]
/aosp_15_r20/tools/metalava/metalava-model/src/main/java/com/android/tools/metalava/model/
H A DPackageFilter.kt72 private fun add(predicate: Predicate<String>, treatAsPositiveMatch: Boolean) { in add() method
90 override fun test(candidatePackage: String): Boolean { in test() method in com.android.tools.metalava.model.StringPrefixPredicate
96 override fun test(candidatePackage: String): Boolean { in test() method in com.android.tools.metalava.model.StringEqualsPredicate
/aosp_15_r20/platform_testing/libraries/flicker/src/android/tools/flicker/assertions/
H A DAssertionsChecker.kt39 fun add(name: String, isOptional: Boolean = false, assertion: AssertionPredicate<T>) { in <lambda>() method
63 fun test(entries: List<T>) { in <lambda>() method
/aosp_15_r20/external/libkmsxx/kms++/src/
H A Datomicreq.cpp51 void AtomicReq::add(uint32_t ob_id, uint32_t prop_id, uint64_t value) in add() function in kms::AtomicReq
58 void AtomicReq::add(DrmPropObject* ob, Property* prop, uint64_t value) in add() function in kms::AtomicReq
63 void AtomicReq::add(kms::DrmPropObject* ob, const string& prop, uint64_t value) in add() function in kms::AtomicReq
73 void AtomicReq::add(kms::DrmPropObject* ob, const map<string, uint64_t>& values) in add() function in kms::AtomicReq
104 int AtomicReq::test(bool allow_modeset) in test() function in kms::AtomicReq
/aosp_15_r20/external/autotest/server/
H A Dprofilers.py51 def add(self, profiler, *args, **dargs): member in profilers
120 def _get_local_profilers_dir(self, test, hostname): argument
133 def _get_failure_logs(self, autodir, test, host): argument
151 def _get_all_failure_logs(self, test, hosts): argument
156 def _get_profiler_logs(self, autodir, test, host): argument
171 def _run_clients(self, test, hosts): argument
206 def before_start(self, test, host=None): argument
213 def start(self, test, host=None): argument
227 def stop(self, test): argument
240 def report(self, test, host=None): argument
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
H A DSparseFieldVector.java139 public FieldVector<T> add(SparseFieldVector<T> v) throws IllegalArgumentException { in add() method in SparseFieldVector
159 public FieldVector<T> add(T[] v) throws IllegalArgumentException { in add() method in SparseFieldVector
575 public FieldVector<T> add(FieldVector<T> v) throws IllegalArgumentException { in add() method in SparseFieldVector
639 T test = other.getEntry(iter.key()); in equals() local
647 T test = iter.value(); in equals() local
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/util/
H A DTrieMap.java80 public abstract Builder<V> add(CharSequence key, V value); in add() method in TrieMap.Builder
87 abstract public V get(CharSequence test); in get()
123 public V get(CharSequence test) { in get()
280 public BytesBuilder<V> add(CharSequence key, V value) { in add() method in TrieMap.BytesBuilder
341 public V get(CharSequence test) { in get()
456 public CharsBuilder<V> add(CharSequence key, V value) { in add() method in TrieMap.CharsBuilder
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
H A DTrieMap.java81 public abstract Builder<V> add(CharSequence key, V value); in add() method in TrieMap.Builder
88 abstract public V get(CharSequence test); in get()
124 public V get(CharSequence test) { in get()
281 public BytesBuilder<V> add(CharSequence key, V value) { in add() method in TrieMap.BytesBuilder
342 public V get(CharSequence test) { in get()
457 public CharsBuilder<V> add(CharSequence key, V value) { in add() method in TrieMap.CharsBuilder
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/result/
DTestDescriptionsFile.java102 public void add(TestDescription test) { in add() method in TestDescriptionsFile
108 public void addAll(List<TestDescription> test) { in addAll()
118 public void remove(TestDescription test) { in remove()
137 TestDescription test = TestDescription.fromString(line); in readTestsFromFile() local
/aosp_15_r20/prebuilts/misc/common/android-support-test/espresso/
HDespresso_web_release_no_deps.jar ... android/support/test/espresso/web/internal/deps/guava ...
/aosp_15_r20/external/autotest/client/common_lib/
H A Dprofiler_manager.py30 def add(self, profiler, *args, **dargs): member in profiler_manager
63 def before_start(self, test): argument
72 def start(self, test): argument
79 def stop(self, test): argument
92 def report(self, test): argument
/aosp_15_r20/external/conscrypt/testing/src/main/java/org/conscrypt/
H A DMethodFilter.java120 public boolean test(Method method) { in test() method in MethodFilter.MethodNamePrefixPredicate
134 public boolean test(Method method) { in test() method in MethodFilter.MethodNamePredicate
150 public boolean test(Method method) { in test() method in MethodFilter.MethodArgPredicate
172 public boolean test(Method method) { in test() method in MethodFilter.MethodArgLengthPredicate
183 public boolean test(Method method) { in test() method in MethodFilter.CompoundMethodPredicate
192 public void add(Predicate<Method> predicate) { in add() method in MethodFilter.CompoundMethodPredicate
/aosp_15_r20/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/
H A DMethodFilter.java125 public boolean test(Method method) { in test() method in MethodFilter.MethodNamePrefixPredicate
139 public boolean test(Method method) { in test() method in MethodFilter.MethodNamePredicate
155 public boolean test(Method method) { in test() method in MethodFilter.MethodArgPredicate
177 public boolean test(Method method) { in test() method in MethodFilter.MethodArgLengthPredicate
188 public boolean test(Method method) { in test() method in MethodFilter.CompoundMethodPredicate
197 public void add(Predicate<Method> predicate) { in add() method in MethodFilter.CompoundMethodPredicate
/aosp_15_r20/external/OpenCL-CTS/test_conformance/extensions/cl_khr_dx9_media_sharing/
H A Dutils.cpp111 double add = static_cast<double>(valueAdd * range); in YUVGenerateNV12() local
157 double add = static_cast<double>(valueAdd * range); in YUVGenerateYV12() local
584 float add /*= 0.0f*/) in DataGenerate()
635 float add /*= 0.0f*/) in DataGenerate()
748 float add /*= 0.0f*/) in DataGenerate()
850 float test = cl_half_to_float( in DataCompare() local
878 cl_ushort test = in DataCompare() local
919 cl_uchar test = dataTest.at(offset + j * planeNum + planeIdx); in DataCompare() local
/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/
Dcompositions_tests.rs84 let mut test = self.clone(); in run() localVariable
217 fn add(&mut self, header_len: usize) { in add() method
456 let mut test = self.clone(); in run_ipv4() localVariable
473 let mut test = self.clone(); in run_ipv4() localVariable
497 let mut test = self.clone(); in run_ipv6() localVariable
521 let mut test = self.clone(); in run_ipv6() localVariable
545 let mut test = self.clone(); in run_transport() localVariable
553 let mut test = self.clone(); in run_transport() localVariable
561 let mut test = self.clone(); in run_transport() localVariable
568 let mut test = self.clone(); in run_transport() localVariable
[all …]
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/
H A DTestResultHistoryCollection.java33 public void add(String test, long start, long end, boolean isAutomated) { in add() method in TestResultHistoryCollection
46 public void addAll(String test, Set<TestResultHistory.ExecutionRecord> executionRecords) { in addAll()
/aosp_15_r20/external/harfbuzz_ng/test/shape/
H A Dhb_test_tools.py166 def add (self, test): member in Stat
177 def add (self, test): member in Stats
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/anyhow-1.0.82/tests/
H A Dtest_ensure.rs37 fn add(self, rhs: T) -> Self::Output { in add() method
89 let test = || Ok(ensure!( in test_recursion() localVariable
105 let test = || { in test_low_precedence_control_flow() localVariable
122 let test = || Ok(ensure!(false == true && false)); in test_low_precedence_binary_operator() localVariable
126 let test = || Ok(ensure!(while false == true && false {} < ())); in test_low_precedence_binary_operator() localVariable
138 let test = || Ok(ensure!(S + move || 1 == 1)); in test_closure() localVariable
141 let test = || Ok(ensure!(S + || 1 == 1)); in test_closure() localVariable
146 let test = || Ok(ensure!(S + move |()| 1 == 1)); in test_closure() localVariable
149 let test = || Ok(ensure!(S + |()| 1 == 1)); in test_closure() localVariable
156 let test = || Ok(ensure!(*x == 2)); in test_unary() localVariable
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/anyhow/tests/
Dtest_ensure.rs37 fn add(self, rhs: T) -> Self::Output { in add() method
89 let test = || Ok(ensure!( in test_recursion() localVariable
105 let test = || { in test_low_precedence_control_flow() localVariable
122 let test = || Ok(ensure!(false == true && false)); in test_low_precedence_binary_operator() localVariable
126 let test = || Ok(ensure!(while false == true && false {} < ())); in test_low_precedence_binary_operator() localVariable
138 let test = || Ok(ensure!(S + move || 1 == 1)); in test_closure() localVariable
141 let test = || Ok(ensure!(S + || 1 == 1)); in test_closure() localVariable
146 let test = || Ok(ensure!(S + move |()| 1 == 1)); in test_closure() localVariable
149 let test = || Ok(ensure!(S + |()| 1 == 1)); in test_closure() localVariable
156 let test = || Ok(ensure!(*x == 2)); in test_unary() localVariable
[all …]
/aosp_15_r20/cts/tests/tests/renderscript/src/android/renderscript/cts/
H A DIntrinsicColorMatrix.java35 private void subtest(int w, int h, Matrix4f mat, Float4 add, in subtest()
81 private void test(Element.DataType dtin, Element.DataType dtout, int subtest, in test() method in IntrinsicColorMatrix
83 Float4 add = new Float4(); in test() local
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/tool/locale/
H A DLocaleDistanceBuilder.java440 public boolean test(DistanceTable node) { in test() method in LocaleDistanceBuilder.CopyIfEmpty
459 public boolean test(DistanceTable node) { in test() method in LocaleDistanceBuilder.AddSub
629 private static void add(DistanceTable languageDesired2Supported, in add() method in LocaleDistanceBuilder
672 void add(String variable, String barString) { in add() method in LocaleDistanceBuilder.RegionMapperBuilder
801 private enum Operation {add, remove} enumConstant
841 private void add(String barString, int last, int i) { in add() method in LocaleDistanceBuilder.RegionSet
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/tool/locale/
H A DLocaleDistanceBuilder.java443 public boolean test(DistanceTable node) { in test() method in LocaleDistanceBuilder.CopyIfEmpty
462 public boolean test(DistanceTable node) { in test() method in LocaleDistanceBuilder.AddSub
632 private static void add(DistanceTable languageDesired2Supported, in add() method in LocaleDistanceBuilder
675 void add(String variable, String barString) { in add() method in LocaleDistanceBuilder.RegionMapperBuilder
804 private enum Operation {add, remove} enumConstant
844 private void add(String barString, int last, int i) { in add() method in LocaleDistanceBuilder.RegionSet

12345678910>>...49