/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCPreEmitPeephole.cpp | 193 const MCInstrDesc &MCID = TII->get(Opc);
|
H A D | PPCVSXFMAMutate.cpp | 260 MI.setDesc(TII->get(AltOpc)); in processBlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVAsmBackend.cpp | 389 MCValue NopBytes = MCValue::get(Count); in shouldInsertFixupForCodeAlign()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyTargetMachine.cpp | 145 return I.get(); in getSubtargetImpl() 474 // Insert explicit local.get and local.set operators. in addPreEmitPass()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
H A D | XCoreISelDAGToDAG.cpp | 139 // Transformation function: get the size of a mask in Select() 148 ConstantInt::get(Type::getInt32Ty(*CurDAG->getContext()), Val), in Select()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | StripSymbols.cpp | 360 DIC->replaceGlobalVariables(MDTuple::get(C, LiveGlobalVariables)); in runOnModule()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | IndirectCallPromotion.cpp | 350 // Traverse all the indirect-call callsite and get the value profile 408 ORE = OwnedORE.get(); in promoteIndirectCalls()
|
/third_party/skia/third_party/externals/zlib/google/ |
H A D | zip.cc | 222 if (!reader.ExtractCurrentEntry(writer.get(), in UnzipWithFilterAndWriters()
|
/third_party/skia/tools/gpu/gl/egl/ |
H A D | CreatePlatformGLTestContext_egl.cpp | 97 for (; nullptr == gl.get() && api < apiLimit; ++api) { in EGLGLTestContext()
|
/third_party/skia/tools/viewer/ |
H A D | TouchGesture.cpp | 303 fFlinger.get(dir, &speed); in isFling()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | strictPropertyInitialization.js | 175 return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
H A D | privateNameFieldUnaryMutation.js | 58 return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
H A D | privateNameStaticFieldUnaryMutation.js | 36 return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
H A D | es6ExportEqualsInterop.js | 215 if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
216 desc = { enumerable: true, get: function() { return m[k]; } };
|
/third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
H A D | objectivec_field.cc | 347 // If property name starts with init we need to annotate it to get past ARC. in GeneratePropertyDeclaration() 398 // If property name starts with init we need to annotate it to get past ARC. in GeneratePropertyDeclaration() 428 const FieldGenerator& FieldGeneratorMap::get( in get() function in google::protobuf::compiler::objectivec::FieldGeneratorMap
|
/third_party/protobuf/js/experimental/runtime/kernel/ |
H A D | indexer_test.js | 47 const entryArray = storage.get(fieldNumber).getIndexArray();
|
/third_party/protobuf/js/ |
H A D | map.js | 386 jspb.Map.prototype.get = function(key) {
|
/third_party/python/Lib/ |
H A D | pyclbr.py | 207 bases.append(_modules[module].get(class_, name))
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
H A D | protostream_objectwriter.h | 168 // into this Event struct and replay them after we get the "@type" field. 233 // Any message a single time rather than every time we get a nested field. 281 AnyWriter* any() const { return any_.get(); } in any()
|
/third_party/python/Lib/test/ |
H A D | test_ensurepip.py | 34 # when bundled wheel packages are used, we get _PIP_VERSION 209 orig_pip = sys.modules.get("pip", sentinel)
|
H A D | test_xml_etree_c.py | 181 r = e.get(X())
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
H A D | str_join_internal.h | 268 fmt(out, std::get<I>(tup)); in operator ()()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | str_replace_test.cc | 185 absl::string_view get(const Cont& c) { in get() function
|
/third_party/skia/third_party/externals/abseil-cpp/absl/functional/ |
H A D | bind_front_test.cc | 143 return n.get().value; in GetNonCopyableValueByWrapper()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/ |
H A D | hash_testing.h | 321 return Out{&std::get<I>(tuple)...}; in DoImpl()
|