/external/proguard/src/proguard/classfile/constant/ |
NameAndTypeConstant.java | 115 public void accept(Clazz clazz, ConstantVisitor constantVisitor) method in class:NameAndTypeConstant
|
/external/skia/tools/ |
update-doxygen.sh | 25 svn update --accept theirs-full trunk 30 svn update --accept theirs-full docs
|
/external/smack/src/com/kenai/jbosh/ |
ApacheHTTPResponse.java | 39 * Name of the accept encoding header. 41 private static final String ACCEPT_ENCODING = "Accept-Encoding"; 134 AttrAccept accept = params.getAccept(); local 135 if (accept != null) { 136 if (accept.isAccepted(ZLIBCodec.getID())) { 139 } else if (accept.isAccepted(GZIPCodec.getID())) {
|
/external/smack/src/org/jivesoftware/smackx/filetransfer/ |
FileTransferRequest.java | 127 public IncomingFileTransfer accept() {
method in class:FileTransferRequest
|
/external/webkit/Source/WebKit/android/wds/ |
Connection.h | 77 Connection* accept() const;
|
/packages/apps/Email/src/org/apache/commons/io/filefilter/ |
AgeFileFilter.java | 136 public boolean accept(File file) {
method in class:AgeFileFilter
|
NameFileFilter.java | 145 public boolean accept(File file) {
method in class:NameFileFilter 163 public boolean accept(File file, String name) {
method in class:NameFileFilter
|
PrefixFileFilter.java | 151 public boolean accept(File file) {
method in class:PrefixFileFilter 169 public boolean accept(File file, String name) {
method in class:PrefixFileFilter
|
SuffixFileFilter.java | 152 public boolean accept(File file) {
method in class:SuffixFileFilter 170 public boolean accept(File file, String name) {
method in class:SuffixFileFilter
|
WildcardFileFilter.java | 151 public boolean accept(File dir, String name) {
method in class:WildcardFileFilter 167 public boolean accept(File file) {
method in class:WildcardFileFilter
|
/system/core/toolbox/ |
readtty.c | 68 char *accept = NULL; local 90 accept = optarg; 138 if(accept && strchr(accept, buf[0]) == NULL) {
|
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/ |
UnixStream.cpp | 103 SocketStream * UnixStream::accept() function in class:UnixStream 110 clientSock = ::accept(m_sock, (sockaddr *)&addr, &len);
|
/external/proguard/src/proguard/classfile/attribute/preverification/ |
MoreZeroFrame.java | 82 additionalVariables[index].accept(clazz, method, codeAttribute, offset, verificationTypeVisitor); method 95 public void accept(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, StackMapFrameVisitor stackMapFrameVisitor) method in class:MoreZeroFrame
|
/external/webkit/Source/WebCore/platform/graphics/gstreamer/ |
PlatformVideoWindowQt.cpp | 77 ev->accept(); 81 ev->accept();
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
FullScreenVideoWidget.cpp | 91 ev->accept(); 95 ev->accept();
|
/external/webkit/Tools/BuildSlaveSupport/ |
run-performance-tests | 70 my $new_sock = $sock->accept();
|
/sdk/emulator/opengl/shared/OpenglCodecCommon/ |
UnixStream.cpp | 101 SocketStream * UnixStream::accept() function in class:UnixStream 108 clientSock = ::accept(m_sock, (sockaddr *)&addr, &len);
|
/cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
AccessibilityFocusAndInputFocusSyncTest.java | 61 public boolean accept(AccessibilityEvent event) { 101 public boolean accept(AccessibilityEvent event) { 129 public boolean accept(AccessibilityEvent event) { 148 public boolean accept(AccessibilityEvent event) { 180 public boolean accept(AccessibilityEvent event) { 203 public boolean accept(AccessibilityEvent event) {
|
AccessibilityTextTraversalTest.java | 76 public boolean accept(AccessibilityEvent event) { 106 public boolean accept(AccessibilityEvent event) { 136 public boolean accept(AccessibilityEvent event) { 170 public boolean accept(AccessibilityEvent event) { 200 public boolean accept(AccessibilityEvent event) { 230 public boolean accept(AccessibilityEvent event) { 290 public boolean accept(AccessibilityEvent event) { 320 public boolean accept(AccessibilityEvent event) { 350 public boolean accept(AccessibilityEvent event) { 384 public boolean accept(AccessibilityEvent event) [all...] |
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
DFA.cs | 65 protected short[] accept; field in class:Antlr.Runtime.DFA 112 if (accept[s] >= 1) { 114 Console.Error.WriteLine("accept; predict " + accept[s] + " from state " + s); 115 return accept[s]; 126 if (eot[s] >= 0) { // EOT Transition to accept state? 131 // TODO: I had this as return accept[eot[s]] 133 // went to an accept...faster to do this, but 152 if (c == unchecked((char)TokenTypes.EndOfFile) && eof[s] >= 0) { // EOF Transition to accept state? 154 Console.Error.WriteLine("accept via EOF; predict " + accept[eof[s]] + " from " + eof[s]) [all...] |
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
DFA.cs | 60 protected short[] accept; field in class:Antlr.Runtime.DFA 133 if ( accept[s] >= 1 ) 136 Console.Error.WriteLine( "accept; predict " + accept[s] + " from state " + s ); 137 return accept[s]; 151 { // EOT Transition to accept state? 156 // TODO: I had this as return accept[eot[s]] 158 // went to an accept...faster to do this, but 179 { // EOF Transition to accept state? 181 Console.Error.WriteLine( "accept via EOF; predict " + accept[eof[s]] + " from " + eof[s] ) [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
ServerSocketTest.java | 129 sconn = s.accept(); 163 sconn = s.accept(); 164 assertNotNull("Was unable to accept connection", sconn); 172 * @tests java.net.ServerSocket#accept() 179 sconn = s.accept(); 195 ss.accept(); 202 Thread thread = new Thread(runnable, "ServerSocket.accept"); 218 fail("accept interrupted"); 221 fail("accept call did not exit"); 230 ss2.accept(); 913 protected void accept(SocketImpl arg0) throws IOException { method in class:ServerSocketTest.MockSocketImpl [all...] |
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/handshake/ |
hybi.py | 82 """Computes value for the Sec-WebSocket-Accept header from value of the 88 accept = base64.b64encode(accept_binary) 90 return (accept, accept_binary) 163 (accept, accept_binary) = compute_accept(key) 167 accept, 256 self._send_handshake(accept) 373 def _create_handshake_response(self, accept): 383 common.SEC_WEBSOCKET_ACCEPT_HEADER, accept)) 397 def _send_handshake(self, accept): 398 raw_response = self._create_handshake_response(accept) [all...] |
/libcore/luni/src/test/java/libcore/java/net/ |
OldServerSocketTest.java | 79 Socket servSock = theSocket.accept(); 91 sconn = s.accept(); 143 sconn = s.accept(); 144 assertNotNull("Was unable to accept connection", sconn); 153 sconn = s.accept(); 154 assertNotNull("Was unable to accept connection", sconn); 218 Socket accepted = newSocket.accept(); 228 ss.accept(); 358 protected void accept(SocketImpl arg0) throws IOException { method in class:OldServerSocketTest.MockSocketImpl
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
dfa.rb | 58 further and the current state is defined as an <i>accept state</i>, an 60 the current state is not an <i>accept state</i>, the prediction has failed and 65 +SPECIAL+, +ACCEPT+, and +TRANSITION+. The parameters that characterize state 87 ACCEPT[s]:: 105 :accept, :special, :transition, :special_block 109 :accept, :special, :transition 146 accept = nil, special = nil, 154 @accept = accept || self.class::ACCEPT #.accep [all...] |