HomeSort by relevance Sort by last modified time
    Searched full:anonymous (Results 1 - 25 of 2287) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/net/data/ftp/
dir-listing-vms-7 2 ANONYMOUS:[INCOMING]
dir-listing-vms-5 4 FTP_SERVER.LOG;1682 0 27-NOV-2009 14:35 [NET,ANONYMOUS] (RWED,RWED,,)
6 2 19-DEC-1994 15:40 [NET,ANONYMOUS] (RWED,RWED,,)
8 274 7-DEC-1993 15:54 [NET,ANONYMOUS] (RWED,RWED,,)
9 TESTLOG.DAT;1 0 27-APR-1995 13:18 [NET,ANONYMOUS] (RWED,RWED,,)
dir-listing-vms-8 2 ANONYMOUS:[PUB]
4 ALPHA0721.ISO-GZ;1 383594 14-MAY-2008 08:52 [ANONY,ANONYMOUS] (RE,RWED,RE,RE)
6 BENCHMARKS.DIR;1 1 10-JUN-2009 19:32 [ANONY,ANONYMOUS] (RWE,RE,RE,RE)
7 EULER.DIR;1 1 10-JUN-2009 20:43 [ANONY,ANONYMOUS] (RWE,RE,RE,RE)
8 GAMES.DIR;1 1 5-FEB-2009 18:43 [ANONY,ANONYMOUS] (RWE,RE,RE,RE)
9 HOUSE.DIR;1 1 27-MAR-2008 08:02 [ANONY,ANONYMOUS] (RWE,RE,RE,RE)
10 HTML.DIR;1 1 25-JAN-2004 07:12 [ANONY,ANONYMOUS] (RWE,RE,RE,RE)
11 I64.DIR;1 1 22-JUN-2008 20:07 [ANONY,ANONYMOUS] (RWE,RE,RE,RE)
12 ITANIUM.DIR;1 1 12-JAN-2008 06:56 [ANONY,ANONYMOUS] (RWE,RE,RE,RE)
13 J2VMS.DIR;1 1 17-NOV-2008 23:26 [ANONY,ANONYMOUS] (RWE,RE,RE,RE
    [all...]
dir-listing-vms-6 2 ANONYMOUS:[000000]
8 INCOMING.DIR;1 1 16-FEB-2009 00:49 [ANONY,ANONYMOUS] (RWE,RWE,RE,RE)
9 INPUT.DIR;1 1 25-JAN-2004 07:11 [ANONY,ANONYMOUS] (RWED,RWE,R,R)
10 LOGIN.COM;1 8 25-NOV-2003 20:01 [ANONY,ANONYMOUS] (RWED,RE,RE,RE)
11 PUB.DIR;1 2 25-JAN-2004 07:11 [ANONY,ANONYMOUS] (RWE,RE,RE,RE)
  /frameworks/compile/slang/tests/F_anon_struct/
stderr.txt.expect 1 anon_struct.rs:4:1: error: anonymous structures cannot be exported
  /frameworks/compile/slang/tests/F_anon_struct_typedef/
stderr.txt.expect 1 anon_struct_typedef.rs:4:9: error: anonymous structures cannot be exported
  /external/chromium/net/data/ftp/
dir-listing-vms-5 4 FTP_SERVER.LOG;1682 0 27-NOV-2009 14:35 [NET,ANONYMOUS] (RWED,RWED,,)
6 2 19-DEC-1994 15:40 [NET,ANONYMOUS] (RWED,RWED,,)
8 274 7-DEC-1993 15:54 [NET,ANONYMOUS] (RWED,RWED,,)
9 TESTLOG.DAT;1 0 27-APR-1995 13:18 [NET,ANONYMOUS] (RWED,RWED,,)
  /external/clang/test/SemaCXX/
anonymous-struct.cpp 7 struct { // expected-error {{anonymous structs and classes must be class members}}
12 S x; // expected-error {{anonymous struct member 'x' has a non-trivial constructor}}
anonymous-union.cpp 12 union { // expected-warning{{anonymous types declared in an anonymous union are an extension}}
20 struct { // expected-warning{{anonymous structs are a GNU extension}}
27 mutable union { // expected-error{{anonymous union at class scope must not have a storage specifier}}
67 int x; // expected-error{{member of anonymous union redeclares 'x'}}
77 union { // expected-error{{anonymous unions at namespace or global scope must be declared 'static'}}
103 struct X { }; // expected-error {{types cannot be declared in an anonymous union}}
104 struct { int x; int y; } y; // expected-warning{{anonymous types declared in an anonymous union are an extension}}
106 void f(); // expected-error{{functions cannot be declared in an anonymous union}
    [all...]
undefined-internal.cpp 18 void foo(); // expected-warning {{function 'test2::<anonymous namespace>::foo' has internal linkage but is not defined}}
19 extern int var; // expected-warning {{variable 'test2::<anonymous namespace>::var' has internal linkage but is not defined}}
20 template <class T> void bar(); // expected-warning {{function 'test2::<anonymous namespace>::bar<int>' has internal linkage but is not defined}}
52 A(); // expected-warning {{function 'test4::<anonymous namespace>::A::A' has internal linkage but is not defined}}
53 ~A();// expected-warning {{function 'test4::<anonymous namespace>::A::~A' has internal linkage but is not defined}}
54 virtual void foo(); // expected-warning {{function 'test4::<anonymous namespace>::A::foo' has internal linkage but is not defined}}
56 virtual void baz(); // expected-warning {{function 'test4::<anonymous namespace>::A::baz' has internal linkage but is not defined}}
78 static int var; // expected-warning {{variable 'test5::B<test5::<anonymous>::A>::var' has internal linkage but is not defined}}
79 static void foo(); // expected-warning {{function 'test5::B<test5::<anonymous>::A>::foo' has internal linkage but is not defined}}
178 void f(int); // expected-warning {{function 'OverloadUse::<anonymous namespace>::f' has internal linkage but is not defined}
    [all...]
  /external/clang/test/TableGen/
anonymous-groups.td 10 // CHECK: anonymous-groups.td:[[@LINE-1]]:41: error: group 'name' is referred to anonymously
14 // CHECK-NEXT: anonymous-groups.td:6:1: note: group defined here
20 // CHECK: anonymous-groups.td:[[@LINE-1]]:48: error: group 'name' is referred to anonymously
24 // CHECK-NEXT: anonymous-groups.td:6:1: note: group defined here
29 def AnonymousGroup : Warning<"">, InGroup<DiagGroup<"anonymous">>;
30 def AlsoAnonymousGroup : Warning<"">, InGroup<DiagGroup<"anonymous">>;
32 InGroup<DiagGroup<"anonymous">>;
34 // CHECK: anonymous-groups.td:[[@LINE-5]]:43: error: group 'anonymous' is referred to anonymously
35 // CHECK-NEXT: {{^def AnonymousGroup : Warning<"">, InGroup<DiagGroup<"anonymous">>;}}
    [all...]
  /external/chromium_org/v8/test/mjsunit/
eval-stack-trace.js 94 // f (eval at g (eval-stack.js:87:8), <anonymous>:2:9)
95 // eval (eval at g (eval-stack.js:87:8), <anonymous>:4:1)
104 ["<anonymous>:2:", "<anonymous>:4:"]
124 // f (eval at h (eval at <anonymous> (eval-stack.js:116:8)),
125 // <anonymous>:2:9)
126 // eval (eval at h (eval at <anonymous> (eval-stack.js:116:8)),
127 // <anonymous>:4:1)
128 // h (eval at <anonymous> (eval-stack.js:116:8), <anonymous>:3:3
    [all...]
  /dalvik/dx/tests/113-old-style-inner-class/
info.txt 2 converstion of old-style anonymous inner classes (whose representation
  /external/clang/test/Sema/
anonymous-struct-union-c11.c 9 struct { // expected-warning{{anonymous structs are a C11 extension}}
16 union { // expected-warning{{anonymous unions are a C11 extension}}
  /external/eclipse-basebuilder/basebuilder-3.6.2/
PREBUILT 3 $ cvs -d :pserver:anonymous@dev.eclipse.org/cvsroot/eclipse/ login
4 $ cvs -d :pserver:anonymous@dev.eclipse.org/cvsroot/eclipse/ checkout -r R3_6_2 org.eclipse.releng.basebuilder
  /external/ipsec-tools/src/racoon/samples/roadwarrior/server/
racoon.conf 7 remote anonymous {
35 sainfo anonymous {
racoon.conf-radius 7 remote anonymous {
35 sainfo anonymous {
  /external/ipsec-tools/src/racoon/samples/
racoon.conf.sample-inherit 9 remote anonymous
30 remote 3ffe:ffff::1 inherit anonymous
48 sainfo anonymous
  /external/smack/asmack-master/patch/
24-disable-sasl-methods.patch 5 registerSASLMechanism("ANONYMOUS", SASLAnonymous.class);
11 - supportSASLMechanism("ANONYMOUS",4);
16 + supportSASLMechanism("ANONYMOUS",2);
  /external/chromium_org/tools/deep_memory_profiler/tests/data/
heap.01234.0001.heap 7 anonymous 620589056 21233664
12 nonprofiled-anonymous 23650304 3751936
  /external/clang/test/CodeGenCXX/
2005-02-11-AnonymousUnion.cpp 3 // Test anonymous union with members of the same size.
13 // test anonymous union with members of differing size.
  /external/llvm/autoconf/m4/
header_mmap_anonymous.m4 2 # Check for anonymous mmap macros. This is modified from
19 AC_DEFINE([HAVE_MMAP_ANONYMOUS],[1],[Define if mmap() uses MAP_ANONYMOUS to map anonymous pages, or undefine if it uses MAP_ANON])
  /external/llvm/projects/sample/autoconf/m4/
header_mmap_anonymous.m4 2 # Check for anonymous mmap macros. This is modified from
19 AC_DEFINE([HAVE_MMAP_ANONYMOUS],[1],[Define if mmap() uses MAP_ANONYMOUS to map anonymous pages, or undefine if it uses MAP_ANON])
  /external/chromium_org/chrome/common/extensions/docs/templates/private/
function.html 4 {{- Might be an anonymous function. -}}
  /external/chromium_org/chrome/installer/mac/
README.chromium 4 cvs -d :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot checkout \

Completed in 1105 milliseconds

1 2 3 4 5 6 7 8 91011>>