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

<<11121314151617181920>>

  /external/libnfc-nci/src/nfc/llcp/
llcp_api.c 600 /* discard any received UI PDU on this SAP */
616 /* discard any pending tx UI PDU from this SAP */
851 ** Description Discard received data in logical data link of local SAP
    [all...]
  /system/core/libpixelflinger/
scanline.cpp 845 case GGL_NEVER: goto discard;
846 case GGL_LESS: if (alpha<ref) break; goto discard;
847 case GGL_EQUAL: if (alpha==ref) break; goto discard;
848 case GGL_LEQUAL: if (alpha<=ref) break; goto discard;
849 case GGL_GREATER: if (alpha>ref) break; goto discard;
850 case GGL_NOTEQUAL: if (alpha!=ref) break; goto discard;
851 case GGL_GEQUAL: if (alpha>=ref) break; goto discard;
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
streams.py 638 # Set<tokentype>; discard any tokens with this type
688 discard = False
691 discard = True
694 discard = True
708 discard = True
710 if not discard:
    [all...]
  /external/jhead/
jpgfile.c 237 // Discard this section.
270 // Oterwise, discard this section.
426 // Discard this section.
459 // Oterwise, discard this section.
502 // Discard read data.
733 // Discard everything but the exif and comment sections.
  /frameworks/base/services/java/com/android/server/
NetworkManagementService.java     [all...]
  /external/apache-http/src/org/apache/commons/codec/binary/
Base64.java 373 // RFC 2045 requires that we discard ALL non-Base64 characters
437 * @param data The base-64 encoded data to discard the whitespace
  /external/bluetooth/bluedroid/stack/avct/
avct_lcb_act.c 483 ** Description Discard a message sent in from the API.
618 ** Description Discard an incoming AVCTP message.
  /external/chromium/chrome/browser/metrics/
metrics_service.h 159 // need to discard the old crash stats so that we don't attribute crashes etc.
389 // vector), and we'll discard old logs if we have gathered too many logs.
  /external/dbus/dbus/
dbus-shell.c 387 /* Discard up to and including next newline */
455 /* discard all unquoted blanks (don't add them to a token) */
  /external/icu4c/test/perf/perldriver/
PerfFramework.pm 141 shift(@data) if (@data > 1); # discard first run
229 shift(@data) if (@data > 1); # discard first run
  /external/jpeg/
wrjpgcom.c 285 * copy data to output, but discard COM markers unless keep_COM is true.
327 case M_COM: /* Existing COM: conditionally discard */
  /external/libnfc-nci/src/nfa/snep/
nfa_snep_api.c 506 ** will be sent to client or NFA will discard request and send
559 ** discard any pending data if flush is set to TRUE
  /external/llvm/lib/Target/X86/
X86.td 272 // Discard comments in assembly strings.
282 // Discard comments in assembly strings.
  /external/llvm/test/CodeGen/X86/
inline-asm-fpstack.ll 316 ; Discard dead result in st(0), bring x to the top.
321 ; Discard both results.
  /external/mesa3d/src/glsl/
glsl_lexer.lpp 182 discard return DISCARD;
  /external/openfst/src/include/fst/
sparse-tuple-weight.h 443 // discard separator
558 // discard separator
  /external/protobuf/src/google/protobuf/compiler/
parser.h 80 // Set to NULL (the default) to discard source location information.
86 // parsing. Set to NULL (the default) to discard error messages.
  /external/protobuf/src/google/protobuf/
reflection_ops_unittest.cc 243 // Discard them.
276 // Discard them.
  /external/qemu/distrib/jpeg-6b/
wrjpgcom.c 285 * copy data to output, but discard COM markers unless keep_COM is true.
327 case M_COM: /* Existing COM: conditionally discard */
  /external/stressapptest/src/
finelock_queue.cc 85 // and discard out of bounds results.
346 // discard out of bounds results.
  /external/valgrind/main/coregrind/
m_tooliface.c 219 void (*discard)(Addr64, VexGuestExtents)
223 VG_(tdict).tool_discard_superblock_info = discard;
  /external/webkit/Source/JavaScriptGlue/
JSUtils.cpp 385 * JSGlue has no API for accessing exceptions, so we just discard them. As for
428 // Discard exceptions -- otherwise an exception would forestall JS
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
glslang.l 104 "discard" { return(DISCARD); }
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
Tile.cpp 85 // TODO: investigate whether below check/discard is necessary
401 // discard old texture and swap the new one in its place
TransferQueue.cpp 267 // However, in order to discard the content in the Surface Texture using
401 // failed placing bitmap in queue, discard tile's texture so it will be

Completed in 877 milliseconds

<<11121314151617181920>>