Home
last modified time | relevance | path

Searched +defs:test +defs:input (Results 1 – 25 of 1200) sorted by relevance

12345678910>>...48

/aosp_15_r20/libcore/ojluni/src/test/java/lang/Math/
H A DTests.java237 public static void test(String testName, float input, in test() method in Tests
245 public static void test(String testName, double input, in test() method in Tests
253 public static void test(String testName, float input1, float input2, in test() method in Tests
262 public static void test(String testName, double input1, double input2, in test() method in Tests
271 public static void test(String testName, float input, in test() method in Tests
279 public static void test(String testName, double input, in test() method in Tests
287 public static void test(String testName, float input, in test() method in Tests
296 public static void test(String testName, double input, in test() method in Tests
304 public static void test(String testName, in test() method in Tests
314 public static void test(String testName, in test() method in Tests
[all …]
/aosp_15_r20/external/threetenbp/src/test/java/org/threeten/bp/format/
H A DTestDateTimeFormatters.java94 DateTimeFormatter test = DateTimeFormatter.ofPattern("d MMM uuuu"); in test_pattern_String() local
114 DateTimeFormatter test = DateTimeFormatter.ofPattern("d MMM uuuu", Locale.UK); in test_pattern_StringLocale() local
161 … TemporalAccessor test = buildAccessor(year, month, day, null, null, null, null, offsetId, zoneId); in test_print_isoLocalDate() local
177 String input, Class<?> invalid) { in test_parse_isoLocalDate()
248 … TemporalAccessor test = buildAccessor(year, month, day, null, null, null, null, offsetId, zoneId); in test_print_isoOffsetDate() local
264 String input, Class<?> invalid) { in test_parse_isoOffsetDate()
299 … TemporalAccessor test = buildAccessor(year, month, day, null, null, null, null, offsetId, zoneId); in test_print_isoDate() local
315 String input, Class<?> invalid) { in test_parse_isoDate()
364 … TemporalAccessor test = buildAccessor(null, null, null, hour, min, sec, nano, offsetId, zoneId); in test_print_isoLocalTime() local
380 String input, Class<?> invalid) { in test_parse_isoLocalTime()
[all …]
/aosp_15_r20/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
H A DQuickSelectTest.java113 private void test(List<Integer> input, int k, Integer expected) throws Exception { in test() method in QuickSelectTest
117 private void test(List<Integer> input, int start, int length, int k, Integer expected) in test() method in QuickSelectTest
129 private void test(int[] input, int k, Integer expected) throws Exception { in test() method in QuickSelectTest
133 private void test(int[] input, int start, int length, int k, Integer expected) in test() method in QuickSelectTest
145 private void test(long[] input, int k, Long expected) throws Exception { in test() method in QuickSelectTest
149 private void test(long[] input, int start, int length, int k, Long expected) throws Exception { in test() method in QuickSelectTest
/aosp_15_r20/libcore/ojluni/src/test/java/time/tck/java/time/
H A DTCKZoneId.java158 ZoneId test = ZoneId.of("LONDON", map); in test_of_string_Map() local
167 ZoneId test = ZoneId.of("Europe/Madrid", map); in test_of_string_Map_lookThrough() local
174 ZoneId test = ZoneId.of("Europe/Madrid", map); in test_of_string_Map_emptyMap() local
230 public void factory_of_String_offsetBasedValid_noPrefix(String input, String id) { in factory_of_String_offsetBasedValid_noPrefix()
231 ZoneId test = ZoneId.of(input); in factory_of_String_offsetBasedValid_noPrefix() local
278 …public void factory_of_String_offsetBasedValid_prefixUTC(String input, String id, String offsetId)… in factory_of_String_offsetBasedValid_prefixUTC()
279 ZoneId test = ZoneId.of("UTC" + input); in factory_of_String_offsetBasedValid_prefixUTC() local
289 …public void factory_of_String_offsetBasedValid_prefixGMT(String input, String id, String offsetId)… in factory_of_String_offsetBasedValid_prefixGMT()
290 ZoneId test = ZoneId.of("GMT" + input); in factory_of_String_offsetBasedValid_prefixGMT() local
300 …public void factory_of_String_offsetBasedValid_prefixUT(String input, String id, String offsetId) { in factory_of_String_offsetBasedValid_prefixUT()
[all …]
/aosp_15_r20/libcore/ojluni/src/test/java/time/tck/java/time/format/
H A DTCKDateTimeFormatters.java129 DateTimeFormatter test = DateTimeFormatter.ofPattern("d MMM yyyy"); in test_pattern_String() local
151 DateTimeFormatter test = DateTimeFormatter.ofPattern("d MMM yyyy", Locale.UK); in test_pattern_StringLocale() local
229 … TemporalAccessor test = buildAccessor(year, month, day, null, null, null, null, offsetId, zoneId); in test_print_isoLocalDate() local
245 String input, Class<?> invalid) { in test_parse_isoLocalDate()
323 … TemporalAccessor test = buildAccessor(year, month, day, null, null, null, null, offsetId, zoneId); in test_print_isoOffsetDate() local
339 String input, Class<?> invalid) { in test_parse_isoOffsetDate()
381 … TemporalAccessor test = buildAccessor(year, month, day, null, null, null, null, offsetId, zoneId); in test_print_isoDate() local
397 String input, Class<?> invalid) { in test_parse_isoDate()
453 … TemporalAccessor test = buildAccessor(null, null, null, hour, min, sec, nano, offsetId, zoneId); in test_print_isoLocalTime() local
469 String input, Class<?> invalid) { in test_parse_isoLocalTime()
[all …]
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/tests/trunk_stable_test/android.aidl.test.trunk-V2-cpp-source/gen/android/aidl/test/trunk/
DITrunkStableTest.cpp13 namespace test { namespace
28 namespace test { namespace
37 …kStableTest::MyParcelable& input, ::android::aidl::test::trunk::ITrunkStableTest::MyParcelable* _a… in repeatParcelable()
94 …:binder::Status BpTrunkStableTest::repeatEnum(::android::aidl::test::trunk::ITrunkStableTest::MyEn… in repeatEnum()
151 …tableTest::MyUnion& input, ::android::aidl::test::trunk::ITrunkStableTest::MyUnion* _aidl_return) { in repeatUnion()
260 …ITrunkStableTest::MyOtherParcelable& input, ::android::aidl::test::trunk::ITrunkStableTest::MyOthe… in repeatOtherParcelable()
369 namespace test { namespace
669 namespace test { namespace
743 namespace test { namespace
802 namespace test { namespace
[all …]
/aosp_15_r20/system/tools/aidl/tests/golden_output/tests/trunk_stable_test/android.aidl.test.trunk-V2-cpp-source/gen/android/aidl/test/trunk/
DITrunkStableTest.cpp13 namespace test { namespace
28 namespace test { namespace
37 …kStableTest::MyParcelable& input, ::android::aidl::test::trunk::ITrunkStableTest::MyParcelable* _a… in repeatParcelable()
94 …:binder::Status BpTrunkStableTest::repeatEnum(::android::aidl::test::trunk::ITrunkStableTest::MyEn… in repeatEnum()
151 …tableTest::MyUnion& input, ::android::aidl::test::trunk::ITrunkStableTest::MyUnion* _aidl_return) { in repeatUnion()
260 …ITrunkStableTest::MyOtherParcelable& input, ::android::aidl::test::trunk::ITrunkStableTest::MyOthe… in repeatOtherParcelable()
365 namespace test { namespace
661 namespace test { namespace
731 namespace test { namespace
789 namespace test { namespace
[all …]
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/tests/trunk_stable_test/android.aidl.test.trunk-V1-cpp-source/gen/android/aidl/test/trunk/
DITrunkStableTest.cpp13 namespace test { namespace
28 namespace test { namespace
37 …kStableTest::MyParcelable& input, ::android::aidl::test::trunk::ITrunkStableTest::MyParcelable* _a… in repeatParcelable()
94 …:binder::Status BpTrunkStableTest::repeatEnum(::android::aidl::test::trunk::ITrunkStableTest::MyEn… in repeatEnum()
151 …tableTest::MyUnion& input, ::android::aidl::test::trunk::ITrunkStableTest::MyUnion* _aidl_return) { in repeatUnion()
308 namespace test { namespace
554 namespace test { namespace
612 namespace test { namespace
659 namespace test { namespace
674 namespace test { namespace
[all …]
/aosp_15_r20/system/tools/aidl/tests/golden_output/tests/trunk_stable_test/android.aidl.test.trunk-V1-cpp-source/gen/android/aidl/test/trunk/
DITrunkStableTest.cpp13 namespace test { namespace
28 namespace test { namespace
37 …kStableTest::MyParcelable& input, ::android::aidl::test::trunk::ITrunkStableTest::MyParcelable* _a… in repeatParcelable()
94 …:binder::Status BpTrunkStableTest::repeatEnum(::android::aidl::test::trunk::ITrunkStableTest::MyEn… in repeatEnum()
151 …tableTest::MyUnion& input, ::android::aidl::test::trunk::ITrunkStableTest::MyUnion* _aidl_return) { in repeatUnion()
308 namespace test { namespace
554 namespace test { namespace
612 namespace test { namespace
659 namespace test { namespace
674 namespace test { namespace
[all …]
/aosp_15_r20/external/threetenbp/src/test/java/org/threeten/bp/
H A DTestZoneId.java85 ZoneId test = ZoneOffset.UTC; in test_serialization_UTC() local
90 ZoneId test = ZoneId.of("UTC+01:30"); in test_serialization_fixed() local
95 ZoneId test = ZoneId.of("Europe/London"); in test_serialization_Europe() local
100 ZoneId test = ZoneId.of("America/Chicago"); in test_serialization_America() local
113 ZoneId test = ZoneOffset.UTC; in test_constant_UTC() local
166 ZoneId test = ZoneId.systemDefault(); in test_systemDefault() local
199 ZoneId test = ZoneId.of("LONDON", map); in test_of_string_Map() local
207 ZoneId test = ZoneId.of("Europe/Madrid", map); in test_of_string_Map_lookThrough() local
213 ZoneId test = ZoneId.of("Europe/Madrid", map); in test_of_string_Map_emptyMap() local
243 ZoneId test = ZoneId.of("UTC" + id); in test_of_string_UTC() local
[all …]
/aosp_15_r20/external/deqp/external/openglcts/modules/gles31/
H A Des31cShaderBitfieldOperationTests.cpp250 virtual bool test(Data const *data) in test() function in glcts::ShaderBitfieldOperationCaseFrexp
332 virtual bool test(Data const *data) in test() function in glcts::ShaderBitfieldOperationCaseLdexp
430 virtual bool test(Data const *data) in test() function in glcts::ShaderBitfieldOperationCasePackUnorm
446 virtual bool test(Data const *data) in test() function in glcts::ShaderBitfieldOperationCasePackSnorm
462 virtual bool test(Data const *data) in test() function in glcts::ShaderBitfieldOperationCaseUnpackUnorm
499 virtual bool test(Data const *data) in test() function in glcts::ShaderBitfieldOperationCaseUnpackSnorm
550 virtual bool test(Data const *data) in test() function in glcts::ShaderBitfieldOperationCaseBitfieldExtractUint
629 virtual bool test(Data const *data) in test() function in glcts::ShaderBitfieldOperationCaseBitfieldExtractInt
712 virtual bool test(Data const *data) in test() function in glcts::ShaderBitfieldOperationCaseBitfieldInsertUint
799 virtual bool test(Data const *data) in test() function in glcts::ShaderBitfieldOperationCaseBitfieldInsertInt
[all …]
/aosp_15_r20/external/clang/test/Analysis/
H A Dinline.cpp23 void test(A &a) { in test() function
195 int test() const { in test() function
239 int enumUser(ABC input = B) { in enumUser()
249 int exprUser(int input = 2 * 4) { in exprUser()
253 int complicatedExprUser(int input = 2 * Secret::value) { in complicatedExprUser()
265 int defaultReference(const int &input = 42) { in defaultReference()
268 int defaultReferenceZero(const int &input = 0) { in defaultReferenceZero()
317 IntWrapper(int input) : value(input) { in IntWrapper()
325 void test() { in test() function
401 void test(One *object) { in test() function
[all …]
/aosp_15_r20/external/icu/android_icu4j/testing/src/com/android/icu/test/util/regex/
H A DMatcherNativeTest.java63 public static boolean matches(String pattern, String input) { in matches()
73 private Matcher matcher(String input) { in matcher()
93 private String input; field in MatcherNativeTest.Matcher
96 private Matcher(Pattern pattern, String input) { in Matcher()
123 public void reset(String input, int start, int end) { in reset()
131 public void reset(String input) { in reset()
259 Pattern test = Pattern.compile(element); in testPattern() local
271 Pattern test = Pattern.compile(groupPatterns[i]); in testGroupint() local
296 Pattern test = Pattern.compile(groupPatterns[i]); in testGroupint() local
313 Pattern test = Pattern.compile(element); in testGroup() local
[all …]
/aosp_15_r20/external/cronet/base/strings/
H A Dstring_number_conversions_unittest.cc54 for (const auto& test : int_tests) { in TEST() local
61 for (const auto& test : int64_tests) { in TEST() local
72 uint64_t input; in TEST() member
90 size_t input; in TEST() member
110 std::string input; in TEST() member
156 const char input[] = in TEST() local
177 std::string input; in TEST() member
224 const char input[] = in TEST() local
245 std::string input; in TEST() member
296 const char input[] = in TEST() local
[all …]
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/regex/
H A DMatcherTest.java103 String input = "aabfooaabfooabfoob"; in testReplaceAll() local
138 String input = "zzzdogzzzdogzzz"; in testReplaceFirst() local
166 Pattern test = Pattern.compile(element); in testPattern() local
226 Pattern test = Pattern.compile(groupPatterns[i]); in testGroupint() local
251 Pattern test = Pattern.compile(groupPatterns[i]); in testGroupint() local
267 Pattern test = Pattern.compile(element); in testGroup() local
278 Pattern test = Pattern.compile(element); in testGroup() local
422 Pattern test = Pattern.compile(groupPatterns[i]); in testGroupCount() local
474 String input = "foob"; in testEnhancedFind() local
655 String input = " word "; in testMatchesRegionChanged() local
[all …]
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_helpers_unittest.cc286 for (const auto& test : tests) { in TEST() local
288 io::ArrayInputStream input(test.first.data(), test.first.size(), kBlockSizes[i]); in TEST() local
314 for (const auto& test : tests) { in TEST() local
316 io::ArrayInputStream input(test.first.data(), test.first.size(), kBlockSizes[i]); in TEST() local
335 for (const auto& test : tests) { in TEST() local
337 io::ArrayInputStream input(std::get<0>(test).data(), std::get<0>(test).size(), in TEST() local
357 for (const auto& test : tests) { in TEST() local
359 io::ArrayInputStream input(std::get<0>(test).data(), std::get<0>(test).size(), in TEST() local
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_helpers_unittest.cc286 for (const auto& test : tests) { in TEST() local
288 io::ArrayInputStream input(test.first.data(), test.first.size(), kBlockSizes[i]); in TEST() local
314 for (const auto& test : tests) { in TEST() local
316 io::ArrayInputStream input(test.first.data(), test.first.size(), kBlockSizes[i]); in TEST() local
335 for (const auto& test : tests) { in TEST() local
337 io::ArrayInputStream input(std::get<0>(test).data(), std::get<0>(test).size(), in TEST() local
357 for (const auto& test : tests) { in TEST() local
359 io::ArrayInputStream input(std::get<0>(test).data(), std::get<0>(test).size(), in TEST() local
/aosp_15_r20/external/pdfium/xfa/fgas/crt/
H A Dcfgas_stringformatter_unittest.cpp41 const wchar_t* input; in TEST_F() member
106 const wchar_t* input; in TEST_F() member
158 const wchar_t* input; in TEST_F() member
189 const wchar_t* input; in TEST_F() member
218 const wchar_t* input; in TEST_F() member
329 const wchar_t* input; in TEST_F() member
457 for (const auto& test : tests) { in TEST_F() local
466 for (const auto& test : failures) { in TEST_F() local
477 const wchar_t* input; in TEST_F() member
588 for (const auto& test : tests) { in TEST_F() local
[all …]
/aosp_15_r20/external/parameter-framework/upstream/utility/test/
H A Dutility.cpp48 list<int> input; member
59 for (auto &test : tests) { variable
73 list<string> input; member
85 for (auto &test : tests) { variable
104 Map input; member
119 for (const auto &test : tests) { variable
139 for (auto &test : tests) { variable
/aosp_15_r20/external/clang/test/Analysis/inlining/
H A Dpath-notes.cpp30 void test() { in test() function
117 void testCopyConstruction(const Wrapper &input) { in testCopyConstruction()
125 void testMoveConstruction(MovableWrapper &&input) { in testMoveConstruction()
132 void testCopyAssignment(const Wrapper &input) { in testCopyAssignment()
141 void testMoveAssignment(MovableWrapper &&input) { in testMoveAssignment()
172 void test() { in test() function
219 void test(Derived d) { in test() function
295 void test(Outer *outer) { in test() function
/aosp_15_r20/external/clang/tools/scan-build-py/tests/unit/
H A Dtest_runner.py18 def test(flags): function
28 def test(flags): function
211 def test(flags): function
223 def test(expected, input): argument
237 def language(expected, input): argument
258 def flags(expected, input): argument
268 def language(expected, input): argument
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/
DTestValidateOperations.cpp337 for (ANeuralNetworksOperandType input : validInputs) { local
1054 OperationTestBase test(operationCode, {input0, axis}, {output}); in argMinMaxTest() local
1078 ANeuralNetworksOperandType input = getOpType(inputOperandType, 4, inputDimensions); in dequantizeOpTest() local
1109 OperationTestBase test(ANEURALNETWORKS_EXPAND_DIMS, {input0, axis}, {output}); in expandDimsTest() local
1137 OperationTestBase test(ANEURALNETWORKS_GATHER, {input0, axis, input2}, {output}); in gatherTest() local
1151 ANeuralNetworksOperandType input = { in quantizeOpTest() local
1158 OperationTestBase test(ANEURALNETWORKS_QUANTIZE, {input}, {output}); in quantizeOpTest() local
1198 ANeuralNetworksOperandType input = quant8Tensor2D; in TEST() local
1217 OperationTestBase test( in TEST() local
1244 OperationTestBase test(ANEURALNETWORKS_SPLIT, {input0, axis, count}, {output0, output1}); in splitTest() local
[all …]
/aosp_15_r20/external/cronet/third_party/boringssl/src/pki/
H A Dinput_unittest.cc9 namespace bssl::der::test { namespace
15 Input test(kInput); in TEST() local
30 Input test(kInput); in TEST() local
43 Input input(kInput); in TEST() local
50 Input input(kInput); in TEST() local
85 for (uint8_t input : kInput) { in TEST() local
/aosp_15_r20/external/libchrome/base/strings/
H A Dstring_number_conversions_unittest.cc55 const NumberToStringTest<int>& test = int_tests[i]; in TEST() local
63 const NumberToStringTest<int64_t>& test = int64_tests[i]; in TEST() local
74 uint64_t input; in TEST() member
92 size_t input; in TEST() member
112 std::string input; in TEST() member
156 const char input[] = "6\06"; in TEST() local
175 std::string input; in TEST() member
221 const char input[] = "6\06"; in TEST() local
240 std::string input; in TEST() member
291 const char input[] = "6\06"; in TEST() local
[all …]
/aosp_15_r20/external/pdfium/fxjs/xfa/
H A Dcfxjse_formcalc_context_embeddertest.cpp26 void ExecuteExpectError(ByteStringView input) { in ExecuteExpectError()
30 void ExecuteExpectNull(ByteStringView input) { in ExecuteExpectNull()
37 void ExecuteExpectBool(ByteStringView input, bool expected) { in ExecuteExpectBool()
50 void ExecuteExpectInt32(ByteStringView input, int32_t expected) { in ExecuteExpectInt32()
60 void ExecuteExpectFloat(ByteStringView input, float expected) { in ExecuteExpectFloat()
70 void ExecuteExpectFloatNear(ByteStringView input, float expected) { in ExecuteExpectFloatNear()
83 void ExecuteExpectNaN(ByteStringView input) { in ExecuteExpectNaN()
92 void ExecuteExpectString(ByteStringView input, const char* expected) { in ExecuteExpectString()
109 const char input[] = ""; in TEST_F() local
1021 const char test[] = {"$form.form1.TextField11.getAttribute(\"h\")"}; local
[all …]

12345678910>>...48