/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)
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
H A D | type_info.cc | 74 type_resolver_->ResolveMessageType(string_type_url, type.get()); 101 type_resolver_->ResolveEnumType(string_type_url, enum_type.get());
|
/third_party/python/Lib/xml/sax/ |
H A D | xmlreader.py | 326 def get(self, name, alternative=None): member in AttributesImpl 327 return self._attrs.get(name, alternative)
|
/third_party/skia/gm/ |
H A D | xfermodes3.cpp | 93 this->drawMode(canvas, x, y, kSize, kSize, modePaint, tempSurface.get()); 110 this->drawMode(canvas, x, y, kSize, kSize, modePaint, tempSurface.get());
|
H A D | offsetimagefilter.cpp | 66 DrawClippedImage(canvas, image.get(), paint, 1, cropRect); 72 DrawClippedImage(canvas, fBitmap.get(), paint, 2, cropRect);
|
H A D | drawatlascolor.cpp | 157 canvas->drawAtlas(atlas.get(), xforms, rects, quadColors, numColors, 161 canvas->drawAtlas(atlas.get(), xforms, rects, quadColors, numColors,
|
H A D | path_stroke_with_zero_length.cpp | 180 if (!draw_path_cell(dContext, canvas, img.get(), expectedCaps)) { in draw_zero_length_capped_paths() 260 if (!draw_path_cell(dContext, canvas, img.get(), expectedCaps)) { in draw_zero_length_capped_paths_dbl_contour()
|
H A D | makecolorspace.cpp | 31 return std::get<0>(codec->getImage()); in make_raster_image() 91 const SkImage* image = images[j].get(); in DEF_SIMPLE_GM_BG()
|