/third_party/skia/third_party/externals/tint/src/writer/msl/ |
H A D | test_helper.h | 79 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 D | lsm.h | 55 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 D | asyncFunctionContextuallyTypedReturns.js | 23 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
H A D | awaitUnionPromise.js | 29 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
H A D | capturedParametersInInitializers1.js | 49 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
H A D | decoratorOnClassMethodParameter3.js | 27 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
H A D | defaultExportInAwaitExpression01.js | 36 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
H A D | elidedJSImport2(module=commonjs).js | 51 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 D | esModuleInterop.js | 41 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 D | esModuleInteropNamedDefaultImports.js | 51 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 D | esModuleIntersectionCrash.js | 35 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 D | importCallExpressionAsyncES6AMD.js | 37 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
H A D | importCallExpressionAsyncES6CJS.js | 38 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
H A D | importCallExpressionAsyncES6System.js | 39 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
H A D | importCallExpressionInUMD5.js | 36 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
H A D | importCallExpressionNestedUMD.js | 31 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
H A D | importEquals1.js | 64 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 D | IterableByteBufferInputStream.java | 118 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 D | test_userstring.py | 20 def checkequal(self, result, object, methodname, *args, **kwargs): 21 result = self.fixtype(result) 26 result,
|
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | hash.h | 64 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 D | GrVkMemoryAllocator.h | 65 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 D | redundancy_elimination_test.cpp | 159 // 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 D | app_mgr_proxy.cpp | 196 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 D | js_window_manager.cpp | 442 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 D | js_screen_manager.cpp | 158 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...] |