/third_party/nghttp2/src/ |
H A D | shrpx_tls.cc | 850 auto &secret = (*it).second; in psk_server_cb()
|
H A D | nghttp.cc | 1693 auto res_type = p.second; in update_html_parser() 2790 is 1 second and 500ms is 500 milliseconds). Units are h, m, s or ms in print_help() 2792 is omitted, a second is used as unit.)" in print_help()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | js-create-lowering.cc | 1833 builder.Store(inobject_field.first, inobject_field.second); in TryAllocateFastLiteral()
|
H A D | verifier.cc | 116 .second); in CheckSwitch()
|
/third_party/node/deps/v8/src/asmjs/ |
H A D | asm-parser.cc | 2265 index = it->second; in ValidateCall()
|
/third_party/node/deps/v8/src/diagnostics/ |
H A D | objects-debug.cc | 842 CHECK(length() == first().length() + second().length()); in ConsStringVerify()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
H A D | vktMemoryMappingTests.cpp | 1444 const VkDeviceSize maxAllocationSize = memoryTypeMaxSizePair.second / MAX_MEMORY_ALLOC_DIV;
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineSamplerTests.cpp | 2517 de::MovePtr<tcu::TestCaseGroup> solidColorGroup(new tcu::TestCaseGroup(testCtx, solid.second.c_str())); in createExactSamplingTests()
|
H A D | vktPipelineVertexInputTests.cpp | 370 return pos->second.c_str(); in expandGlslNameToFullComponents() 1393 // Bind second half of vertex buffers in VertexInputInstance()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cGlSpirvTests.cpp | 1909 tempMappings[std::string(" ") + it->first + "("] = it->second; in initMappings()
|
H A D | gl4cSparseTexture2Tests.cpp | 416 const PageSizeStruct& page = format.second; in iterate()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | RendererVk.cpp | 1731 // the second call to vkEnumerateDeviceExtensionProperties to have an additional extension. In in initializeDevice() 1732 // that case, the second call will return VK_INCOMPLETE. To work-around that, add 1 to in initializeDevice() 3779 MemorySizes memorySizes = it.second; in logMemoryReportStats()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | CopyTextureTest.cpp | 1216 const GLint destLevel = sourceDestPair.second; in TEST_P()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | folding_rules.cpp | 295 // Replaces fdiv where second operand is constant with fmul. 751 // If the variable value is the second operand of the divide, multiply 763 // If the variable value is on the second operand of the div, then this 1951 // Selecting from the false vector which is the second input 2358 // Check if we are using a component from the first or second operand of 2404 // referring to the second operand need to be adjusted. 2446 if (seen_operands.insert(inst->GetSingleWordOperand(i)).second) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | folding_rules.cpp | 295 // Replaces fdiv where second operand is constant with fmul. 751 // If the variable value is the second operand of the divide, multiply 763 // If the variable value is on the second operand of the div, then this 1951 // Selecting from the false vector which is the second input 2358 // Check if we are using a component from the first or second operand of 2404 // referring to the second operand need to be adjusted. 2446 if (seen_operands.insert(inst->GetSingleWordOperand(i)).second) {
|
/third_party/skia/src/sksl/codegen/ |
H A D | SkSLMetalCodeGenerator.cpp | 2706 return found->second; in requirements()
|
/third_party/python/Lib/test/ |
H A D | test_httplib.py | 2132 second-value\r\n\r\nText" 2139 self.assertEqual(header, 'first-value, second-value') 2142 self.assertEqual(header, 'first-value, second-value')
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 1100 NewC = It->second; in ConstantFoldConstantImpl()
|
/third_party/skia/third_party/externals/tint/src/writer/glsl/ |
H A D | generator_impl.cc | 568 out << it->second << "("; in EmitTypeConstructor()
|
/third_party/protobuf/src/google/protobuf/ |
H A D | generated_message_reflection.cc | 2368 for (const Metadata* m = range.first; m < range.second; m++) { in ~MetadataOwner()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineSamplerTests.cpp | 2118 de::MovePtr<tcu::TestCaseGroup> solidColorGroup(new tcu::TestCaseGroup(testCtx, solid.second.c_str(), "")); in createExactSamplingTests()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fTextureSpecificationTests.cpp | 806 tcu::CubeFace face = images[ndx].second; in createTexture()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | renderergl_utils.cpp | 255 return knownDeviceID.second; in GetDeviceID()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_common_bridge.cpp | 835 bool ParseJsDoublePair(const EcmaVM *vm, const Local<JSValueRef> &value, ArkUI_Float32 &first, ArkUI_Float32 &second) in ParseJsDoublePair() argument 853 second = static_cast<ArkUI_Float32>(secondArg->ToNumber(vm)->Value()); in ParseJsDoublePair() 2810 ArkUI_Float32 second = 0.0; in SetLinearGradientBlur() local 2811 if (!ParseJsDoublePair(vm, fractionStop, first, second)) { in SetLinearGradientBlur() 2815 fractionStops.push_back(second); in SetLinearGradientBlur()
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | ParseHelper.cpp | 3774 // second argument in constructorTextureSamplerError() 3775 // * the constructor's second argument must be a scalar of type in constructorTextureSamplerError() 3780 error(loc, "sampler-constructor second argument must be a scalar sampler or samplerShadow", token, ""); in constructorTextureSamplerError() 7040 // our second match, meaning ambiguity in findFunction120() 10011 auto fixRecord = fixRecords->second.find(tmpHash); in recordStructCopy() 10012 if (fixRecord != fixRecords->second.end()) { in recordStructCopy() 10013 return fixRecord->second; in recordStructCopy()
|