Home
last modified time | relevance | path

Searched defs:res2 (Results 1 - 25 of 118) sorted by relevance

12345

/third_party/json/docs/examples/
H A Demplace.cpp23 auto res2 = null.emplace("B", "c"); in main() local
/arkcompiler/ets_runtime/test/moduletest/builtins/
H A Dbuiltinsregexp.js57 var res2 = testStr.match(pattern); variable
/third_party/ltp/testcases/kernel/syscalls/getcwd/
H A Dgetcwd03.c36 char *res2 = NULL; in verify_getcwd() local
/third_party/pulseaudio/src/tests/
H A Dutf8-test.c34 char res2[] = { 0x68, 0xc3, 0xbc, 0x70, 0x66, 0x62, 0x75, 0x72, 0x67, '\0' }; in START_TEST() local
/arkcompiler/ets_runtime/ecmascript/tests/
H A Decma_context_test.cpp53 JSHandle<JSTaggedValue> res2 = context->GetRegExpCache(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/test/moduletest/stringreplace/
H A Dstringreplace.js42 var res2 = lineString1.replace(re2, "X"); variable
/arkcompiler/runtime_core/libpandabase/tests/
H A Dexpected_test.cpp107 auto res2 = helper(1); in TEST() local
120 auto res2 = helper(res1).ValueOr(res1); in TEST() local
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Dexpected_test.cpp109 auto res2 = Helper(1U); in TEST() local
122 auto res2 = Helper(res1).ValueOr(res1); in TEST() local
/third_party/json/tests/src/
H A Dunit-modifiers.cpp343 auto res2 = j.emplace("baz", "bam"); variable
367 auto res2 = j.emplace("foo", "bad"); variable
/third_party/littlefs/bd/
H A Dlfs_filebd.c90 ssize_t res2 = read(bd->fd, buffer, size); in lfs_filebd_read() local
123 ssize_t res2 = write(bd->fd, buffer, size); in lfs_filebd_prog() local
/third_party/icu/icu4c/source/test/intltest/
H A Dsdtfmtts.cpp146 UnicodeString res1, res2; in testAPI() local
H A Dnmfmapts.cpp124 UnicodeString res1, res2, res3, res4, res5, res6; in testAPI() local
332 UnicodeString res0, res1, res2, res3, res4, res5; in testRegistration() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
H A Dstack_reference_check_test.cpp102 bool res2 = env->GetObjectRefType(static_cast<ets_object>(ets_str2)) == ETS_LOCAL_REF_TYPE; in MultiStrCheck() local
/third_party/libsnd/src/
H A Davr.c58 short res2 ; /* Reserved, sample compression */ member
/third_party/ltp/testcases/kernel/syscalls/getxattr/
H A Dgetxattr05.c60 ssize_t i, res1, res2; in verify_getxattr() local
/third_party/libphonenumber/cpp/test/phonenumbers/
H A Dregexp_adapter_test.cc132 string res1, res2; in TEST_F() local
168 string res1, res2; in TEST_F() local
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dbounds_analysis_test.cpp59 BoundsRange res2 = r2.Neg(); in TEST_F() local
77 BoundsRange res2 = r2.Abs(); in TEST_F() local
/third_party/ffmpeg/libavcodec/mips/
H A Diirfilter_mips.c95 float res1, res2, res3, res4; in iir_filter_flt_mips() local
H A Dh263dsp_msa.c95 uint64_t res0, res1, res2, res3; in h263_v_loop_filter_msa() local
/third_party/mesa3d/src/amd/compiler/tests/
H A Dtest_optimizer_postRA.cpp315 Temp res2 = bld.vop2_dpp(aco_opcode::v_sub_f32, bld.def(v1, reg_v2), b, Operand(tmp2, reg_v2), dpp_row_half_mirror); variable
/third_party/ltp/testcases/kernel/fs/fs_perms/
H A Dfs_perms.c185 int res1, res2 = 1; in main() local
/third_party/mesa3d/src/gallium/tests/graw/
H A Docclusion-query.c162 union pipe_query_result res1, res2; in draw() local
/third_party/ltp/testcases/kernel/io/aio/
H A Daio02.c67 static void work_done(io_context_t ctx, struct iocb *iocb, long res, long res2) in work_done() argument
/third_party/lzma/C/
H A DMtCoder.c94 SRes res2; in ThreadFunc2() local
/third_party/optimized-routines/math/
H A Dsincosf.h137 uint64_t n, res0, res1, res2; in reduce_large() local

Completed in 12 milliseconds

12345