/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ |
H A D | pool_test.cpp | 31 ASSERT_EQ(loan.get(), nullptr); in TEST_P() 36 ASSERT_EQ(loan.get(), nullptr); in TEST_P()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
H A D | SampleProf.cpp | 136 for (const auto &SI : SortedBodySamples.get()) { in print() 151 for (const auto &CS : SortedCallsiteSamples.get()) { in print()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | FileUtilities.cpp | 191 MemoryBuffer &F1 = *F1OrErr.get(); in DiffFilesWithTolerance() 199 MemoryBuffer &F2 = *F2OrErr.get(); in DiffFilesWithTolerance()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
H A D | R600MCCodeEmitter.cpp | 105 const MCInstrDesc &Desc = MCII.get(MI.getOpcode()); in encodeInstruction() 176 if (HAS_NATIVE_OPERANDS(MCII.get(MI.getOpcode()).TSFlags)) in getMachineOpValue() 186 // We can't easily get the order of the current one, so compare against in getMachineOpValue()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | RDFRegisters.h | 39 T get(uint32_t Idx) const { in get() function 110 return RegMasks.get(Register::stackSlot2Index(R)); in getRegMaskBits()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
H A D | MSP430BranchSelector.cpp | 196 MI = BuildMI(*MBB, MI, dl, TII->get(MSP430::JCC)) in expandBranches() 204 MI = BuildMI(*MBB, MI, dl, TII->get(MSP430::Bi)).addMBB(DestBB); in expandBranches()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | MipsSERegisterInfo.cpp | 229 BuildMI(MBB, II, DL, TII.get(ABI.GetPtrAddiuOp()), Reg) in eliminateFI() 247 BuildMI(MBB, II, DL, TII.get(ABI.GetPtrAdduOp()), Reg).addReg(FrameReg) in eliminateFI()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86InsertPrefetch.cpp | 169 Reader = std::move(ReaderOrErr.get()); in doInitialization() 212 const MCInstrDesc &Desc = TII->get(PFetchInstrID); in runOnMachineFunction()
|
/third_party/skia/tools/ |
H A D | DDLPromiseImageHelper.h | 61 return fPromiseImageTexture.get(); in promiseImageTexture() 171 return fCallbackContexts[index].get(); in callbackContext()
|
H A D | convert-to-nia.cpp | 177 (cachedFrame == frameInfos[i].fRequiredFrame) && cachedFramePixels.get()) { in main() 179 memcpy(bm.getPixels(), cachedFramePixels.get(), bmByteSize); in main()
|
H A D | get_images_from_skps.cpp | 136 return SkPicture::MakeFromStream(stream.get(), &procs) != nullptr; in get_images_from_file() 227 stream.writeStream(jsonStream.get(), jsonStream->getLength()); in main()
|
/third_party/skia/tools/debugger/ |
H A D | DebugLayerManager.cpp | 109 drawLayerEventTo(surface.get(), nodeId, relevantFrames[i]); in getLayerAsImage() 181 return evt.debugCanvas.get(); in getEventDebugCanvas()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | hash.h | 90 inline void* get(const UnicodeString& key) const; 217 inline void* Hashtable::get(const UnicodeString& key) const { in get() function in Hashtable
|
H A D | locutil.cpp | 224 htp = (Hashtable*) cache->get(bundleID); in getAvailableLocaleNames() 246 Hashtable *t = static_cast<Hashtable *>(cache->get(bundleID)); in getAvailableLocaleNames()
|
H A D | resbund.cpp | 324 ResourceBundle ResourceBundle::get(int32_t indexR, UErrorCode& status) const { in get() function in ResourceBundle 342 ResourceBundle ResourceBundle::get(const char* key, UErrorCode& status) const { in get() function in ResourceBundle
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | FunctionExtras.h | 131 return CallbackAndInlineFlag.getPointer().template get<TrivialCallback *>()->CallPtr; in getTrivialCallback() 136 .template get<NonTrivialCallbacks *>(); in getNonTrivialCallbacks() 212 // Clear the old callback and inline flag to get back to as-if-null.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | ValueLattice.h | 119 static ValueLatticeElement get(Constant *C) { in get() function in llvm::ValueLatticeElement 149 assert(isConstant() && "Cannot get the constant of a non-constant!"); in getConstant() 154 assert(isNotConstant() && "Cannot get the constant of a non-notconstant!"); in getNotConstant() 160 "Cannot get the constant-range of a non-constant-range!"); in getConstantRange() 269 // We can get here if we've encountered a constantexpr of integer type in mergeIn() 296 return UndefValue::get(Ty); in getCompare()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | destructuringUnspreadableIntoRest.js | 9 get getter(): number { 109 get getter() {
|
H A D | doYouNeedToChangeYourTargetLibraryES2015.js | 8 const testReflectGet = Reflect.get({}, ""); 106 var testReflectGet = Reflect.get({}, "");
|
H A D | objectRest.js | 26 get both(): number { return 12 } 81 get both() { return 12; }
|
H A D | es6ClassTest2.js | 28 // The contextual keyword "get" followed by an identifier and 29 // a curly body defines a getter in the same way that "get" 31 get isAlive() { 202 // The contextual keyword "get" followed by an identifier and
203 // a curly body defines a getter in the same way that "get"
205 get: function () {
|
H A D | localTypes1.js | 108 get p() { 283 get: function () {
|
/third_party/python/Doc/tools/extensions/ |
H A D | c_annotations.py | 122 record = self.stable_abi_data.get(name) 161 entry = self.refcount_data.get(name)
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | mock_tk.py | 37 def get(self): member in Var 176 0: position after terminal \n; for .get, .delete index 1 201 def get(self, index1, index2=None): member in Text
|
H A D | test_zzdummy.py | 81 txt = text.get(f'{line}.0', f'{line}.end') 148 self.assertEqual(text.get('1.0', 'end-1c'), code_sample)
|