Searched defs:Fetch (Results 1 - 15 of 15) sorted by relevance

/external/swiftshader/src/Shader/
H A DSamplerCore.hpp29 Fetch, // Use provided integer coordinates. enumerator in enum:sw::SamplerMethod
/external/clang/test/SemaCXX/
H A Dclass-base-member-init.cpp107 void Fetch() { function in namespace:PR16596
/external/google-breakpad/src/common/linux/
H A Delf_symbols_to_module.cc79 Fetch();
84 ELFSymbolIterator &operator++() { Fetch(); symbol_.index++; return *this; }
94 void Fetch() { function in class:google_breakpad::ELFSymbolIterator
/external/google-breakpad/src/common/
H A Dstabs_reader.cc55 Fetch();
58 void StabsReader::EntryIterator::Fetch() { function in class:google_breakpad::StabsReader::EntryIterator
/external/skia/src/core/
H A DSkMaskGamma.cpp57 /*static*/ const SkColorSpaceLuminance& SkColorSpaceLuminance::Fetch(SkScalar gamma) { function in class:SkColorSpaceLuminance
/external/skqp/src/core/
H A DSkMaskGamma.cpp57 /*static*/ const SkColorSpaceLuminance& SkColorSpaceLuminance::Fetch(SkScalar gamma) { function in class:SkColorSpaceLuminance
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DBufferedTokenStream.cs191 Fetch(n);
195 protected virtual void Fetch(int n) { method in class:Antlr.Runtime.BufferedTokenStream
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DBufferedTokenStream.cs220 Fetch(n);
224 protected virtual void Fetch(int n) method in class:Antlr.Runtime.BufferedTokenStream
/external/swiftshader/third_party/subzero/crosstest/
H A Dtest_sync_atomic_main.cpp157 bool Fetch; member in struct:ThreadData
174 (void)TData->FuncPtr(TData->Fetch, TData->Ptr, TData->Adjustment);
/external/v8/tools/mb/
H A Dmb.py442 # Fetch the /builders contents from the buildbot master. The
444 json_contents = self.Fetch(url)
1319 builds = json.loads(self.Fetch(url))
1411 def Fetch(self, url): member in class:MetaBuildWrapper
/external/v8/tools/release/
H A Dcommon_includes.py294 def Fetch(self): member in class:VCInterface
333 def Fetch(self): member in class:GitInterface
568 # Fetch unfetched revisions.
569 self.vc.Fetch()
/external/libtextclassifier/util/hash/
H A Dfarmhash.cc353 #undef Fetch macro
354 #define Fetch Fetch64 macro
383 uint64_t a = Fetch(s) + k2;
384 uint64_t b = Fetch(s + len - 8);
409 uint64_t a = Fetch(s) * k1;
410 uint64_t b = Fetch(s + 8);
411 uint64_t c = Fetch(s + len - 8) * mul;
412 uint64_t d = Fetch(s + len - 16) * k2;
433 return WeakHashLen32WithSeeds(Fetch(s),
434 Fetch(
524 #undef Fetch macro
525 #define Fetch macro
1104 #undef Fetch macro
1105 #define Fetch macro
1223 #undef Fetch macro
1224 #define Fetch macro
[all...]
/external/skia/src/effects/
H A DSkLightingImageFilter.cpp265 static inline uint32_t Fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { function in class:UncheckedPixelFetcher
273 static inline uint32_t Fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { function in class:DecalPixelFetcher
298 m[4] = PixelFetcher::Fetch(src, x, y, srcBounds);
299 m[5] = PixelFetcher::Fetch(src, x + 1, y, srcBounds);
300 m[7] = PixelFetcher::Fetch(src, x, y + 1, srcBounds);
301 m[8] = PixelFetcher::Fetch(src, x + 1, y + 1, srcBounds);
308 m[5] = PixelFetcher::Fetch(src, x + 1, y, srcBounds);
309 m[8] = PixelFetcher::Fetch(src, x + 1, y + 1, srcBounds);
323 m[1] = PixelFetcher::Fetch(src, x, y - 1, srcBounds);
324 m[2] = PixelFetcher::Fetch(sr
[all...]
/external/skqp/src/effects/
H A DSkLightingImageFilter.cpp265 static inline uint32_t Fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { function in class:UncheckedPixelFetcher
273 static inline uint32_t Fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { function in class:DecalPixelFetcher
298 m[4] = PixelFetcher::Fetch(src, x, y, srcBounds);
299 m[5] = PixelFetcher::Fetch(src, x + 1, y, srcBounds);
300 m[7] = PixelFetcher::Fetch(src, x, y + 1, srcBounds);
301 m[8] = PixelFetcher::Fetch(src, x + 1, y + 1, srcBounds);
308 m[5] = PixelFetcher::Fetch(src, x + 1, y, srcBounds);
309 m[8] = PixelFetcher::Fetch(src, x + 1, y + 1, srcBounds);
323 m[1] = PixelFetcher::Fetch(src, x, y - 1, srcBounds);
324 m[2] = PixelFetcher::Fetch(sr
[all...]
/external/guice/extensions/persist/lib/
H A Dhibernate-annotations.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/annotationfactory/ org/hibernate/annotations/ org/ ...

Completed in 1092 milliseconds