HomeSort by relevance Sort by last modified time
    Searched defs:Fetch (Results 1 - 15 of 15) sorted by null

  /external/google-breakpad/src/common/
stabs_reader.cc 55 Fetch();
58 void StabsReader::EntryIterator::Fetch() {
  /external/clang/test/SemaCXX/
class-base-member-init.cpp 107 void Fetch() {
  /external/google-breakpad/src/common/linux/
elf_symbols_to_module.cc 79 Fetch();
84 ELFSymbolIterator &operator++() { Fetch(); symbol_.index++; return *this; }
94 void Fetch() {
  /external/skia/src/core/
SkMaskGamma.cpp 57 /*static*/ const SkColorSpaceLuminance& SkColorSpaceLuminance::Fetch(SkScalar gamma) {
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
BufferedTokenStream.cs 191 Fetch(n);
195 protected virtual void Fetch(int n) {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
BufferedTokenStream.cs 220 Fetch(n);
224 protected virtual void Fetch(int n)
  /external/v8/tools/mb/
mb.py 442 # Fetch the /builders contents from the buildbot master. The
444 json_contents = self.Fetch(url)
    [all...]
  /external/v8/tools/release/
common_includes.py 294 def Fetch(self):
333 def Fetch(self):
334 self.step.Git("fetch")
386 self.step.Git("fetch")
568 # Fetch unfetched revisions.
569 self.vc.Fetch()
638 self.Git("fetch origin +refs/tags/*:refs/tags/*")
656 self.Git("fetch origin +refs/tags/*:refs/tags/*")
754 self.Command("fetch", "v8", cwd=self._options.work_dir)
  /external/libtextclassifier/util/hash/
farmhash.cc 356 #undef Fetch
357 #define Fetch Fetch64
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(s + 8)
    [all...]
  /external/skia/src/effects/
SkLightingImageFilter.cpp 192 static inline uint32_t Fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) {
200 static inline uint32_t Fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) {
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(src, x + 1, y - 1, srcBounds)
    [all...]
  /external/guice/extensions/persist/lib/
hibernate-annotations.jar 
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/misc/common/jython/
jython.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 986 milliseconds