Home
last modified time | relevance | path

Searched refs:res (Results 626 - 650 of 6347) sorted by relevance

1...<<21222324252627282930>>...254

/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/drawable/
H A Drs_render_autocache_test.cpp120 bool res = drawable->PreDrawableCacheState(params, isOpincDropNodeExt); in HWTEST() local
121 ASSERT_TRUE(res); in HWTEST()
124 res = drawable->PreDrawableCacheState(params, isOpincDropNodeExt); in HWTEST()
125 ASSERT_TRUE(res); in HWTEST()
218 bool res = drawable->BeforeDrawCacheProcessChildNode(cacheStragy, params); in HWTEST() local
219 ASSERT_TRUE(res); in HWTEST()
224 res = drawable->BeforeDrawCacheProcessChildNode(cacheStragy, params); in HWTEST()
225 ASSERT_FALSE(res); in HWTEST()
230 res = drawable->BeforeDrawCacheProcessChildNode(cacheStragy, params); in HWTEST()
231 ASSERT_FALSE(res); in HWTEST()
373 bool res = drawable->DrawAutoCache(canvas, image, samplingOption, constraint); HWTEST() local
407 std::string res = drawable->GetNodeDebugInfo(); HWTEST() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/drawable/
H A Drs_render_node_drawable_autocache_test.cpp98 bool res = drawable->PreDrawableCacheState(params, isOpincDropNodeExt); in HWTEST() local
99 ASSERT_TRUE(res); in HWTEST()
102 res = drawable->PreDrawableCacheState(params, isOpincDropNodeExt); in HWTEST()
103 ASSERT_TRUE(res); in HWTEST()
184 bool res = drawable->BeforeDrawCacheProcessChildNode(cacheStragy, params); in HWTEST() local
185 ASSERT_TRUE(res); in HWTEST()
190 res = drawable->BeforeDrawCacheProcessChildNode(cacheStragy, params); in HWTEST()
191 ASSERT_FALSE(res); in HWTEST()
196 res = drawable->BeforeDrawCacheProcessChildNode(cacheStragy, params); in HWTEST()
197 ASSERT_FALSE(res); in HWTEST()
343 bool res = drawable->DrawAutoCache(canvas, image, samplingOption, constraint); HWTEST() local
407 std::string res = drawable->GetNodeDebugInfo(); HWTEST() local
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dimage_utils_test.cpp106 bool res = imageUtils.GetFileSize(IMAGE_INPUT_JPEG_PATH, size); in HWTEST_F() local
107 ASSERT_EQ(res, true); in HWTEST_F()
122 bool res = imageUtils.GetFileSize(path, size); in HWTEST_F() local
123 ASSERT_EQ(res, false); in HWTEST_F()
138 bool res = imageUtils.GetFileSize(path, size); in HWTEST_F() local
139 ASSERT_EQ(res, false); in HWTEST_F()
154 bool res = imageUtils.GetFileSize(fd, size); in HWTEST_F() local
155 ASSERT_EQ(res, true); in HWTEST_F()
170 bool res = imageUtils.GetFileSize(fd, size); in HWTEST_F() local
171 ASSERT_EQ(res, fals in HWTEST_F()
186 bool res = imageUtils.GetFileSize(fd, size); HWTEST_F() local
218 bool res = ImageUtils::PathToRealPath(path, realPath); HWTEST_F() local
237 bool res = ImageUtils::PathToRealPath(path, realPath); HWTEST_F() local
275 bool res = ImageUtils::CheckMulOverflow(width, height, bytesPerPixel); HWTEST_F() local
319 uint32_t res = ImageUtils::SurfaceBuffer_Reference(buffer); HWTEST_F() local
409 uint32_t res = ImageUtils::SaveDataToFile(fileName, data, totalSize); HWTEST_F() local
426 auto res = ImageUtils::GetPixelMapName(pixelMap); HWTEST_F() local
[all...]
/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_capi_remote_object_unittest.cpp64 bool res = globalHelper_->PrepareTestSuite(); in SetUpTestCase() local
65 ASSERT_TRUE(res); in SetUpTestCase()
72 bool res = globalHelper_->TearDownTestSuite(); in TearDownTestCase() local
73 ASSERT_TRUE(res); in TearDownTestCase()
176 bool res = helper.StartTestApp(IPCTestHelper::IPC_TEST_SERVER); in HWTEST_F() local
177 ASSERT_TRUE(res); in HWTEST_F()
192 bool res = helper.StartTestApp(IPCTestHelper::IPC_TEST_SERVER); in HWTEST_F() local
193 ASSERT_TRUE(res); in HWTEST_F()
233 bool res = helper.StartTestApp(IPCTestHelper::IPC_TEST_SERVER); in HWTEST_F() local
234 ASSERT_TRUE(res); in HWTEST_F()
273 bool res = helper.StartTestApp(IPCTestHelper::IPC_TEST_SERVER); HWTEST_F() local
300 bool res = helper.StartTestApp(IPCTestHelper::IPC_TEST_SERVER); HWTEST_F() local
331 bool res = helper.StartTestApp(IPCTestHelper::IPC_TEST_SERVER); HWTEST_F() local
354 bool res = helper.StartTestApp(IPCTestHelper::IPC_TEST_SERVER); HWTEST_F() local
[all...]
/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dassist_test_service.cpp34 int res = Remote()->SendRequest(TEST_PARCEL_BOOL, data, reply, option); in TestParcelBool() local
35 return (res == ERR_NONE) ? reply.ReadBool() : false; in TestParcelBool()
43 int res = Remote()->SendRequest(TEST_PARCEL_CHAR, data, reply, option); in TestParcelChar() local
44 return (res == ERR_NONE) ? reply.ReadInt16() : 0; in TestParcelChar()
52 int res = Remote()->SendRequest(TEST_PARCEL_INT32, data, reply, option); in TestParcelInt32() local
53 return (res == ERR_NONE) ? reply.ReadInt32() : 0; in TestParcelInt32()
61 int res = Remote()->SendRequest(TEST_PARCEL_INT64, data, reply, option); in TestParcelInt64() local
62 return (res == ERR_NONE) ? reply.ReadInt64() : 0; in TestParcelInt64()
70 int res = Remote()->SendRequest(TEST_PARCEL_BYTE, data, reply, option); in TestParcelByte() local
71 return (res in TestParcelByte()
79 int res = Remote()->SendRequest(TEST_PARCEL_UINT32, data, reply, option); TestParcelUint32() local
88 int res = Remote()->SendRequest(TEST_PARCEL_UINT64, data, reply, option); TestParcelUint64() local
97 int res = Remote()->SendRequest(TEST_PARCEL_FLOAT, data, reply, option); TestParcelFloat() local
106 int res = Remote()->SendRequest(TEST_PARCEL_DOUBLE, data, reply, option); TestParcelDouble() local
115 int res = Remote()->SendRequest(TEST_PARCEL_CSTRING, data, reply, option); TestParcelCString() local
124 int res = Remote()->SendRequest(TEST_PARCEL_STRING8, data, reply, option); TestParcelString() local
133 int res = Remote()->SendRequest(TEST_PARCEL_STRING16, data, reply, option); TestParcelString16() local
172 int res = Remote()->SendRequest(TEST_PARCEL_INT8_VECTOR, data, reply, option); TestParcelInt8Vector() local
[all...]
/third_party/rust/crates/nix/src/sys/
H A Dstat.rs179 let res = path.with_nix_path(|cstr| unsafe { in mknod()
183 Errno::result(res).map(drop) in mknod()
201 let res = path.with_nix_path(|cstr| unsafe { in mknodat()
210 Errno::result(res).map(drop) in mknodat()
241 let res = path.with_nix_path(|cstr| unsafe { in stat()
245 Errno::result(res)?; in stat()
252 let res = path.with_nix_path(|cstr| unsafe { in lstat()
256 Errno::result(res)?; in lstat()
263 let res = unsafe { libc::fstat(fd, dst.as_mut_ptr()) }; in fstat()
265 Errno::result(res) in fstat()
[all...]
/foundation/ability/ability_runtime/test/unittest/main_element_utils_test/
H A Dmain_element_utils_test.cpp65 bool res = MainElementUtils::CheckMainElement(hapModuleInfo, in HWTEST_F() local
67 EXPECT_FALSE(res); in HWTEST_F()
91 bool res = MainElementUtils::CheckMainElement(hapModuleInfo, in HWTEST_F() local
93 EXPECT_FALSE(res); in HWTEST_F()
119 bool res = MainElementUtils::CheckMainElement(hapModuleInfo, in HWTEST_F() local
121 EXPECT_FALSE(res); in HWTEST_F()
147 bool res = MainElementUtils::CheckMainElement(hapModuleInfo, in HWTEST_F() local
149 EXPECT_FALSE(res); in HWTEST_F()
169 bool res = MainElementUtils::CheckMainElement(hapModuleInfo, in HWTEST_F() local
171 EXPECT_FALSE(res); in HWTEST_F()
192 bool res = MainElementUtils::CheckMainElement(hapModuleInfo, HWTEST_F() local
[all...]
/foundation/multimedia/image_framework/interfaces/kits/native/include/
H A Dimage_source_mdk.h399 * @param res Indicates a pointer to the <b>ImageSource</b> object created at the JavaScript native layer.
429 struct OhosImageSourceOps* ops, napi_value *res);
440 * @param res Indicates a pointer to the <b>ImageSource</b> object created at the JavaScript native layer.
452 struct OhosImageSourceOps* ops, napi_value *res);
462 * @param res Indicates a pointer to the <b>ImageSource</b> object created at the JavaScript native layer.
474 struct OhosImageSourceOps* ops, napi_value *res);
485 * @param res Indicates a pointer to the <b>ImageSource</b> object created at the JavaScript native layer.
497 struct OhosImageSourceOps* ops, napi_value *res);
507 * @param res Indicates a pointer to the <b>ImageSource</b> object created at the JavaScript native layer.
519 struct OhosImageSourceOps* ops, napi_value *res);
[all...]
/third_party/cups-filters/fontembed/
H A Dtest_pdf.c140 char *res=emb_pdf_simple_fontdescr(emb,fdes,ff_ref); in main() local
141 assert(res); in main()
142 fputs(res,f); in main()
143 free(res); in main()
148 res=emb_pdf_simple_font(emb,fdes,fwid,fd_ref); in main()
149 assert(res); in main()
150 fputs(res,f); in main()
151 free(res); in main()
156 res=emb_pdf_simple_cidfont(emb,fdes->fontname,f_ref); in main()
158 assert(res); in main()
[all...]
/third_party/mesa3d/src/gallium/frontends/vdpau/
H A Dbitmap.c46 struct pipe_resource res_tmpl, *res; in vlVdpBitmapSurfaceCreate() local
89 res = pipe->screen->resource_create(pipe->screen, &res_tmpl); in vlVdpBitmapSurfaceCreate()
90 if (!res) { in vlVdpBitmapSurfaceCreate()
95 vlVdpDefaultSamplerViewTemplate(&sv_templ, res); in vlVdpBitmapSurfaceCreate()
96 vlsurface->sampler_view = pipe->create_sampler_view(pipe, res, &sv_templ); in vlVdpBitmapSurfaceCreate()
98 pipe_resource_reference(&res, NULL); in vlVdpBitmapSurfaceCreate()
158 struct pipe_resource *res; in vlVdpBitmapSurfaceGetParameters() local
167 res = vlsurface->sampler_view->texture; in vlVdpBitmapSurfaceGetParameters()
168 *rgba_format = PipeToFormatRGBA(res->format); in vlVdpBitmapSurfaceGetParameters()
169 *width = res in vlVdpBitmapSurfaceGetParameters()
[all...]
/third_party/node/deps/npm/node_modules/iconv-lite/encodings/
H A Dinternal.js150 res = '';
155 res += this.defaultCharUnicode;
160 res += String.fromCharCode(curByte);
168 res += this.defaultCharUnicode;
177 res += this.defaultCharUnicode;
179 res += this.defaultCharUnicode;
182 res += String.fromCharCode(acc);
185 res += this.defaultCharUnicode;
190 return res;
194 var res
[all...]
/third_party/python/Lib/
H A Dfnmatch.py43 res = bytes(res_str, 'ISO-8859-1')
45 res = translate(pat)
46 return re.compile(res).match
81 res = []
82 add = res.append
89 if (not res) or res[-1] is not STAR:
151 inp = res
152 res = []
153 add = res
[all...]
/third_party/python/Lib/distutils/tests/
H A Dtest_cygwinccompiler.py92 res = get_versions()
93 self.assertEqual(str(res[0]), '3.4.5')
99 res = get_versions()
100 self.assertEqual(res[0], None)
104 res = get_versions()
105 self.assertEqual(str(res[1]), '2.17.50')
107 res = get_versions()
108 self.assertEqual(res[1], None)
112 res = get_versions()
113 self.assertEqual(str(res[
[all...]
/third_party/node/deps/cares/src/lib/
H A Dares_sysconfig.c97 int res; in get_REG_SZ() local
102 res = RegQueryValueExA(hKey, leafKeyName, 0, NULL, NULL, &size); in get_REG_SZ()
103 if ((res != ERROR_SUCCESS && res != ERROR_MORE_DATA) || !size) { in get_REG_SZ()
115 res = RegQueryValueExA(hKey, leafKeyName, 0, NULL, (unsigned char *)*outptr, in get_REG_SZ()
117 if ((res != ERROR_SUCCESS) || (size == 1)) { in get_REG_SZ()
312 ULONG res; in get_DNS_Windows() local
346 res = GetAdaptersAddresses(AF_UNSPEC, AddrFlags, NULL, ipaa, &ReqBufsz); in get_DNS_Windows()
347 if ((res != ERROR_BUFFER_OVERFLOW) && (res ! in get_DNS_Windows()
644 struct __res_state *res = 0; ares__init_sysconfig_mvs() local
841 struct __res_state res; ares__init_sysconfig_libresolv() local
[all...]
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsfix.c351 int res; in clear_sparse() local
353 res = -1; in clear_sparse()
366 res = 0; in clear_sparse()
374 return (res); in clear_sparse()
607 int res; in rewrite_upcase() local
610 res = -1; in rewrite_upcase()
640 res = 0; in rewrite_upcase()
649 return (res); in rewrite_upcase()
666 int res; in fix_upcase() local
668 res in fix_upcase()
755 int res; rewrite_boot() local
1060 int res; fix_selfloc_conditions() local
1184 BOOL res; fix_self_located_mft() local
1231 int res; try_fix_boot() local
1292 int res; try_alternate_boot() local
1371 int res; check_alternate_boot() local
1449 int res; fix_startup() local
[all...]
/third_party/libfuse/example/
H A Dpassthrough_hp.cc221 auto res = fstatat(inode.fd, "", &attr, in sfs_getattr() local
223 if (res == -1) { in sfs_getattr()
235 int res; in do_setattr() local
239 res = fchmod(fi->fh, attr->st_mode); in do_setattr()
243 res = chmod(procname, attr->st_mode); in do_setattr()
245 if (res == -1) in do_setattr()
252 res = fchownat(ifd, "", uid, gid, AT_EMPTY_PATH | AT_SYMLINK_NOFOLLOW); in do_setattr()
253 if (res == -1) in do_setattr()
258 res = ftruncate(fi->fh, attr->st_size); in do_setattr()
262 res in do_setattr()
427 int res; mknod_symlink() local
485 auto res = linkat(AT_FDCWD, procname, inode_p.fd, name, AT_SYMLINK_FOLLOW); sfs_link() local
514 auto res = unlinkat(inode_p.fd, name, AT_REMOVEDIR); sfs_rmdir() local
529 auto res = renameat(inode_p.fd, name, inode_np.fd, newname); sfs_rename() local
563 auto res = unlinkat(inode_p.fd, name, 0); sfs_unlink() local
614 auto res = readlinkat(inode.fd, "", buf, sizeof(buf)); sfs_readlink() local
845 int res; sfs_fsyncdir() local
907 auto res = close(dup(fi->fh)); sfs_flush() local
915 int res; sfs_fsync() local
950 auto res = fuse_buf_copy(&out_buf, in_buf, FUSE_BUF_COPY_FLAGS); do_write_buf() local
969 auto res = fstatvfs(get_fs_fd(ino), &stbuf); sfs_statfs() local
994 auto res = flock(fi->fh, op); sfs_flock() local
1284 auto res = getrlimit(RLIMIT_NOFILE, &lim); maximize_fd_limit() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dbss.c454 struct wpa_scan_res *res, in wpa_bss_add()
466 bss = os_zalloc(sizeof(*bss) + res->ie_len + res->beacon_ie_len); in wpa_bss_add()
471 wpa_bss_copy_res(bss, res, fetch_time); in wpa_bss_add()
474 bss->ie_len = res->ie_len; in wpa_bss_add()
476 bss->hilink = res->hilink; in wpa_bss_add()
479 bss->legacyGO = res->legacyGO; in wpa_bss_add()
485 wapi_ie = wpa_scan_get_ie(res, WLAN_EID_WAPI); in wpa_bss_add()
490 bss->beacon_ie_len = res->beacon_ie_len; in wpa_bss_add()
491 os_memcpy(bss->ies, res in wpa_bss_add()
452 wpa_bss_add(struct wpa_supplicant *wpa_s, const u8 *ssid, size_t ssid_len, struct wpa_scan_res *res, struct os_reltime *fetch_time) wpa_bss_add() argument
532 wpa_vendor_ext_wpa_bss_add(struct wpa_supplicant *wpa_s, const u8 *ssid, size_t ssid_len, struct wpa_scan_res *res, struct os_reltime *fetch_time) wpa_vendor_ext_wpa_bss_add() argument
670 wpa_bss_update(struct wpa_supplicant *wpa_s, struct wpa_bss *bss, struct wpa_scan_res *res, struct os_reltime *fetch_time) wpa_bss_update() argument
831 wpa_bss_update_scan_res(struct wpa_supplicant *wpa_s, struct wpa_scan_res *res, struct os_reltime *fetch_time) wpa_bss_update_scan_res() argument
1468 hw_magiclink_bss_add(struct wpa_supplicant *wpa_s, const u8 *ssid, size_t ssid_len, struct wpa_scan_res *res, struct os_reltime *fetch_time) hw_magiclink_bss_add() argument
[all...]
/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/observer/src/
H A Dobserver_manager.cpp249 auto res = HiviewDFX::HiSysEventManager::AddListener(hiSysEventObserver_, sysRules); in InitHiSysEventObserver() local
250 if (res == 0) { in InitHiSysEventObserver()
268 auto res = HiviewDFX::HiSysEventManager::RemoveListener(hiSysEventObserver_); in DisableHiSysEventObserver() local
269 if (res == 0) { in DisableHiSysEventObserver()
285 auto res = Telephony::TelephonyObserverClient::GetInstance().AddStateObserver( in InitTelephonyObserver() local
287 if (res == OPERATION_SUCCESS) { in InitTelephonyObserver()
323 auto res = AudioStandard::AudioStreamManager::GetInstance()->RegisterAudioRendererEventListener(pid_, in InitAudioObserver() local
325 if (res == OPERATION_SUCCESS) { in InitAudioObserver()
335 res = AudioStandard::AudioSystemManager::GetInstance()->SetRingerModeCallback(pid_, audioObserver_); in InitAudioObserver()
336 if (res in InitAudioObserver()
370 auto res = AudioStandard::AudioStreamManager::GetInstance()->UnregisterAudioRendererEventListener(pid_); DisableAudioObserver() local
457 auto res = MMI::InputManager::GetInstance()->AddInputEventObserver(mmiEventObserver_); InitMMiEventObserver() local
482 auto res = MMI::InputManager::GetInstance()->RemoveInputEventObserver(mmiEventObserver_); DisableMMiEventObserver() local
571 auto res = AbilityRuntime::ConnectionObserverClient::GetInstance().RegisterObserver(connectionSubscriber_); InitConnectionSubscriber() local
591 auto res = AbilityRuntime::ConnectionObserverClient::GetInstance().UnregisterObserver(connectionSubscriber_); DisableConnectionSubscriber() local
619 auto res = AVSession::AVSessionManager::GetInstance().RegisterSessionListenerForAllUsers(avSessionStateListener_); InitAVSessionStateChangeListener() local
644 auto res = OHOS::Request::SubscribeRunningTaskCount(downLoadUploadObserver_); InitDownloadUploadObserver() local
[all...]
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_mgr_stub_unload_test.cpp107 int32_t res = saMgr->RemoveSystemAbility(INVALID_SAID); in HWTEST_F() local
108 EXPECT_EQ(res, ERR_INVALID_VALUE); in HWTEST_F()
115 int32_t res = saMgr->RemoveSystemAbility(SAID); in HWTEST_F() local
116 EXPECT_EQ(res, ERR_INVALID_VALUE); in HWTEST_F()
126 int32_t res = saMgr->RemoveSystemAbility(SAID); in HWTEST_F() local
127 EXPECT_EQ(res, ERR_OK); in HWTEST_F()
138 int32_t res = saMgr->RemoveSystemAbility(SAID); in HWTEST_F() local
140 EXPECT_EQ(res, ERR_OK); in HWTEST_F()
147 int32_t res = saMgr->RemoveSystemAbility(nullptr); in HWTEST_F() local
148 EXPECT_EQ(res, ERR_INVALID_VALU in HWTEST_F()
159 int32_t res = saMgr->RemoveSystemAbility(saMgr); HWTEST_F() local
172 int32_t res = saMgr->RemoveSystemAbility(saMgr); HWTEST_F() local
181 int32_t res = saMgr->UnSubscribeSystemAbility(INVALID_SAID, listener); HWTEST_F() local
192 int32_t res = saMgr->UnSubscribeSystemAbility(SAID, listener); HWTEST_F() local
205 int32_t res = saMgr->UnSubscribeSystemAbility(INVALID_SAID, listener); HWTEST_F() local
219 int32_t res = saMgr->UnSubscribeSystemAbility(SAID, listener); HWTEST_F() local
236 int32_t res = saMgr->UnSubscribeSystemAbility(SAID, listener); HWTEST_F() local
246 int32_t res = saMgr->RemoveSystemProcess(testAbility); HWTEST_F() local
269 int32_t res = saMgr->AddSystemProcess(procName, testAbility); HWTEST_F() local
289 int32_t res = saMgr->RemoveSystemProcess(testAbility); HWTEST_F() local
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_test_blend.c49 const void *dst, const void *con, void *res);
158 LLVMValueRef res; in add_blend_test() local
180 res = lp_build_blend_aos(gallivm, blend, format, type, rt, src, NULL, in add_blend_test()
183 lp_build_name(res, "res"); in add_blend_test()
185 LLVMBuildStore(builder, res, res_ptr); in add_blend_test()
365 double *res) in compute_blend_ref()
380 res[0] = src_term[0] + dst_term[0]; /* R */ in compute_blend_ref()
381 res[1] = src_term[1] + dst_term[1]; /* G */ in compute_blend_ref()
382 res[ in compute_blend_ref()
360 compute_blend_ref(const struct pipe_blend_state *blend, const double *src, const double *src1, const double *dst, const double *con, double *res) compute_blend_ref() argument
471 uint8_t *src, *src1, *dst, *con, *res, *ref; test_one() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dwpa_cli.c135 int flen, res; in wpa_cli_open_connection()
160 res = os_snprintf(cfile, flen, "%s/%s", ctrl_iface_dir, in wpa_cli_open_connection()
162 if (os_snprintf_error(flen, res)) { in wpa_cli_open_connection()
385 char **res = NULL; in wpa_cli_complete_help() local
389 res = wpa_list_cmd_list(); in wpa_cli_complete_help()
393 return res; in wpa_cli_complete_help()
416 int res; in wpa_cli_cmd_set() local
419 res = os_snprintf(cmd, sizeof(cmd), "SET %s ", argv[0]); in wpa_cli_cmd_set()
420 if (os_snprintf_error(sizeof(cmd), res)) { in wpa_cli_cmd_set()
506 char **res in wpa_cli_complete_set() local
598 char **res = os_calloc(num_fields + 1, sizeof(char *)); wpa_cli_complete_get() local
675 int res; wpa_cli_cmd_bss_flush() local
803 int res; wpa_cli_cmd_wps_reg() local
935 int res; wpa_cli_cmd_wps_er_config() local
1330 int res = wpa_ctrl_command(ctrl, "ADD_NETWORK"); wpa_cli_cmd_add_network() local
1340 int res = wpa_cli_cmd(ctrl, "REMOVE_NETWORK", 1, argc, argv); wpa_cli_cmd_remove_network() local
1482 char **res = NULL; wpa_cli_complete_network() local
1533 char **res = NULL; wpa_cli_complete_dup_network() local
1563 int res = wpa_ctrl_command(ctrl, "ADD_CRED"); wpa_cli_cmd_add_cred() local
1573 int res = wpa_cli_cmd(ctrl, "REMOVE_CRED", 1, argc, argv); wpa_cli_cmd_remove_cred() local
1596 char **res = NULL; wpa_cli_complete_cred() local
1690 char **res = NULL; wpa_cli_complete_bss() local
1741 char **res = NULL; wpa_cli_complete_get_capability() local
1813 int res; wpa_cli_cmd_interface_add() local
1865 char **res = NULL; wpa_cli_complete_sta() local
1962 char **res = NULL; wpa_cli_complete_deauthenticate() local
1984 char **res = NULL; wpa_cli_complete_disassociate() local
2087 char **res = NULL; wpa_cli_complete_p2p_find() local
2145 char **res = NULL; wpa_cli_complete_p2p_connect() local
2174 char **res = NULL; wpa_cli_complete_p2p_group_remove() local
2249 int res; wpa_cli_cmd_p2p_serv_disc_resp() local
2316 int res; wpa_cli_cmd_p2p_service_del() local
2362 char **res = NULL; wpa_cli_complete_p2p_peer() local
2461 char **res = os_calloc(num_fields + 1, sizeof(char *)); wpa_cli_complete_p2p_set() local
2566 int res; wpa_cli_cmd_wfd_subelem_set() local
2587 int res; wpa_cli_cmd_wfd_subelem_get() local
3754 char **res; wpa_list_cmd_list() local
3814 char **res; wpa_cli_edit_completion_cb() local
3901 int res; wpa_cli_exec() local
4254 int res; wpa_cli_ping() local
[all...]
/third_party/typescript/tests/baselines/reference/convertToAsyncFunction/
H A DconvertToAsyncFunction_CatchFollowedByThen.js4 return fetch("https://typescriptlang.org").then(res).catch(rej).then(res);
7 function res(result){ function
21 result = await res(result_1);
25 return res(result);
28 function res(result){
H A DconvertToAsyncFunction_CatchFollowedByThenMatchingTypes01NoAnnotations.js4 return fetch("https://typescriptlang.org").then(res).catch(rej).then(res);
7 function res(result){ function
21 result = await res(result_1);
25 return res(result);
28 function res(result){
H A DconvertToAsyncFunction_CatchFollowedByThenMismatchTypes01.js4 return fetch("https://typescriptlang.org").then(res).catch(rej).then(res);
7 function res(result){ function
21 result = await res(result_1);
25 return res(result);
28 function res(result){
H A DconvertToAsyncFunction_CatchFollowedByThenMismatchTypes02NoAnnotations.js4 return fetch("https://typescriptlang.org").then(res).catch(rej).then(res);
7 function res(result){ function
21 result = await res(result_1);
25 return res(result);
28 function res(result){

Completed in 18 milliseconds

1...<<21222324252627282930>>...254