/libcore/luni/src/main/java/java/math/ |
Primality.java | 78 * It uses the sieve of Eratosthenes to discard several composite numbers in 122 // To discard multiples of first primes
|
/packages/apps/Browser/src/com/android/browser/ |
Preloader.java | 121 if (LOGD_ENABLED) Log.d(LOGTAG, "Discard preload session " + id); 126 if (LOGD_ENABLED) Log.d(LOGTAG, "Ignored discard request " + id);
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/decoder/ |
QuotedPrintableInputStream.java | 91 pushbackq.clear(); // discard any whitespace preceding EOF
99 pushbackq.clear(); // discard any whitespace preceding EOL
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_distributed_transactions.py | 89 # discard them. 102 txn.discard()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_distributed_transactions.py | 89 # discard them. 102 txn.discard()
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
LegacyCommonTokenStream.cs | 66 /** <summary>Set<tokentype>; discard any tokens with this type</summary> */ 135 bool discard = false; 151 discard = true; 153 discard = true; 155 if (!discard) {
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
svga_resource_buffer_upload.c | 148 /* Always set the discard flag on the first time the buffer is written 152 sbuf->dma.flags.discard = TRUE; 236 sbuf->dma.flags.discard = FALSE; 294 sbuf->dma.flags.discard = FALSE; 524 sbuf->dma.flags.discard = FALSE;
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_resource_buffer_upload.c | 148 /* Always set the discard flag on the first time the buffer is written 152 sbuf->dma.flags.discard = TRUE; 236 sbuf->dma.flags.discard = FALSE; 294 sbuf->dma.flags.discard = FALSE; 524 sbuf->dma.flags.discard = FALSE;
|
/external/jdiff/src/jdiff/ |
DiffMyers.java | 335 /** Discard lines from one file that have no matches in the other file. 532 /** Discard lines that have no matches in another file. 541 When we discard a line, we also mark it as a deletion or insertion 550 /* Don't really discard the provisional lines except when they occur 555 /* Actually discard the lines. */ 556 discard(discarded); 593 /** Don't really discard the provisional lines except when they occur 607 /* We have found a nonprovisional discard. */ 706 /** Actually discard the lines. 709 private void discard(final byte[] discards) method in class:DiffMyers.file_data [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
cookielib.py | 363 >>> split_header_words(['foo="bar"; port="80,81"; discard, bar=baz']) 364 [[('foo', 'bar'), ('port', '80,81'), ('discard', None)], [('bar', 'baz')]] 731 discard, 760 self.discard = discard 796 "secure", "expires", "discard", "comment", "comment_url", [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
cookielib.py | 363 >>> split_header_words(['foo="bar"; port="80,81"; discard, bar=baz']) 364 [[('foo', 'bar'), ('port', '80,81'), ('discard', None)], [('bar', 'baz')]] 731 discard, 760 self.discard = discard 796 "secure", "expires", "discard", "comment", "comment_url", [all...] |
/external/bluetooth/bluedroid/stack/gatt/ |
gatt_cl.c | 456 GATT_TRACE_ERROR0("invalid Info Response PDU received, discard."); 601 GATT_TRACE_ERROR0("illegal prepare write response length, discard"); 653 GATT_TRACE_ERROR0("illegal notification PDU length, discard"); 739 GATT_TRACE_ERROR0("Illegal ReadByType/ReadByGroupType Response length, discard"); 750 GATT_TRACE_ERROR4("gatt_process_read_by_type_rsp: Discard response op_code=%d vale_len=%d > (MTU-2=%d or msg_len-1=%d)", 887 discard the rest results */ [all...] |
/external/valgrind/main/coregrind/ |
pub_core_aspacemgr.h | 167 True, the caller should immediately discard translations from the 174 True, the caller should immediately discard translations from the 185 should immediately discard translations from the specified address 193 caller should immediately discard translations from the specified 267 should immediately discard translations from the specified address 325 immediately discard translations from the new area. */ 335 caller should immediately discard translations from both specified
|
/external/chromium_org/components/policy/core/common/cloud/ |
external_policy_data_updater.cc | 44 // When to discard an entry: never. 70 // When to discard an entry: never. 98 // When to discard an entry: never.
|
/art/test/088-monitor-verification/src/ |
Main.java | 176 /* does nothing but ensure that the compiler doesn't discard an object */
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_nan.c | 42 * the same as gcc's __builtin_nan(), namely, discard the high order bits.
|
/dalvik/tests/088-monitor-verification/src/ |
Main.java | 178 /* does nothing but ensure that the compiler doesn't discard an object */
|
/development/apps/GestureBuilder/res/values/ |
strings.xml | 35 <string name="button_discard">Discard</string>
|
/external/apache-http/src/org/apache/http/cookie/ |
ClientCookie.java | 61 public static final String DISCARD_ATTR = "discard";
|
/external/apache-http/src/org/apache/http/impl/cookie/ |
RFC2965DiscardAttributeHandler.java | 42 * <tt>"Discard"</tt> cookie attribute handler for RFC 2965 cookie spec.
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/ |
DOMConstants.java | 85 public static final String DOM_DISCARD_DEFAULT_CONTENT = "discard-default-content";
|
/external/chromium/chrome/browser/policy/ |
cloud_policy_cache_base.h | 81 // to discard policy data with a timestamp from the future.
|
/external/chromium/chrome/browser/ui/gtk/bookmarks/ |
bookmark_editor_gtk.h | 136 // that we can modify as much as we want and still discard when the user
|
/external/chromium/net/base/ |
backoff_entry.h | 41 // has no significant state, -1 to never discard.
|
/external/chromium/net/disk_cache/ |
storage_block-inl.h | 66 template<typename T> void StorageBlock<T>::Discard() {
|