/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/dec/ |
H A D | BrotliInputStream.java | 68 return decoder.buffer.get() & 0xFF; in read() 87 decoder.buffer.get(b, off, limit); in read()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | EscapeEnumerator.cpp | 26 FunctionType::get(Type::getInt32Ty(C), true)); in getDefaultPersonalityFn() 69 Type *ExnTy = StructType::get(Type::getInt8PtrTy(C), Type::getInt32Ty(C)); in Next()
|
H A D | NameAnonGlobals.cpp | 34 std::string &get() { in get() function in __anon25229::ModuleHasher 72 GV.setName(Twine("anon.") + ModuleHash.get() + "." + Twine(count++)); in nameUnamedGlobals()
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/ |
H A D | blockingcall.h | 36 auto scheduler = Scheduler::get(); in call() 61 auto scheduler = Scheduler::get(); in call()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
H A D | ARCExpandPseudos.cpp | 65 BuildMI(*SI.getParent(), SI, SI.getDebugLoc(), TII->get(AddOpc), AddrReg) in ExpandStore() 69 TII->get(getMappedOp(SI.getOpcode()))) in ExpandStore()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
H A D | NVPTXFrameLowering.cpp | 56 MF.getSubtarget().getInstrInfo()->get(CvtaLocalOpcode), in emitPrologue() 60 BuildMI(MBB, MI, dl, MF.getSubtarget().getInstrInfo()->get(MovDepotOpcode), in emitPrologue()
|
H A D | NVPTXLowerAlloca.cpp | 74 auto LocalAddrTy = PointerType::get(ETy, ADDRESS_SPACE_LOCAL); in runOnFunction() 76 auto GenericAddrTy = PointerType::get(ETy, ADDRESS_SPACE_GENERIC); in runOnFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86FixupSetCC.cpp | 109 BuildMI(MBB, FlagsDefMI, MI.getDebugLoc(), TII->get(X86::MOV32r0), in runOnMachineFunction() 115 TII->get(X86::INSERT_SUBREG), InsertReg) in runOnMachineFunction()
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | resbund.h | 93 * @param locale This is the locale this resource bundle is for. To get resources 376 get(int32_t index, 401 get(const char* key,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | IteratedDominanceFrontier.h | 31 ChildrenTy get(const NodeRef &N); 66 ChildrenGetterTy<BasicBlock, IsPostDom>::get(const NodeRef &N) { in get() function in llvm::IDFCalculatorDetail::ChildrenGetterTy
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | GISelKnownBits.h | 89 /// KnownBitsInfo &Info = getAnalysis<GISelKnownBitsInfoAnalysis>().get(MF); 104 GISelKnownBits &get(MachineFunction &MF) { in get() function in llvm::GISelKnownBitsAnalysis 107 return *Info.get(); in get()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | superElementAccess.js | 8 get value() {return 0 } 63 get: function () { return 0; },
|
H A D | classWithStaticMembers.js | 4 static get x() { return 1; } 45 get: function () { return 1; },
|
H A D | constDeclarations-validContexts.js | 104 get v() { 209 get v() {
|
H A D | decoratorOnClassProperty13.js | 18 return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
31 get prop() { return __classPrivateFieldGet(this, _C_prop_accessor_storage, "f"); }
|
H A D | metadataReferencedWithinFilteredUnion.js | 14 get prop(): Class1 | undefined { 49 get: function () {
|
H A D | moduleSameValueDuplicateExportedBindings2.js | 31 if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
32 desc = { enumerable: true, get: function() { return m[k]; } };
48 if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
49 desc = { enumerable: true, get: function() { return m[k]; } };
|
H A D | privateNameNestedMethodAccess.js | 5 get #baz() { return 42; } 31 return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
H A D | privateNamesUseBeforeDef.js | 14 get #bar() { return 3 }; 27 return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
H A D | exportsAndImports4.js | 59 Object.defineProperty(exports, "d", { enumerable: true, get: function () { return t1_2.default; } });
68 Object.defineProperty(exports, "f2", { enumerable: true, get: function () { return t1_4.default; } });
|
H A D | letDeclarations-validContexts.js | 104 get v() { 229 get v() {
|
H A D | aliasUsageInAccessorsOfClass.js | 22 get A() { 76 get: function () {
|
H A D | ambientShorthand_reExport.js | 24 if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
25 desc = { enumerable: true, get: function() { return m[k]; } };
41 if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
42 desc = { enumerable: true, get: function() { return m[k]; } };
|
H A D | typeGuardsObjectMethods.js | 24 get prop() { 71 get prop() {
|
/third_party/skia/third_party/externals/freetype/builds/meson/ |
H A D | parse_modules_cfg.py | 76 }.get(driver, driver) 90 }.get(module)
|