/external/valgrind/memcheck/tests/ |
resvn_stack.stderr.exp | 5 Accessing fresh stack
|
/prebuilts/go/darwin-x86/misc/cgo/test/issue9026/ |
issue9026.go | 4 // per-package counter used to create fresh identifiers.
|
/prebuilts/go/linux-x86/misc/cgo/test/issue9026/ |
issue9026.go | 4 // per-package counter used to create fresh identifiers.
|
/packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
FolderWatcher.java | 98 for (final Uri fresh : newAccounts) { 99 if (!mUris.contains(fresh)) { 100 startWatching(fresh);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/ |
__init__.py | 10 cjson = test_support.import_fresh_module('json', fresh=['_json'])
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/ |
__init__.py | 10 cjson = test_support.import_fresh_module('json', fresh=['_json'])
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/ |
ContactPhotoManager.java | 622 volatile boolean fresh; field in class:ContactPhotoManagerImpl.BitmapHolder 629 this.fresh = true; 644 * {@code true} if ALL entries in {@link #mBitmapHolderCache} are NOT fresh. 700 /** For debug: How many times we had to reload cached photo for a fresh entry. Should be 0. */ 791 + ", overwrite: fresh=" + mFreshCacheOverwrite.get() [all...] |
/external/freetype/src/raster/ |
ftraster.c | 496 Bool fresh; /* signals a fresh new profile which */ member in struct:black_TWorker_ 692 ras.fresh = TRUE; 1142 Bool result, fresh; local 1321 Bool result, fresh; local [all...] |
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/raster/ |
ftraster.c | 498 Bool fresh; /* signals a fresh new profile which */ member in struct:black_TWorker_ 694 ras.fresh = TRUE; 1142 Bool result, fresh; local 1321 Bool result, fresh; local [all...] |
/external/pdfium/third_party/freetype/src/raster/ |
ftraster.c | 498 Bool fresh; /* signals a fresh new profile which */ member in struct:black_TWorker_ 694 ras.fresh = TRUE; 1142 Bool result, fresh; local 1321 Bool result, fresh; local [all...] |
/external/v8/test/mjsunit/ |
readonly.js | 72 // Construct a fresh prototype chain from above functions. 83 // Create a fresh constructor.
|
codegen-coverage.js | 57 // A fresh register {ebx,rbx} will be allocated for x, then reused for
|
/external/libvorbis/doc/ |
a1-encapsulation-ogg.tex | 87 must begin on a fresh page. 95 The first audio packet of the logical stream begins a fresh Ogg page. 163 page on which it appears and the third packet begin a fresh page.
|
/external/llvm/lib/Support/ |
regengine.inc | 82 states fresh; /* states for a fresh start */ 178 SETUP(m->fresh); 687 states fresh = m->fresh; 699 ASSIGN(fresh, st); 706 if (EQ(st, fresh)) 748 ASSIGN(st, fresh);
|
/bionic/libc/upstream-netbsd/lib/libc/regex/ |
engine.c | 118 states fresh; /* states for a fresh start */ member in struct:match 232 SETUP(m->fresh); 780 states fresh = m->fresh; local 796 ASSIGN(fresh, st); 803 if (EQ(st, fresh)) 845 ASSIGN(st, fresh);
|
/ndk/sources/host-tools/ndk-stack/regex/ |
engine.c | 82 states fresh; /* states for a fresh start */ member in struct:match 174 SETUP(m->fresh); 677 states fresh = m->fresh; local 689 ASSIGN(fresh, st); 696 if (EQ(st, fresh)) 738 ASSIGN(st, fresh);
|
/prebuilts/go/darwin-x86/src/crypto/tls/ |
handshake_test.go | 35 // generate fresh random numbers, large parts of the reference connection will
|
/prebuilts/go/linux-x86/src/crypto/tls/ |
handshake_test.go | 35 // generate fresh random numbers, large parts of the reference connection will
|
/external/autotest/client/cros/ |
cryptohome.py | 42 """Ensure a fresh cryptohome exists for user. 490 """Ensure a fresh cryptohome exists for user.
|
/external/llvm/bindings/ocaml/target/ |
llvm_target.mli | 222 (** Emits assembly or object data for the given module to a fresh memory
|
/external/v8/test/mjsunit/es6/ |
block-for.js | 163 // In a for-in statement the iteration variable is fresh
|
/external/v8/test/mjsunit/harmony/ |
block-for-sloppy.js | 162 // In a for-in statement the iteration variable is fresh
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_heapq.py | 10 c_heapq = test_support.import_fresh_module('heapq', fresh=['_heapq'])
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_heapq.py | 10 c_heapq = test_support.import_fresh_module('heapq', fresh=['_heapq'])
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_heapq.py | 10 c_heapq = test_support.import_fresh_module('heapq', fresh=['_heapq'])
|