/libcore/dalvik/src/main/java/dalvik/system/ |
NativeStart.java | 21 * to be able to create objects, and the VM needs to discard the references
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.predef/ |
default_random_engine.pass.cpp | 20 e.discard(9999);
|
knuth_b.pass.cpp | 20 e.discard(9999);
|
minstd_rand.pass.cpp | 21 e.discard(9999);
|
minstd_rand0.pass.cpp | 21 e.discard(9999);
|
mt19937.pass.cpp | 25 e.discard(9999);
|
mt19937_64.pass.cpp | 25 e.discard(9999);
|
ranlux24.pass.cpp | 20 e.discard(9999);
|
ranlux24_base.pass.cpp | 20 e.discard(9999);
|
ranlux48.pass.cpp | 20 e.discard(9999);
|
ranlux48_base.pass.cpp | 20 e.discard(9999);
|
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/ |
filter-out | 6 filter-out function is first used to discard names ending in
|
/packages/screensavers/PhotoTable/res/values-land-notouch/ |
config.xml | 21 <!-- Number of images to discard at a time. -->
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
Dialog.py | 37 'Discard Changes',
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
Dialog.py | 37 'Discard Changes',
|
/external/chromium_org/third_party/sqlite/src/src/ |
test_pcache.c | 284 int discard 292 /* Randomly discard pages as they are unpinned according to the 293 ** discardChance setting. If discardChance is 0, the random discard 299 discard = 1; 309 if( discard ){ 339 ** the other page is unpinned and discard it. 416 ** page. 0 means never discard (unless the discard flag is set). 417 ** 100 means always discard. 421 unsigned discardChance, /* 0-100. Chance to discard on unpin * [all...] |
/external/kernel-headers/original/asm-mips/ |
termbits.h | 75 #define VDISCARD 13 /* Discard character [IEXTEN]. */ 198 #define IEXTEN 0000400 /* Enable DISCARD and LNEXT. */ 217 #define TCIFLUSH 0 /* Discard data received but not yet read. */ 218 #define TCOFLUSH 1 /* Discard data written but not yet sent. */ 219 #define TCIOFLUSH 2 /* Discard all pending data. */
|
/external/linux-tools-perf/ |
builtin-lock.c | 72 int discard; /* flag of blacklist */ member in struct:lock_stat 439 if (ls->discard) 473 /* broken lock sequence, discard it */ 474 ls->discard = 1; 504 if (ls->discard) 527 /* broken lock sequence, discard it */ 528 ls->discard = 1; 559 if (ls->discard) 575 /* broken lock sequence, discard it */ 576 ls->discard = 1 [all...] |
/external/openssh/ |
cipher.c | 217 u_char *junk, *discard; local 268 discard = xmalloc(cipher->discard_len); 269 if (EVP_Cipher(&cc->evp, discard, junk, 271 fatal("evp_crypt: EVP_Cipher failed during discard"); 272 memset(discard, 0, cipher->discard_len); 274 xfree(discard);
|
/external/chromium_org/chrome/browser/download/ |
download_shelf_context_menu.h | 34 DISCARD, // Discard the malicious download.
|
/external/chromium_org/sync/sessions/ |
data_type_tracker.h | 109 // us to prematurely discard the invalidation payloads stored locally. 113 // server to prematurely discard some invalidation payloads.
|
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/unstable/ |
blink_idl_lexer.py | 36 does not discard comments. We need to override (and not include comments in 40 FIXME: Change base lexer to discard comments, and simply used the base
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/man/man1/ |
arm-eabi-strip.1 | 133 strip \- Discard symbols from object files. 144 [\fB\-x\fR|\fB\-\-discard\-all\fR] [\fB\-X\fR |\fB\-\-discard\-locals\fR] 268 \&\*(L"fo\*(R", but to discard the symbol \*(L"foo\*(R". 272 .IP "\fB\-\-discard\-all\fR" 4 273 .IX Item "--discard-all" 279 .IP "\fB\-\-discard\-locals\fR" 4 280 .IX Item "--discard-locals"
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/man/man1/ |
arm-linux-androideabi-strip.1 | 133 strip \- Discard symbols from object files. 144 [\fB\-x\fR|\fB\-\-discard\-all\fR] [\fB\-X\fR |\fB\-\-discard\-locals\fR] 268 \&\*(L"fo\*(R", but to discard the symbol \*(L"foo\*(R". 272 .IP "\fB\-\-discard\-all\fR" 4 273 .IX Item "--discard-all" 279 .IP "\fB\-\-discard\-locals\fR" 4 280 .IX Item "--discard-locals"
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/man/man1/ |
arm-eabi-strip.1 | 133 strip \- Discard symbols from object files. 144 [\fB\-x\fR|\fB\-\-discard\-all\fR] [\fB\-X\fR |\fB\-\-discard\-locals\fR] 268 \&\*(L"fo\*(R", but to discard the symbol \*(L"foo\*(R". 272 .IP "\fB\-\-discard\-all\fR" 4 273 .IX Item "--discard-all" 279 .IP "\fB\-\-discard\-locals\fR" 4 280 .IX Item "--discard-locals"
|