Home
last modified time | relevance | path

Searched refs:result (Results 7651 - 7675 of 25055) sorted by relevance

1...<<301302303304305306307308309310>>...1003

/third_party/skia/third_party/externals/tint/src/writer/msl/
H A Dtest_helper.h79 auto result = Sanitize( local
84 ASSERT_TRUE(result.program.IsValid())
85 << diag::Formatter().format(result.program.Diagnostics());
87 *program = std::move(result.program);
/third_party/toybox/lib/
H A Dlsm.h55 char *result = 0; in lsm_context() local
57 if (CFG_TOYBOX_SMACK) ok = smack_new_label_from_self(&result) > 0; in lsm_context()
58 else ok = getcon(&result) == 0; in lsm_context()
60 return ok ? result : strdup("?"); in lsm_context()
/third_party/typescript/tests/baselines/reference/
H A DasyncFunctionContextuallyTypedReturns.js23 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
H A DawaitUnionPromise.js29 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
H A DcapturedParametersInInitializers1.js49 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
H A DdecoratorOnClassMethodParameter3.js27 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
H A DdefaultExportInAwaitExpression01.js36 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
H A DelidedJSImport2(module=commonjs).js51 var result = {};
52 if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
53 __setModuleDefault(result, mod);
54 return result;
H A DesModuleInterop.js41 var result = {};
42 if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
43 __setModuleDefault(result, mod);
44 return result;
H A DesModuleInteropNamedDefaultImports.js51 var result = {};
52 if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
53 __setModuleDefault(result, mod);
54 return result;
H A DesModuleIntersectionCrash.js35 var result = {};
36 if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
37 __setModuleDefault(result, mod);
38 return result;
H A DimportCallExpressionAsyncES6AMD.js37 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
H A DimportCallExpressionAsyncES6CJS.js38 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
H A DimportCallExpressionAsyncES6System.js39 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
H A DimportCallExpressionInUMD5.js36 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
H A DimportCallExpressionNestedUMD.js31 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
H A DimportEquals1.js64 var result = {};
65 if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
66 __setModuleDefault(result, mod);
67 return result;
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DIterableByteBufferInputStream.java118 int result = currentArray[currentByteBufferPos + currentArrayOffset] & 0xFF; in read()
120 return result; in read()
122 int result = UnsafeUtil.getByte(currentByteBufferPos + currentAddress) & 0xFF; in read()
124 return result; in read()
/third_party/python/Lib/test/
H A Dtest_userstring.py20 def checkequal(self, result, object, methodname, *args, **kwargs):
21 result = self.fixtype(result)
26 result,
/third_party/protobuf/src/google/protobuf/stubs/
H A Dhash.h64 size_t result = 0; in operator ()() local
66 result = 5 * result + static_cast<size_t>(*str); in operator ()()
68 return result; in operator ()()
/third_party/skia/include/gpu/vk/
H A DGrVkMemoryAllocator.h65 bool result = this->allocateMemoryForImage(image, flags, memory); in allocateImageMemory() local
66 // VK_ERROR_INITIALIZATION_FAILED is a bogus result to return from this function, but it is in allocateImageMemory()
70 return result ? VK_SUCCESS : VK_ERROR_INITIALIZATION_FAILED; in allocateImageMemory()
85 bool result = this->allocateMemoryForBuffer(buffer, usage, flags, memory); in allocateBufferMemory() local
86 // VK_ERROR_INITIALIZATION_FAILED is a bogus result to return from this function, but it is in allocateBufferMemory()
90 return result ? VK_SUCCESS : VK_ERROR_INITIALIZATION_FAILED; in allocateBufferMemory()
103 // VK_ERROR_INITIALIZATION_FAILED is a bogus result to return from this function, but it is in mapMemory()
/third_party/spirv-tools/test/opt/
H A Dredundancy_elimination_test.cpp159 // Remove a redundant add whose value is in the result of a phi node.
230 auto result = SinglePassRunAndDisassemble<RedundancyEliminationPass>( in TEST_F() local
232 EXPECT_EQ(Pass::Status::SuccessWithoutChange, std::get<1>(result)); in TEST_F()
268 auto result = SinglePassRunAndDisassemble<RedundancyEliminationPass>( in TEST_F() local
270 EXPECT_EQ(Pass::Status::SuccessWithoutChange, std::get<1>(result)); in TEST_F()
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_proxy.cpp196 int result = reply.ReadInt32(); in GetAllRunningProcesses() local
197 return result; in GetAllRunningProcesses()
218 int result = reply.ReadInt32(); in GetRunningMultiAppInfoByBundleName() local
219 return result; in GetRunningMultiAppInfoByBundleName()
235 int32_t result = reply.ReadInt32(); in GetAllRunningInstanceKeysBySelf() local
236 return result; in GetAllRunningInstanceKeysBySelf()
255 int32_t result = reply.ReadInt32(); in GetAllRunningInstanceKeysByBundleName() local
256 return result; in GetAllRunningInstanceKeysByBundleName()
278 int result = reply.ReadInt32(); in GetRunningProcessesByBundleType() local
279 return result; in GetRunningProcessesByBundleType()
298 int result = reply.ReadInt32(); GetAllRenderProcesses() local
318 int result = reply.ReadInt32(); GetAllChildrenProcesses() local
356 int result = reply.ReadInt32(); GetProcessRunningInfosByUserId() local
455 int32_t result = SendRequest(code, data, reply, option); SendTransactCmd() local
764 auto result = reply.ReadInt32(); PreStartNWebSpawnProcess() local
813 auto result = reply.ReadInt32(); StartRenderProcess() local
893 auto result = reply.ReadInt32(); GetRenderProcessTerminationStatus() local
1357 auto result = reply.ReadInt32(); GetProcessMemoryByPid() local
1614 auto result = reply.ReadInt32(); StartChildProcess() local
1633 auto result = reply.ReadInt32(); GetChildProcessInfoForSelf() local
1782 auto result = reply.ReadInt32(); GetAppRunningUniqueIdByPid() local
[all...]
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_manager_napi/
H A Djs_window_manager.cpp442 napi_value result = nullptr; in OnCreate() local
444 CreateAsyncTaskWithLastParam(env, callback, nullptr, std::move(complete), &result)); in OnCreate()
445 return result; in OnCreate()
562 napi_value result = nullptr; in OnCreateWindow() local
564 CreateAsyncTaskWithLastParam(env, callback, nullptr, std::move(complete), &result)); in OnCreateWindow()
565 return result; in OnCreateWindow()
587 dataPack->result = SingletonContainer::Get<WindowManager>() in OnGetSnapshot()
592 if (dataPack->result != WMError::WM_OK) { in OnGetSnapshot()
593 task.Reject(env, JsErrUtils::CreateJsError(env, WM_JS_TO_ERROR_CODE_MAP.at(dataPack->result))); in OnGetSnapshot()
611 napi_value result in OnGetSnapshot() local
663 napi_value result = nullptr; OnFindWindow() local
752 napi_value result = nullptr; OnMinimizeAll() local
777 napi_value result = nullptr; OnToggleShownStateForAllAppWindows() local
921 napi_value result = nullptr; GetTopWindowTask() local
1035 napi_value result = nullptr; OnSetWindowLayoutMode() local
1077 napi_value result = nullptr; OnSetGestureNavigationEnabled() local
1132 napi_value result = nullptr; OnSetWaterMarkImage() local
1176 napi_value result = nullptr; OnShiftAppWindowFocus() local
1188 napi_value result = nullptr; OnGetVisibleWindowInfo() local
1237 napi_value result = nullptr; OnGetWindowsByCoordinate() local
[all...]
/foundation/window/window_manager/interfaces/kits/napi/screen_runtime/napi/
H A Djs_screen_manager.cpp158 napi_value result = nullptr; in OnGetAllScreens() local
159 std::unique_ptr<NapiAsyncTask> napiAsyncTask = CreateEmptyAsyncTask(env, lastParam, &result); in OnGetAllScreens()
178 return result; in OnGetAllScreens()
224 napi_ref result = nullptr; in RegisterScreenListenerWithType() local
225 napi_create_reference(env, value, 1, &result); in RegisterScreenListenerWithType()
226 callbackRef.reset(reinterpret_cast<NativeReference*>(result)); in RegisterScreenListenerWithType()
308 bool result = false; in NapiIsCallable() local
309 napi_is_callable(env, value, &result); in NapiIsCallable()
310 return result; in NapiIsCallable()
432 napi_value result in OnMakeMirror() local
471 napi_value result = nullptr; OnSetMultiScreenMode() local
508 napi_value result = nullptr; OnSetMultiScreenRelativePosition() local
562 napi_value result = nullptr; OnMakeExpand() local
618 napi_value result = nullptr; OnStopMirror() local
670 napi_value result = nullptr; OnStopExpand() local
773 napi_value result = nullptr; OnCreateVirtualScreen() local
885 napi_value result = nullptr; OnDestroyVirtualScreen() local
938 napi_value result = nullptr; OnSetVirtualScreenSurface() local
968 napi_value result = nullptr; OnIsScreenRotationLocked() local
1020 napi_value result = nullptr; OnSetScreenRotationLocked() local
[all...]

Completed in 23 milliseconds

1...<<301302303304305306307308309310>>...1003