/external/proguard/src/proguard/classfile/constant/ |
StringConstant.java | 106 public void accept(Clazz clazz, ConstantVisitor constantVisitor) method in class:StringConstant 113 * Lets the referenced class accept the given visitor. 120 referencedClass.accept(classVisitor); 126 * Lets the referenced member accept the given visitor. 132 referencedMember.accept(referencedClass, memberVisitor);
|
/frameworks/base/tools/aapt2/ |
ValueVisitor.h | 78 entry.value->Accept(this); 84 item->Accept(this); 91 item->Accept(this); 144 value->Accept(&visitor); 153 config_value->value->Accept(visitor);
|
/libcore/ojluni/src/main/java/java/util/stream/ |
LongPipeline.java | 106 return sink::accept; 192 public void accept(long t) { 193 downstream.accept((double) t); 214 public void accept(long t) { 215 downstream.accept(mapper.applyAsLong(t)); 231 public void accept(long t) { 232 downstream.accept(mapper.apply(t)); 248 public void accept(long t) { 249 downstream.accept(mapper.applyAsInt(t)); 265 public void accept(long t) [all...] |
Streams.java | 89 consumer.accept(i); 94 consumer.accept(i); 110 consumer.accept(i++); 114 consumer.accept(i); 214 consumer.accept(i); 219 consumer.accept(i); 235 consumer.accept(i++); 239 consumer.accept(i); 358 public void accept(T t) { method in class:Streams.StreamBuilderImpl 366 buffer.accept(first) 454 public void accept(int t) { method in class:Streams.IntStreamBuilderImpl 545 public void accept(long t) { method in class:Streams.LongStreamBuilderImpl 636 public void accept(double t) { method in class:Streams.DoubleStreamBuilderImpl [all...] |
DoublePipeline.java | 105 return sink::accept; 197 public void accept(double t) { 198 downstream.accept(mapper.applyAsDouble(t)); 214 public void accept(double t) { 215 downstream.accept(mapper.apply(t)); 231 public void accept(double t) { 232 downstream.accept(mapper.applyAsInt(t)); 248 public void accept(double t) { 249 downstream.accept(mapper.applyAsLong(t)); 269 public void accept(double t) [all...] |
SortedOps.java | 287 * Sorting sinks first accept all elements, buffering then into an array 352 downstream.accept(array[i]); 356 downstream.accept(array[i]); 363 public void accept(T t) { method in class:SortedOps.SizedRefSortingSink 390 list.forEach(downstream::accept); 395 downstream.accept(t); 403 public void accept(T t) { method in class:SortedOps.RefSortingSink 449 downstream.accept(array[i]); 453 downstream.accept(array[i]); 460 public void accept(int t) method in class:SortedOps.SizedIntSortingSink 501 public void accept(int t) { method in class:SortedOps.IntSortingSink 558 public void accept(long t) { method in class:SortedOps.SizedLongSortingSink 599 public void accept(long t) { method in class:SortedOps.LongSortingSink 656 public void accept(double t) { method in class:SortedOps.SizedDoubleSortingSink 697 public void accept(double t) { method in class:SortedOps.DoubleSortingSink [all...] |
/libcore/ojluni/src/main/native/ |
ServerSocketChannelImpl.c | 102 * accept connection but ignore ECONNABORTED indicating that 104 * accept() was called. 108 newfd = accept(ssfd, sa, &sa_len); 115 /* ECONNABORTED => restart accept */ 124 JNU_ThrowIOExceptionWithLastError(env, "Accept failed");
|
/external/javassist/src/main/javassist/compiler/ |
TypeChecker.java | 161 init.accept(this); 168 sizeExpr.accept(this); 185 h.accept(this); 200 s.accept(this); 248 right.accept(this); 261 right.accept(this); 275 right.accept(this); 283 expr.thenExpr().accept(this); 287 expr.elseExpr().accept(this); 326 left.accept(this) [all...] |
/prebuilts/go/darwin-x86/src/unicode/utf8/ |
utf8.go | 54 s1 = 0x02 // accept 0, size 2 55 s2 = 0x13 // accept 1, size 3 56 s3 = 0x03 // accept 0, size 3 57 s4 = 0x23 // accept 2, size 3 58 s5 = 0x34 // accept 3, size 4 59 s6 = 0x04 // accept 0, size 4 60 s7 = 0x44 // accept 4, size 4 112 accept := acceptRanges[x>>4] 114 if c := p[1]; c < accept.lo || accept.hi < c [all...] |
/prebuilts/go/linux-x86/src/unicode/utf8/ |
utf8.go | 54 s1 = 0x02 // accept 0, size 2 55 s2 = 0x13 // accept 1, size 3 56 s3 = 0x03 // accept 0, size 3 57 s4 = 0x23 // accept 2, size 3 58 s5 = 0x34 // accept 3, size 4 59 s6 = 0x04 // accept 0, size 4 60 s7 = 0x44 // accept 4, size 4 112 accept := acceptRanges[x>>4] 114 if c := p[1]; c < accept.lo || accept.hi < c [all...] |
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
AcceptEncodingParser.java | 33 * Accept-Encoding SIP (HTTP) Header parser. 43 * The Accept-Encoding request-header field is similar to Accept, but 48 * Accept-Encoding = "Accept-Encoding" ":" 55 * Accept-Encoding: compress, gzip 56 * Accept-Encoding: 57 * Accept-Encoding: * 58 * Accept-Encoding: compress;q=0.5, gzip;q=1.0 59 * Accept-Encoding: gzip;q=1.0, identity; q=0.5, *;q= [all...] |
/tools/test/connectivity/acts/tests/google/tel/live/ |
TelLiveVoiceTest.py | 135 3. Call from PhoneA to PhoneB, accept on PhoneB, hang up on PhoneA. 136 4. Call from PhoneA to PhoneB, accept on PhoneB, hang up on PhoneB. 159 3. Call from PhoneB to PhoneA, accept on PhoneA, hang up on PhoneB. 160 4. Call from PhoneB to PhoneA, accept on PhoneA, hang up on PhoneA. 183 3. Call from PhoneA to PhoneB, accept on PhoneB, hang up on PhoneA. 184 4. Call from PhoneA to PhoneB, accept on PhoneB, hang up on PhoneB. 209 3. Call from PhoneA to PhoneB by 7-digit phone number, accept on PhoneB. 242 3. Call from PhoneA to PhoneB by 10-digit phone number, accept on PhoneB. 275 3. Call from PhoneA to PhoneB by 11-digit phone number, accept on PhoneB. 308 3. Call from PhoneA to PhoneB by 12-digit phone number, accept on PhoneB [all...] |
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
DFA.js | 39 if ( this.accept[s] >= 1 ) { 40 return this.accept[s]; 58 if ( this.eot[s]>=0 ) { // EOT Transition to accept state? 61 // TODO: I had this as return accept[eot[s]] 63 // went to an accept...faster to do this, but 80 if ( c==org.antlr.runtime.Token.EOF && this.eof[s]>=0 ) { // EOF Transition to accept state? 81 return this.accept[this.eof[s]];
|
/external/nanohttpd/core/src/test/java/fi/iki/elonen/integration/ |
GZipIntegrationTest.java | 86 request.addHeader("Accept-encoding", "gzip"); 98 request.addHeader("Accept-encoding", "gzip"); 109 request.addHeader("Accept-encoding", "deflate,gzip"); 120 request.addHeader("Accept-encoding", "gzip"); 130 request.addHeader("Accept-encoding", "gzip"); 140 request.addHeader("Accept-encoding", "gzip"); 160 request.addHeader("Accept-encoding", "gzip");
|
/external/v8/src/regexp/ |
regexp-ast.cc | 12 void* RegExp##Name::Accept(RegExpVisitor* visitor, void* data) { \ 156 that->alternatives()->at(i)->Accept(this, data); 167 that->nodes()->at(i)->Accept(this, data); 233 that->elements()->at(0).tree()->Accept(this, data); 238 that->elements()->at(i).tree()->Accept(this, data); 254 that->body()->Accept(this, data); 262 that->body()->Accept(this, data); 272 that->body()->Accept(this, data); 293 Accept(&unparser, NULL);
|
/libcore/luni/src/test/java/libcore/java/nio/channels/ |
AsynchronousServerSocketChannelTest.java | 111 Future<AsynchronousSocketChannel> acceptFuture = assc.accept(); 136 assc.accept(null /* attachment */, acceptCompletionHandler); 164 assc.accept(attachment, acceptCompletionHandler); 186 assc.accept(null /* attachment */, acceptCompletionHandler); 198 assc.accept(null /* attachment */, null /* completionHandler */); 248 Future<AsynchronousSocketChannel> acceptFuture = assc.accept(); 258 assc.accept(null /* attachment */, acceptCompletionHandler); 295 Future<AsynchronousSocketChannel> acceptFuture = assc.accept(); 329 assc.accept(null /* attachment */, acceptCompletionHandler);
|
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/ |
ImageFactory.java | 20 ACCEPT = getImage("accept.png"); 61 public ImageIcon ACCEPT;
|
/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/antlr/antlr-3.4/runtime/Ruby/test/unit/ |
test-dfa.rb | 13 ACCEPT = [9, 10, 11].freeze 28 dfa.accept.should == DFASubclass::ACCEPT
|
/external/bison/doc/figs/ |
example.dot | 10 0 [label="State 0\n\l 0 $accept: . exp $end\l 1 exp: . a \";\"\l 2 | . b \".\"\l 3 a: . \"0\"\l 4 b: . \"0\"\l"] 20 2 [label="State 2\n\l 0 $accept: exp . $end\l"] 26 5 [label="State 5\n\l 0 $accept: exp $end .\l"]
|
/external/curl/tests/data/ |
test1024 | 90 Accept: */*
94 Accept: */*
98 Accept: */*
|
test1025 | 90 Accept: */*
95 Accept: */*
100 Accept: */*
|
test1087 | 94 Accept: */*
99 Accept: */*
103 Accept: */*
|
test1088 | 95 Accept: */*
100 Accept: */*
105 Accept: */*
|