Home
last modified time | relevance | path

Searched refs:result (Results 10726 - 10750 of 11544) sorted by relevance

1...<<421422423424425426427428429430>>...462

/third_party/libunwind/libunwind/doc/
H A Dlibunwind-ia64.tex112 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 Decma-array-object.c231 * 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 Denvironment.cc93 MaybeLocal<Value> result = prepare->Call( in PrepareStackTraceCallback() local
98 return result; in PrepareStackTraceCallback()
/third_party/node/src/
H A Dnode_process_methods.cc249 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 Dtest_environment.cc153 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 Dlexer.js50 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 Dlstmbe.cpp717 // 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 Dindex.js311 const result = parseArgs({
323 for (const token of result.tokens) {
/third_party/node/deps/icu-small/source/i18n/
H A Dtmutfmt.cpp179 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 Dindex.js319 const result = (0, parse_args_js_1.parseArgs)({
331 for (const token of result.tokens) {
/third_party/node/deps/v8/src/compiler/
H A Dgraph-assembler.cc403 Node* result = UnreachableWithoutConnectToEnd(); in Unreachable() local
406 return result; in Unreachable()
/third_party/node/deps/v8/include/v8-include/cppgc/
H A Dmember.h278 T* result = Get(); in Release() local
280 return result; in Release()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-typed-array-gen.cc104 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 Dscavenger.cc118 SlotCallbackResult result = scavenger_->ScavengeObject(slot, target); in HandleSlot() local
123 if (result == KEEP_SLOT) { in HandleSlot()
H A Dincremental-marking.cc782 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 Dtgsi_ureg.h150 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 Dtestutil.h69 * 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 Dtest_subprocess.py571 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 DvktMeshShaderApiTests.cpp605 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 DvktMeshShaderApiTestsEXT.cpp664 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 DvktRenderPassSparseRenderTargetTests.cpp824 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 DvktApiImageCompressionControlTests.cpp292 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 DvktMeshShaderApiTests.cpp605 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 DvktMeshShaderApiTestsEXT.cpp664 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 Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/BootstrapMainStarter ...

Completed in 36 milliseconds

1...<<421422423424425426427428429430>>...462