Home
last modified time | relevance | path

Searched defs:test (Results 276 – 300 of 16494) sorted by relevance

1...<<11121314151617181920>>...660

/aosp_15_r20/prebuilts/module_sdk/art/current/test-exports/java/
Dcore-ojtests-public.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/core/primitives/
Dprimitives.hpp89 bool test(T ch) const in test() function
123 bool test(T ch_) const in test() function
164 bool test(T ch) const in test() function
324 bool test(CharT) const in test() function
350 bool test(CharT ch) const in test() function
370 bool test(CharT ch) const in test() function
390 bool test(CharT ch) const in test() function
410 bool test(CharT ch) const in test() function
430 bool test(CharT ch) const in test() function
450 bool test(CharT ch) const in test() function
[all …]
/aosp_15_r20/tools/asuite/atest/bazel/runner/src/com/android/tradefed/testtype/bazel/
H A DForwardingTestListener.java91 public void testStarted(TestDescription test) { in testStarted()
96 public void testStarted(TestDescription test, long startTime) { in testStarted()
101 public void testFailed(TestDescription test, String trace) { in testFailed()
106 public void testFailed(TestDescription test, FailureDescription failure) { in testFailed()
111 public void testAssumptionFailure(TestDescription test, String trace) { in testAssumptionFailure()
116 public void testAssumptionFailure(TestDescription test, FailureDescription failure) { in testAssumptionFailure()
121 public void testIgnored(TestDescription test) { in testIgnored()
126 public void testEnded(TestDescription test, Map<String, String> testMetrics) { in testEnded()
131 public void testEnded(TestDescription test, HashMap<String, Metric> testMetrics) { in testEnded()
136 public void testEnded(TestDescription test, long endTime, Map<String, String> testMetrics) { in testEnded()
[all …]
/aosp_15_r20/external/libgav1/src/
H A Dc_decoder_test.c92 static void DecoderTestInit(DecoderTest* test) { in DecoderTestInit()
99 static void DecoderTestIncrementFramesInUse(DecoderTest* test) { in DecoderTestIncrementFramesInUse()
103 static void DecoderTestDecrementFramesInUse(DecoderTest* test) { in DecoderTestDecrementFramesInUse()
107 static void DecoderTestSetReleasedInputBuffer(DecoderTest* test, in DecoderTestSetReleasedInputBuffer()
112 static void DecoderTestSetBufferPrivateData(DecoderTest* test, in DecoderTestSetBufferPrivateData()
178 static void DecoderTestSetUp(DecoderTest* test) { in DecoderTestSetUp()
192 DecoderTest test; in DecoderTestAPIFlowForNonFrameParallelMode() local
287 DecoderTest test; in DecoderTestNonFrameParallelModeEnqueueMultipleFramesWithoutDequeuing() local
322 DecoderTest test; in DecoderTestNonFrameParallelModeEOSBeforeDequeuingLastFrame() local
362 DecoderTest test; in DecoderTestNonFrameParallelModeInvalidFrameAfterEOS() local
[all …]
/aosp_15_r20/external/threetenbp/src/test/java/org/threeten/bp/
H A DTestClock_Tick.java63 …Clock test = Clock.tick(Clock.fixed(ZDT.withNano(i * 1000000).toInstant(), PARIS), Duration.ofMill… in test_tick_ClockDuration_250millis() local
71 …Clock test = Clock.tick(Clock.fixed(ZDT.withNano(i * 1000).toInstant(), PARIS), Duration.ofNanos(2… in test_tick_ClockDuration_250micros() local
79 … Clock test = Clock.tick(Clock.fixed(ZDT.withNano(i).toInstant(), PARIS), Duration.ofNanos(20)); in test_tick_ClockDuration_20nanos() local
87 Clock test = Clock.tick(underlying, Duration.ZERO); in test_tick_ClockDuration_zeroDuration() local
93 Clock test = Clock.tick(underlying, Duration.ofNanos(1)); in test_tick_ClockDuration_1nsDuration() local
139 Clock test = Clock.tickSeconds(PARIS); in test_tickSeconds_ZoneId() local
153 Clock test = Clock.tickMinutes(PARIS); in test_tickMinutes_ZoneId() local
167 Clock test = Clock.tick(Clock.system(PARIS), Duration.ofMillis(500)); in test_withZone() local
174 Clock test = Clock.tick(Clock.system(PARIS), Duration.ofMillis(500)); in test_withZone_same() local
219 Clock test = Clock.tick(Clock.systemUTC(), Duration.ofMillis(500)); in test_toString() local
/aosp_15_r20/external/clang/test/CXX/class.access/class.access.base/
H A Dp5.cpp10 int test() { in test() function
20 static int test() { return x; } in test() function
23 static int test() { return x; } // expected-error {{private member}} in test() function
26 static int test() { return x; } // expected-error {{private member}} in test() function
31 static int test() { return x; } in test() function
34 static int test() { return x; } in test() function
37 int test() { in test() function
53 int test(B *b) { in test() function in test2::C
66 int test(B *b) { in test() function in test3::C
/aosp_15_r20/prebuilts/misc/common/android-support-test/rules/
HDrules_release_no_deps.jar ... .class ProviderTestRule.java package android.support.test.rule.provider android.support.test. ...
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/
Dstr_split_benchmark.cc31 std::string test(desired_length * kAverageValueLen, 'x'); in MakeTestString() local
39 std::string test = MakeTestString(state.range(0)); in BM_Split2StringView() local
51 std::string test(desired_length * kAverageValueLen, 'x'); in MakeMultiDelimiterTestString() local
61 std::string test = MakeMultiDelimiterTestString(state.range(0)); in BM_Split2StringViewByAnyChar() local
71 std::string test = MakeTestString(state.range(0)); in BM_Split2StringViewLifted() local
81 std::string test = MakeTestString(state.range(0)); in BM_Split2String() local
93 std::string test = MakeTestString(state.range(0)); in BM_Split2SplitStringUsing() local
104 std::string test(len, 'x'); in BM_SplitStringToUnorderedSet() local
118 std::string test(len, 'x'); in BM_SplitStringToUnorderedMap() local
132 std::string test(len, 'x'); in BM_SplitStringAllowEmpty() local
/aosp_15_r20/external/abseil-cpp/absl/strings/
H A Dstr_split_benchmark.cc32 std::string test(desired_length * kAverageValueLen, 'x'); in MakeTestString() local
40 std::string test = MakeTestString(state.range(0)); in BM_Split2StringView() local
52 std::string test(desired_length * kAverageValueLen, 'x'); in MakeMultiDelimiterTestString() local
62 std::string test = MakeMultiDelimiterTestString(state.range(0)); in BM_Split2StringViewByAnyChar() local
72 std::string test = MakeTestString(state.range(0)); in BM_Split2StringViewLifted() local
82 std::string test = MakeTestString(state.range(0)); in BM_Split2String() local
94 std::string test = MakeTestString(state.range(0)); in BM_Split2SplitStringUsing() local
105 std::string test(len, 'x'); in BM_SplitStringToUnorderedSet() local
119 std::string test(len, 'x'); in BM_SplitStringToUnorderedMap() local
133 std::string test(len, 'x'); in BM_SplitStringAllowEmpty() local
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/strings/
H A Dstr_split_benchmark.cc32 std::string test(desired_length * kAverageValueLen, 'x'); in MakeTestString() local
40 std::string test = MakeTestString(state.range(0)); in BM_Split2StringView() local
52 std::string test(desired_length * kAverageValueLen, 'x'); in MakeMultiDelimiterTestString() local
62 std::string test = MakeMultiDelimiterTestString(state.range(0)); in BM_Split2StringViewByAnyChar() local
72 std::string test = MakeTestString(state.range(0)); in BM_Split2StringViewLifted() local
82 std::string test = MakeTestString(state.range(0)); in BM_Split2String() local
94 std::string test = MakeTestString(state.range(0)); in BM_Split2SplitStringUsing() local
105 std::string test(len, 'x'); in BM_SplitStringToUnorderedSet() local
119 std::string test(len, 'x'); in BM_SplitStringToUnorderedMap() local
133 std::string test(len, 'x'); in BM_SplitStringAllowEmpty() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-1.10.4/testdata/
H A Dline-terminator.toml2 [[test]] arraytable
12 [[test]] arraytable
22 [[test]] arraytable
32 [[test]] arraytable
44 [[test]] arraytable
55 [[test]] arraytable
65 [[test]] arraytable
75 [[test]] arraytable
85 [[test]] arraytable
101 [[test]] arraytable
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/strings/
H A Dstr_split_benchmark.cc31 std::string test(desired_length * kAverageValueLen, 'x'); in MakeTestString() local
39 std::string test = MakeTestString(state.range(0)); in BM_Split2StringView() local
51 std::string test(desired_length * kAverageValueLen, 'x'); in MakeMultiDelimiterTestString() local
61 std::string test = MakeMultiDelimiterTestString(state.range(0)); in BM_Split2StringViewByAnyChar() local
71 std::string test = MakeTestString(state.range(0)); in BM_Split2StringViewLifted() local
81 std::string test = MakeTestString(state.range(0)); in BM_Split2String() local
93 std::string test = MakeTestString(state.range(0)); in BM_Split2SplitStringUsing() local
104 std::string test(len, 'x'); in BM_SplitStringToUnorderedSet() local
118 std::string test(len, 'x'); in BM_SplitStringToUnorderedMap() local
132 std::string test(len, 'x'); in BM_SplitStringAllowEmpty() local
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/strings/
H A Dstr_split_benchmark.cc31 std::string test(desired_length * kAverageValueLen, 'x'); in MakeTestString() local
39 std::string test = MakeTestString(state.range(0)); in BM_Split2StringView() local
51 std::string test(desired_length * kAverageValueLen, 'x'); in MakeMultiDelimiterTestString() local
61 std::string test = MakeMultiDelimiterTestString(state.range(0)); in BM_Split2StringViewByAnyChar() local
71 std::string test = MakeTestString(state.range(0)); in BM_Split2StringViewLifted() local
81 std::string test = MakeTestString(state.range(0)); in BM_Split2String() local
93 std::string test = MakeTestString(state.range(0)); in BM_Split2SplitStringUsing() local
104 std::string test(len, 'x'); in BM_SplitStringToUnorderedSet() local
118 std::string test(len, 'x'); in BM_SplitStringToUnorderedMap() local
132 std::string test(len, 'x'); in BM_SplitStringAllowEmpty() local
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/strings/
H A Dstr_split_benchmark.cc31 std::string test(desired_length * kAverageValueLen, 'x'); in MakeTestString() local
39 std::string test = MakeTestString(state.range(0)); in BM_Split2StringView() local
51 std::string test(desired_length * kAverageValueLen, 'x'); in MakeMultiDelimiterTestString() local
61 std::string test = MakeMultiDelimiterTestString(state.range(0)); in BM_Split2StringViewByAnyChar() local
71 std::string test = MakeTestString(state.range(0)); in BM_Split2StringViewLifted() local
81 std::string test = MakeTestString(state.range(0)); in BM_Split2String() local
93 std::string test = MakeTestString(state.range(0)); in BM_Split2SplitStringUsing() local
104 std::string test(len, 'x'); in BM_SplitStringToUnorderedSet() local
118 std::string test(len, 'x'); in BM_SplitStringToUnorderedMap() local
132 std::string test(len, 'x'); in BM_SplitStringAllowEmpty() local
/aosp_15_r20/external/python/cpython3/Lib/test/support/
Dtestresult.py29 def __getId(cls, test): argument
40 def startTest(self, test): argument
46 def _add_result(self, test, capture=False, **args): argument
101 def addError(self, test, err): argument
105 def addExpectedFailure(self, test, err): argument
109 def addFailure(self, test, err): argument
113 def addSkip(self, test, reason): argument
117 def addSuccess(self, test): argument
121 def addUnexpectedSuccess(self, test): argument
139 def run(self, test): argument
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/strings/
H A Dstr_split_benchmark.cc32 std::string test(desired_length * kAverageValueLen, 'x'); in MakeTestString() local
40 std::string test = MakeTestString(state.range(0)); in BM_Split2StringView() local
52 std::string test(desired_length * kAverageValueLen, 'x'); in MakeMultiDelimiterTestString() local
62 std::string test = MakeMultiDelimiterTestString(state.range(0)); in BM_Split2StringViewByAnyChar() local
72 std::string test = MakeTestString(state.range(0)); in BM_Split2StringViewLifted() local
82 std::string test = MakeTestString(state.range(0)); in BM_Split2String() local
94 std::string test = MakeTestString(state.range(0)); in BM_Split2SplitStringUsing() local
105 std::string test(len, 'x'); in BM_SplitStringToUnorderedSet() local
119 std::string test(len, 'x'); in BM_SplitStringToUnorderedMap() local
133 std::string test(len, 'x'); in BM_SplitStringAllowEmpty() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/test-base/android.test.base.stubs.test.from-text/android_common/metalava/
Dstubs.jar ... -INF/MANIFEST.MF android/ android/test/ android/test/AndroidTestCase.class AndroidTestCase. ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/test-base/android.test.base.stubs.test.from-text/android_common/android.test.base.stubs.test.from-text/
Dandroid.test.base.stubs.test.from-text.jar ... -INF/MANIFEST.MF android/ android/test/ android/test/AndroidTestCase.class AndroidTestCase. ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/test-base/android.test.base.stubs.test/android_common/turbine-combined/
Dandroid.test.base.stubs.test.jar ... -INF/MANIFEST.MF android/ android/test/ android/test/AndroidTestCase.class AndroidTestCase. ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/test-base/android.test.base.stubs.system.from-text/android_common/metalava/
Dstubs.jar ... -INF/MANIFEST.MF android/ android/test/ android/test/AndroidTestCase.class AndroidTestCase. ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/test-base/android.test.base.stubs.system/android_common/turbine-combined/
Dandroid.test.base.stubs.system.jar ... -INF/MANIFEST.MF android/ android/test/ android/test/AndroidTestCase.class AndroidTestCase. ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/test-base/android.test.base.stubs.from-text/android_common/android.test.base.stubs.from-text/
Dandroid.test.base.stubs.from-text.jar ... -INF/MANIFEST.MF android/ android/test/ android/test/AndroidTestCase.class AndroidTestCase. ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/test-base/android.test.base.stubs.from-text/android_common/metalava/
Dstubs.jar ... -INF/MANIFEST.MF android/ android/test/ android/test/AndroidTestCase.class AndroidTestCase. ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/test-base/android.test.base.stubs/android_common/turbine-combined/
Dandroid.test.base.stubs.jar ... -INF/MANIFEST.MF android/ android/test/ android/test/AndroidTestCase.class AndroidTestCase. ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/test-base/android.test.base.stubs.system.from-text/android_common/android.test.base.stubs.system.from-text/
Dandroid.test.base.stubs.system.from-text.jar ... -INF/MANIFEST.MF android/ android/test/ android/test/AndroidTestCase.class AndroidTestCase. ...

1...<<11121314151617181920>>...660