Home
last modified time | relevance | path

Searched refs:get (Results 10576 - 10600 of 10688) sorted by relevance

1...<<421422423424425426427428

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp390 // VarArgs get passed on stack in CC_Lanai32_VarArg()
803 ISD::CondCode SetCCOpcode = cast<CondCodeSDNode>(CC)->get(); in IntCondCCodeToICC()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp600 Op->Tok.Data = reinterpret_cast<const char *>(Op.get() + 1); in CreateTokenWithStringCopy()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp32 // OpcodeDecision (ibid.) to look the opcode in. Look up the opcode, to get
1713 getInstructionID(&Insn, MII.get()) || Insn.instructionID == 0 || in getInstruction()
1776 /// called then that function is called to get any symbolic information for the
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
H A DX86InstComments.cpp228 const MCInstrDesc &Desc = MCII.get(MI->getOpcode()); in printMasking()
1277 // from the first src so that we get larger element spans. in EmitAnyX86InstComments()
/third_party/skia/tools/fonts/
H A DTestSVGTypeface.cpp964 // The loca table will be re-calculated, but if we don't write one we don't get one. in exportTtxSbix()
1300 // If done to the canvas then everything would get clipped out.
1381 // The loca table will be re-calculated, but if we don't write one we don't get one. in exportTtxColr()
1385 out->writeStream(glyfStream.get(), glyfStream->getLength()); in exportTtxColr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h390 ArrayRecycler<SDUse>::Capacity::get(Node->NumOperands), in removeOperands()
/third_party/protobuf/src/google/protobuf/
H A Dextension_set_unittest.cc443 Arena::CreateMessage<unittest::TestAllExtensions>(arena2.get()); in TEST()
/third_party/python/Lib/test/
H A Dtest_compileall.py108 if os.environ.get('SOURCE_DATE_EPOCH'):
H A Dtest_regrtest.py757 # first run to get the output with the random seed
1499 guard = os.environ.get(setup.UNICODE_GUARD_ENV)
H A Dtest_embed.py56 # Remove PYTHON* environment variables to get deterministic environment
76 # This is needed otherwise we get a fatal error:
77 # "Py_Initialize: Unable to get the locale encoding
355 # _handle_fromlist doesn't get quickened until we intend it to.
604 # Use -S to not import the site module: get the proper configuration
611 raise Exception(f"failed to get the default config: "
625 # get a copy
646 # there is no easy way to get the locale encoding before
710 value = config.get(key := 'program_name')
/third_party/python/Lib/unittest/test/
H A Dtest_result.py15 self.capture_locals = kwargs.get('capture_locals', False)
/third_party/python/Parser/
H A Dasdl_c.py366 c = unnamed[name] = unnamed.get(name, 0) + 1
/third_party/python/Python/
H A Dimport.c57 "unable to get sys.path_hooks"); in _PyImportZip_Init()
317 "unable to get sys.modules"); in import_get_module()
740 /* If the module is being reloaded, we get the old module back in module_dict_for_exec()
964 return wasmTable.get(func)();
2592 /* Force default raw memory allocator to get a known allocator to be able in PyImport_ExtendInittab()
/third_party/python/Lib/test/test_import/
H A D__init__.py309 # move enough. We force it to get reparsed by removing the
319 mod = sys.modules.get(TESTFN)
/third_party/python/Modules/
H A Dpyexpat.c1605 hi->getset.get = (getter)xmlparse_handler_getter; in init_handler_descrs()
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/
H A Dvariant.h901 // result. If it's not callable, then we get an error, but are compliant and
936 absl::forward<QualifiedVariants>(std::get<TupIs>(variant_tup)))...);
/third_party/spirv-tools/test/opt/
H A Dinline_test.cpp2212 pass.Run(context.get());
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fTransformFeedbackTests.cpp1096 gl.bindTransformFeedback(GL_TRANSFORM_FEEDBACK, m_transformFeedback->get());
/third_party/vulkan-loader/tests/framework/icd/
H A Dtest_icd.cpp104 // typename T must have '.get()' function that returns a type U
120 pData[i] = data_vec[i].get();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp4069 // but that'll get caught OK in operand matching, so we don't need to in tryParseRegisterWithWriteBack()
7324 const MCInstrDesc &MCID = MII.get(Inst.getOpcode()); in validateInstruction()
7337 // Find the condition code Operand to get its SMLoc information. in validateInstruction()
10238 const MCInstrDesc &MCID = MII.get(Opc); in checkTargetMatchPredicate()
10355 const MCInstrDesc &MCID = MII.get(Inst.getOpcode()); in isITBlockTerminator()
10388 const MCInstrDesc &MCID = MII.get(Inst.getOpcode()); in MatchInstruction()
10412 const MCInstrDesc &MCID = MII.get(Inst.getOpcode()); in MatchInstruction()
10439 const MCInstrDesc &MCID = MII.get(Inst.getOpcode()); in MatchInstruction()
/third_party/mbedtls/tests/scripts/
H A Dall.sh906 if scripts/config.py get MBEDTLS_THREADING_C; then
910 if scripts/config.py get MBEDTLS_THREADING_PTHREAD; then
952 # is useful to easily get a list of key type symbols to accelerate.
1447 # The SSL tests are slow, so run a small subset, just enough to get
1469 # The SSL tests are slow, so run a small subset, just enough to get
6268 # Build once to get the generated files (which need an intact config file)
6297 # Build once to get the generated files (which need an intact config)
/third_party/node/deps/googletest/src/
H A Dgtest.cc525 "placed in a library that may be linked in to get other utilities.)"; in InsertSyntheticTestCase()
598 "example, being placed in a library that may be linked in to get other " in CheckForInstantiations()
954 // instead of GetTypeId< ::testing::Test>() to get the type ID of
1059 return per_thread_test_part_result_reporter_.get();
1302 return internal::StringStreamToString(ss_.get());
4933 // Use the getaddrinfo() to get a linked list of IP addresses for
/third_party/node/deps/v8/src/compiler/
H A Dbytecode-graph-builder.cc292 // Helper function that tries to get the current scope info.
408 return *source_position_iterator_.get(); in source_position_iterator()
1085 return function_closure_.get(); in GetFunctionClosure()
1268 // so that on next call of VisitSingleBytecode they will get popped from in ProcessOsrPrelude()
3682 // TODO(leszeks): We could get this count from liveness rather than the in VisitSuspendGenerator()
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
H A DTestUtil.java1924 this.importFile = file.getDependencies().get(0); in ReflectionTester()
1925 this.publicImportFile = importFile.getDependencies().get(0); in ReflectionTester()
2003 * Shorthand to get a FieldDescriptor for a field of unittest::TestAllTypes.
2979 "Couldn't get canonical name of working directory.", e); in getTestDataDir()
/third_party/python/Lib/
H A D_pydecimal.py456 return _current_context_var.get()
1384 # result is exact; get as close to ideal exponent as possible
2288 # adjust the exponent to get as close as possible to the ideal
3101 # 3 digits at a time until we get an unambiguously
3236 # until we get an unambiguously roundable result
3665 # get values, pad if necessary
3723 # get values, pad if necessary
3828 # find digits before and after decimal point, and get exponent
4046 error = _condition_map.get(condition, condition)
6211 # get th
[all...]

Completed in 94 milliseconds

1...<<421422423424425426427428