Searched refs:accept (Results 451 - 475 of 855) sorted by relevance

<<11121314151617181920>>

/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DNormalSsaInsn.java197 public void accept(Visitor v) { method in class:NormalSsaInsn
/external/dhcpcd/
H A Dcontrol.c109 if ((f = accept(fd, (struct sockaddr *)&run, &len)) == -1)
/external/droiddriver/src/com/google/android/droiddriver/scroll/
H A DAccessibilityEventScrollStepStrategy.java78 public boolean accept(AccessibilityEvent event) { method in class:AccessibilityEventScrollStepStrategy.LastScrollEventFilter
183 // We expect this because LastScrollEventFilter.accept always returns
/external/emma/core/java12/com/vladium/emma/report/
H A DClassItem.java205 public void accept (final IItemVisitor visitor, final Object ctx) method in class:ClassItem
H A DMethodItem.java179 public void accept (final IItemVisitor visitor, final Object ctx) method in class:MethodItem
H A DSourcePathCache.java144 public boolean accept (final File file) method in class:SourcePathCache.FileExtensionFilter
/external/emma/core/java12/com/vladium/jcd/cls/
H A DAttributeCollection.java116 public void accept (final IClassDefVisitor visitor, final Object ctx) method in class:AttributeCollection
/external/emma/core/java12/com/vladium/jcd/cls/attribute/
H A DCodeAttribute_info.java135 public void accept (final IAttributeVisitor visitor, final Object ctx) method in class:CodeAttribute_info
/external/icu/icu4c/source/layout/
H A DLayoutEngine.cpp107 virtual le_bool accept(LEGlyphID glyph) const;
120 le_bool CanonMarkFilter::accept(LEGlyphID glyph) const function in class:CanonMarkFilter
413 if (markFilter->accept(glyphStorage[p])) {
455 if (markFilter->accept(chars[c])) {
/external/libpcap/lbl/
H A Dos-sunos4.h55 int accept(int, struct sockaddr *, int *);
/external/mesa3d/src/glsl/
H A Dir_hierarchical_visitor.cpp305 ir->accept(&v);
H A Dlink_functions.cpp169 linked_sig->accept(this);
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/
H A DFrameNode.java140 public void accept(final MethodVisitor mv) { method in class:FrameNode
/external/mockito/src/org/mockito/internal/creation/jmock/
H A DClassImposterizer.java46 public int accept(Method method, List<Method> allMethods) {
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DTCPMessageProcessor.java50 * accept socket).
108 * Run method for the thread that gets created for each accept socket.
133 Socket newsock = sock.accept();
/external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/internal/spdy/
H A DSpdyServer.java56 Socket socket = serverSocket.accept();
/external/proguard/src/proguard/classfile/constant/
H A DUtf8Constant.java146 public void accept(Clazz clazz, ConstantVisitor constantVisitor) method in class:Utf8Constant
/external/proguard/src/proguard/classfile/editor/
H A DCodeAttributeComposer.java207 instruction.accept(null,
283 instruction.accept(null,
355 instruction.accept(null, null, null, instructionOffset, this);
359 instruction.accept(null,
H A DConstantAdder.java70 constant.accept(clazz, this);
/external/proguard/src/proguard/classfile/instruction/
H A DInstruction.java740 public abstract void accept(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, InstructionVisitor instructionVisitor); method in class:Instruction
H A DSimpleInstruction.java216 public void accept(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, InstructionVisitor instructionVisitor) method in class:SimpleInstruction
/external/proguard/src/proguard/optimize/evaluation/
H A DEvaluationSimplifier.java115 method.accept(clazz, new ClassPrinter());
151 instruction.accept(clazz, method, codeAttribute, offset, this);
894 instruction.accept(clazz, null, null, offset, extraInstructionVisitor);
923 instruction.accept(clazz, null, null, offset, extraInstructionVisitor);
/external/proguard/src/proguard/optimize/peephole/
H A DReachableCodeMarker.java248 instruction.accept(clazz, method, codeAttribute, offset, this);
/external/proguard/src/proguard/shrink/
H A DUsageMarker.java135 superClass.accept(this);
146 interfaceClasses[index].accept(this);
245 method.accept(clazz, UsageMarker.this);
371 clazz.accept(new ConcreteClassDownTraveler(
/external/smack/src/org/jivesoftware/smack/
H A DConnection.java.orig870 if (packetFilter == null || packetFilter.accept(packet)) {
915 if (packetFilter == null || packetFilter.accept(packet)) {

Completed in 1077 milliseconds

<<11121314151617181920>>