HomeSort by relevance Sort by last modified time
    Searched full:discard (Results 176 - 200 of 1713) sorted by null

1 2 3 4 5 6 78 91011>>

  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/
Connection.java 325 // Message type is not a query. Lets read and discard the remainder
329 byte[] discard = new byte[remains];
330 Socket.receive(sock, discard, discard.length);
  /external/aac/libFDK/include/arm/
fixmadd_arm.h 118 INT discard, result = x; local
120 : "=r" (discard), "+r" (result)
fixmul_arm.h 120 INT discard, result ; local
121 __asm__ ("smull %0, %1, %2, %3" : "=&r" (discard), "=r" (result)
  /external/chromium/base/threading/
thread_local_storage_win.cc 175 // The linker must not discard p_thread_callback_base. (We force a reference
183 // linker doesn't discard it.
  /external/chromium/chrome/browser/ui/gtk/
reload_button_gtk.cc 105 // for chrome-theme mode, and use this as a flag to discard click events.
175 // Forcibly reset the location bar, since otherwise it won't discard any
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
_stream_hixie75.py 140 # Read and discard.
174 # Discard data of other types.
  /frameworks/base/docs/html/training/basics/location/
currentlocation.jd 80 <p>Generally speaking, a location provider with greater accuracy (GPS) requires a longer fix time than one with lower accuracy (network-based). If you want to display location data as quickly as possible and update it as more accurate data becomes available, a common practice is to register a location listener with both GPS and network providers. In the {@link android.location.LocationListener#onLocationChanged(android.location.Location) onLocationChanged()} callback, you'll receive location updates from multiple location providers that may have different timestamps and varying levels of accuracy. You'll need to incorporate logic to disambiguate the location providers and discard updates that are stale and less accurate. The code snippet below demonstrates a sample implementation of this logic.</p>
142 <p>The setup time for getting a reasonable location fix may not be acceptable for certain applications. You should consider calling the {@link android.location.LocationManager#getLastKnownLocation(java.lang.String) getLastKnownLocation()} method which simply queries Android for the last location update previously received by any location providers. Keep in mind that the returned location may be stale. You should check the timestamp and accuracy of the returned location and decide whether it is useful for your application. If you elect to discard the location update returned from {@link android.location.LocationManager#getLastKnownLocation(java.lang.String) getLastKnownLocation()} and wait for fresh updates from the location provider(s), you should consider displaying an appropriate message before location data is received.</p>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
stropts.h 129 #define RMSGD 0x0001 /* Message-discard mode. */
133 #define RPROTDIS 0x0008 /* Discard the control part of a message,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stropts.h 129 #define RMSGD 0x0001 /* Message-discard mode. */
133 #define RPROTDIS 0x0008 /* Discard the control part of a message,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stropts.h 129 #define RMSGD 0x0001 /* Message-discard mode. */
133 #define RPROTDIS 0x0008 /* Discard the control part of a message,
  /frameworks/av/media/libstagefright/mpeg2ts/
ESQueue.cpp 895 bool discard = false; local
903 // Discard anything before this marker.
907 discard = true;
963 discard = true;
997 discard = true;
1007 if (discard) {
  /external/v8/src/
full-codegen.cc 845 Label discard, restore; local
847 DoTest(left, &discard, &restore, &restore);
849 DoTest(left, &restore, &discard, &restore);
854 __ bind(&discard);
863 Label discard; local
865 DoTest(left, &discard, &done, &discard);
867 DoTest(left, &done, &discard, &discard);
869 __ bind(&discard);
    [all...]
  /external/e2fsprogs/misc/
mke2fs.c 87 int discard = 1; /* attempt to discard device before fs creation */ variable
813 } else if (!strcmp(token, "discard")) {
814 discard = 1;
816 discard = 0;
    [all...]
mke2fs.8.in 241 .BI discard
242 Attempt to discard blocks at mkfs time (discarding blocks initially is useful
244 advertises that discard also zeroes data (any subsequent read after the discard
250 Do not attempt to discard blocks at mkfs time. This is the default.
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
HttpCookieTest.java 53 constructHttpCookie("Discard", value);
542 checkInvalidCookie("Set-Cookie2:test==wwlala;Discard;Patth=/temp");
565 checkInvalidCookie("Set-Cookie2:name=test;Discard=fa,lse");
652 .parse("Set-cookie2:test=null\";;Port=abde,82;Path=/temp;;;Discard;commentURl=http://harmonytest.org;Max-age=-10;");
664 .parse("Set-Cookie:name=tes,t;Comment=version1-cookie;Discard=false;commentURL=vers\nion1-cookie-url;Domain=x.y;");
836 .parse("Set-Cookie2:name=;expires=;discard");
896 .parse("Set-Cookie:name=test;comment=mycomment;commentURL=url;discard;domain=a.b.com;path=temp;port=79;secure");
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/include/
bfdlink.h 35 /* Which local symbols to discard during a link. This is irrelevant
39 discard_sec_merge, /* Discard local temporary symbols in SEC_MERGE
41 discard_none, /* Don't discard any locals. */
42 discard_l, /* Discard local temporary symbols. */
43 discard_all /* Discard all locals. */
373 /* Which local symbols to discard. */
374 enum bfd_link_discard discard;
372 enum bfd_link_discard discard; member in struct:bfd_link_info
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/include/
bfdlink.h 35 /* Which local symbols to discard during a link. This is irrelevant
39 discard_sec_merge, /* Discard local temporary symbols in SEC_MERGE
41 discard_none, /* Don't discard any locals. */
42 discard_l, /* Discard local temporary symbols. */
43 discard_all /* Discard all locals. */
373 /* Which local symbols to discard. */
374 enum bfd_link_discard discard;
372 enum bfd_link_discard discard; member in struct:bfd_link_info
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/include/
bfdlink.h 35 /* Which local symbols to discard during a link. This is irrelevant
39 discard_sec_merge, /* Discard local temporary symbols in SEC_MERGE
41 discard_none, /* Don't discard any locals. */
42 discard_l, /* Discard local temporary symbols. */
43 discard_all /* Discard all locals. */
373 /* Which local symbols to discard. */
374 enum bfd_link_discard discard;
372 enum bfd_link_discard discard; member in struct:bfd_link_info
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/include/
bfdlink.h 35 /* Which local symbols to discard during a link. This is irrelevant
39 discard_sec_merge, /* Discard local temporary symbols in SEC_MERGE
41 discard_none, /* Don't discard any locals. */
42 discard_l, /* Discard local temporary symbols. */
43 discard_all /* Discard all locals. */
373 /* Which local symbols to discard. */
374 enum bfd_link_discard discard;
372 enum bfd_link_discard discard; member in struct:bfd_link_info
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/include/
bfdlink.h 35 /* Which local symbols to discard during a link. This is irrelevant
39 discard_sec_merge, /* Discard local temporary symbols in SEC_MERGE
41 discard_none, /* Don't discard any locals. */
42 discard_l, /* Discard local temporary symbols. */
43 discard_all /* Discard all locals. */
373 /* Which local symbols to discard. */
374 enum bfd_link_discard discard;
372 enum bfd_link_discard discard; member in struct:bfd_link_info
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/include/
bfdlink.h 35 /* Which local symbols to discard during a link. This is irrelevant
39 discard_sec_merge, /* Discard local temporary symbols in SEC_MERGE
41 discard_none, /* Don't discard any locals. */
42 discard_l, /* Discard local temporary symbols. */
43 discard_all /* Discard all locals. */
373 /* Which local symbols to discard. */
374 enum bfd_link_discard discard;
372 enum bfd_link_discard discard; member in struct:bfd_link_info
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/include/
bfdlink.h 35 /* Which local symbols to discard during a link. This is irrelevant
39 discard_sec_merge, /* Discard local temporary symbols in SEC_MERGE
41 discard_none, /* Don't discard any locals. */
42 discard_l, /* Discard local temporary symbols. */
43 discard_all /* Discard all locals. */
373 /* Which local symbols to discard. */
374 enum bfd_link_discard discard;
372 enum bfd_link_discard discard; member in struct:bfd_link_info
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/include/
bfdlink.h 35 /* Which local symbols to discard during a link. This is irrelevant
39 discard_sec_merge, /* Discard local temporary symbols in SEC_MERGE
41 discard_none, /* Don't discard any locals. */
42 discard_l, /* Discard local temporary symbols. */
43 discard_all /* Discard all locals. */
373 /* Which local symbols to discard. */
374 enum bfd_link_discard discard;
372 enum bfd_link_discard discard; member in struct:bfd_link_info
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3tokenstream.h 250 /** Add a particular token type to the discard set. If a token is found to belong
255 /** Signal to discard off channel tokens from here on in.
257 void (*discardOffChannelToks)(struct ANTLR3_COMMON_TOKEN_STREAM_struct * tokenStream, ANTLR3_BOOLEAN discard);
  /external/chromium/chrome/browser/net/
predictor.h 53 // we change the format so that we discard old data.
192 // During trimming operation to discard hosts for which we don't have likely
299 // reduction mode, and discard all queued (but not yet assigned) resolutions.

Completed in 679 milliseconds

1 2 3 4 5 6 78 91011>>