/external/harfbuzz_ng/src/ |
D | hb-ot-cff1-std-str.hh | 33 _S(".notdef") 34 _S("space") 35 _S("exclam") 36 _S("quotedbl") 37 _S("numbersign") 38 _S("dollar") 39 _S("percent") 40 _S("ampersand") 41 _S("quoteright") 42 _S("parenleft") [all …]
|
D | hb-ot-post-macroman.hh | 34 _S(".notdef") 35 _S(".null") 36 _S("nonmarkingreturn") 37 _S("space") 38 _S("exclam") 39 _S("quotedbl") 40 _S("numbersign") 41 _S("dollar") 42 _S("percent") 43 _S("ampersand") [all …]
|
D | hb-string-array.hh | 48 #define _S(s) char HB_PASTE (str, __LINE__)[sizeof (s)]; macro 50 #undef _S 57 #define _S(s) s, macro 59 #undef _S 64 #define _S(s) offsetof (union HB_STRING_ARRAY_TYPE_NAME, st.HB_PASTE(str, __LINE__)), macro 66 #undef _S
|
/external/libcap-ng/libcap-ng-0.7/src/ |
D | captab.h | 23 _S(CAP_CHOWN, "chown" ) 24 _S(CAP_DAC_OVERRIDE, "dac_override" ) 25 _S(CAP_DAC_READ_SEARCH, "dac_read_search" ) 26 _S(CAP_FOWNER, "fowner" ) 27 _S(CAP_FSETID, "fsetid" ) 28 _S(CAP_KILL, "kill" ) 29 _S(CAP_SETGID, "setgid" ) 30 _S(CAP_SETUID, "setuid" ) 31 _S(CAP_SETPCAP, "setpcap" ) 32 _S(CAP_LINUX_IMMUTABLE, "linux_immutable" ) [all …]
|
D | lookup_table.c | 55 #define _S(n, s) char MSGSTRFIELD(__LINE__)[sizeof (s)]; macro 57 #undef _S 61 #define _S(n, s) s, macro 63 #undef _S 66 #define _S(n, s) { n, offsetof(union captab_msgstr_t, \ macro 69 #undef _S
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | SVEInstrFormats.td | 282 def _S : sve_int_ptrue<0b10, opc, asm, PPR32, nxv4i1, op>; 290 (!cast<Instruction>(NAME # _S) PPR32:$Pd, 0b11111), 1>; 452 def _S : sve_int_pfirst_next<0b10, opc, asm, PPR32>; 457 def : SVE_2_Op_Pat<nxv4i1, op, nxv4i1, nxv4i1, !cast<Instruction>(NAME # _S)>; 493 def _S : sve_int_count_r<0b10, opc, asm, GPR64z, PPR32, GPR64as32>; 507 …(EXTRACT_SUBREG (!cast<Instruction>(NAME # _S) PPRAny:$Pg, (INSERT_SUBREG (IMPLICIT_DEF), $Rn, sub… 509 … (!cast<Instruction>(NAME # _S) PPRAny:$Pg, (INSERT_SUBREG (IMPLICIT_DEF), $Rn, sub_32))>; 521 def _S : sve_int_count_r<0b10, opc, asm, GPR32z, PPR32, GPR32z>; 529 (!cast<Instruction>(NAME # _S) PPRAny:$Pg, $Rn)>; 538 def _S : sve_int_count_r<0b10, opc, asm, GPR64z, PPR32, GPR64z>; [all …]
|
/external/python/cpython3/PC/ |
D | sqlite3.rc | 20 #define _S(x) #x 21 #define S(x) _S(x)
|
/external/clang/test/Rewriter/ |
D | rewrite-modern-struct-ivar.mm | 34 struct _S { 52 // CHECK: (*(struct _S *)((char *)self + OBJC_IVAR_$_Foo$s)).x = 0;
|
/external/clang/test/Analysis/ |
D | PR2978.m | 23 id _S; field 93 …[_S release]; // expected-warning {{The '_S' ivar in 'MyClass' was synthesized for a weak property…
|
/external/python/cpython2/Lib/ |
D | xmllib.py | 20 _S = '[ \t\r\n]+' # white space variable 31 space = re.compile(_S + '$') 35 _S + '(?P<name>' + _Name + ')' 56 'PUBLIC'+_S+_PublicLiteral%'pubid'+ \ 57 ')'+_S+_SystemLiteral%'syslit' 58 doctype = re.compile('<!DOCTYPE'+_S+'(?P<name>'+_Name+')' 59 '(?:'+_S+_ExternalId+')?'+_opS) 60 xmldecl = re.compile('<\?xml'+_S+ 62 '(?:'+_S+'encoding'+_opS+'='+_opS+ 65 '(?:'+_S+'standalone'+_opS+'='+_opS+
|
/external/compiler-rt/test/asan/TestCases/Windows/ |
D | bitfield_uaf.cc | 6 typedef struct _S { struct
|
D | bitfield.cc | 6 typedef struct _S { struct
|
/external/libcxx/test/support/ |
D | nasty_macros.hpp | 35 #define _S NASTY_MACRO macro
|
/external/libese/libese-teq1/ |
D | teq1_private.h | 42 #define _S(x) x macro
|
/external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/ |
D | nasty_macros.compile.pass.cpp | 43 #define _S NASTY_MACRO macro
|
/external/musl/include/ |
D | sched.h | 101 static __inline void __CPU_##func##_S(size_t __size, cpu_set_t *__dest, \
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrFormats.td | 59 def _S : NI<oops_s, iops_s, [], "true", asmstr_s, inst>;
|
/external/ImageMagick/PerlMagick/t/reference/write/filter/ |
D | Gamma.miff | 43 …_S�bW�^\�V_�RY�ZQ�_K�wl�st�xv�bW�eP�fN�fR�gX�k]숁�������������������l|]���������������������������{…
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | Bidi.java | 2757 private static final short _S = 5; field in Bidi 2812 … 32+4, 32+5, 32+7, 15, 32+17, 32+7, 32+9, 32+7, 15, 32+7, 32+3, 32+18, 32+21, _S }, 2813 … 32+6, 32+6, 32+8, 16, 32+17, 32+8, 32+8, 32+8, 16, 32+8, 32+3, 32+18, 32+21, _S }, 3180 if (_prop == _S) { /* add LRM before S */ in processPropertySeq() 3194 if (_prop == _S) { /* add LRM before S */ in processPropertySeq() 3261 if (_prop == _S) { /* add RLM before S */ in processPropertySeq()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | Bidi.java | 2791 private static final short _S = 5; field in Bidi 2846 … 32+4, 32+5, 32+7, 15, 32+17, 32+7, 32+9, 32+7, 15, 32+7, 32+3, 32+18, 32+21, _S }, 2847 … 32+6, 32+6, 32+8, 16, 32+17, 32+8, 32+8, 32+8, 16, 32+8, 32+3, 32+18, 32+21, _S }, 3214 if (_prop == _S) { /* add LRM before S */ in processPropertySeq() 3228 if (_prop == _S) { /* add LRM before S */ in processPropertySeq() 3295 if (_prop == _S) { /* add RLM before S */ in processPropertySeq()
|
/external/ImageMagick/PerlMagick/t/reference/jpeg/ |
D | read_non_interlaced.miff | 16 …AF�2+�,,�.0�2/�/%�KA����q��Qn�Be�FB]W7��j_�\k�Vv�P��`|�Yw�Y��i��wu�k`PC_O@_S=_S=ZO=UKA\RQg\b�~��}�…
|
D | write_non_interlaced.miff | 16 …AF�2+�,,�.0�2/�/%�KA����q��Pm�Ad�FB^X8��k`�]m�Xx�R��_y�Xv�X��i��y{�o`PC_O@_S=_S=ZO=UKA\RQg\b�~��}�…
|
D | write_plane_interlaced.miff | 16 …AF�2+�,,�.0�2/�/%�KA����q��Pm�Ad�FB^X8��k`�]m�Xx�R��_y�Xv�X��i��y{�o`PC_O@_S=_S=ZO=UKA\RQg\b�~��}�…
|
D | read_plane_interlaced.miff | 16 …AF�2+�,,�.0�2/�/%�KA����q��Qn�Be�FB]W7��j_�\k�Vv�P��`|�Yw�Y��i��wu�k`PC_O@_S=_S=ZO=UKA\RQg\b�~��}�…
|
/external/ImageMagick/PerlMagick/t/reference/write/jpeg/ |
D | write_plane_interlaced.miff | 45 …AF�2+�,,�.0�2/�/%�KA����q��Pm�Ad�FB^X8��k`�]m�Xz�R��_{�Xv�X��i��yz�o`PC_O@_S=_S=ZO=UKA\RQg\b�~��}�…
|