/third_party/node/deps/v8/src/inspector/ |
H A D | v8-inspector-session-impl.h | 45 V8ConsoleAgentImpl* consoleAgent() { return m_consoleAgent.get(); } in consoleAgent() 46 V8DebuggerAgentImpl* debuggerAgent() { return m_debuggerAgent.get(); } in debuggerAgent() 47 V8SchemaAgentImpl* schemaAgent() { return m_schemaAgent.get(); } in schemaAgent() 48 V8ProfilerAgentImpl* profilerAgent() { return m_profilerAgent.get(); } in profilerAgent() 49 V8RuntimeAgentImpl* runtimeAgent() { return m_runtimeAgent.get(); } in runtimeAgent()
|
/third_party/libphonenumber/java/internal/prefixmapper/src/com/google/i18n/phonenumbers/prefixmapper/ |
H A D | MappingFileProvider.java | 79 availableLanguages.add(new HashSet<String>(availableDataFiles.get(countryCallingCode))); in readFileConfigs() 112 Set<String> setOfLangs = availableLanguages.get(i); in writeExternal() 132 SortedSet<String> sortedSetOfLangs = new TreeSet<String>(availableLanguages.get(i)); in toString() 164 Set<String> setOfLangs = availableLanguages.get(index); in getFileName() 180 String normalizedLocale = LOCALE_NORMALIZATION_MAP.get(fullLocaleStr); in findBestMatchingLanguageCode()
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/ |
H A D | AltFormatsSchema.java | 98 rowCallback.accept(rows.get().stream()); in importAltFormats() 100 while ((row = rows.get()) != null) { in importAltFormats() 108 row -> altFormats.add(parseAltFormat(row.get(FORMAT), row.get(PARENT), row.get(COMMENT)))); in getRowCallback()
|
H A D | CommentsSchema.java | 92 rowCallback.accept(rows.get().stream()); in importComments() 94 while ((row = rows.get()) != null) { in importComments() 105 Anchor.of(PhoneRegion.of(row.get(REGION)), row.get(LABEL)), in getRowCallback() 106 row.get(COMMENT))); in getRowCallback()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | issue-739-pointer-wide-bitfield.rs | 55 pub fn get(&self, bit_offset: usize, bit_width: u8) -> u64 { in get() functions 119 ::std::mem::transmute(self._bitfield_1.get(0usize, 64u8) as u64) in m_bitfield() 132 ::std::mem::transmute(self._bitfield_1.get(64usize, 64u8) as u64) in m_bar() 145 ::std::mem::transmute(self._bitfield_1.get(128usize, 1u8) as u64) in foo() 158 ::std::mem::transmute(self._bitfield_1.get(192usize, 64u8) as u64) in bar()
|
/third_party/python/Lib/email/ |
H A D | charset.py | 230 self.input_charset = ALIASES.get(input_charset, input_charset) 234 henc, benc, conv = CHARSETS.get(self.input_charset, 241 self.output_charset = ALIASES.get(conv, conv) 244 self.input_codec = CODEC_MAP.get(self.input_charset, 246 self.output_codec = CODEC_MAP.get(self.output_charset, 334 # many octets a specific substring of unicode characters will get 336 # those octets will get encoded to. Unless we try it. Which seems
|
/third_party/skia/src/gpu/ |
H A D | GrColorSpaceXform.cpp | 67 : INHERITED(kGrColorSpaceXformEffect_ClassID, OptFlags(child.get())) in GrColorSpaceXformEffect() 82 return GrColorSpaceXform::Equals(fColorXform.get(), other.fColorXform.get()); in onIsEqual() 88 format.printf("ShaderDfx_GrColorSpaceXformEffect_%d", GrColorSpaceXform::XformKey(fColorXform.get())); in getShaderDfxInfo() 93 b->add32(GrColorSpaceXform::XformKey(fColorXform.get())); in onAddToKey()
|
/third_party/skia/src/sksl/ir/ |
H A D | SkSLProgram.h | 46 VariableCounts get(const Variable&) const; 49 int get(const FunctionDeclaration&) const; 101 AutoAttachPoolToThread attach(fPool.get()); in ~Program() 117 return fOwned->get(); in operator *() 182 const ProgramUsage* usage() const { return fUsage.get(); } in usage()
|
/third_party/skia/src/shaders/ |
H A D | SkComposeShader.cpp | 97 buffer.writeFlattenable(fDst.get()); in flatten() 98 buffer.writeFlattenable(fSrc.get()); in flatten() 101 buffer.writeFlattenable(fBlender.get()); in flatten() 132 float* res0 = append_two_shaders(rec, fDst.get(), fSrc.get()); in onAppendStages()
|
/third_party/skia/third_party/externals/freetype/src/gzip/ |
H A D | infcodes.c | 18 LEN, /* i: get length/literal/eob next */ 20 DIST, /* i: get distance next */ 44 uInt get; /* bits to get for extra */ member 121 case LEN: /* i: get length/literal/eob next */ in inflate_codes() 138 c->sub.copy.get = e & 15; in inflate_codes() 160 j = c->sub.copy.get; in inflate_codes() 169 case DIST: /* i: get distance next */ in inflate_codes() 177 c->sub.copy.get = e & 15; in inflate_codes() 193 j = c->sub.copy.get; in inflate_codes() [all...] |
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-object.hh | 183 HB_INTERNAL void *get (hb_user_data_key_t *key); 278 hb_user_data_array_t *user_data = obj->header.user_data.get (); in hb_object_fini() 298 hb_user_data_array_t *user_data = obj->header.user_data.get (); in hb_object_set_user_data() 323 hb_user_data_array_t *user_data = obj->header.user_data.get (); in hb_object_get_user_data() 326 return user_data->get (key); in hb_object_get_user_data()
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_searchbase.py | 58 self.assertEqual(self.dialog.ent.get(), 'hello') 83 self.assertIn(entry.get(), 'hello') 96 self.assertIn(self.dialog.ent.get(), 'hello') 125 self.assertEqual(var.get(), state) 140 self.assertEqual(var.get(), state)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | MemoryLocation.cpp | 35 MemoryLocation MemoryLocation::get(const LoadInst *LI) { in get() function in MemoryLocation 45 MemoryLocation MemoryLocation::get(const StoreInst *SI) { in get() function in MemoryLocation 56 MemoryLocation MemoryLocation::get(const VAArgInst *VI) { in get() function in MemoryLocation 64 MemoryLocation MemoryLocation::get(const AtomicCmpXchgInst *CXI) { in get() function in MemoryLocation 75 MemoryLocation MemoryLocation::get(const AtomicRMWInst *RMWI) { in get() function in MemoryLocation
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceBrowserCompileServer.cpp | 50 llvm::report_fatal_error("Failed to get translator compile IRT interface"); in getIRTInterfaces() 197 // error in other threads, and either get stuck waiting on input from a in fatalErrorHandler() 306 ELFStream.reset(new ELFFileStreamer(*EmitStream.get())); in startCompileThread() 307 Ctx.reset(new GlobalContext(LogStream.get(), EmitStream.get(), in startCompileThread() 308 &ErrorStream->getStream(), ELFStream.get())); in startCompileThread() 312 this->getCompiler().run(ClFlags::Flags, *Ctx.get(), in startCompileThread()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
H A D | ARCRegisterInfo.cpp | 50 BuildMI(MBB, II, dl, TII.get(ARC::LD_rlimm), Reg) in ReplaceFrameIndex() 75 BuildMI(MBB, II, dl, TII.get(AddOpc)) in ReplaceFrameIndex() 93 BuildMI(MBB, II, dl, TII.get(MI.getOpcode()), Reg) in ReplaceFrameIndex() 106 BuildMI(MBB, II, dl, TII.get(MI.getOpcode())) in ReplaceFrameIndex() 115 TII.get(isUInt<6>(Offset) ? ARC::ADD_rru6 : ARC::ADD_rrlimm)) in ReplaceFrameIndex()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonVExtract.cpp | 83 BuildMI(ExtB, ExtI, DL, HII->get(Hexagon::L2_loadri_io), ElemR) in genElemLoad() 91 BuildMI(ExtB, ExtI, DL, HII->get(Hexagon::A2_andir), IdxR) in genElemLoad() 94 BuildMI(ExtB, ExtI, DL, HII->get(Hexagon::L4_loadri_rr), ElemR) in genElemLoad() 127 auto MIB = BuildMI(BB, At, dl, HII->get(FiOpc), AddrR); in runOnMachineFunction() 156 BuildMI(DefB, At, DefI->getDebugLoc(), HII->get(StoreOpc)) in runOnMachineFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyLowerGlobalDtors.cpp | 109 FunctionType::get(Type::getVoidTy(C), AtExitFuncArgs, in runOnModule() 114 FunctionType::get(Type::getInt32Ty(C), in runOnModule() 115 {PointerType::get(AtExitFuncTy, 0), VoidStar, VoidStar}, in runOnModule() 146 FunctionType *VoidVoid = FunctionType::get(Type::getVoidTy(C), in runOnModule() 165 Value *Null = ConstantPointerNull::get(VoidStar); in runOnModule()
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | NioByteString.java | 76 return buffer.get(index); in byteAt() 113 slice.get(target, targetOffset, numberToCopy); in copyToInternal() 214 h = h * 31 + buffer.get(i); in partialHash() 253 return buf.get() & 0xFF; in newInput() 263 buf.get(bytes, off, len); in newInput()
|
/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | message_factory.cc | 92 pool = owned_pool.get(); in New() 174 "DESCRIPTOR", py_descriptor.get(), in GetOrCreateMessageClass() 181 reinterpret_cast<PyObject*>(CMessageClass_Type), args.get())); in GetOrCreateMessageClass() 214 py_extended_class.get(), py_extension.get())); in GetOrCreateMessageClass()
|
/third_party/skia/platform_tools/android/apps/skottie/skottielib/src/main/cpp/ |
H A D | native-lib.cpp | 76 if (!glInterface.get()) { in Java_org_skia_skottie_SkottieRunner_nCreateProxy() 83 if (!dContext.get()) { in Java_org_skia_skottie_SkottieRunner_nCreateProxy() 142 if (!stream.get()) { in Java_org_skia_skottie_SkottieAnimation_nCreateProxy() 151 skottieAnimation->mAnimation = skottie::Animation::Make(skottieAnimation->mStream.get()); in Java_org_skia_skottie_SkottieAnimation_nCreateProxy() 190 auto dContext = skottieAnimation->mRunner->mDContext.get(); in Java_org_skia_skottie_SkottieAnimation_nDrawFrame()
|
/third_party/skia/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/ |
H A D | CorrectnessActivity.java | 69 setLotties(rawAssets.get(currAsset)); in onCreate() 70 runCorrectness(rawAssets.get(currAsset)); in onCreate() 75 LottieAnimationView view = lottieViews.get(i); in setLotties() 96 setLotties(rawAssets.get(currAsset)); in saveAsPng() 97 runCorrectness(rawAssets.get(currAsset)); in saveAsPng()
|
/third_party/ltp/tools/sparse/sparse-src/validation/optim/ |
H A D | cmp-op-type.c | 1 extern int get(void); 9 n = get(); in foo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86InstrInfo.cpp | 659 BuildMI(MBB, I, DL, get(X86::MOV32ri)) in reMaterialize() 745 BuildMI(*MI.getParent(), MI, MI.getDebugLoc(), get(TargetOpcode::COPY)) in classifyLEAReg() 797 BuildMI(*MFI, MBBI, MI.getDebugLoc(), get(X86::IMPLICIT_DEF), InRegLEA); in convertToThreeAddressWithLEA() 799 BuildMI(*MFI, MBBI, MI.getDebugLoc(), get(TargetOpcode::COPY)) in convertToThreeAddressWithLEA() 804 BuildMI(*MFI, MBBI, MI.getDebugLoc(), get(Opcode), OutRegLEA); in convertToThreeAddressWithLEA() 850 BuildMI(*MFI, &*MIB, MI.getDebugLoc(), get(X86::IMPLICIT_DEF), InRegLEA2); in convertToThreeAddressWithLEA() 851 InsMI2 = BuildMI(*MFI, &*MIB, MI.getDebugLoc(), get(TargetOpcode::COPY)) in convertToThreeAddressWithLEA() 864 BuildMI(*MFI, MBBI, MI.getDebugLoc(), get(TargetOpcode::COPY)) in convertToThreeAddressWithLEA() 905 // Ideally, operations with undef should be folded before we get here, but we in convertToThreeAddress() 933 NewMI = BuildMI(MF, MI.getDebugLoc(), get(X8 in convertToThreeAddress() [all...] |
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
H A D | CheckAPI.java | 100 public abstract String get(int typ, boolean brief); in get() method in CheckAPI.APIInfo 117 public String get(int typ, boolean brief) { in get() method in CheckAPI.Info 168 String s = get(i, true); in write() 195 String s = get(i, false); in write() 507 return get(NAM, true); in toString() 524 public String get(int typ, boolean brief) { in get() method in CheckAPI.DeltaInfo 525 return a.get(typ, brief); in get() 542 return a.get(NAM, true); in toString() 836 String p = info.get(PAK, true); in writeResults() 868 String name = info.get(CL in writeResults() [all...] |
/third_party/littlefs/scripts/ |
H A D | stack.py | 181 if (not args.get('quiet') 348 getattr(table.get(n), k, None), 349 getattr(diff_table.get(n), k, None)) 357 if getattr(table.get(n), k, None) is not None else () 438 r = table.get(name) 443 diff_r = diff_table.get(name) 545 if args.get('depth') is None: 547 elif args.get('depth') == 0: 551 if not args.get('use', None): 584 if args.get('outpu [all...] |