/external/proguard/docs/ |
sections.html | 29 <small>More Android code protection:</small> 35 <small>With support of</small>
|
/external/valgrind/main/massif/tests/ |
insig.c | 5 // programs, but not so common in small tests, so we test for it here.
|
/ndk/sources/android/libthread_db/ |
README | 8 a small interface used by gdbserver to manage the list of threads on the
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/ |
palmos.py | 53 0x0083: 0x0192, # LATIN SMALL LETTER F WITH HOOK 74 0x0098: 0x02dc, # SMALL TILDE 76 0x009a: 0x0161, # LATIN SMALL LETTER S WITH CARON 77 0x009c: 0x0153, # LATIN SMALL LIGATURE OE
|
cp864.py | 65 0x0090: 0x03b2, # GREEK SMALL BETA 67 0x0092: 0x03c6, # GREEK SMALL PHI 276 u'a' # 0x0061 -> LATIN SMALL LETTER A 277 u'b' # 0x0062 -> LATIN SMALL LETTER B 278 u'c' # 0x0063 -> LATIN SMALL LETTER C 279 u'd' # 0x0064 -> LATIN SMALL LETTER D 280 u'e' # 0x0065 -> LATIN SMALL LETTER E 281 u'f' # 0x0066 -> LATIN SMALL LETTER F 282 u'g' # 0x0067 -> LATIN SMALL LETTER G 283 u'h' # 0x0068 -> LATIN SMALL LETTER [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/ |
palmos.py | 53 0x0083: 0x0192, # LATIN SMALL LETTER F WITH HOOK 74 0x0098: 0x02dc, # SMALL TILDE 76 0x009a: 0x0161, # LATIN SMALL LETTER S WITH CARON 77 0x009c: 0x0153, # LATIN SMALL LIGATURE OE
|
cp864.py | 65 0x0090: 0x03b2, # GREEK SMALL BETA 67 0x0092: 0x03c6, # GREEK SMALL PHI 276 u'a' # 0x0061 -> LATIN SMALL LETTER A 277 u'b' # 0x0062 -> LATIN SMALL LETTER B 278 u'c' # 0x0063 -> LATIN SMALL LETTER C 279 u'd' # 0x0064 -> LATIN SMALL LETTER D 280 u'e' # 0x0065 -> LATIN SMALL LETTER E 281 u'f' # 0x0066 -> LATIN SMALL LETTER F 282 u'g' # 0x0067 -> LATIN SMALL LETTER G 283 u'h' # 0x0068 -> LATIN SMALL LETTER [all...] |
/libcore/luni/src/test/java/libcore/java/util/ |
BitSetTest.java | 196 private static BitSet small() { method in class:BitSetTest 204 result.and(small()); method 206 result = small(); 211 result.andNot(small()); method 213 result = small(); 217 assertFalse(big().intersects(small())); 218 assertFalse(small().intersects(big())); 221 result.or(small()); method 223 result = small(); 228 result.xor(small()); method [all...] |
/external/llvm/lib/Support/ |
SmallPtrSet.cpp | 1 //===- llvm/ADT/SmallPtrSet.cpp - 'Normally small' pointer set ------------===// 24 assert(!isSmall() && "Can't shrink a small set!"); 45 // Nope, there isn't. If we stay small, just 'pushback' now. 145 // Small sets store their elements in order. 170 // If we're becoming small, prepare to insert into our stack space 199 // When small, just copy into our small buffer. 210 // Make the "that" object small and empty. 218 /// type, but may have a different small size. 224 "Cannot assign sets with different small sizes") [all...] |
/art/compiler/utils/ |
stack_checks.h | 28 // Size of a frame that should be small. Anything leaf method smaller than this should run 33 // Determine whether a frame is small or large, used in the decision on whether to elide a
|
/device/sample/apps/SampleEmailPolicy/ |
README | 15 This package contains sample code for building Email Policy packages. These are small Android 19 Open Source platform, but wishes to provide small customizations to the Email application without
|
/external/chromium-trace/trace-viewer/third_party/gl-matrix/jsdoc-template/ |
index.tmpl | 40 <small> 45 </small>
|
/external/chromium_org/chrome/browser/install_verification/win/ |
loaded_modules_snapshot.cc | 25 // small. 43 // Buffer size was too small. Try again with a larger buffer.
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/mathmaps/symbols/ |
greek-symbols.json | 6 "alternative": "greek small letter curled beta", 16 "alternative": "greek small letter script theta", 26 "alternative": "greek small letter script phi", 36 "alternative": "greek small letter omega pi", 55 "alternative": "greek small letter script kappa", 65 "alternative": "greek small letter tailed rho", 350 "default": "mathematical bold small digamma", 351 "alternative": "bold small digamma",
|
/external/chromium_org/chrome/browser/resources/chromeos/ |
salsa.css | 15 font-size: small; 19 font-size: small;
|
/external/chromium_org/ppapi/native_client/src/untrusted/irt_stub/ |
thread_creator.c | 19 * We know that newlib and glibc use a small pthread_t type, so we 43 * small overhead of pulling in pthread_create() even if the
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
jacoll.h | 24 // If this is too small for the test data, just increase it. 41 /* Test Small, Large letters */
|
/external/chromium_org/third_party/skia/bench/ |
DisplacementBench.cpp | 20 DisplacementBaseBench(bool small) : 21 fInitialized(false), fIsSmall(small) { 90 DisplacementZeroBench(bool small) : INHERITED(small) { 117 DisplacementAlphaBench(bool small) : INHERITED(small) { 143 DisplacementFullBench(bool small) : INHERITED(small) {
|
/external/chromium_org/ui/views/corewm/ |
tooltip_aura_unittest.cc | 92 // Normal small tooltip should stay as is. 95 tooltip = ASCIIToUTF16("Small Tooltip"); 98 EXPECT_EQ(gfx::GetStringWidth(ASCIIToUTF16("Small Tooltip"), font_list), 101 EXPECT_EQ(ASCIIToUTF16("Small Tooltip"), tooltip); 103 // Normal small multi-line tooltip should stay as is. 121 tooltip = ASCIIToUTF16("Small Tool t\tip"); 124 EXPECT_EQ(gfx::GetStringWidth(ASCIIToUTF16("Small Tool t\tip"), font_list), 127 EXPECT_EQ(ASCIIToUTF16("Small Tool t\tip"), tooltip);
|
/external/chromium_org/v8/src/ |
unbound-queue.h | 15 // Lock-free unbound queue for small records. Intended for 16 // transferring small records between a Single producer and a Single
|
/external/clang/test/CodeGenCXX/ |
thiscall-struct-return.cpp | 21 struct S __attribute__((thiscall)) Small() const { 38 (void)c.Small();
|
/external/dnsmasq/contrib/slackware-dnsmasq/ |
slack-desc | 9 dnsmasq: dnsmasq (small DNS and DHCP server) 13 dnsmasq: small network, and can serve the names of local machines which are not
|
/external/icu/icu4c/source/test/intltest/ |
jacoll.h | 24 // If this is too small for the test data, just increase it. 41 /* Test Small, Large letters */
|
/external/llvm/docs/HistoricalNotes/ |
2000-12-06-EncodingIdea.txt | 21 numbers would tend to stay small, even at the end of the procedure (where 23 the negative sign is reduntant, so you would be storing small integers
|
/external/llvm/test/CodeGen/AArch64/ |
assertion-rc-mismatch.ll | 4 ; CHECK-LABEL: small 5 define i64 @small(i64 %encodedBase) {
|