/external/libxml2/result/expr/ |
base | 2 Subexp: a => accept, Ok 3 Subexp: a | a => accept, Ok 6 Subexp: a => accept, Ok 7 Subexp: b => accept, Ok 8 Subexp: a | b => accept, Ok 12 Subexp: a => accept, Ok 13 Subexp: b => accept, Ok 14 Subexp: a | b => accept, Ok 15 Subexp: b | a => accept, Ok 16 Subexp: a | b | b => accept, O [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
CookiePolicyTest.java | 58 boolean accept = CookiePolicy.ACCEPT_ALL.shouldAccept(null, cookie); 59 assertTrue(accept); 61 accept = CookiePolicy.ACCEPT_ALL.shouldAccept(null, null); 62 assertTrue(accept); 64 accept = CookiePolicy.ACCEPT_ALL.shouldAccept(uri, null); 65 assertTrue(accept); 68 accept = CookiePolicy.ACCEPT_NONE.shouldAccept(null, cookie); 69 assertFalse(accept); 71 accept = CookiePolicy.ACCEPT_NONE.shouldAccept(null, null); 72 assertFalse(accept); [all...] |
/device/asus/deb/self-extractors/ |
PART2 | 11 echo -n Type \"I ACCEPT\" if you agree to the terms of the license:\ 14 if test "$typed" != I\ ACCEPT 17 echo You didn\'t accept the license. Extraction aborted.
|
/device/asus/flo/self-extractors/ |
PART2 | 11 echo -n Type \"I ACCEPT\" if you agree to the terms of the license:\ 14 if test "$typed" != I\ ACCEPT 17 echo You didn\'t accept the license. Extraction aborted.
|
/device/asus/fugu/self-extractors/ |
PART2 | 11 echo -n Type \"I ACCEPT\" if you agree to the terms of the license:\ 14 if test "$typed" != I\ ACCEPT 17 echo You didn\'t accept the license. Extraction aborted.
|
/device/htc/flounder/self-extractors/ |
PART2 | 11 echo -n Type \"I ACCEPT\" if you agree to the terms of the license:\ 14 if test "$typed" != I\ ACCEPT 17 echo You didn\'t accept the license. Extraction aborted.
|
/device/lge/hammerhead/self-extractors/ |
PART2 | 11 echo -n Type \"I ACCEPT\" if you agree to the terms of the license:\ 14 if test "$typed" != I\ ACCEPT 17 echo You didn\'t accept the license. Extraction aborted.
|
/device/moto/shamu/self-extractors/ |
PART2 | 11 echo -n Type \"I ACCEPT\" if you agree to the terms of the license:\ 14 if test "$typed" != I\ ACCEPT 17 echo You didn\'t accept the license. Extraction aborted.
|
/development/tools/mkstubs/src/com/android/mkstubs/ |
Filter.java | 22 * A "filter" holds the various patterns that MkStubs should accept (include) 29 * The {@link #accept(String)} method examines a given string against the known 73 * @param s The string to accept or reject. 76 public boolean accept(String s) { method in class:Filter 79 boolean accept = mIncludeFull.contains(s); 80 if (!accept) { 84 accept = true; 90 if (accept) { 92 accept = !mExcludeFull.contains(s); 94 if (accept) { [all...] |
/external/nist-sip/java/javax/sip/header/ |
AcceptEncodingHeader.java | 6 String NAME = "Accept-Encoding";
|
AcceptHeader.java | 6 String NAME = "Accept";
|
/external/strace/tests/ |
net.test | 7 run_prog ./net-accept-connect net-local-stream
|
sun_path.test | 7 run_prog ./net-accept-connect 123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678
|
.gitignore | 4 inet-accept-connect-send-recv 12 net-accept-connect
|
net-yy.test | 14 run_prog ./inet-accept-connect-send-recv 23 sed -rn "/^$child"' /d; /SIGCHLD/d; / socket\(/,$ s/^[0-9]+ +[^ ]+ (.+)/\1/p' "$LOG" > "$LOG"-accept || 27 match_awk "$LOG-accept" "$srcdir"/net-yy-accept.awk "$STRACE $args accept output mismatch"
|
unix-yy.test | 16 run_prog ./net-accept-connect $addr 25 sed -rn "/^$child"' /d; /SIGCHLD/d; / socket\(/,$ s/^[0-9]+ +[^ ]+ (.+)/\1/p' "$LOG" > "$LOG"-accept || 29 match_awk "$LOG-accept" "$srcdir"/unix-yy-accept.awk "$STRACE $args accept output mismatch" -v addr=$addr
|
/external/valgrind/none/tests/ |
system.c | 4 // to implement system(), which Valgrind didn't accept.
|
/external/mesa3d/src/glsl/ |
ir_hv_accept.cpp | 28 * Implementations of all hierarchical visitor accept methods for IR 56 ir_visitor_status s = ir->accept(v); 69 ir_rvalue::accept(ir_hierarchical_visitor *v) function in class:ir_rvalue 76 ir_variable::accept(ir_hierarchical_visitor *v) function in class:ir_variable 83 ir_loop::accept(ir_hierarchical_visitor *v) function in class:ir_loop 96 s = this->from->accept(v); 102 s = this->to->accept(v); 108 s = this->increment->accept(v); 119 ir_loop_jump::accept(ir_hierarchical_visitor *v) function in class:ir_loop_jump 126 ir_function_signature::accept(ir_hierarchical_visitor *v function in class:ir_function_signature 142 ir_function::accept(ir_hierarchical_visitor *v) function in class:ir_function 154 ir_expression::accept(ir_hierarchical_visitor *v) function in class:ir_expression 180 ir_texture::accept(ir_hierarchical_visitor *v) function in class:ir_texture 245 ir_swizzle::accept(ir_hierarchical_visitor *v) function in class:ir_swizzle 257 ir_dereference_variable::accept(ir_hierarchical_visitor *v) function in class:ir_dereference_variable 264 ir_dereference_array::accept(ir_hierarchical_visitor *v) function in class:ir_dereference_array 287 ir_dereference_record::accept(ir_hierarchical_visitor *v) function in class:ir_dereference_record 299 ir_assignment::accept(ir_hierarchical_visitor *v) function in class:ir_assignment 323 ir_constant::accept(ir_hierarchical_visitor *v) function in class:ir_constant 330 ir_call::accept(ir_hierarchical_visitor *v) function in class:ir_call 353 ir_return::accept(ir_hierarchical_visitor *v) function in class:ir_return 371 ir_discard::accept(ir_hierarchical_visitor *v) function in class:ir_discard 388 ir_if::accept(ir_hierarchical_visitor *v) function in class:ir_if [all...] |
ir_print_visitor.cpp | 37 deconsted->accept(&v); 178 inst->accept(this); 195 inst->accept(this); 213 sig->accept(this); 231 ir->operands[i]->accept(this); 245 ir->sampler->accept(this); 249 ir->coordinate->accept(this); 254 ir->offset->accept(this); 264 ir->projector->accept(this); 270 ir->shadow_comparitor->accept(this) [all...] |
/external/wpa_supplicant_8/hs20/server/www/ |
free-remediation.php | 9 <p>Terms and conditions have changed. You need to accept the new terms 15 echo "<a href=\"redirect.php?id=" . $_GET["session_id"] . "\">Accept</a><br>\n";
|
/external/v8/test/mjsunit/es6/ |
promises.js | 121 Promise.accept(5); 122 Promise.accept(5).chain(undefined, assertUnreachable).chain( 138 Promise.accept(5).then(undefined, assertUnreachable).chain( 143 Promise.accept(6).then(null, assertUnreachable).chain( 164 var p1 = Promise.accept(5) 165 var p2 = Promise.accept(p1) 166 var p3 = Promise.accept(p2) 175 var p1 = Promise.accept(5) 176 var p2 = Promise.accept(p1) 177 var p3 = Promise.accept(p2 [all...] |
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowCookieManager.java | 19 private boolean accept; field in class:ShadowCookieManager 40 public void setAcceptCookie(boolean accept) { 41 this.accept = accept; 46 return this.accept;
|
/external/selinux/libsemanage/tests/ |
nc_sort_malformed | 2 pre :PREROUTING ACCEPT [0:0] 3 pre :INPUT ACCEPT [0:0] 4 pre :FORWARD ACCEPT [0:0] 5 pre :OUTPUT ACCEPT [0:0] 6 pre :POSTROUTING ACCEPT [0:0]
|
nc_sort_sorted | 2 :PREROUTING ACCEPT [0:0] 3 :INPUT ACCEPT [0:0] 4 :FORWARD ACCEPT [0:0] 5 :OUTPUT ACCEPT [0:0] 6 :POSTROUTING ACCEPT [0:0]
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/ |
storage.hpp | 44 template<class V> void accept(V & v) const function in struct:boost::_bi::storage1 58 template<class V> void accept(V &) const { } function in struct:boost::_bi::storage1 67 template<class V> void accept(V &) const { } function in struct:boost::_bi::storage1 82 template<class V> void accept(V & v) const function in struct:boost::_bi::storage2 84 inherited::accept(v); 99 template<class V> void accept(V & v) const function in struct:boost::_bi::storage2 101 inherited::accept(v); 113 template<class V> void accept(V & v) const function in struct:boost::_bi::storage2 115 inherited::accept(v); 131 template<class V> void accept(V & v) cons function in struct:boost::_bi::storage3 148 template<class V> void accept(V & v) const function in struct:boost::_bi::storage3 162 template<class V> void accept(V & v) const function in struct:boost::_bi::storage3 180 template<class V> void accept(V & v) const function in struct:boost::_bi::storage4 197 template<class V> void accept(V & v) const function in struct:boost::_bi::storage4 211 template<class V> void accept(V & v) const function in struct:boost::_bi::storage4 229 template<class V> void accept(V & v) const function in struct:boost::_bi::storage5 246 template<class V> void accept(V & v) const function in struct:boost::_bi::storage5 260 template<class V> void accept(V & v) const function in struct:boost::_bi::storage5 278 template<class V> void accept(V & v) const function in struct:boost::_bi::storage6 295 template<class V> void accept(V & v) const function in struct:boost::_bi::storage6 309 template<class V> void accept(V & v) const function in struct:boost::_bi::storage6 327 template<class V> void accept(V & v) const function in struct:boost::_bi::storage7 344 template<class V> void accept(V & v) const function in struct:boost::_bi::storage7 358 template<class V> void accept(V & v) const function in struct:boost::_bi::storage7 376 template<class V> void accept(V & v) const function in struct:boost::_bi::storage8 393 template<class V> void accept(V & v) const function in struct:boost::_bi::storage8 407 template<class V> void accept(V & v) const function in struct:boost::_bi::storage8 425 template<class V> void accept(V & v) const function in struct:boost::_bi::storage9 442 template<class V> void accept(V & v) const function in struct:boost::_bi::storage9 456 template<class V> void accept(V & v) const function in struct:boost::_bi::storage9 [all...] |