/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/ |
SimpleNode.java | 48 /** Accept the visitor. **/ 53 /** Accept the visitor. **/
|
/packages/experimental/RpcPerformance/src/com/android/rpc_performance/ |
MiscService.java | 54 socket = mServerSocket.accept(); 62 Log.v(TAG, "in accept: " + e);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
if_tun.h | 79 * If the filter is enabled in order to accept broadcast packets 82 #define TUN_FLT_ALLMULTI 0x0001 /* Accept all multicast packets */
|
/prebuilts/go/darwin-x86/src/net/http/ |
readrequest_test.go | 37 "Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\r\n" + 38 "Accept-Language: en-us,en;q=0.5\r\n" + 39 "Accept-Encoding: gzip,deflate\r\n" + 40 "Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7\r\n" + 57 "Accept": {"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"}, 58 "Accept-Language": {"en-us,en;q=0.5"}, 59 "Accept-Encoding": {"gzip,deflate"}, 60 "Accept-Charset": {"ISO-8859-1,utf-8;q=0.7,*;q=0.7"},
|
/prebuilts/go/linux-x86/src/net/http/ |
readrequest_test.go | 37 "Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\r\n" + 38 "Accept-Language: en-us,en;q=0.5\r\n" + 39 "Accept-Encoding: gzip,deflate\r\n" + 40 "Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7\r\n" + 57 "Accept": {"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"}, 58 "Accept-Language": {"en-us,en;q=0.5"}, 59 "Accept-Encoding": {"gzip,deflate"}, 60 "Accept-Charset": {"ISO-8859-1,utf-8;q=0.7,*;q=0.7"},
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/ |
programmer-friendly.s | 6 // The preferred architectural syntax does not accept the shifter 35 // A programmer-friendly assembler should accept a destination Xd in
|
/tools/test/connectivity/acts/tests/google/bt/car_bt/ |
BtCarHfpConnectionTest.py | 72 2. Accept from RE role and transition the call to Active 87 self.re.log.error("Failed to accept call on re.") 132 2. Accept from RE role and transition the call to Active 159 # Accept the call on RE 161 self.re.log.error("Failed to accept call on re.") 211 2. Accept from RE role and transition the call to Active 247 # Accept call on RE. 249 self.re.log.error("Failed to accept call on re.")
|
/tools/test/connectivity/acts/tests/google/bt/pts/ |
rfcomm_lib.py | 64 def accept(self, line): member in class:RfcommLib 65 """Accept RFCOMM connection"""
|
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
AccessibilityTextTraversalTest.java | 81 public boolean accept(AccessibilityEvent event) { 111 public boolean accept(AccessibilityEvent event) { 141 public boolean accept(AccessibilityEvent event) { 175 public boolean accept(AccessibilityEvent event) { 205 public boolean accept(AccessibilityEvent event) { 235 public boolean accept(AccessibilityEvent event) { 296 public boolean accept(AccessibilityEvent event) { 326 public boolean accept(AccessibilityEvent event) { 356 public boolean accept(AccessibilityEvent event) { 390 public boolean accept(AccessibilityEvent event) [all...] |
/prebuilts/devtools/tools/lib/ |
asm-tree-5.0.3.jar | |
asm-tree-5.0.4.jar | |
/prebuilts/misc/common/asm/ |
asm-tree-5.2.jar | |
/prebuilts/misc/common/robolectric/lib/ |
asm-tree-5.0.1.jar | |
/prebuilts/tools/common/m2/repository/org/ow2/asm/asm-tree/5.0.1/ |
asm-tree-5.0.1.jar | |
/prebuilts/tools/common/m2/repository/org/ow2/asm/asm-tree/5.0.3/ |
asm-tree-5.0.3.jar | |
/prebuilts/tools/common/m2/repository/org/ow2/asm/asm-tree/5.0.4/ |
asm-tree-5.0.4.jar | |
/prebuilts/tools/common/m2/repository/org/ow2/asm/asm-tree/5.2/ |
asm-tree-5.2.jar | |
/prebuilts/tools/common/offline-m2/org/ow2/asm/asm-tree/5.0.4/ |
asm-tree-5.0.4.jar | |
/art/runtime/jdwp/ |
jdwp_socket.cc | 57 virtual bool Accept(); 184 /* "shutdown" dislodges blocking read() and accept() calls */ 210 * Accept a connection. This will block waiting for somebody to show up. 214 bool JdwpSocketState::Accept() { 230 sock = accept(listenSock, &addr.addrPlain, &addrlen); 232 // When we call shutdown() on the socket, accept() returns with 236 PLOG(ERROR) << "accept failed"; 239 PLOG(ERROR) << "accept failed"; 428 * and accept(), but not select()). 461 tmpSock = accept(listenSock, &addr.addrPlain, &addrlen) [all...] |
/external/guava/guava/src/com/google/common/net/ |
HttpHeaders.java | 59 /** The HTTP {@code Accept} header field name. */ 60 public static final String ACCEPT = "Accept"; 61 /** The HTTP {@code Accept-Charset} header field name. */ 62 public static final String ACCEPT_CHARSET = "Accept-Charset"; 63 /** The HTTP {@code Accept-Encoding} header field name. */ 64 public static final String ACCEPT_ENCODING = "Accept-Encoding"; 65 /** The HTTP {@code Accept-Language} header field name. */ 66 public static final String ACCEPT_LANGUAGE = "Accept-Language"; 121 /** The HTTP {@code Accept-Ranges} header field name. * [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/ |
NotificationListenerVerifierActivity.java | 201 public void accept(List<String> result) { 234 public void accept(List<String> result) { 327 public void accept(List<String> result) { 376 public void accept(List<String> result) { 436 public void accept(List<String> result) { 509 public void accept(int result) { 553 public void accept(List<String> result) { 598 public void accept(int result) { 646 public void accept(int result) { 689 public void accept(int result) [all...] |
/art/dexlayout/ |
dex_ir.h | 440 void Accept(AbstractDispatcher* dispatch) { dispatch->Dispatch(this); } 467 void Accept(AbstractDispatcher* dispatch) const { dispatch->Dispatch(this); } 487 void Accept(AbstractDispatcher* dispatch) const { dispatch->Dispatch(this); } 504 void Accept(AbstractDispatcher* dispatch) const { dispatch->Dispatch(this); } 542 void Accept(AbstractDispatcher* dispatch) const { dispatch->Dispatch(this); } 564 void Accept(AbstractDispatcher* dispatch) const { dispatch->Dispatch(this); } 586 void Accept(AbstractDispatcher* dispatch) const { dispatch->Dispatch(this); } 605 void Accept(AbstractDispatcher* dispatch) { dispatch->Dispatch(this); } 626 void Accept(AbstractDispatcher* dispatch) { dispatch->Dispatch(this); } 768 void Accept(AbstractDispatcher* dispatch) { dispatch->Dispatch(this); [all...] |
/external/webrtc/webrtc/base/ |
socket_unittest.cc | 213 EXPECT_TRUE(NULL == server->Accept(&accept_addr)); 226 // Server has pending connection, accept it. 228 scoped_ptr<AsyncSocket> accepted(server->Accept(&accept_addr)); 275 // Server has pending connection, accept it. 277 scoped_ptr<AsyncSocket> accepted(server->Accept(&accept_addr)); 324 EXPECT_TRUE(NULL == server->Accept(&accept_addr)); 365 EXPECT_TRUE(NULL == server->Accept(&accept_addr)); 404 // Accept the original connection. 407 scoped_ptr<AsyncSocket> accepted(server->Accept(&accept_addr)); 448 // Close down the server while the socket is in the accept queue [all...] |
/external/okhttp/okhttp-urlconnection/src/test/java/com/squareup/okhttp/ |
UrlConnectionCacheTest.java | [all...] |
/bionic/libc/kernel/uapi/linux/ |
bpqether.h | 27 unsigned char accept[ETH_ALEN]; member in struct:bpq_ethaddr
|