/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 190 /// type, but may have a different small size. 194 "Cannot assign sets with different small sizes"); 196 // If we're becoming small, prepare to insert into our stack space 223 // We can only avoid copying elements if neither set is small. 232 // FIXME: From here on we assume that both sets have the same small size [all...] |
/external/llvm/test/CodeGen/X86/ |
2009-04-12-picrel.ll | 1 ; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu -march=x86-64 -relocation-model=static -code-model=small > %t
|
/external/skia/dm/ |
DMTaskRunner.h | 8 // This lets us drive the GPU with a small number of threads (e.g. 2 or 4 can be faster than 1)
|
/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
|
/ndk/tests/device/whole-static-libs/jni/ |
main.c | 1 /* A small program used to check that LOCAL_WHOLE_STATIC_LIBRARIES builds
|
/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...] |
/system/extras/tests/bionic/libc/other/ |
bench_locks.c | 1 /* a small program to benchmark locking primitives with different implementations */
|
/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...] |
/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/ |
salsa.css | 15 font-size: small; 19 font-size: small;
|
/external/chromium_org/chrome/third_party/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/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/WebKit/Source/devtools/front_end/ |
SidebarTreeElement.js | 57 this._childrenListNode.classList.add("small"); 59 this._childrenListNode.classList.remove("small"); 119 get small() 124 set small(x) 130 this._listItemNode.classList.add("small"); 132 this._listItemNode.classList.remove("small"); 195 if (this.small) 196 this._listItemNode.classList.add("small");
|
/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/ui/views/corewm/ |
tooltip_aura_unittest.cc | 86 // Normal small tooltip should stay as is. 89 tooltip = ASCIIToUTF16("Small Tooltip"); 91 EXPECT_EQ(font.GetStringWidth(ASCIIToUTF16("Small Tooltip")), width); 93 EXPECT_EQ(ASCIIToUTF16("Small Tooltip"), tooltip); 95 // Normal small multi-line tooltip should stay as is. 110 tooltip = ASCIIToUTF16("Small Tool t\tip"); 112 EXPECT_EQ(font.GetStringWidth(ASCIIToUTF16("Small Tool t\tip")), width); 114 EXPECT_EQ(ASCIIToUTF16("Small Tool t\tip"), tooltip);
|
/external/clang/test/CodeGen/ |
aarch64-type-sizes.c | 82 enum Small { 87 return sizeof(enum Small);
|
/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/icu4c/test/intltest/ |
jacoll.h | 24 // If this is too small for the test data, just increase it. 41 /* Test Small, Large letters */
|