/external/clang/test/Sema/ |
typedef-variable-type.c | 3 // Make sure we accept a single typedef 6 // And make sure we accept identical redefinitions in system headers
|
/external/valgrind/memcheck/tests/ |
null_socket.c | 11 if (-1 != accept(99, NULL, 0)) 12 printf("accept succeeded?\n");
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
AcceptParser.java | 33 * Parser for Accept header. 45 * Creates a new instance of Accept Parser 46 * @param accept the header to parse 48 public AcceptParser(String accept) { 49 super(accept); 61 * parse the Accept String header 72 headerName(TokenTypes.ACCEPT); 74 Accept accept = new Accept(); local [all...] |
/external/clang/test/SemaCXX/ |
PR8385.cpp | 4 // currently rather poor (we even accept things like "template struct {}").
|
/external/guava/guava-tests/test/com/google/common/io/ |
PatternFilenameFilterTest.java | 44 assertTrue(filter.accept(dir, "a")); 45 assertTrue(filter.accept(dir, "aaaa")); 46 assertFalse(filter.accept(dir, "b")); 49 assertTrue(filter.accept(null, "a"));
|
/external/llvm/utils/lit/tests/Inputs/shtest-format/ |
argv0.txt | 4 # '['. Otherwise it will refuse to accept the trailing closing bracket.
|
/external/nist-sip/java/javax/sip/header/ |
AcceptLanguageHeader.java | 7 String NAME = "Accept-Language";
|
/external/libvncserver/x11vnc/misc/ |
dtVncPopup | 3 # accept dialog script for x11vnc 8 # Do you want to accept a VNC connection 24 # usage: x11vnc -forever -shared -accept "yes:0,no:*,view:3 dtVncPopup" -gone "dtVncPopup lock" 30 # timeout until accept 36 Do you want to accept a VNC connection 44 accept () { 55 xrdb -query | grep -c '^dtsession*' || accept 56 # accept only if lock succeeds 57 /usr/dt/bin/dtaction LockDisplay && accept || reject 79 activateCallback:accept [all...] |
/external/nist-sip/java/gov/nist/javax/sip/header/ |
AcceptEncoding.java | 36 * Accept-Encoding SIP (HTTP) Header. 47 * The Accept-Encoding request-header field is similar to Accept, but 52 * Accept-Encoding = "Accept-Encoding" ":" 60 * Accept-Encoding: compress, gzip 61 * Accept-Encoding: 62 * Accept-Encoding: * 63 * Accept-Encoding: compress;q=0.5, gzip;q=1.0 64 * Accept-Encoding: gzip;q=1.0, identity; q=0.5, *;q= [all...] |
AcceptList.java | 31 * Accept List of SIP headers. 38 * @see Accept 40 public class AcceptList extends SIPHeaderList<Accept> { 58 super(Accept.class, AcceptHeader.NAME);
|
/external/selinux/libsemanage/tests/ |
nc_sort_unsorted | 2 pre :PREROUTING ACCEPT [0:0] 3 pre :INPUT ACCEPT [0:0] 4 pre :FORWARD ACCEPT [0:0] 5 pre :OUTPUT ACCEPT [0:0] 6 pre :POSTROUTING ACCEPT [0:0]
|
/external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/socket/ |
StubServerSocket.java | 25 * Socket returned by accept(), and the local port for the ServerSocket.
45 * Construct a new instance with specified local port and accept() socket.
47 * @param socket - the socket to be returned from accept(); if null, then accept() throws SocketTimeoutException.
66 * @see java.net.ServerSocket#accept()
68 public Socket accept() throws IOException {
method in class:StubServerSocket
|
/external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/core/socket/ |
StubServerSocket.java | 25 * Socket returned by accept(), and the local port for the ServerSocket.
45 * Construct a new instance with specified local port and accept() socket.
47 * @param socket - the socket to be returned from accept(); if null, then accept() throws SocketTimeoutException.
66 * @see java.net.ServerSocket#accept()
68 public Socket accept() throws IOException {
method in class:StubServerSocket
|
/external/openfst/src/include/fst/script/ |
print.h | 36 const bool accept; member in struct:fst::script::FstPrinterArgs 45 bool accept, 49 fst(fst), isyms(isyms), osyms(osyms), ssyms(ssyms), accept(accept), 58 args->ssyms, args->accept, 67 bool accept, bool show_weight_one);
|
/packages/apps/UnifiedEmail/src/org/apache/commons/io/filefilter/ |
DelegateFileFilter.java | 71 public boolean accept(File file) { method in class:DelegateFileFilter 73 return fileFilter.accept(file); 75 return super.accept(file); 86 public boolean accept(File dir, String name) { method in class:DelegateFileFilter 88 return filenameFilter.accept(dir, name); 90 return super.accept(dir, name);
|
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/ |
ExpressionVisitor.java | 92 return mModel.group(ctx.children.get(1).accept(this)); 103 return mModel.bindingExpr(ctx.expression().accept(this)); 120 return mModel.field(ctx.expression().accept(this), 137 final Expr left = ctx.left.accept(this); 139 ctx.right.accept(this), left); 185 return mModel.comparison(ctx.op.getText(), ctx.left.accept(this), ctx.right.accept(this)); 205 return mModel.ternary(ctx.left.accept(this), ctx.iftrue.accept(this), 206 ctx.iffalse.accept(this)) [all...] |
/external/llvm/test/MC/ARM/ |
fp-const-errors.s | 10 @ Test that vmov.f instructions do not accept an 8-bit encoded float as an operand 17 @ Test that fconst instructions do not accept a float constant as an operand
|
/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/ |
ClassFilterTransformer.java | 28 protected boolean accept(int version, int access, String name, String signature, String superName, String[] interfaces) { method in class:ClassFilterTransformer 29 return filter.accept(name.replace('/', '.'));
|
/external/dhcpcd/dhcpcd-hooks/ |
25-static-routes.conf | 10 # that should accept static routes and another for the interfaces that should 11 # not accept static routes routes. 14 # accept static routes. 17 # file for the interfaces that should not accept static routes. Do not add the
|
/external/iptables/extensions/ |
libxt_standard.c | 9 "(If target is DROP, ACCEPT, RETURN or nothing)\n");
|
/external/llvm/test/MC/ELF/ |
bad-section.s | 7 // test that we don't accept this, as gas doesn't.
|
/external/proguard/src/proguard/classfile/attribute/ |
UnknownAttribute.java | 65 public void accept(Clazz clazz, AttributeVisitor attributeVisitor) method in class:UnknownAttribute 70 public void accept(Clazz clazz, Field field, AttributeVisitor attributeVisitor) method in class:UnknownAttribute 75 public void accept(Clazz clazz, Method method, AttributeVisitor attributeVisitor) method in class:UnknownAttribute 80 public void accept(Clazz clazz, Method method, CodeAttribute codeAttribute, AttributeVisitor attributeVisitor) method in class:UnknownAttribute
|
/external/proguard/src/proguard/classfile/attribute/annotation/ |
RuntimeInvisibleTypeAnnotationsAttribute.java | 55 public void accept(Clazz clazz, AttributeVisitor attributeVisitor) method in class:RuntimeInvisibleTypeAnnotationsAttribute 61 public void accept(Clazz clazz, Field field, AttributeVisitor attributeVisitor) method in class:RuntimeInvisibleTypeAnnotationsAttribute 67 public void accept(Clazz clazz, Method method, AttributeVisitor attributeVisitor) method in class:RuntimeInvisibleTypeAnnotationsAttribute 73 public void accept(Clazz clazz, Method method, CodeAttribute codeAttribute, AttributeVisitor attributeVisitor) method in class:RuntimeInvisibleTypeAnnotationsAttribute
|
RuntimeVisibleTypeAnnotationsAttribute.java | 55 public void accept(Clazz clazz, AttributeVisitor attributeVisitor) method in class:RuntimeVisibleTypeAnnotationsAttribute 61 public void accept(Clazz clazz, Field field, AttributeVisitor attributeVisitor) method in class:RuntimeVisibleTypeAnnotationsAttribute 67 public void accept(Clazz clazz, Method method, AttributeVisitor attributeVisitor) method in class:RuntimeVisibleTypeAnnotationsAttribute 73 public void accept(Clazz clazz, Method method, CodeAttribute codeAttribute, AttributeVisitor attributeVisitor) method in class:RuntimeVisibleTypeAnnotationsAttribute
|
/external/proguard/src/proguard/classfile/editor/ |
ClassElementSorter.java | 47 programClass.accept(constantPoolSorter); 48 programClass.accept(interfaceSorter); 49 // programClass.accept(classMemberSorter); 50 programClass.accept(attributeSorter);
|