Searched refs:accept (Results 301 - 325 of 855) sorted by relevance

<<11121314151617181920>>

/external/javassist/src/main/javassist/compiler/ast/
H A DDoubleConst.java40 public void accept(Visitor v) throws CompileError { method in class:DoubleConst
H A DExpr.java67 public void accept(Visitor v) throws CompileError { v.atExpr(this); } method in class:Expr
H A DNewExpr.java72 public void accept(Visitor v) throws CompileError { v.atNewExpr(this); } method in class:NewExpr
/external/llvm/test/MC/ARM/
H A Dthumb2-branches.s4 @ unconditional branches accept narrow suffix and encode to short encodings
14 @ unconditional branches accept wide suffix and encode to wide encodings
82 @ conditional branches accept narrow suffix and encode to short encodings
92 @ unconditional branches accept wide suffix and encode to wide encodings
147 @ unconditional branches accept narrow suffix and encode to short encodings
157 @ unconditional branches accept wide suffix and encode to wide encodings
225 @ conditional branches accept narrow suffix and encode to short encodings
235 @ unconditional branches accept wide suffix and encode to wide encodings
/external/mesa3d/src/mesa/program/
H A Dsampler.cpp113 sampler->accept(&getname);
H A Dir_to_mesa.cpp769 a->accept(this);
785 if_stmt->accept(this);
798 a->accept(this);
842 ir->accept(this);
857 expr->operands[0]->accept(this);
859 expr->operands[1]->accept(this);
861 ir->operands[nonmul_operand]->accept(this);
897 ir->operands[other_operand]->accept(this);
899 expr->operands[0]->accept(this);
923 sat_src->accept(thi
[all...]
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/
H A DAbstractInsnNode.java197 public abstract void accept(final MethodVisitor cv); method in class:AbstractInsnNode
H A DTableSwitchInsnNode.java98 public void accept(final MethodVisitor mv) { method in class:TableSwitchInsnNode
/external/oprofile/gui/
H A Doprof_start.h72 void accept();
/external/proguard/src/proguard/classfile/attribute/
H A DLineNumberTableAttribute.java132 public void accept(Clazz clazz, Method method, CodeAttribute codeAttribute, AttributeVisitor attributeVisitor) method in class:LineNumberTableAttribute
H A DLocalVariableInfo.java79 * Lets the referenced class accept the given visitor.
85 referencedClass.accept(classVisitor);
H A DLocalVariableTypeInfo.java91 referencedClass.accept(classVisitor);
/external/proguard/src/proguard/classfile/attribute/preverification/
H A DObjectType.java63 public void accept(Clazz clazz, Method method, CodeAttribute codeAttribute, int instructionOffset, VerificationTypeVisitor verificationTypeVisitor) method in class:ObjectType
H A DUninitializedType.java62 public void accept(Clazz clazz, Method method, CodeAttribute codeAttribute, int instructionOffset, VerificationTypeVisitor verificationTypeVisitor) method in class:UninitializedType
/external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
H A DDocumentLoader.java14 @Override public boolean accept(File file) {
/external/smack/src/org/jivesoftware/smack/
H A DPacketCollector.java153 if (packetFilter == null || packetFilter.accept(packet)) {
/external/smack/src/org/jivesoftware/smackx/bytestreams/ibb/
H A DInBandBytestreamRequest.java69 public InBandBytestreamSession accept() throws XMPPException { method in class:InBandBytestreamRequest
/external/strace/tests/
H A Dnet-accept-connect.c33 assert(accept(0, (struct sockaddr *) &addr, &len) == 1);
/external/bison/src/
H A Dreduce.c167 if (bitset_test (N, accept->number - ntokens))
169 bitset_set (V, accept->number);
331 accept->number = nontermmap[accept->number - ntokens];
420 if (!bitset_test (N, accept->number - ntokens))
/external/javassist/src/main/javassist/compiler/
H A DCodeGen.java229 expr.accept(this);
241 expr.accept(typeChecker);
251 field.getInit().accept(this);
291 s.accept(this);
337 expr.accept(this);
350 h.accept(this);
390 thenp.accept(this);
404 elsep.accept(this);
430 body.accept(this);
468 init.accept(thi
[all...]
/external/chromium_org/chrome/browser/resources/print_preview/
H A Dcloud_print_interface.js261 * @param {boolean} accept Whether to accept this invitation.
263 processInvite: function(invitation, accept) {
267 new HttpParam('accept', accept),
276 this.onProcessInviteDone_.bind(this, invitation, accept)));
342 * Sends a Google Cloud Print update API request to accept (or reject) the
344 * @param {!print_preview.Destination} destination Destination to accept ToS
657 * @param {boolean} accept Whether this invitation was accepted or rejected.
661 onProcessInviteDone_: function(invitation, accept, reques
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dir_to_mesa.cpp769 a->accept(this);
785 if_stmt->accept(this);
798 a->accept(this);
842 ir->accept(this);
857 expr->operands[0]->accept(this);
859 expr->operands[1]->accept(this);
861 ir->operands[nonmul_operand]->accept(this);
897 ir->operands[other_operand]->accept(this);
899 expr->operands[0]->accept(this);
923 sat_src->accept(thi
[all...]
/external/chromium_org/ash/system/chromeos/multi_user/
H A Duser_switch_util.cc189 bool TestAndTerminateDesktopCastingWarningForTest(bool accept) { argument
192 if (accept)
/external/chromium_org/content/shell/browser/
H A Dshell_message_filter.cc130 void ShellMessageFilter::OnAcceptAllCookies(bool accept) { argument
131 ShellNetworkDelegate::SetAcceptAllCookies(accept);
/external/chromium_org/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
H A DConnector.java98 * @see MessageReceiver#accept(Message)
101 public boolean accept(Message message) { method in class:Connector
114 * accept new message and it isn't listening to the handle anymore.
237 receiver.accept(new Message(buffer, result.getHandles()));

Completed in 1742 milliseconds

<<11121314151617181920>>