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

/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/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/v8/tools/mb/
H A Dmb.py442 # Fetch the /builders contents from the buildbot master. The
444 json_contents = self.Fetch(url)
1314 builds = json.loads(self.Fetch(url))
1406 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.cc356 #undef Fetch macro
357 #define Fetch Fetch64 macro
386 uint64_t a = Fetch(s) + k2;
387 uint64_t b = Fetch(s + len - 8);
412 uint64_t a = Fetch(s) * k1;
413 uint64_t b = Fetch(s + 8);
414 uint64_t c = Fetch(s + len - 8) * mul;
415 uint64_t d = Fetch(s + len - 16) * k2;
436 return WeakHashLen32WithSeeds(Fetch(s),
437 Fetch(
527 #undef Fetch macro
528 #define Fetch macro
1107 #undef Fetch macro
1108 #define Fetch macro
1226 #undef Fetch macro
1227 #define Fetch macro
[all...]
/external/skia/src/effects/
H A DSkLightingImageFilter.cpp192 static inline uint32_t Fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { function in class:__anon17007::UncheckedPixelFetcher
200 static inline uint32_t Fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { function in class:__anon17007::DecalPixelFetcher
226 m[4] = PixelFetcher::Fetch(src, x, y, srcBounds);
227 m[5] = PixelFetcher::Fetch(src, x + 1, y, srcBounds);
228 m[7] = PixelFetcher::Fetch(src, x, y + 1, srcBounds);
229 m[8] = PixelFetcher::Fetch(src, x + 1, y + 1, srcBounds);
236 m[5] = PixelFetcher::Fetch(src, x + 1, y, srcBounds);
237 m[8] = PixelFetcher::Fetch(src, x + 1, y + 1, srcBounds);
251 m[1] = PixelFetcher::Fetch(src, x, y - 1, srcBounds);
252 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 335 milliseconds