/external/clang/test/TableGen/ |
D | 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 anonymou… 35 // CHECK-NEXT: {{^def AnonymousGroup : Warning<"">, InGroup<DiagGroup<"anonymous">>;}} 37 // CHECK-NEXT: anonymous-groups.td:[[@LINE-7]]:47: note: also referenced here [all …]
|
/external/ipsec-tools/src/racoon/ |
D | sainfo.c | 84 struct sainfo *anonymous = NULL; variable 138 anonymous = s; 144 if (anonymous != NULL) 155 if ((anonymous == NULL) && (pass == 1)) { 160 return anonymous;
|
/external/llvm/test/DebugInfo/X86/ |
D | generate-odr-hash.ll | 103 ; anonymous type contained within. 151 ; CHECK-DAG: [[WALRUS]] "(anonymous namespace)::walrus" 171 %"struct.<anonymous namespace>::walrus" = type { i8 } 178 @w = internal global %"struct.<anonymous namespace>::walrus" zeroinitializer, align 1 195 call void @_ZN12_GLOBAL__N_16walrusC2Ev(%"struct.<anonymous namespace>::walrus"* @w), !dbg !50 200 define internal void @_ZN12_GLOBAL__N_16walrusC2Ev(%"struct.<anonymous namespace>::walrus"* %this) … 202 %this.addr = alloca %"struct.<anonymous namespace>::walrus"*, align 8 203 …store %"struct.<anonymous namespace>::walrus"* %this, %"struct.<anonymous namespace>::walrus"** %t… 204 …call void @llvm.dbg.declare(metadata %"struct.<anonymous namespace>::walrus"** %this.addr, metadat… 205 …%this1 = load %"struct.<anonymous namespace>::walrus"*, %"struct.<anonymous namespace>::walrus"** … [all …]
|
D | gnu-public-names.ll | 173 ; import of the preceding anonymous namespace. This should be fixed 202 ; CHECK-NEXT: [[OUTER_ANON_C]] STATIC VARIABLE "outer::(anonymous namespace)::c" 203 ; CHECK-NEXT: [[ANON_I]] STATIC VARIABLE "(anonymous namespace)::i" 209 ; CHECK-NEXT: [[ANON]] EXTERNAL TYPE "(anonymous namespace)" 210 ; CHECK-NEXT: [[OUTER_ANON]] EXTERNAL TYPE "outer::(anonymous namespace)" 211 ; CHECK-NEXT: [[ANON_INNER_B]] STATIC VARIABLE "(anonymous namespace)::inner::b" 216 ; CHECK-NEXT: [[ANON_INNER]] EXTERNAL TYPE "(anonymous namespace)::inner"
|
/external/ipsec-tools/src/racoon/samples/ |
D | racoon.conf.sample-inherit | 9 remote anonymous 30 remote 3ffe:ffff::1 inherit anonymous 48 sainfo anonymous
|
D | racoon.conf.sample-plainrsa | 12 remote anonymous 39 sainfo anonymous
|
D | racoon.conf.sample-gssapi | 16 remote anonymous { 37 sainfo anonymous {
|
D | racoon.conf.sample | 21 remote anonymous 54 sainfo anonymous
|
D | racoon.conf.in | 53 remote anonymous 96 sainfo anonymous
|
/external/llvm/test/TableGen/ |
D | MultiClassDefName.td | 18 // Ensure that the same anonymous name is used as the prefix for all defs in an 19 // anonymous multiclass. 37 // anonymous C def in the template parameter list of Outer.
|
/external/eclipse-basebuilder/basebuilder-3.6.2/ |
D | 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.…
|
/external/ipsec-tools/src/racoon/samples/roadwarrior/server/ |
D | racoon.conf | 7 remote anonymous { 35 sainfo anonymous {
|
D | racoon.conf-radius | 7 remote anonymous { 35 sainfo anonymous {
|
/external/llvm/autoconf/m4/ |
D | 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, o…
|
/external/eclipse-basebuilder/ |
D | README.txt | 7 $ cvs -d :pserver:anonymous@dev.eclipse.org/cvsroot/eclipse/ login 8 $ cvs -d :pserver:anonymous@dev.eclipse.org/cvsroot/eclipse/ checkout -r R3_6_2 org.eclipse.releng.…
|
/external/wpa_supplicant_8/hostapd/ |
D | hostapd.eap_user | 13 # 2 authentication (e.g., within EAP-PEAP). In these cases, an anonymous 15 # is transmitted only within the encrypted tunnel in phase 2. If non-anonymous 26 # this are to set anonymous phase 1 identity for EAP-PEAP and EAP-TTLS and to 70 "not anonymous" PEAP 89 "not anonymous" MSCHAPV2 "password" [2]
|
/external/clang/test/CodeGenCXX/ |
D | predefined-expr.cpp | 502 NS::ContainerForAnonymousRecords anonymous; in main() local 503 anonymous.anonymousClass.anonymousClassFunction(); in main() 504 anonymous.anonymousStruct.anonymousStructFunction(); in main() 505 anonymous.anonymousUnion.anonymousUnionFunction(); in main()
|
D | mangle-ms.cpp | 12 int anonymous; variable 20 int _c(void) {return N::anonymous + c;} in _c()
|
/external/guava/guava-tests/test/com/google/common/reflect/ |
D | InvokableTest.java | 381 Class<?> anonymous = new Runnable() { in testAnonymousClassDefaultConstructor() local 386 Constructor<?> constructor = anonymous.getDeclaredConstructors() [0]; in testAnonymousClassDefaultConstructor() 395 Class<?> anonymous = new Base("test", 0) {}.getClass(); in testAnonymousClassWithTwoParametersConstructor() local 396 Constructor<?> constructor = anonymous.getDeclaredConstructors() [0]; in testAnonymousClassWithTwoParametersConstructor() 419 Class<?> anonymous = new Runnable() { in doTestStaticAnonymousClassDefaultConstructor() local 424 Constructor<?> constructor = anonymous.getDeclaredConstructors() [0]; in doTestStaticAnonymousClassDefaultConstructor() 436 Class<?> anonymous = new Runnable() { in AnonymousClassInConstructor() local 441 Constructor<?> constructor = anonymous.getDeclaredConstructors() [0]; in AnonymousClassInConstructor()
|
/external/lldb/tools/debugserver/source/MacOSX/ |
D | MachVMMemory.cpp | 463 GetPurgeableAndAnonymous(task_t task, uint64_t &purgeable, uint64_t &anonymous) in GetPurgeableAndAnonymous() argument 499 anonymous = vm_info.internal - vm_info.purgeable_volatile_pmap; in GetPurgeableAndAnonymous() 503 anonymous = vm_info.internal - purgeable_sum; in GetPurgeableAndAnonymous() 507 anonymous = 0; in GetPurgeableAndAnonymous() 516 …vm_size_t &vsize, mach_vm_size_t &dirty_size, mach_vm_size_t &purgeable, mach_vm_size_t &anonymous) in GetMemoryProfile() argument 541 GetPurgeableAndAnonymous(task, purgeable, anonymous); in GetMemoryProfile()
|
/external/clang/test/Index/ |
D | annotate-comments-typedef.m | 20 …+}}annotate-comments-typedef.m" line="[[@LINE-1]]" column="3"><Name><anonymous></Name><USR>c… 38 …}}annotate-comments-typedef.m" line="[[@LINE-1]]" column="11"><Name><anonymous></Name><USR>c… 39 …+}}annotate-comments-typedef.m" line="[[@LINE-4]]" column="9"><Name><anonymous></Name><USR>c…
|
/external/clang/test/Analysis/inlining/ |
D | path-notes.cpp | 44 } anonymous; in testAnonymous() local 46 anonymous.method(0); in testAnonymous()
|
/external/bison/m4/ |
D | mmap-anon.m4 | 7 # Detect how mmap can be used to create anonymous (not file-backed) memory 23 # irrelevant for anonymous mappings.
|
/external/clang/test/Sema/ |
D | decl-invalid.c | 4 typedef union <anonymous> __mbstate_t; // expected-error {{declaration of anonymous union must be …
|
/external/valgrind/memcheck/tests/ |
D | mempool2.stderr.exp | 57 Address 0x........ is in a rwx anonymous segment 77 Address 0x........ is in a rwx anonymous segment
|