HomeSort by relevance Sort by last modified time
    Searched full:discard (Results 201 - 225 of 3884) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
CommonTokenStream.as 48 /** Set<tokentype>; discard any tokens with this type */
86 var discard:Boolean = false;
96 discard = true;
99 discard = true;
101 if ( !discard ) {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
LegacyCommonTokenStream.cs 65 /** <summary>Set<tokentype>; discard any tokens with this type</summary> */
143 bool discard = false;
160 discard = true;
164 discard = true;
166 if ( !discard )
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
LegacyCommonTokenStream.java 50 /** Set<tokentype>; discard any tokens with this type */
99 boolean discard = false;
111 discard = true;
114 discard = true;
116 if ( !discard ) {
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
CommonTokenStream.js 40 discard,
45 discard = false;
55 discard = true;
60 discard = true;
62 if ( !discard ) {
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_resource_buffer.c 91 * commands, and tell the host to discard the buffer contents on
101 * Instead of flushing the context command buffer, simply discard
109 sbuf->dma.flags.discard = TRUE;
270 * and tell the host to discard the contents when processing the DMA
276 sbuf->dma.flags.discard = TRUE;
  /external/mesa3d/src/gallium/drivers/svga/
svga_resource_buffer.c 91 * commands, and tell the host to discard the buffer contents on
101 * Instead of flushing the context command buffer, simply discard
109 sbuf->dma.flags.discard = TRUE;
270 * and tell the host to discard the contents when processing the DMA
276 sbuf->dma.flags.discard = TRUE;
  /libcore/luni/src/main/java/java/net/
HttpCookie.java 50 * RFC 2109. It adds {@code Discard}, {@code Port}, and {@code
72 RESERVED_NAMES.add("discard"); // RFC 2965 RFC 6265
323 } else if (name.equals("discard")) {
324 cookie.discard = true;
441 private boolean discard;
510 * Returns the {@code Discard} attribute.
513 return discard;
608 * Set the {@code Discard} attribute of this cookie.
610 public void setDiscard(boolean discard) {
611 this.discard = discard
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_abcoll.py 268 add(), and discard().
281 def discard(self, value): member in class:MutableSet
289 self.discard(value)
298 self.discard(value)
316 self.discard(value)
327 self.discard(value)
337 self.discard(value)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_abcoll.py 268 add(), and discard().
281 def discard(self, value): member in class:MutableSet
289 self.discard(value)
298 self.discard(value)
316 self.discard(value)
327 self.discard(value)
337 self.discard(value)
  /external/chromium_org/chrome/browser/download/
download_shelf_context_menu.cc 106 case DISCARD:
193 case DISCARD:
256 case DISCARD:
  /external/chromium_org/tools/gn/
input_conversion.cc 124 return Value(); // Empty string means discard the result.
161 " Discard the result and return None.\n"
212 return Value(); // Allow null inputs to mean discard the result.
  /external/kernel-headers/original/uapi/drm/
r128_drm.h 264 int discard; /* Client finished with buffer? */ member in struct:drm_r128_vertex
272 int discard; /* Client finished with buffer? */ member in struct:drm_r128_indices
306 int discard; member in struct:drm_r128_indirect
  /frameworks/native/include/gui/
BufferQueueProducer.h 56 // to discard buffers through the onBuffersReleased callback.
89 // producer must discard cached GraphicBuffer references for the slot
92 // must discard cached GraphicBuffer references for all slots.
  /hardware/intel/img/libdrm/shared-core/
r128_drm.h 264 int discard; /* Client finished with buffer? */ member in struct:drm_r128_vertex
272 int discard; /* Client finished with buffer? */ member in struct:drm_r128_indices
306 int discard; member in struct:drm_r128_indirect
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/drm/
r128_drm.h 264 int discard; /* Client finished with buffer? */ member in struct:drm_r128_vertex
272 int discard; /* Client finished with buffer? */ member in struct:drm_r128_indices
306 int discard; member in struct:drm_r128_indirect
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/
r128_drm.h 264 int discard; /* Client finished with buffer? */ member in struct:drm_r128_vertex
272 int discard; /* Client finished with buffer? */ member in struct:drm_r128_indices
306 int discard; member in struct:drm_r128_indirect
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pep352.py 55 exc_set.discard(superclass_name)
67 exc_set.discard(exc_name)
89 exc_set.discard(exc_name)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pep352.py 55 exc_set.discard(superclass_name)
67 exc_set.discard(exc_name)
89 exc_set.discard(exc_name)
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
GlPlanetsActivity.java 64 * The first value will be invalid, so client should discard them.
  /device/moto/shamu/
fstab.shamu 10 /dev/block/platform/msm_sdcc.1/by-name/userdata /data ext4 rw,discard,nosuid,nodev,noatime,nodiratime,noauto_da_alloc,nobarrier wait,check,forceencrypt=/dev/block/platform/msm_sdcc.1/by-name/metadata
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3tokenstream.c 44 static void discardOffChannel (pANTLR3_COMMON_TOKEN_STREAM cts, ANTLR3_BOOLEAN discard);
694 discardOffChannel (pANTLR3_COMMON_TOKEN_STREAM tokenStream, ANTLR3_BOOLEAN discard)
696 tokenStream->discardOffChannel = discard;
953 ANTLR3_BOOLEAN discard; local
968 discard = ANTLR3_FALSE; /* Assume we are not discarding */
971 * store a pointer to a structure in the override map and discard set
979 discard = ANTLR3_TRUE;
985 discard = ANTLR3_TRUE;
1003 if (discard == ANTLR3_FALSE)
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
CommonTokenStream.pm 80 my $discard = 0;
90 $discard = 1;
92 $discard = 1;
95 if (!$discard) {
  /external/blktrace/
blktrace_api.h 23 BLK_TC_DISCARD = 1 << 13, /* discard requests */
  /external/bluetooth/bluedroid/btif/include/
btif_av_co.h 131 ** Description Discard the codec configuration of a connection
  /external/chromium_org/base/memory/
scoped_ptr_unittest.nc 105 // including the use of SFINAE to discard the type-converting constructor

Completed in 1199 milliseconds

1 2 3 4 5 6 7 891011>>