Home
last modified time | relevance | path

Searched defs:test (Results 976 – 1000 of 16494) sorted by relevance

1...<<31323334353637383940>>...660

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/utf8_range/
Dmain.c124 struct test { struct
129 static void prepare_test_buf(unsigned char *buf, const struct test *pos, in prepare_test_buf() argument
288 static int test(const unsigned char *data, int len, const struct ftab *ftab) in test() function
/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/test_data/metadata/crate_renamed_optional_deps_enabled/
H A Dmetadata.json66 "test": true boolean
80 "test": true boolean
94 "test": false boolean
187 "test": true boolean
201 "test": true boolean
215 "test": true boolean
229 "test": true boolean
243 "test": true boolean
257 "test": true boolean
271 "test": true boolean
[all …]
/aosp_15_r20/frameworks/rs/tests/java_api/RSUnitTests/gui/com/android/rs/unittest/
H A DRSListActivity.java22 protected abstract void logStartUnitTest(UnitTest test); in logStartUnitTest()
23 protected abstract void logEndUnitTest(UnitTest test); in logEndUnitTest()
35 UnitTest test = testClass.getDeclaredConstructor(Context.class).newInstance(this); in onCreate() local
/aosp_15_r20/external/libcxx/test/std/algorithms/alg.sorting/alg.min.max/
H A Dmin_element.pass.cpp27 test(Iter first, Iter last) in test() function
41 test(int N) in test() function
53 test() in test() function
H A Dmax_element.pass.cpp27 test(Iter first, Iter last) in test() function
41 test(int N) in test() function
53 test() in test() function
/aosp_15_r20/external/autotest/client/profilers/iostat/
H A Diostat.py19 def start(self, test): argument
28 def stop(self, test): argument
43 def report(self, test): argument
/aosp_15_r20/external/libcxx/test/std/utilities/optional/optional.object/optional.object.observe/
H A Dop_arrow.pass.cpp29 int test() noexcept {return 3;} in test() function
34 constexpr int test() {return 3;} in test() function
38 test() in test() function
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fDrawTests.cpp54 static void addTestIterations(gls::DrawTest *test, const gls::DrawTestSpec &baseSpec, TestIteration… in addTestIterations()
184 gls::DrawTest *test = in init() local
220 …gls::DrawTest *test = new gls::DrawTest(m_testCtx, m_context.getRenderContext(), "multiple_attribu… in init() local
267 …gls::DrawTest *test = new gls::DrawTest(m_testCtx, m_context.getRenderContext(), "instanced_attrib… in init() local
328 …gls::DrawTest *test = new gls::DrawTest(m_testCtx, m_context.getRenderContext(), "default_attribut… in init() local
462 de::MovePtr<gls::DrawTest> test( in init() local
516 …gls::DrawTest *test = new gls::DrawTest(m_testCtx, m_context.getRenderContext(), name.c_str(), … in init() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/container.adaptors/priority.queue/
H A Dtypes.pass.cpp37 struct test struct
40 test() in test() argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/container.adaptors/stack/stack.defn/
H A Dtypes.pass.cpp32 struct test struct
35 test() in test() argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/strings/basic.string/string.ops/string_find.first.of/
H A Dpointer_size.pass.cpp21 test(const S& s, const typename S::value_type* str, typename S::size_type pos, typename S::size_typ… in test() function
29 TEST_CONSTEXPR_CXX20 void test(const S& s, const typename S::value_type* str, typename S::size_type… in test() function
146 TEST_CONSTEXPR_CXX20 bool test() { in test() function
/aosp_15_r20/external/autotest/client/profilers/lockmeter/
H A Dlockmeter.py47 def start(self, test): argument
53 def stop(self, test): argument
57 def report(self, test): argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/test/bind/
Dbind_function_tests.cpp13 namespace test namespace
16 test() in test() function
50 bind(test::test)(); in main() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/strings/basic.string/string.ops/string_find.first.not.of/
H A Dpointer_size.pass.cpp21 test(const S& s, const typename S::value_type* str, typename S::size_type pos, typename S::size_typ… in test() function
29 TEST_CONSTEXPR_CXX20 void test(const S& s, const typename S::value_type* str, typename S::size_type… in test() function
145 TEST_CONSTEXPR_CXX20 bool test() { in test() function
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/container.adaptors/queue/queue.defn/
H A Dtypes.pass.cpp31 struct test struct
34 test() in test() function
/aosp_15_r20/external/autotest/client/profilers/powertop/
H A Dpowertop.py19 def start(self, test): argument
35 def stop(self, test): argument
39 def report(self, test): argument
/aosp_15_r20/external/skia/src/sksl/ir/
H A DSkSLIfStatement.h31 IfStatement(Position pos, std::unique_ptr<Expression> test, in IfStatement()
53 std::unique_ptr<Expression>& test() { in test() function
57 const std::unique_ptr<Expression>& test() const { in test() function
/aosp_15_r20/prebuilts/go/linux-x86/test/typeparam/
Dnested.go46 type test struct { struct
47 TArgs [2]reflect.Type
48 Instance reflect.Type
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/input.output/iostream.format/print.fun/
H A Dtranscoding.pass.cpp31 constexpr void test(std::basic_string_view<CharT> expected, std::string_view input) { in test() function
45 constexpr void test() { in test() function
75 constexpr bool test() { in test() function
/aosp_15_r20/packages/modules/Connectivity/tests/unit/java/android/net/util/
DDnsUtilsTest.java63 final List<DnsUtils.SortableAddress> test = Arrays.asList( in testRfc6724Comparator() local
109 DnsUtils.SortableAddress test = makeSortableAddress("216.58.200.36"); in testV4SortableAddress() local
134 DnsUtils.SortableAddress test = makeSortableAddress("2404:6800:4008:801::2004"); in testV6SortableAddress() local
/aosp_15_r20/external/autotest/client/profilers/readprofile/
H A Dreadprofile.py46 def start(self, test): argument
50 def stop(self, test): argument
58 def report(self, test): argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/optional/optional.object/optional.object.observe/
H A Dop_arrow_const.pass.cpp24 constexpr int test() const {return 3;} in test() function
29 int test() const noexcept {return 2;} in test() function
35 constexpr int test() const {return 1;} in test() function
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/strings/basic.string/string.ops/string_find.last.of/
H A Dpointer_size.pass.cpp21 test(const S& s, const typename S::value_type* str, typename S::size_type pos, typename S::size_typ… in test() function
29 TEST_CONSTEXPR_CXX20 void test(const S& s, const typename S::value_type* str, typename S::size_type… in test() function
146 TEST_CONSTEXPR_CXX20 bool test() { in test() function
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/strings/basic.string/string.ops/string_find.last.not.of/
H A Dpointer_size.pass.cpp21 test(const S& s, const typename S::value_type* str, typename S::size_type pos, typename S::size_typ… in test() function
29 TEST_CONSTEXPR_CXX20 void test(const S& s, const typename S::value_type* str, typename S::size_type… in test() function
146 TEST_CONSTEXPR_CXX20 bool test() { in test() function
/aosp_15_r20/external/autotest/client/profilers/perf/
H A Dperf.py36 def start(self, test): argument
50 def stop(self, test): argument
55 def report(self, test): argument

1...<<31323334353637383940>>...660