/external/llvm/include/llvm/Support/ |
D | AtomicOrdering.h | 81 static inline const char *toIRString(AtomicOrdering ao) { in toIRString() 90 static inline bool isStrongerThan(AtomicOrdering ao, AtomicOrdering other) { in isStrongerThan() 105 static inline bool isAtLeastOrStrongerThan(AtomicOrdering ao, in isAtLeastOrStrongerThan() 121 static inline bool isStrongerThanUnordered(AtomicOrdering ao) { in isStrongerThanUnordered() 125 static inline bool isStrongerThanMonotonic(AtomicOrdering ao) { in isStrongerThanMonotonic() 129 static inline bool isAcquireOrStronger(AtomicOrdering ao) { in isAcquireOrStronger() 133 static inline bool isReleaseOrStronger(AtomicOrdering ao) { in isReleaseOrStronger() 137 static inline AtomicOrderingCABI toCABI(AtomicOrdering ao) { in toCABI()
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.stc/ |
D | p2.cpp | 8 auto int ao; // expected-error {{illegal storage class on file-scoped variable}} variable 26 auto int ao; // expected-error {{storage class specified for a member declaration}} member
|
/external/clang/test/Analysis/ |
D | elementtype.c | 9 ADDED_OBJ *ao[4]={((void*)0),((void*)0),((void*)0),((void*)0)}; in f() local
|
/external/libdrm/tests/util/ |
D | format.c | 39 #define MAKE_RGB_INFO(rl, ro, gl, go, bl, bo, al, ao) \ argument
|
/external/elfutils/tests/ |
D | get-files.c | 51 Dwarf_Off ao; in main() local
|
D | get-lines.c | 51 Dwarf_Off ao; in main() local
|
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/ |
D | CollectionUtilities.java | 269 Comparable ao = (Comparable) ai.next(); // these are ok, since the sizes are != 0 in containsSome() local 286 Object ao = ai.next(); // these are ok, since the sizes are != 0 in containsSome() local 322 Comparable ao = (Comparable) ai.next(); // these are ok, since the sizes are != 0 in containsAll() local 341 Object ao = ai.next(); // these are ok, since the sizes are != 0 in containsAll() local
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/ |
D | CollectionUtilities.java | 270 Comparable ao = (Comparable) ai.next(); // these are ok, since the sizes are != 0 in containsSome() local 287 Object ao = ai.next(); // these are ok, since the sizes are != 0 in containsSome() local 323 Comparable ao = (Comparable) ai.next(); // these are ok, since the sizes are != 0 in containsAll() local 342 Object ao = ai.next(); // these are ok, since the sizes are != 0 in containsAll() local
|
/external/wpa_supplicant_8/hs20/client/ |
D | est.c | 342 AttrOrOID *ao = sk_value( in add_csrattrs() local 357 AttrOrOID *ao = SKM_sk_value(AttrOrOID, csrattrs->attrs, i); in add_csrattrs() local
|
/external/v8/src/compiler/ |
D | jump-threading.cc | 185 int ao = 0; in ApplyForwarding() local
|
D | instruction.cc | 409 std::ostream& operator<<(std::ostream& os, const ArchOpcode& ao) { in operator <<() 803 int ao = 0; in ComputeAssemblyOrder() local
|
/external/ppp/pppd/ |
D | lcp.c | 341 lcp_options *ao = &lcp_allowoptions[unit]; local 650 lcp_options *ao = &lcp_allowoptions[f->unit]; local 1511 lcp_options *ao = &lcp_allowoptions[f->unit]; local 1900 lcp_options *ao = &lcp_allowoptions[f->unit]; local
|
D | ccp.c | 541 ccp_options *ao = &ccp_allowoptions[f->unit]; local 1079 ccp_options *ao = &ccp_allowoptions[f->unit]; local
|
D | ipv6cp.c | 427 ipv6cp_options *ao = &ipv6cp_allowoptions[unit]; local 903 ipv6cp_options *ao = &ipv6cp_allowoptions[f->unit]; local
|
D | ipcp.c | 571 ipcp_options *ao = &ipcp_allowoptions[unit]; local 696 ipcp_options *ao = &ipcp_allowoptions[f->unit]; local 1427 ipcp_options *ao = &ipcp_allowoptions[f->unit]; local
|
D | ipxcp.c | 74 #define ao (&ipxcp_allowoptions[0]) macro
|
D | auth.c | 1321 lcp_options *ao = &lcp_allowoptions[unit]; local
|
/external/syslinux/core/lwip/src/netif/ppp/ |
D | lcp.c | 244 lcp_options *ao = &lcp_allowoptions[unit]; in lcp_init() local 1230 lcp_options *ao = &lcp_allowoptions[f->unit]; in lcp_reqci() local 1645 lcp_options *ao = &lcp_allowoptions[f->unit]; in lcp_up() local
|
D | ipcp.c | 180 ipcp_options *ao = &ipcp_allowoptions[unit]; in ipcp_init() local 873 ipcp_options *ao = &ipcp_allowoptions[f->unit]; in ipcp_reqci() local
|
D | auth.c | 831 lcp_options *ao = &lcp_allowoptions[0]; in auth_reset() local
|
/external/ppp/pppd/plugins/radius/ |
D | radius.c | 550 ipcp_options *ao = &ipcp_allowoptions[0]; in radius_setparams() local
|
/external/python/cpython2/RISCOS/Modules/ |
D | swimodule.c | 346 PyBlockObject *ao; in swi_swi() local
|
/external/python/cpython2/Modules/ |
D | arraymodule.c | 2191 arrayobject *ao; member 2200 array_iter(arrayobject *ao) in array_iter()
|
/external/python/cpython2/Objects/ |
D | obmalloc.c | 1026 struct arena_object* ao; in PyObject_Free() local
|