Home
last modified time | relevance | path

Searched refs:result (Results 4776 - 4800 of 11613) sorted by relevance

1...<<191192193194195196197198199200>>...465

/third_party/rust/crates/nix/src/sys/
H A Depoll.rs77 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 Drules.py113 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 Dresults.py51 """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 Drandom_generator.cpp91 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 DvktPipelineClearUtil.cpp52 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 Dtest.js36 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 Dqemu-run136 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 Drun_result.py72 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 Dcapabilityndk.cpp44 napi_value result; in Capset() local
45 napi_create_int32(env, ret, &result); in Capset()
46 return result; in Capset()
H A Dlinkndk.cpp36 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 Dlibgenndk.cpp29 napi_value result = nullptr; in Basename() local
39 napi_create_int32(env, retrunInfo, &result); in Basename()
40 return result; in Basename()
H A Dmembarrierndk.cpp44 napi_value result = nullptr; in Membarrier() local
45 napi_create_int32(env, ret, &result); in Membarrier()
46 return result; in Membarrier()
H A Dprctlndk.cpp49 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 Dsemaphorendk1.cpp49 napi_value result = nullptr; in SemUnlink() local
50 napi_create_int32(env, ret, &result); in SemUnlink()
51 return result; in SemUnlink()
H A Dtimesndk.cpp40 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 Dlocalendk32.cpp47 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 Ddevicemanager.cpp38 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 Dmsg_tst.c93 int result = EXIT_SUCCESS; in main() local
107 result = EXIT_FAILURE; in main()
111 return result; in main()
H A Dtest-nlist.c47 int result = 0; in main() local
79 result = 1; in main()
82 return foo (result); in main()
/third_party/elfutils/libelf/
H A Dgelf_update_sym.c46 int result = 0; in gelf_update_sym() local
107 result = 1; in gelf_update_sym()
115 return result; in gelf_update_sym()
H A Dgelf_getdyn.c45 GElf_Dyn *result = NULL; in gelf_getdyn() local
102 result = dst; in gelf_getdyn()
107 return result; in gelf_getdyn()
H A Dgelf_getauxv.c44 GElf_auxv_t *result = NULL; in gelf_getauxv() local
101 result = dst; in gelf_getauxv()
106 return result; in gelf_getauxv()
H A Delf32_getehdr.c87 ElfW2(LIBELFBITS,Ehdr) *result; in ElfW2()
92 result = getehdr_impl (elf, 0); in ElfW2()
95 return result; in ElfW2()
H A Dgelf_update_rel.c45 int result = 0; in gelf_update_rel() local
99 result = 1; in gelf_update_rel()
107 return result; in gelf_update_rel()
H A Dgelf_update_dyn.c45 int result = 0; in gelf_update_dyn() local
98 result = 1; in gelf_update_dyn()
106 return result; in gelf_update_dyn()

Completed in 11 milliseconds

1...<<191192193194195196197198199200>>...465