Searched refs:accept (Results 76 - 100 of 855) sorted by relevance

1234567891011>>

/external/smack/src/org/jivesoftware/smack/filter/
H A DAndFilter.java68 * will pass the filter if all of the filters in the list accept it.
79 public boolean accept(Packet packet) { method in class:AndFilter
81 if (!filter.accept(packet)) {
H A DOrFilter.java91 public boolean accept(Packet packet) { method in class:OrFilter
93 if (filters[i].accept(packet)) {
/external/strace/tests/
H A Dnet-fd.test16 ./net-accept-connect ||
17 fail_ 'net-accept-connect failed'
20 args="-tt -ff -y -o $LOG -enetwork ./net-accept-connect"
44 grep_log accept '\(0<socket:\[[0-9]+\]>, \{sa_family=AF_(LOCAL|UNIX|FILE), NULL\}, \[2\]\) += 1'
H A Dnet.test12 ./net-accept-connect ||
13 fail_ 'net-accept-connect failed'
15 args="-tt -ff -o $LOG -enetwork ./net-accept-connect"
42 grep_log accept '\(0, \{sa_family=AF_(LOCAL|UNIX|FILE), NULL\}, \[2\]\) += 1'
/external/wpa_supplicant_8/hs20/server/www/
H A Dfree-remediation.php9 <p>Terms and conditions have changed. You need to accept the new terms
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DTransportWrapper.java59 public void accept(long acceptTimeout, long handshakeTimeout) throws IOException; method in interface:TransportWrapper
/external/chromium_org/chrome/installer/setup/eula/
H A Doem.js9 if (f.accept.checked) {
/external/chromium_org/content/public/browser/android/
H A Ddownload_controller_android.h39 WebContents* web_contents, int download_id, bool accept) = 0;
/external/emma/core/java12/com/vladium/jcd/cls/
H A DIFieldCollection.java63 void accept (IClassDefVisitor visitor, Object ctx); method in interface:IFieldCollection
H A DIMethodCollection.java61 void accept (IClassDefVisitor visitor, Object ctx); method in interface:IMethodCollection
/external/emma/core/java12/com/vladium/jcd/cls/constant/
H A DCONSTANT_Fieldref_info.java48 public Object accept (final ICONSTANTVisitor visitor, final Object ctx) method in class:CONSTANT_Fieldref_info
H A DCONSTANT_InterfaceMethodref_info.java47 public Object accept (final ICONSTANTVisitor visitor, final Object ctx) method in class:CONSTANT_InterfaceMethodref_info
H A DCONSTANT_Methodref_info.java48 public Object accept (final ICONSTANTVisitor visitor, final Object ctx) method in class:CONSTANT_Methodref_info
/external/icu/icu4c/source/layout/
H A DGDEFMarkFilter.h33 virtual le_bool accept(LEGlyphID glyph) const;
/external/javassist/src/main/javassist/compiler/ast/
H A DAssignExpr.java37 public void accept(Visitor v) throws CompileError { method in class:AssignExpr
H A DBinExpr.java40 public void accept(Visitor v) throws CompileError { v.atBinExpr(this); } method in class:BinExpr
H A DFieldDecl.java31 public void accept(Visitor v) throws CompileError { method in class:FieldDecl
H A DInstanceOfExpr.java36 public void accept(Visitor v) throws CompileError { method in class:InstanceOfExpr
/external/lldb/test/functionalities/connect_remote/
H A DEchoServer.py16 conn, addr = s.accept()
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/
H A DInnerClassNode.java98 public void accept(final ClassVisitor cv) { method in class:InnerClassNode
H A DIntInsnNode.java74 public void accept(final MethodVisitor mv) { method in class:IntInsnNode
H A DLdcInsnNode.java67 public void accept(final MethodVisitor mv) { method in class:LdcInsnNode
H A DVarInsnNode.java80 public void accept(final MethodVisitor mv) { method in class:VarInsnNode
/external/proguard/src/proguard/classfile/attribute/annotation/
H A DRuntimeInvisibleParameterAnnotationsAttribute.java58 public void accept(Clazz clazz, Method method, AttributeVisitor attributeVisitor) method in class:RuntimeInvisibleParameterAnnotationsAttribute
H A DRuntimeVisibleParameterAnnotationsAttribute.java58 public void accept(Clazz clazz, Method method, AttributeVisitor attributeVisitor) method in class:RuntimeVisibleParameterAnnotationsAttribute

Completed in 348 milliseconds

1234567891011>>