Home
last modified time | relevance | path

Searched defs:result2 (Results 1 – 25 of 127) sorted by relevance

123456

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/ruby/
DRubyTest.java49 TestObject result2 = beanLoader.loadAs(output, TestObject.class); in testEmitNoTags() local
73 TestObject result2 = parseObject(output); in testEmitWithTags() local
96 TestObject result2 = parseObject(output); in testEmitWithTags2WithoutTagForParentJavabean() local
/external/kmod/testsuite/
Dtest-strbuf.c36 char *result1, *result2; in test_strbuf_pushchar() local
63 char *result1, *saveptr = NULL, *str, *result2; in test_strbuf_pushchars() local
/external/openscreen/util/json/
Djson_value_unittest.cc20 absl::optional<int> result2 = in TEST() local
39 absl::optional<absl::string_view> result2 = in TEST() local
/external/llvm-project/libc/fuzzing/math/
DSingleInputSingleOutputDiff.h31 T result2 = func2(x); in SingleInputSingleOutputDiff() local
52 T1 result2 = func2(x, &sideEffect2); in SingleInputSingleOutputWithSideEffectDiff() local
DTwoInputSingleOutputDiff.h34 T1 result2 = func2(x, y); in TwoInputSingleOutputDiff() local
/external/angle/src/tests/gl_tests/
DTimerQueriesTest.cpp148 GLuint64 result2 = 0; in TEST_P() local
394 GLuint64 result2 = 0; in TEST_P() local
470 GLuint64 result2 = 0; in TEST_P() local
507 GLint64 result2 = 0; in TEST_P() local
/external/icu/icu4c/source/samples/citer/
Dciter.cpp70 UnicodeString result1, result2; in TestUChariter() local
135 UnicodeString result1, result2; in TestStringiter() local
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/filter/
DNullConversionsGenericTest.java83 GeneralEmpty<List<Integer>> result2 = MAPPER.readValue(aposToQuotes("{'value':null}"), in testNullsToEmptyCollection() local
106 GeneralEmpty<String[]> result2 = MAPPER.readValue(json, in testNullsToEmptyArrays() local
/external/icing/icing/index/main/
Dposting-list-accessor_test.cc102 PostingListAccessor::FinalizeResult result2 = in TEST() local
156 PostingListAccessor::FinalizeResult result2 = in TEST() local
266 PostingListAccessor::FinalizeResult result2 = in TEST() local
376 PostingListAccessor::FinalizeResult result2 = in TEST() local
/external/rust/crates/tokio/tests/
Dsync_once_cell.rs65 let result2 = handle2.await.unwrap(); in get_or_init() localVariable
90 let result2 = handle2.await.unwrap(); in get_or_init_panic() localVariable
148 let result2 = handle2.await.unwrap(); in set_while_initializing() localVariable
175 let result2 = handle2.await.unwrap(); in get_or_try_init() localVariable
/external/llvm-project/openmp/runtime/test/barrier/
Domp_barrier.c9 int result2; in test_omp_barrier() local
/external/llvm-project/lldb/test/API/functionalities/archives/
Db.c9 int result2 = arg1 - __b_global; in bb() local
/external/llvm-project/openmp/runtime/test/flush/
Domp_flush.c9 int result2; in test_omp_flush() local
/external/llvm-project/openmp/runtime/test/tasking/
Domp_taskwait.c14 int result2 = 0; /* Stores number of wrong array elements at the end */ in test_omp_taskwait() local
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/
DTestGenerics.java109 Wrapper<String> result2 = mapper.readValue in testMultipleWrappers() local
131 Wrapper<String> result2 = mapper.readValue in testMultipleWrappersSingleValueArray() local
/external/libcxx/test/std/containers/associative/map/
Dcompare.pass.cpp48 IterBool result2 = map.insert(std::make_pair(Key(0), 43)); in main() local
/external/llvm-project/libcxx/test/std/containers/associative/map/
Dcompare.pass.cpp49 IterBool result2 = map.insert(std::make_pair(Key(0), 43)); in main() local
/external/eigen/unsupported/test/
Dcxx11_tensor_const.cpp45 Tensor<int, 2> result2 = constant2.chip(0, 2); in test_assign_of_const_tensor() local
Dcxx11_tensor_striding.cpp98 Tensor<float, 4, DataLayout> result2(3, 12, 10, 21); in test_striding_as_lvalue() local
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DAnyTest.java123 TestAllTypes result2 = container.getValue().unpack(TestAllTypes.class); in testCachedUnpackResult() local
/external/libvpx/libvpx/vp8/common/arm/neon/
Dloopfiltersimpleverticaledge_neon.c51 const uint8x8x2_t result2) { in write_2x8()
59 const uint8x8x2_t result2) { in write_2x8()
/external/skqp/tests/
DSrcOverTest.cpp38 unsigned result2 = test_srcover2(0xFF, i); in DEF_TEST() local
/external/skia/tests/
DSrcOverTest.cpp38 unsigned result2 = test_srcover2(0xFF, i); in DEF_TEST() local
/external/rust/crates/ahash/src/
Dfallback_hash.rs214 let result2 = hasher.buffer; in test_hash() localVariable
216 let result2: [u8; 8] = result2.convert(); in test_hash() localVariable
/external/cldr/tools/java/org/unicode/cldr/draft/
DCodePoints.java103 int[] result2 = new int[pos]; in full() local

123456