Home
last modified time | relevance | path

Searched refs:get (Results 5476 - 5500 of 15405) sorted by relevance

1...<<211212213214215216217218219220>>...617

/third_party/musl/libc-test/src/functionalext/fortify/
H A Dstdio.c187 char *get = fgets(buf, sizeof(buf), fp); in stdio_dynamic_chk_005() local
188 EXPECT_TRUE(get != NULL); in stdio_dynamic_chk_005()
189 EXPECT_TRUE(strcmp(hello_world, get) == 0); in stdio_dynamic_chk_005()
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
H A DShortNumberInfo.java103 List<String> regionCodes = countryCallingCodeToRegionCodeMap.get(countryCallingCode); in getRegionCodesForCountryCode()
310 return getExpectedCostForRegion(number, regionCodes.get(0)); in getExpectedCost()
336 // Helper method to get the region code for a given phone number, from a list of possible region
344 return regionCodes.get(0); in getRegionCodeForShortNumberFromRegionList()
/third_party/libphonenumber/migrator/migrator-servlet/src/main/java/com/google/phonenumbers/
H A DServletMain.java178 req.setAttribute("validMigration", report.getValidMigrations().get(0).getMigratedNumber()); in handleSingleNumberMigration()
180 req.setAttribute("invalidMigration", report.getInvalidMigrations().get(0).getMigratedNumber()); in handleSingleNumberMigration()
182 req.setAttribute("alreadyValidNumber", report.getValidUntouchedEntries().get(0).getSanitizedNumber()); in handleSingleNumberMigration()
/third_party/python/Tools/c-analyzer/cpython/
H A D_analyzer.py240 found = types.get(typedecl)
242 found = knowntypes.get(typedecl)
249 unsupported = extra.get('unsupported')
/third_party/protobuf/conformance/
H A Dconformance_test_runner.cc295 memcpy(executable.get(), executable_.c_str(), executable_.size()); in SpawnTestProgram()
299 argv.push_back(executable.get()); in SpawnTestProgram()
305 GOOGLE_CHECK_SYSCALL(execv(executable.get(), const_cast<char **>(argv.data()))); in SpawnTestProgram()
/third_party/python/Lib/test/
H A Dtest_c_locale_coercion.py68 # In order to get the warning messages to match up as expected, the candidate
109 "print(os.environ.get('LANG', 'not set'))",
110 "print(os.environ.get('LC_CTYPE', 'not set'))",
111 "print(os.environ.get('LC_ALL', 'not set'))",
123 expected_lang = env_vars.get("LANG", "not set")
127 expected_lc_ctype = env_vars.get("LC_CTYPE", "not set")
128 expected_lc_all = env_vars.get("LC_ALL", "not set")
/third_party/python/Lib/multiprocessing/
H A Dprocess.py118 assert not _current_process._config.get('daemon'), \
203 return self._config.get('daemon', False)
282 exitcode = _exitcode_to_name.get(exitcode, exitcode)
/third_party/python/Lib/idlelib/
H A Dhyperparser.py47 parser.set_code(text.get(startatindex, stopatindex)+' \n')
63 parser.set_code(text.get(startatindex, stopatindex)+' \n')
87 len(self.text.get(index, self.stopatindex)))
/third_party/python/Lib/asyncio/
H A Dbase_subprocess.py68 stdin = self._pipes.get(0)
72 stdout = self._pipes.get(1)
73 stderr = self._pipes.get(2)
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkRef.hpp278 inline const T& get (void) const throw() { return m_data.object; } in get() function in vk::refdetails::RefBase
279 inline const T& operator* (void) const throw() { return get(); } in operator *()
280 inline explicit operator bool (void) const throw() { return !!get(); } in operator bool()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemBufferValidator.hpp212 vk::Unique<vk::VkShaderModule> resetSSBOShader (vk::createShaderModule(vk, device, ctx.getBinaryCollection().get("ResetSSBO"), 0)); in validateBuffer()
213 vk::Unique<vk::VkShaderModule> validatorShader (vk::createShaderModule(vk, device, ctx.getBinaryCollection().get("BufferValidator"), 0)); in validateBuffer()
251 .writeSingle(*descriptorSet, vk::DescriptorSetUpdateBuilder::Location::binding(0u), vk::VK_DESCRIPTOR_TYPE_UNIFORM_TEXEL_BUFFER, &bufferView.get()); in validateBuffer()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmVariableInitTests.cpp664 addComputeVariableInitPrivateTest(group.get()); in createVariableInitComputeGroup()
672 addGraphicsVariableInitPrivateTest(group.get()); in createVariableInitGraphicsGroup()
673 addGraphicsVariableInitOutputTest(group.get()); in createVariableInitGraphicsGroup()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DMemoryProgramCache.cpp152 if (get(context, *hashOut, &binaryProgram, &programSize)) in getProgram()
187 bool MemoryProgramCache::get(const Context *context, in get() function in gl::MemoryProgramCache
192 return mBlobCache.get(context->getScratchBuffer(), programHash, programOut, programSizeOut); in get()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DCFIInstrInserter.cpp265 BuildMI(*MBBInfo.MBB, MBBI, DL, TII->get(TargetOpcode::CFI_INSTRUCTION)) in insertCFIInstrs()
274 BuildMI(*MBBInfo.MBB, MBBI, DL, TII->get(TargetOpcode::CFI_INSTRUCTION)) in insertCFIInstrs()
286 BuildMI(*MBBInfo.MBB, MBBI, DL, TII->get(TargetOpcode::CFI_INSTRUCTION)) in insertCFIInstrs()
H A DSwiftErrorValueTracking.cpp137 TII->get(TargetOpcode::IMPLICIT_DEF), VReg); in createEntriesInEntryBlock()
232 BuildMI(*MBB, MBB->getFirstNonPHI(), DLoc, TII->get(TargetOpcode::COPY), in propagateVRegs()
246 TII->get(TargetOpcode::PHI), PHIVReg); in propagateVRegs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
H A DFunctionInfo.cpp74 FI.OptLineTable = std::move(LT.get()); in decode()
81 FI.Inline = std::move(II.get()); in decode()
201 LineEntry = ExpectedLE.get(); in lookup()
H A DGsymReader.cpp41 return create(BuffOrErr.get()); in openFile()
51 if (!MemBuffer.get()) in create()
92 Swap->Hdr = ExpectedHdr.get(); in parse()
202 // The only way to get a GsymReader is from GsymReader::openFile(...) or in getHeader()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DObject.cpp75 return wrap(ObjOrErr.get().release()); in LLVMCreateBinary()
146 return wrap(ObjOrErr.get().release()); in LLVMMachOUniversalBinaryCopyObjectForArch()
189 auto *Ret = new OwningBinary<ObjectFile>(std::move(ObjOrErr.get()), std::move(Buf)); in LLVMCreateObjectFile()
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
H A DglcSubgroupsBallotOtherTests.cpp557 SubgroupFactory<CaseDefinition>::addFunctionCaseWithPrograms(computeGroup.get(), op, "", supportedCheck, initPrograms, test, caseDef); in createSubgroupsBallotOtherTests()
562 SubgroupFactory<CaseDefinition>::addFunctionCaseWithPrograms(graphicGroup.get(), op, "", supportedCheck, initPrograms, test, caseDef); in createSubgroupsBallotOtherTests()
568 SubgroupFactory<CaseDefinition>::addFunctionCaseWithPrograms(framebufferGroup.get(), op + "_" + getShaderStageName(caseDef.shaderStage), "", supportedCheck, initFrameBufferPrograms, noSSBOtest, caseDef); in createSubgroupsBallotOtherTests()
H A DglcSubgroupsBallotTests.cpp476 SubgroupFactory<CaseDefinition>::addFunctionCaseWithPrograms(computeGroup.get(), in createSubgroupsBallotTests()
483 SubgroupFactory<CaseDefinition>::addFunctionCaseWithPrograms(graphicGroup.get(), "graphic", "", supportedCheck, initPrograms, test, caseDef); in createSubgroupsBallotTests()
489 SubgroupFactory<CaseDefinition>::addFunctionCaseWithPrograms(framebufferGroup.get(), getShaderStageName(caseDef.shaderStage), "", in createSubgroupsBallotTests()
H A DglcSubgroupsBuiltinMaskVarTests.cpp479 SubgroupFactory<CaseDefinition>::addFunctionCaseWithPrograms(graphicGroup.get(), in createSubgroupsBuiltinMaskVarTests()
486 SubgroupFactory<CaseDefinition>::addFunctionCaseWithPrograms(computeGroup.get(), in createSubgroupsBuiltinMaskVarTests()
494 SubgroupFactory<CaseDefinition>::addFunctionCaseWithPrograms(framebufferGroup.get(), in createSubgroupsBuiltinMaskVarTests()
H A DglcSubgroupsShapeTests.cpp552 SubgroupFactory<CaseDefinition>::addFunctionCaseWithPrograms(computeGroup.get(), op, "", supportedCheck, initPrograms, test, caseDef); in createSubgroupsShapeTests()
562 SubgroupFactory<CaseDefinition>::addFunctionCaseWithPrograms(graphicGroup.get(), in createSubgroupsShapeTests()
570 SubgroupFactory<CaseDefinition>::addFunctionCaseWithPrograms(framebufferGroup.get(),op + "_" + getShaderStageName(caseDef.shaderStage), "", in createSubgroupsShapeTests()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dscriptgenerator.py216 category = typeElem.get('category')
242 requiredEnum = typeElem.get('requires')
310 enumerants = [elem.get('name') for elem in groupElem.findall('enum')]
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dpass_fixture.h91 return OptimizeToBinary(pass.get(), assembly, skip_nop); in SinglePassRunToBinary()
187 auto disassembly = std::get<0>(pass_result); in SinglePassRunAndMatch()
269 IRContext* context() { return context_.get(); } in context()
/third_party/skia/src/gpu/d3d/
H A DGrD3DResourceProvider.cpp260 GrD3DPipelineStateBuilder::MakeComputePipeline(fGpu, rootSig.get(), shader); in findOrCreateMipmapPipeline()
359 return ((*entry)->fPipelineState).get(); in refPipelineState()
361 return ((*entry)->fPipelineState).get(); in refPipelineState()

Completed in 21 milliseconds

1...<<211212213214215216217218219220>>...617