/external/llvm/include/llvm/Analysis/ |
ScalarEvolutionNormalization.h | 25 // at 0 and one that starts at 1. We'd prefer to be able to think of these as
|
/external/llvm/include/llvm/Transforms/Utils/ |
IntegerDivision.h | 12 // implementation of __udivsi3, but hand-tuned for targets that prefer less
|
/external/markdown/docs/ |
INSTALL | 41 If you prefer to manually install Python-Markdown in Windows, download the
|
/external/skia/src/ports/ |
SkThread_pthread.cpp | 17 We prefer the GCC intrinsic implementation of the atomic operations over the
|
/external/stlport/stlport/stl/ |
_hash_fun.h | 100 * the size_t key we prefer to grant the size_t specialization rather than the
|
/external/webrtc/src/ |
typedefs.h | 70 // TODO(andrew): We'd prefer to control platform defines here, but this is
|
/frameworks/base/test-runner/src/android/test/ |
ActivityInstrumentationTestCase.java | 29 * <p>If you prefer an isolated unit test, see {@link android.test.ActivityUnitTestCase}.
|
/libcore/luni/src/main/java/libcore/util/ |
BasicLruCache.java | 23 * A minimal least-recently-used cache for libcore. Prefer {@code
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_hash_fun.h | 100 * the size_t key we prefer to grant the size_t specialization rather than the
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
unlocked-io.h | 0 /* Prefer faster, non-thread-safe stdio functions if available.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
assert.h | 106 C9x has a similar variable called __func__, but prefer the GCC one since
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
assert.h | 106 C9x has a similar variable called __func__, but prefer the GCC one since
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
assert.h | 106 C9x has a similar variable called __func__, but prefer the GCC one since
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_hash_fun.h | 100 * the size_t key we prefer to grant the size_t specialization rather than the
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_hash_fun.h | 100 * the size_t key we prefer to grant the size_t specialization rather than the
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_hash_fun.h | 100 * the size_t key we prefer to grant the size_t specialization rather than the
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_hash_fun.h | 100 * the size_t key we prefer to grant the size_t specialization rather than the
|
/external/regex-re2/doc/ |
syntax.html | 31 <tr><td><code>x|y</code></td><td><code>x</code> or <code>y</code> (prefer <code>x</code>)</td></tr> 34 <tr><td><code>x*</code></td><td>zero or more <code>x</code>, prefer more</td></tr> 35 <tr><td><code>x+</code></td><td>one or more <code>x</code>, prefer more</td></tr> 36 <tr><td><code>x?</code></td><td>zero or one <code>x</code>, prefer one</td></tr> 37 <tr><td><code>x{n,m}</code></td><td><code>n</code> or <code>n</code>+1 or ... or <code>m</code> <code>x</code>, prefer more</td></tr> 38 <tr><td><code>x{n,}</code></td><td><code>n</code> or more <code>x</code>, prefer more</td></tr> 40 <tr><td><code>x*?</code></td><td>zero or more <code>x</code>, prefer fewer</td></tr> 41 <tr><td><code>x+?</code></td><td>one or more <code>x</code>, prefer fewer</td></tr> 42 <tr><td><code>x??</code></td><td>zero or one <code>x</code>, prefer zero</td></tr> 43 <tr><td><code>x{n,m}?</code></td><td><code>n</code> or <code>n</code>+1 or ... or <code>m</code> <code>x</code>, prefer fewer</td></tr [all...] |
/external/chromium/net/tools/dump_cache/ |
url_to_filename_encoder.h | 22 // are ~`!@#$%^&()-=_+{}[],. but we would prefer to avoid characters that are 39 // & 487 Prefer to avoid shell escapes
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
AbstractService.java | 66 * <p>This method should return promptly; prefer to do work on a different 78 * <p>This method should return promptly; prefer to do work on a different
|
/external/libvorbis/doc/ |
vorbis-fidelity.html | 93 specifications, listeners may strongly prefer the sound quality of one 97 and strongly prefer one over the other despite seemingly identical,
|
/external/llvm/utils/TableGen/ |
DAGISelEmitter.cpp | 73 // PatternSortingPredicate - return true if we prefer to match LHS before RHS. 95 // which means that we prefer to match patterns that cover more nodes in the
|
/external/webkit/Source/WebCore/platform/graphics/filters/ |
FilterEffect.cpp | 178 // We prefer a conversion from the image buffer. 212 // We prefer a conversion from the image buffer.
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/ |
MoreContactUtils.java | 76 // Match phone numbers represented by keypad letters, in which case prefer the 97 // In this case, prefer the +1 version.
|
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/ |
MoreContactUtilsTest.java | 77 // This is non symmetrical, because we prefer the number with the +1. 121 // Test numbers using keypad letters. This is non-symmetrical, because we prefer
|