/third_party/rust/crates/nix/src/sys/ |
H A D | epoll.rs | 77 Errno::result(res) in epoll_create() 84 Errno::result(res) in epoll_create1() 108 Errno::result(res).map(drop) in epoll_ctl() 127 Errno::result(res).map(|r| r as usize) in epoll_wait()
|
/third_party/skia/buildtools/checkdeps/ |
H A D | rules.py | 113 result = ['Rules = {\n (apply to all files): [\n%s\n ],' % '\n'.join( 116 result.append(' (limited to files matching %s): [\n%s\n ]' % ( 118 result.append(' }') 119 return '\n'.join(result)
|
H A D | results.py | 51 """Add a formatted result to |self.results| for |dependee_status|, 98 for result in self.results: 99 print(result) 156 for result in self.GetResults(): 157 print(result)
|
/third_party/spirv-tools/test/fuzzers/ |
H A D | random_generator.cpp | 91 spv_target_env result; 95 result = static_cast<spv_target_env>( 97 } while (!spvIsValidEnv(result)); 99 return result;
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineClearUtil.cpp | 52 const tcu::IVec4 result ((deInt32)deFloatRound(color.x()), (deInt32)deFloatRound(color.y()), in defaultClearColorInt() 55 return result; in defaultClearColorInt() 63 const tcu::UVec4 result ((deUint32)deFloatRound(color.x()), (deUint32)deFloatRound(color.y()), in defaultClearColorUint() 66 return result; in defaultClearColorUint()
|
/third_party/weex-loader/test/ |
H A D | test.js | 36 const result = fs.readFileSync(filepath, 'utf-8'); 37 return result.toString(); 42 const result = fs.readFileSync(filepath, 'utf-8'); 43 return JSON.parse(result.toString());
|
/vendor/ohemu/common/ |
H A D | qemu-run | 136 result=`tail -1 $test_file` 137 if [ "$result" != "--- Test End ---" ]; then 140 result=`tail -2 $test_file` 141 failedresult=${result%,*}
|
/test/testfwk/developer_test/libs/fuzzlib/tools/ |
H A D | run_result.py | 72 result = ansi_escape.sub('', log_str) 73 return result 80 def analysis(self, result, outdir):
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | capabilityndk.cpp | 44 napi_value result;
in Capset() local 45 napi_create_int32(env, ret, &result);
in Capset() 46 return result;
in Capset()
|
H A D | linkndk.cpp | 36 napi_value result = nullptr;
in Dl_iterate_phdr() local 37 napi_create_int32(env, ret, &result);
in Dl_iterate_phdr() 38 return result;
in Dl_iterate_phdr()
|
H A D | libgenndk.cpp | 29 napi_value result = nullptr;
in Basename() local 39 napi_create_int32(env, retrunInfo, &result);
in Basename() 40 return result;
in Basename()
|
H A D | membarrierndk.cpp | 44 napi_value result = nullptr;
in Membarrier() local 45 napi_create_int32(env, ret, &result);
in Membarrier() 46 return result;
in Membarrier()
|
H A D | prctlndk.cpp | 49 napi_value result = nullptr;
in Prctl() local 50 napi_create_int32(env, *static_cast<int *>(pThreadResult), &result);
in Prctl() 51 return result;
in Prctl()
|
H A D | semaphorendk1.cpp | 49 napi_value result = nullptr;
in SemUnlink() local 50 napi_create_int32(env, ret, &result);
in SemUnlink() 51 return result;
in SemUnlink()
|
H A D | timesndk.cpp | 40 napi_value result = nullptr;
in Times() local 41 napi_create_int32(env, resultValue, &result);
in Times() 42 return result;
in Times()
|
/test/xts/acts/commonlibrary/thirdparty/musl32/entry/src/main/cpp/ |
H A D | localendk32.cpp | 47 napi_value result = nullptr;
in Localtime64() local 48 napi_create_int32(env, ret, &result);
in Localtime64() 49 return result;
in Localtime64()
|
/test/xts/dcts/filemanagement/fileio/client/src/main/cpp/ |
H A D | devicemanager.cpp | 38 napi_value result = nullptr;
in DeviceOpenP2PConnection() local 39 napi_create_int32(env, ret, &result);
in DeviceOpenP2PConnection() 40 return result;
in DeviceOpenP2PConnection()
|
/third_party/elfutils/tests/ |
H A D | msg_tst.c | 93 int result = EXIT_SUCCESS; in main() local 107 result = EXIT_FAILURE; in main() 111 return result; in main()
|
H A D | test-nlist.c | 47 int result = 0; in main() local 79 result = 1; in main() 82 return foo (result); in main()
|
/third_party/elfutils/libelf/ |
H A D | gelf_update_sym.c | 46 int result = 0; in gelf_update_sym() local 107 result = 1; in gelf_update_sym() 115 return result; in gelf_update_sym()
|
H A D | gelf_getdyn.c | 45 GElf_Dyn *result = NULL; in gelf_getdyn() local 102 result = dst; in gelf_getdyn() 107 return result; in gelf_getdyn()
|
H A D | gelf_getauxv.c | 44 GElf_auxv_t *result = NULL; in gelf_getauxv() local 101 result = dst; in gelf_getauxv() 106 return result; in gelf_getauxv()
|
H A D | elf32_getehdr.c | 87 ElfW2(LIBELFBITS,Ehdr) *result; in ElfW2() 92 result = getehdr_impl (elf, 0); in ElfW2() 95 return result; in ElfW2()
|
H A D | gelf_update_rel.c | 45 int result = 0; in gelf_update_rel() local 99 result = 1; in gelf_update_rel() 107 return result; in gelf_update_rel()
|
H A D | gelf_update_dyn.c | 45 int result = 0; in gelf_update_dyn() local 98 result = 1; in gelf_update_dyn() 106 return result; in gelf_update_dyn()
|