/third_party/node/deps/v8/src/base/ |
H A D | virtual-address-space.cc | 109 void* result = OS::Allocate(hint, size, allocation_granularity(), in AllocateGuardRegion() local 111 if (result && result != hint) { in AllocateGuardRegion() 112 OS::Free(result, size); in AllocateGuardRegion() 114 return result == hint; in AllocateGuardRegion()
|
/third_party/node/deps/v8/src/interpreter/ |
H A D | bytecode-register-optimizer.cc | 353 RegisterInfo* result = info->GetMaterializedEquivalentOtherThan(accumulator_); in GetMaterializedEquivalentNotAccumulator() local 354 if (result == nullptr) { in GetMaterializedEquivalentNotAccumulator() 356 result = info; in GetMaterializedEquivalentNotAccumulator() 358 DCHECK(result->register_value() != accumulator_); in GetMaterializedEquivalentNotAccumulator() 359 return result; in GetMaterializedEquivalentNotAccumulator()
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-array-buffer.cc | 31 Handle<Object> result = String::ToNumber(isolate, key); in CanonicalNumericIndexString() local 32 if (result->IsMinusZero()) { in CanonicalNumericIndexString() 39 Handle<String> str = Object::ToString(isolate, result).ToHandleChecked(); in CanonicalNumericIndexString() 192 auto result = extension->RemoveBackingStore(); in RemoveExtension() local 196 return result; in RemoveExtension()
|
H A D | compilation-cache-table.cc | 117 FeedbackCell result; in SearchLiteralsMap() local 125 result = FeedbackCell::cast(object->GetHeapObjectAssumeWeak()); in SearchLiteralsMap() 128 DCHECK(result.is_null() || result.IsFeedbackCell()); in SearchLiteralsMap() 129 return result; in SearchLiteralsMap()
|
/third_party/node/deps/v8/src/regexp/experimental/ |
H A D | experimental-compiler.cc | 274 RegExpInstruction result; in LabelledInstrImpl() local 275 result.opcode = op; in LabelledInstrImpl() 278 result.payload.pc = target.bound_index_; in LabelledInstrImpl() 284 result.payload.pc = target.unbound_patch_list_begin_; in LabelledInstrImpl() 289 code_.Add(result, zone_); in LabelledInstrImpl()
|
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/ |
H A D | lower.c | 236 gpir_node *result = &complex1->node; in gpir_lower_complex() local 243 postlog2->children[0] = result; in gpir_lower_complex() 245 gpir_node_add_dep(&postlog2->node, result, GPIR_DEP_INPUT); in gpir_lower_complex() 248 result = &postlog2->node; in gpir_lower_complex() 251 gpir_node_replace_succ(result, node); in gpir_lower_complex()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_monitor.c | 430 union pipe_numeric_type_union *result) in crocus_get_monitor_result() 455 /* copy metrics into the batch result */ in crocus_get_monitor_result() 465 result[i].u64 = *(uint64_t*)(monitor->result_buffer + counter->offset); in crocus_get_monitor_result() 468 result[i].f = *(float*)(monitor->result_buffer + counter->offset); in crocus_get_monitor_result() 472 result[i].u64 = *(uint32_t*)(monitor->result_buffer + counter->offset); in crocus_get_monitor_result() 476 result[i].f = v; in crocus_get_monitor_result() 427 crocus_get_monitor_result(struct pipe_context *ctx, struct crocus_monitor_object *monitor, bool wait, union pipe_numeric_type_union *result) crocus_get_monitor_result() argument
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_video_buffer.c | 351 struct pipe_video_buffer templat, *result; in vl_video_buffer_create() local 376 result = vl_video_buffer_create_ex in vl_video_buffer_create() 384 if (result && tmpl->interlaced) in vl_video_buffer_create() 385 result->height *= 2; in vl_video_buffer_create() 387 return result; in vl_video_buffer_create()
|
/third_party/node/deps/undici/src/lib/fetch/ |
H A D | webidl.js | 268 // 2. Let result be a new empty instance of record<K, V>. 269 const result = {} 283 // 4. Set result[typedKey] to typedValue. 284 result[typedKey] = typedValue 287 // 5. Return result. 288 return result 308 // 4. Set result[typedKey] to typedValue. 309 result[typedKey] = typedValue 313 // 5. Return result. 314 return result [all...] |
/third_party/libphonenumber/migrator/src/main/java/com/google/phonenumbers/migrator/ |
H A D | MigrationJob.java | 313 for (MigrationResult result : validMigrations) { in toString() 314 fileContent.append("+").append(result.getMigratedNumber()).append("\n"); in toString() 323 for (MigrationResult result : invalidMigrations) { in toString() 324 String number = exportInvalidMigrations ? "+" + result.getMigratedNumber() : in toString() 325 result.getMigrationEntry().getOriginalNumber(); in toString()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawSampleAttributeTests.cpp | 453 uint32_t result = 0; in iterate() local 454 deMemcpy(&result, bufferData, sizeof(result)); in iterate() 456 if (result < expectedCounter) in iterate() 459 output << "Atomic counter value lower than expected: " << result; in iterate() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageMismatchedFormatsTests.cpp | 79 FormatInfo result; in getFormatInfo() local 83 result.VectorWidth = getNumUsedChannels(texFormat.order); in getFormatInfo() 84 result.BytesPerPixel = getPixelSize(texFormat); in getFormatInfo() 85 result.ChannelClass = tcu::getTextureChannelClass(texFormat.type); in getFormatInfo() 87 return result; in getFormatInfo() 326 ${VECT} result; in initPrograms() 327 int r = sparseImageLoadARB(inputImage, ivec2(gl_GlobalInvocationID.xy), result); in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
H A D | vktSubgroupsArithmeticTests.cpp | 388 TestStatus result (QP_TEST_RESULT_INTERNAL_ERROR, "Internal Error"); in test() 391 result = subgroups::makeComputeTest(context, VK_FORMAT_R32_UINT, &inputData, 1, DE_NULL, checkComputeOrMesh, size); in test() 393 result = subgroups::makeMeshTest(context, VK_FORMAT_R32_UINT, &inputData, 1, DE_NULL, checkComputeOrMesh, size); in test() 395 if (result.getCode() != QP_TEST_RESULT_PASS) in test() 398 return result; in test()
|
H A D | vktSubgroupsBallotTests.cpp | 914 TestStatus result (QP_TEST_RESULT_INTERNAL_ERROR, "Internal Error"); in test() 917 result = subgroups::makeComputeTest(context, VK_FORMAT_R32_UINT, &inputData, 1, DE_NULL, checkComputeOrMesh, size); in test() 919 result = subgroups::makeMeshTest(context, VK_FORMAT_R32_UINT, &inputData, 1, DE_NULL, checkComputeOrMesh, size); in test() 921 if (result.getCode() != QP_TEST_RESULT_PASS) in test() 924 return result; in test()
|
H A D | vktSubgroupsClusteredTests.cpp | 315 TestStatus result (QP_TEST_RESULT_INTERNAL_ERROR, "Internal Error"); in test() 318 result = subgroups::makeComputeTest(context, VK_FORMAT_R32_UINT, &inputData, 1, DE_NULL, checkComputeOrMesh, size); in test() 320 result = subgroups::makeMeshTest(context, VK_FORMAT_R32_UINT, &inputData, 1, DE_NULL, checkComputeOrMesh, size); in test() 322 if (result.getCode() != QP_TEST_RESULT_PASS) in test() 325 return result; in test()
|
H A D | vktSubgroupsQuadTests.cpp | 343 TestStatus result (QP_TEST_RESULT_INTERNAL_ERROR, "Internal Error"); in test() 346 result = subgroups::makeComputeTest(context, VK_FORMAT_R32_UINT, &inputData, 1, DE_NULL, checkComputeOrMesh, size); in test() 348 result = subgroups::makeMeshTest(context, VK_FORMAT_R32_UINT, &inputData, 1, DE_NULL, checkComputeOrMesh, size); in test() 350 if (result.getCode() != QP_TEST_RESULT_PASS) in test() 353 return result; in test()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
H A D | vktTextureTestUtil.hpp | 215 void renderQuad (tcu::Surface& result, int texUnit, const float* texCoord, glu::TextureTestUtil::TextureType texType); 216 void renderQuad (tcu::Surface& result, int texUnit, const float* texCoord, const glu::TextureTestUtil::ReferenceParams& params); 217 void renderQuad (tcu::Surface& result, 224 void renderQuad (const tcu::PixelBufferAccess& result, int texUnit, const float* texCoord, const glu::TextureTestUtil::ReferenceParams& params); 225 void renderQuad (const tcu::PixelBufferAccess& result,
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageMismatchedFormatsTests.cpp | 79 FormatInfo result; in getFormatInfo() local 83 result.VectorWidth = getNumUsedChannels(texFormat.order); in getFormatInfo() 84 result.BytesPerPixel = getPixelSize(texFormat); in getFormatInfo() 85 result.ChannelClass = tcu::getTextureChannelClass(texFormat.type); in getFormatInfo() 87 return result; in getFormatInfo() 328 ${VECT} result; in initPrograms() 329 int r = sparseImageLoadARB(inputImage, ivec2(gl_GlobalInvocationID.xy), result); in initPrograms()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | renderer11_utils.h | 179 HRESULT result = in DynamicCastComObject() local 181 if (SUCCEEDED(result)) in DynamicCastComObject() 313 HRESULT result = context->Map(constantBuffer, 0, D3D11_MAP_WRITE_DISCARD, 0, &mappedResource); in SetBufferData() local 314 ASSERT(SUCCEEDED(result)); in SetBufferData() 315 if (SUCCEEDED(result)) in SetBufferData()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/ |
H A D | D3DTextureSurfaceWGL.cpp | 151 HRESULT result = texture9->GetDevice(&d3d9Device); in GetD3D9TextureInfo() local 152 if (FAILED(result)) in GetD3D9TextureInfo() 214 HRESULT result = d3d11Device->OpenSharedResource(shareHandle, __uuidof(ID3D11Texture2D), in GetD3DTextureInfo() local 216 if (FAILED(result)) in GetD3DTextureInfo() 218 return egl::EglBadParameter() << "Failed to open share handle, " << gl::FmtHR(result); in GetD3DTextureInfo()
|
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/jsonrpc2/ |
H A D | jsonrpc2.go | 138 // If the response is not an error, it will be decoded into result. 139 // result must be of a type you an pass to json.Unmarshal. 140 func (c *Conn) Call(ctx context.Context, method string, params, result interface{}) (err error) { 194 if result == nil || response.Result == nil { 197 if err := json.Unmarshal(*response.Result, result); err != nil { 198 return fmt.Errorf("unmarshalling result: %v", err) 238 // If err is set then result will be ignored. 241 func (r *Request) Reply(ctx context.Context, result interface{}, err error) error { 257 raw, err = marshalToRaw(result) 310 Result *json.RawMessage `json:"result,omitempt [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | TimerQueriesTest.cpp | 145 ASSERT_LT(0, timeout) << "Query result available timed out" << std::endl; in TEST_P() 218 ASSERT_LT(0, timeout) << "Query result available timed out" << std::endl; in TEST_P() 220 GLuint64 result = 0; in TEST_P() local 221 glGetQueryObjectui64vEXT(query, GL_QUERY_RESULT_EXT, &result); in TEST_P() 227 std::cout << "Elapsed time: " << result << std::endl; in TEST_P() 228 EXPECT_LT(0ul, result); in TEST_P() 231 EXPECT_LT(result, 1000000000ul); in TEST_P() 389 // Go back to the first context, end its query, and get the result in TEST_P() 467 ASSERT_LT(0, timeout) << "Query result available timed out" << std::endl; in TEST_P()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/ |
H A D | GlyfEncoder.java | 261 List<Integer> result = new ArrayList<Integer>(); in splitPush() 287 result.add(data.readUByte(ix)); in splitPush() 289 result.add(data.readShort(ix)); in splitPush() 295 int pushCount = result.size(); in splitPush() 299 encodePushSequence(pushStream, result); in splitPush()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/ |
H A D | jsonrpc2.go | 138 // If the response is not an error, it will be decoded into result. 139 // result must be of a type you an pass to json.Unmarshal. 140 func (c *Conn) Call(ctx context.Context, method string, params, result interface{}) (err error) { 194 if result == nil || response.Result == nil { 197 if err := json.Unmarshal(*response.Result, result); err != nil { 198 return fmt.Errorf("unmarshalling result: %v", err) 238 // If err is set then result will be ignored. 241 func (r *Request) Reply(ctx context.Context, result interface{}, err error) error { 257 raw, err = marshalToRaw(result) 310 Result *json.RawMessage `json:"result,omitempt [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | currpinf.cpp | 186 UnicodeString& result) const { in getCurrencyPluralPattern() 201 result = UnicodeString(gDefaultCurrencyPluralPattern); in getCurrencyPluralPattern() 202 return result; in getCurrencyPluralPattern() 205 result = *currencyPluralPattern; in getCurrencyPluralPattern() 206 return result; in getCurrencyPluralPattern()
|