/external/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/ |
D | smartypants.php | 403 function EducateQuotes($_) { 492 function EducateBackticks($_) { 508 function EducateSingleBackticks($_) { 524 function EducateDashes($_) { 537 function EducateDashesOldSchool($_) { 553 function EducateDashesOldSchoolInverted($_) { 576 function EducateEllipses($_) { 592 function StupefyEntities($_) { 618 function ProcessEscapes($_) {
|
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/ |
D | p12.cpp | 10 template <unsigned n> void expect(Opaque<n> _) {} in expect() 39 void test0() { Opaque<0> _ = foo(Opaque<0>()); } in test0() local 40 void test1() { Opaque<1> _ = foo(Opaque<1>()); } in test1() local 41 void test2() { Opaque<0> _ = foo(Opaque<2>()); } in test2() local 42 void test3() { Opaque<1> _ = foo(Opaque<3>()); } in test3() local 51 void test0() { Opaque<0> _ = foo(Opaque<0>()); } in test0() local 52 void test1() { Opaque<1> _ = foo(Opaque<1>()); } in test1() local 53 void test2() { Opaque<0> _ = foo(Opaque<2>()); } in test2() local 54 void test3() { Opaque<1> _ = foo(Opaque<3>()); } in test3() local 64 void test0() { Opaque<1> _ = foo(Opaque<0>()); } in test0() local [all …]
|
D | p4.cpp | 55 struct hiding _ = local(); in test1() local 59 union hiding _; // expected-error {{tag type that does not match previous}} in test2() local 67 enum tagname _ = enumerator; in test4() local 71 Opaque0 _ = hiding; in test5() local 98 struct hiding _ = local(); in test1() local 102 union hiding _; // expected-error {{tag type that does not match previous}} in test2() local 110 enum tagname _ = enumerator; in test4() local 114 Opaque0 _ = hiding; in test5() local 161 Opaque0 _ = hiding; in test5() local 179 Opaque0 _ = hiding; // expected-error {{does not refer to a value}} in test7() local
|
D | p1.cpp | 22 test<0> _ = (foo)(a); in test0() local 29 test<1> _ = (foo)(a); in test1() local
|
/external/llvm/test/Bindings/Ocaml/ |
D | ext_exc.ml | 8 let _ = function 13 let _ = function
|
D | bitreader.ml | 14 let _ = function
|
D | analysis.ml | 20 let _ = function
|
D | bitwriter.ml | 37 let _ = function
|
D | scalar_opts.ml | 86 let _ = function
|
D | target.ml | 57 let _ = function
|
D | ipo_opts.ml | 71 let _ = function
|
D | executionengine.ml | 113 let _ = function
|
/external/clang/test/CXX/class.access/class.access.dcl/ |
D | p1.cpp | 58 struct hiding _ = local(); in test1() local 62 union hiding _; // expected-error {{tag type that does not match previous}} in test2() local 70 enum tagname _ = enumerator; in test4() local 74 Opaque0 _ = hiding; in test5() local 101 struct hiding _ = local(); in test1() local 105 union hiding _; // expected-error {{tag type that does not match previous}} in test2() local 113 enum tagname _ = enumerator; in test4() local 117 Opaque0 _ = hiding; in test5() local 164 Opaque0 _ = hiding; in test5() local
|
/external/e2fsprogs/misc/ |
D | nls-enable.h | 4 #define _(a) (gettext (a)) macro 17 #define _(a) (a) macro
|
/external/clang/test/SemaCXX/ |
D | class-base-member-init.cpp | 71 A(char _) : a(0), b(0) {} in A() 72 …A(short _) : a(0), c(0) {} // expected-error {{initializing multiple members of union}} expected-n… in A() 73 …A(int _) : d(0), e(0) {} // expected-error {{initializing multiple members of union}} expected-not… in A() 74 …A(long _) : a(0), d(0) {} // expected-error {{initializing multiple members of union}} expected-no… in A()
|
/external/llvm/bindings/ocaml/bitreader/ |
D | llvm_bitreader.ml | 14 let _ = register_exns (Error "") function
|
/external/bison/lib/ |
D | xalloc-die.c | 32 #define _(msgid) gettext (msgid) macro
|
/external/llvm/bindings/ocaml/executionengine/ |
D | llvm_executionengine.ml | 57 let _ = register_exns (Error "") function
|
/external/harfbuzz/contrib/tables/ |
D | combining-class-parse.py | 7 def __getitem__(_, key): argument
|
/external/iproute2/include/linux/ |
D | atmapi.h | 27 typedef struct { unsigned char _[8]; } __ATM_API_ALIGN atm_kptr_t; member
|
/external/kernel-headers/original/linux/ |
D | atmapi.h | 27 typedef struct { unsigned char _[8]; } __ATM_API_ALIGN atm_kptr_t; member
|
/external/elfutils/lib/ |
D | xmalloc.c | 38 # define _(str) gettext (str) macro
|
/external/bluetooth/glib/glib/ |
D | gi18n-lib.h | 32 #define _(String) ((char *) g_dgettext (GETTEXT_PACKAGE, String)) macro
|
D | gi18n.h | 28 #define _(String) gettext (String) macro
|
/external/llvm/include/llvm/Object/ |
D | Error.h | 25 enum _ { enum
|