HomeSort by relevance Sort by last modified time
    Searched refs:accept (Results 126 - 150 of 2880) sorted by null

1 2 3 4 56 7 8 91011>>

  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/util/
PngFileFilter.java 24 public boolean accept(File f) { method in class:PngFileFilter
PsdFileFilter.java 24 public boolean accept(File f) { method in class:PsdFileFilter
  /system/bt/bta/include/
bta_dm_ci.h 62 extern void bta_dm_ci_rmt_oob(BOOLEAN accept, BD_ADDR bd_addr,
  /external/deqp/framework/delibs/decpp/
deSocket.hpp 84 Socket* accept (SocketAddress& clientAddress) { return accept(clientAddress.getPtr()); } function in class:de::Socket
85 Socket* accept (void) { return accept(DE_NULL); } function in class:de::Socket
106 Socket* accept (deSocketAddress* clientAddress);
  /external/mesa3d/src/glsl/
ir.h 105 virtual void accept(ir_visitor *) = 0;
106 virtual ir_visitor_status accept(ir_hierarchical_visitor *) = 0;
152 virtual void accept(ir_visitor *v) function in class:ir_rvalue
157 virtual ir_visitor_status accept(ir_hierarchical_visitor *);
317 virtual void accept(ir_visitor *v) function in class:ir_variable
322 virtual ir_visitor_status accept(ir_hierarchical_visitor *);
535 virtual void accept(ir_visitor *v) function in class:ir_function_signature
540 virtual ir_visitor_status accept(ir_hierarchical_visitor *);
651 virtual void accept(ir_visitor *v) function in class:ir_function
656 virtual ir_visitor_status accept(ir_hierarchical_visitor *)
730 virtual void accept(ir_visitor *v) function in class:ir_if
754 virtual void accept(ir_visitor *v) function in class:ir_loop
825 virtual void accept(ir_visitor *v) function in class:ir_assignment
1111 virtual void accept(ir_visitor *v) function in class:ir_expression
1149 virtual void accept(ir_visitor *v) function in class:ir_call
1237 virtual void accept(ir_visitor *v) function in class:ir_return
1271 virtual void accept(ir_visitor *v) function in class:ir_loop_jump
1311 virtual void accept(ir_visitor *v) function in class:ir_discard
1373 virtual void accept(ir_visitor *v) function in class:ir_texture
1475 virtual void accept(ir_visitor *v) function in class:ir_swizzle
1574 virtual void accept(ir_visitor *v) function in class:ir_dereference_variable
1621 virtual void accept(ir_visitor *v) function in class:ir_dereference_array
1664 virtual void accept(ir_visitor *v) function in class:ir_dereference_record
1726 virtual void accept(ir_visitor *v) function in class:ir_constant
    [all...]
  /prebuilts/devtools/tools/lib/
asm-tree-5.0.3.jar 
asm-tree-4.0.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/offline-m2/org/ow2/asm/asm-tree/5.0.3/
asm-tree-5.0.3.jar 
  /prebuilts/tools/common/offline-m2/org/ow2/asm/asm-tree/5.0.4/
asm-tree-5.0.4.jar 
  /development/tools/mkstubs/tests/com/android/mkstubs/sourcer/
SignatureSourcerTest.java 48 reader.accept(mSourcer);
60 reader.accept(mSourcer);
72 reader.accept(mSourcer);
87 reader.accept(mSourcer);
100 reader.accept(mSourcer);
114 reader.accept(mSourcer);
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
dfa.py 49 eot, eof, min, max, accept, special, transition
59 self.accept = accept
87 if self.accept[s] >= 1:
88 #print "accept state for alt %d" % self.accept[s]
89 return self.accept[s]
108 if self.eot[s] >= 0: # EOT Transition to accept state?
109 #print "EOT trans to accept state %d" % self.eot[s]
113 # TODO: I had this as return accept[eot[s]
    [all...]
  /frameworks/base/core/java/android/text/method/
NumberKeyListener.java 39 * You can say which characters you can accept.
49 char[] accept = getAcceptedChars(); local
54 if (!ok(accept, source.charAt(i))) {
77 if (!ok(accept, source.charAt(j))) {
85 protected static boolean ok(char[] accept, char c) {
86 for (int i = accept.length - 1; i >= 0; i--) {
87 if (accept[i] == c) {
  /libcore/luni/src/test/java/libcore/java/util/
LongSummaryStatisticsTest.java 39 lss.accept(100L);
42 lss.accept(250L);
47 lss.accept(50);
50 lss.accept(200);
95 lss.accept(value);
103 lss.accept(value);
  /prebuilts/tools/common/asm-tools/
asm-tree-4.0.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-tree/4.0/
asm-tree-4.0.jar 
  /prebuilts/tools/common/offline-m2/org/ow2/asm/asm-tree/4.0/
asm-tree-4.0.jar 
  /build/soong/androidmk/parser/
parser.go 35 p.accept(scanner.EOF)
83 func (p *parser) accept(toks ...rune) bool { func
119 p.accept('?')
126 p.accept('+')
133 p.accept(':')
153 p.accept('\n')
173 p.accept(scanner.Ident)
206 p.accept(scanner.Ident)
210 p.accept(scanner.Ident)
223 p.accept(p.tok
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
asm-tree-3.3.jar 
  /prebuilts/tools/common/m2/repository/asm/asm-tree/3.3/
asm-tree-3.3.jar 
  /prebuilts/tools/common/m2/repository/asm/asm-tree/3.3.1/
asm-tree-3.3.1.jar 
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/
ExpressionVisitor.java 93 return mModel.group(ctx.children.get(1).accept(this));
104 return mModel.bindingExpr(ctx.expression().accept(this));
121 return mModel.field(ctx.expression().accept(this),
138 final Expr left = ctx.left.accept(this);
140 ctx.right.accept(this), left);
186 return mModel.comparison(ctx.op.getText(), ctx.left.accept(this), ctx.right.accept(this));
206 return mModel.ternary(ctx.left.accept(this), ctx.iftrue.accept(this),
207 ctx.iffalse.accept(this))
    [all...]
  /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...]

Completed in 4540 milliseconds

1 2 3 4 56 7 8 91011>>