/third_party/libunwind/libunwind/doc/ |
H A D | libunwind-ia64.tex | 112 and any attempt to write them will result in an error 132 \Const{UNW\_IA64\_FR}\texttt{+1} will result in an error
|
/third_party/jerryscript/jerry-core/ecma/operations/ |
H A D | ecma-array-object.c | 231 * would result too much array hole in the underlying buffer. The these cases 470 * Note: if the new length would result too much array hole in the underlying arraybuffer 1117 ecma_value_t result = ecma_op_array_object_set_length (object_p, length_value, flags); in ecma_op_array_object_define_own_property() local 1120 return result; in ecma_op_array_object_define_own_property()
|
/third_party/node/src/api/ |
H A D | environment.cc | 93 MaybeLocal<Value> result = prepare->Call( in PrepareStackTraceCallback() local 98 return result; in PrepareStackTraceCallback()
|
/third_party/node/src/ |
H A D | node_process_methods.cc | 249 Local<Number> result = Number::New(env->isolate(), uptime / NANOS_PER_SEC); in Uptime() local 250 args.GetReturnValue().Set(result); in Uptime()
|
/third_party/node/test/cctest/ |
H A D | test_environment.cc | 153 v8::Local<v8::Value> result = script->Run(context).ToLocalChecked(); in TEST_F() local 154 CHECK(result->IsString()); in TEST_F() 435 " JSON.parse(message).result.result.value;\n" in TEST_F()
|
/third_party/node/deps/cjs-module-lexer/ |
H A D | lexer.js | 50 const result = { exports: [..._exports].filter(expt => expt !== undefined && !unsafeGetters.has(expt)), reexports: [...reexports].filter(reexpt => reexpt !== undefined) }; 52 return result;
|
/third_party/node/deps/icu-small/source/common/ |
H A D | lstmbe.cpp | 717 // Calculate the result into forwardRow, which point to the data in the first half 788 UnicodeString result = ures_getUnicodeStringByKey(b, uscript_getShortName(script), &status); in defaultLSTM() local 790 return result; in defaultLSTM()
|
/third_party/node/deps/npm/node_modules/jackspeak/dist/esm/ |
H A D | index.js | 311 const result = parseArgs({ 323 for (const token of result.tokens) {
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | tmutfmt.cpp | 179 Formattable& result, in parseObject() 260 * When result number is null, use plural rule to set the number. in parseObject() 283 result.adoptObject(tmutamt.orphan()); in parseObject() 178 parseObject(const UnicodeString& source, Formattable& result, ParsePosition& pos) const parseObject() argument
|
/third_party/node/deps/npm/node_modules/jackspeak/dist/commonjs/ |
H A D | index.js | 319 const result = (0, parse_args_js_1.parseArgs)({ 331 for (const token of result.tokens) {
|
/third_party/node/deps/v8/src/compiler/ |
H A D | graph-assembler.cc | 403 Node* result = UnreachableWithoutConnectToEnd(); in Unreachable() local 406 return result; in Unreachable()
|
/third_party/node/deps/v8/include/v8-include/cppgc/ |
H A D | member.h | 278 T* result = Get(); in Release() local 280 return result; in Release()
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-typed-array-gen.cc | 104 TNode<Object> result = CallBuiltin(Builtin::kCreateTypedArray, context, in TF_BUILTIN() local 106 args.PopAndReturn(result); in TF_BUILTIN()
|
/third_party/node/deps/v8/src/heap/ |
H A D | scavenger.cc | 118 SlotCallbackResult result = scavenger_->ScavengeObject(slot, target); in HandleSlot() local 123 if (result == KEEP_SLOT) { in HandleSlot()
|
H A D | incremental-marking.cc | 782 size_t result = current_counter - old_generation_allocation_counter_; in StepSizeToKeepUpWithAllocations() local 784 return result; in StepSizeToKeepUpWithAllocations()
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_ureg.h | 150 void *result = ureg_create_shader( p, pipe, so ); in ureg_create_shader_with_so_and_destroy() local 152 return result; in ureg_create_shader_with_so_and_destroy()
|
/third_party/openssl/test/ |
H A D | testutil.h | 69 * object called "fixture". It will also allocate the "result" variable used 75 * tear_down(), and return the result of execute_func(). execute_func() should 78 * result variable, if required. 100 int result = 0; \ 108 result = execute_func(fixture);\ 373 * Check a boolean result for being true or false.
|
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_subprocess.py | 571 result = self.loop.run_until_complete(kill_running()) 574 proc_returncode, transport_return_code, killed = result
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderApiTests.cpp | 605 tcu::ConstPixelBufferAccess result (tcuFormat, iExtent3D, outBufferData); in iterate() 628 if (!tcu::floatThresholdCompare(log, setName.c_str(), "", reference, result, threshold, tcu::COMPARE_LOG_ON_ERROR)) in iterate()
|
H A D | vktMeshShaderApiTestsEXT.cpp | 664 tcu::ConstPixelBufferAccess result (tcuFormat, iExtent3D, outBufferData); in iterate() 687 if (!tcu::floatThresholdCompare(log, setName.c_str(), "", reference, result, threshold, tcu::COMPARE_LOG_ON_ERROR)) in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassSparseRenderTargetTests.cpp | 824 const auto result = vki.getPhysicalDeviceImageFormatProperties(physicalDevice, config.format, VK_IMAGE_TYPE_2D, VK_IMAGE_TILING_OPTIMAL, VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | VK_IMAGE_USAGE_TRANSFER_SRC_BIT, 0u, &formatProperties); in checkSupport() local 825 if (result == VK_ERROR_FORMAT_NOT_SUPPORTED) { in checkSupport()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiImageCompressionControlTests.cpp | 292 VkResult result = context.getInstanceInterface().getPhysicalDeviceImageFormatProperties2(context.getPhysicalDevice(), &info, &properties); in checkAhbImageSupport() local 294 if(result == VK_ERROR_FORMAT_NOT_SUPPORTED) in checkAhbImageSupport()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderApiTests.cpp | 605 tcu::ConstPixelBufferAccess result (tcuFormat, iExtent3D, outBufferData); in iterate() 628 if (!tcu::floatThresholdCompare(log, setName.c_str(), "", reference, result, threshold, tcu::COMPARE_LOG_ON_ERROR)) in iterate()
|
H A D | vktMeshShaderApiTestsEXT.cpp | 664 tcu::ConstPixelBufferAccess result (tcuFormat, iExtent3D, outBufferData); in iterate() 687 if (!tcu::floatThresholdCompare(log, setName.c_str(), "", reference, result, threshold, tcu::COMPARE_LOG_ON_ERROR)) in iterate()
|
/third_party/vk-gl-cts/external/amber/src/android_gradle/gradle/wrapper/ |
H A D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/gradle/wrapper/
org/gradle/wrapper/BootstrapMainStarter ... |