HomeSort by relevance Sort by last modified time
    Searched refs:discard (Results 1 - 25 of 149) sorted by null

1 2 3 4 5 6

  /external/apache-http/src/org/apache/http/impl/cookie/
BasicClientCookie2.java 49 private boolean discard; field in class:BasicClientCookie2
79 public void setDiscard(boolean discard) {
80 this.discard = discard;
85 return !this.discard && super.isPersistent();
90 return this.discard || super.isExpired(date);
  /external/apache-http/src/org/apache/http/cookie/
SetCookie2.java 57 * Set the Discard attribute.
59 * Note: <tt>Discard</tt> attribute overrides <tt>Max-age</tt>.
63 void setDiscard(boolean discard);
  /external/mesa3d/src/glsl/
opt_discard_simplification.cpp 35 * discard;
39 * discard;
45 * discard
47 * Case 2: The "then" clause contains an unconditional discard:
52 * discard;
61 * discard;
66 * Case 3: The "else" clause contains an unconditional discard:
73 * discard;
82 * discard;
114 is_only_instruction(ir_discard *discard)
154 ir_discard *discard = find_unconditional_discard(ir->body_instructions); local
168 ir_discard *discard = find_unconditional_discard(*instructions); local
    [all...]
lower_discard.cpp 29 * Case 1: The "then" branch contains a conditional discard:
34 * discard cond2;
50 * discard temp;
52 * Case 2: The "else" branch contains a conditional discard:
59 * discard cond2;
73 * discard temp;
75 * Case 3: Both branches contain a conditional discard:
80 * discard cond2;
84 * discard cond3;
100 * discard temp
191 ir_discard *discard = then_discard != NULL ? then_discard : else_discard; local
    [all...]
  /external/aac/libFDK/include/arm/
fixmul_arm.h 120 INT discard, result ; local
121 __asm__ ("smull %0, %1, %2, %3" : "=&r" (discard), "=r" (result)
cplx_mul.h 197 LONG discard; local
203 : "=&r"(tmp1), "=&r"(tmp2), "=&r"(discard)
fixmadd_arm.h 118 INT discard, result = x; local
120 : "=r" (discard), "+r" (result)
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
printing.py 151 switches.discard('detailed-progress')
155 switches.discard('everything')
159 switches.discard('default')
163 switches.discard('one-line-progress')
166 switches.discard('detailed-progress')
167 switches.discard('one-line-progress')
168 switches.discard('trace-unexpected')
169 switches.discard('unexpected')
172 switches.discard('unexpected')
  /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/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/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/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/Perl5/lib/ANTLR/Runtime/
CommonTokenStream.pm 80 my $discard = 0;
90 $discard = 1;
92 $discard = 1;
95 if (!$discard) {
  /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);
  /libcore/luni/src/main/java/java/net/
HttpCookie.java 50 * RFC 2109. It adds {@code Discard}, {@code Port}, and {@code
70 RESERVED_NAMES.add("discard"); // RFC 2965
320 } else if (name.equals("discard")) {
321 cookie.discard = true;
426 private boolean discard;
494 * Returns the {@code Discard} attribute.
497 return discard;
592 * Set the {@code Discard} attribute of this cookie.
594 public void setDiscard(boolean discard) {
595 this.discard = discard
    [all...]
  /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/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/zlib/src/examples/
zran.c 251 unsigned char discard[WINSIZE]; local
298 strm.next_out = discard;
303 strm.next_out = discard;
  /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/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/linux-tools-perf/util/
config.c 331 int discard; local
332 return !!perf_config_bool_or_int(name, value, &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/v8/test/mjsunit/regress/
regress-937896.js 29 // discard duplicates which caused the outer-most continue statement
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
FilterGraph.java 155 public void setDiscardUnconnectedOutputs(boolean discard) {
156 mDiscardUnconnectedOutputs = discard;

Completed in 1263 milliseconds

1 2 3 4 5 6