Home
last modified time | relevance | path

Searched defs:res2 (Results 1 – 25 of 123) sorted by relevance

12345

/third_party/typescript/tests/baselines/reference/convertToAsyncFunction/
DconvertToAsyncFunction_MultipleThensSameVarName.ts9 function res2(result){ function
23 function res2(result){ function
DconvertToAsyncFunction_MultipleThens.ts9 function res2(result2){ function
22 function res2(result2){ function
/third_party/node/test/parallel/
Dtest-async-hooks-close-during-destroy.js11 let res2; variable
34 res2 = new async_hooks.AsyncResource('foobar'); variable
Dtest-http-client-race.js57 req2.on('response', function(res2) { argument
/third_party/typescript/tests/baselines/reference/
DinferenceAndSelfReferentialConstraint.js20 const res2 = test({ constant
43 var res2 = test({ variable
/third_party/typescript/tests/cases/compiler/
DinferenceAndSelfReferentialConstraint.ts19 const res2 = test({ constant
/third_party/littlefs/bd/
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/json/docs/examples/
Demplace.cpp23 auto res2 = null.emplace("B", "c"); in main() local
/third_party/rust/crates/nom/src/multi/
Dtests.rs48 let res2 = vec![&b"abcd"[..], &b"abcd"[..]]; in separated_list0_test() localVariable
90 let res2 = vec![&b"abcd"[..], &b"abcd"[..]]; in separated_list1_test() localVariable
146 let res2 = vec![&b"abcd"[..], &b"abcd"[..]]; in many1_test() localVariable
224 let res2 = vec![&b"Abcd"[..], &b"Abcd"[..], &b"Abcd"[..], &b"Abcd"[..]]; in many_m_n_test() localVariable
457 let res2 = vec![&b"abcd"[..], &b"abcd"[..]]; in fold_many1_test() localVariable
489 let res2 = vec![&b"Abcd"[..], &b"Abcd"[..], &b"Abcd"[..], &b"Abcd"[..]]; in fold_many_m_n_test() localVariable
/third_party/ltp/testcases/kernel/syscalls/getcwd/
Dgetcwd03.c36 char *res2 = NULL; in verify_getcwd() local
/third_party/pulseaudio/src/tests/
Dutf8-test.c34 char res2[] = { 0x68, 0xc3, 0xbc, 0x70, 0x66, 0x62, 0x75, 0x72, 0x67, '\0' }; in START_TEST() local
/third_party/lzma/C/
DThreads.c58 WRes res2 = Thread_Close(p); in Thread_Wait_Close() local
377 int res2 = pthread_mutex_unlock(&p->_mutex); in Event_Set() local
412 int res2 = pthread_cond_destroy(&p->_cond); in Event_Close() local
491 int res2 = pthread_cond_destroy(&p->_cond); in Semaphore_Close() local
/third_party/lzma/CPP/7zip/Archive/
DLzmaHandler.cpp151 HRESULT res2 = _filterCoder->OutStreamFinish(); in Code() local
155 HRESULT res2 = _filterCoder->ReleaseOutStream(); in Code() local
/third_party/icu/icu4c/source/test/intltest/
Dnmfmapts.cpp124 UnicodeString res1, res2, res3, res4, res5, res6; in testAPI() local
332 UnicodeString res0, res1, res2, res3, res4, res5; in testRegistration() local
Dtchcfmt.cpp51 UnicodeString res1, res2; in TestSimpleExample() local
174 UnicodeString res1, res2; in TestComplexExample() local
/third_party/ltp/testcases/kernel/io/ltp-aiodio/
Daiocp.c99 …oid async_write_done(LTP_ATTRIBUTE_UNUSED io_context_t ctx, struct iocb *iocb, long res, long res2) in async_write_done()
121 static void async_copy(io_context_t ctx, struct iocb *iocb, long res, long res2) in async_copy()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DIntlTestSimpleDateFormatAPI.java86 StringBuffer res2 = new StringBuffer(); in TestAPI() local
DIntlTestDateFormatAPI.java108 StringBuffer res2 = new StringBuffer(); in TestAPI() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestSimpleDateFormatAPI.java83 StringBuffer res2 = new StringBuffer(); in TestAPI() local
DIntlTestDateFormatAPI.java105 StringBuffer res2 = new StringBuffer(); in TestAPI() local
/third_party/ffmpeg/libavcodec/mips/
Dvp8_idct_msa.c52 v4i32 res0, res1, res2, res3; in ff_vp8_idct_add_msa() local
85 v8i16 res0, res1, res2, res3; in ff_vp8_idct_dc_add_msa() local
/third_party/ltp/testcases/kernel/syscalls/getxattr/
Dgetxattr05.c60 ssize_t i, res1, res2; in verify_getxattr() local
/third_party/lzma/CPP/7zip/Common/
DMultiOutStream.cpp518 const HRESULT res2 = CloseStream_and_FinalRename(i); in FinalFlush_and_CloseFiles() local
695 const HRESULT res2 = CloseStream_and_FinalRename(_streamIndex); in Z7_COM7F_IMF() local
/third_party/libphonenumber/cpp/test/phonenumbers/
Dregexp_adapter_test.cc132 string res1, res2; in TEST_F() local
168 string res1, res2; in TEST_F() local
/third_party/ltp/testcases/kernel/fs/fs_perms/
Dfs_perms.c185 int res1, res2 = 1; in main() local

12345