Searched defs:accept (Results 176 - 200 of 407) sorted by relevance

1234567891011>>

/external/proguard/src/proguard/classfile/attribute/preverification/
H A DNullType.java42 public void accept(Clazz clazz, Method method, CodeAttribute codeAttribute, int instructionOffset, VerificationTypeVisitor verificationTypeVisitor) method in class:NullType
H A DSameOneFrame.java69 stackItem.accept(clazz, method, codeAttribute, offset, verificationTypeVisitor);
83 public void accept(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, StackMapFrameVisitor stackMapFrameVisitor) method in class:SameOneFrame
H A DTopType.java42 public void accept(Clazz clazz, Method method, CodeAttribute codeAttribute, int instructionOffset, VerificationTypeVisitor verificationTypeVisitor) method in class:TopType
H A DUninitializedThisType.java42 public void accept(Clazz clazz, Method method, CodeAttribute codeAttribute, int instructionOffset, VerificationTypeVisitor verificationTypeVisitor) method in class:UninitializedThisType
/external/proguard/src/proguard/classfile/constant/
H A DInvokeDynamicConstant.java111 * accept the given visitor.
121 referencedClasses[index].accept(classVisitor);
129 * Lets the bootstrap method handle constant accept the given visitor.
144 public void accept(Clazz clazz, ConstantVisitor constantVisitor) method in class:InvokeDynamicConstant
H A DNameAndTypeConstant.java115 public void accept(Clazz clazz, ConstantVisitor constantVisitor) method in class:NameAndTypeConstant
H A DStringConstant.java106 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);
/external/syslinux/com32/lib/
H A Dstrspn.c45 size_t strspn(const char *s, const char *accept) argument
47 return strxspn(s, accept, 0);
55 char *strpbrk(const char *s, const char *accept) argument
57 const char *ss = s + strxspn(s, accept, 1);
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dasm-tree-3.3.jar ... .asm.tree.AbstractInsnNode getNext () public abstract void accept (org.objectweb.asm.MethodVisitor) public abstract org ...
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DDFA.cs60 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 vi
[all...]
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DDFA.java46 protected short[] accept; field in class:DFA
92 if ( accept[s] >= 1 ) {
93 if ( debug ) System.err.println("accept; predict "+accept[s]+" from state "+s);
94 return accept[s];
105 if ( eot[s]>=0 ) { // EOT Transition to accept state?
109 // TODO: I had this as return accept[eot[s]]
111 // went to an accept...faster to do this, but
129 if ( c==(char)Token.EOF && eof[s]>=0 ) { // EOF Transition to accept state?
130 if ( debug ) System.err.println("accept vi
[all...]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DSocketTransportWrapper.java120 public void accept(long acceptTimeout, long handshakeTimeout) throws IOException { method in class:SocketTransportWrapper
124 transportSocket = serverSocket.accept();
H A DTransportWrapper.java59 public void accept(long acceptTimeout, long handshakeTimeout) throws IOException; method in interface:TransportWrapper
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemExtensionCall.java309 protected boolean accept(XSLTVisitor visitor) method in class:ElemExtensionCall
/external/caliper/caliper/src/test/java/com/google/caliper/runner/
H A DFakeWorkers.java152 @Override public void accept(LogMessageVisitor visitor) {} method in class:FakeWorkers.DummyLogMessage
/external/curl/lib/
H A Dmemdebug.h105 #undef accept /* for those with accept as a macro */ macro
106 #define accept(sock,addr,len)\ macro
/external/desugar/java/com/google/devtools/build/android/desugar/
H A DCoreLibraryRewriter.java113 public void accept(ClassVisitor cv, Attribute[] attrs, int flags) { method in class:CoreLibraryRewriter.PrefixingClassReader
123 super.accept(cv, attrs, flags);
/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
H A DFieldCollection.java100 public void accept (final IClassDefVisitor visitor, final Object ctx) method in class:FieldCollection
H A DIConstantCollection.java142 void accept (IClassDefVisitor visitor, Object ctx); method in interface:IConstantCollection
H A DMethodCollection.java100 public void accept (final IClassDefVisitor visitor, final Object ctx) method in class:MethodCollection
/external/emma/core/java12/com/vladium/jcd/cls/attribute/
H A DConstantValueAttribute_info.java84 public void accept (final IAttributeVisitor visitor, final Object ctx) method in class:ConstantValueAttribute_info

Completed in 467 milliseconds

1234567891011>>