/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | PCRE.tests | 24 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 36 # files or online help data or similar. A reference to the ftp site for 42 # intended to apply to whole chains of software. If package A includes PCRE, 44 # A, the condition is not imposed on package B (unless it uses PCRE 361 A.12.123.0 362 0: A.12.123.0 442 A.B.C.D 443 0: A.B.C.D 799 0: A 865 0: A [all …]
|
D | flipcase.sed | 1 s,\([^A-Za-z]*\)\([A-Za-z]*\),\1\L\u\2,g
|
D | dc.sed | 35 /|?[_0-9A-F.]/b number 80 s,|?p,&KSa0kd[[-]Psa0la-]Sad0>a[0P]sad0=a[A*2+]saOtd0>a1-ZSd[[[[ ]P]sclb1\ 82 [t[1P1-d0<c]scd0<c]ScO_1>bO1!<cO[16]<bOX0<b[[q]sc[dSbdA>c[A]sbdA=c[B]sbd\ 149 /|?X/ s/-*[0-9A-F]*\.*\([0-9A-F]*\).*/\1/ 176 s/\(.*|?\)\(_\{0,1\}[0-9A-F]*\.\{0,1\}[0-9A-F]*\)/\2~\1~/ 178 /^[^A-F~]*~.*|I10|/b normal
|
D | classes.sed | 2 s/^\([/[:lower:]A-Z0-9]*_cv_[[:lower:][:upper:]/[:digit:]]*\)=\(.*\)/: \${\1='\2'}/p
|
D | BOOST.tests | 18 ; A value of -1 indicates that the subexpression should not take part in the 42 ; FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT 300 \w A 0 1 310 \W A -1 -1 533 a A 0 1 534 A a 0 1 538 [A-Z]+ abzANZ 0 6 540 [A-z]+ abzABZ 0 6 571 [[.A.]] A 0 1 572 [[.A.]] a 0 1 [all …]
|
D | linecnt.good | 2 A dialogue on poverty 88 A spider spins its web.
|
D | linecnt.inp | 1 A dialogue on poverty 44 A spider spins its web.
|
D | version.gin | 4 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE,
|
D | SPENCER.tests | 500 (A[1])|(A[2])|(A[3])|(A[4])|(A[5])|(A[6])|(A[7])|(A[8])|(A[9])|(A[A]) - A1 A1
|
D | flipcase.inp | 16 09 - 02 - 2002 00.50 BOCCA A Bocca - 2 Tempo Rete 4 Film
|
D | flipcase.good | 16 09 - 02 - 2002 00.50 Bocca A Bocca - 2 Tempo Rete 4 Film
|
/ndk/build/gmsl/ |
D | __gmsl | 5 # A library of functions to be used with GNU Make's $(call) that 30 # FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 180 # Arguments: 1: A list 187 # Arguments: 1: A list 198 # Arguments: 1: A list 205 # Arguments: 1: A list 231 # Arguments: 1: A list to compare against... 248 # Arguments: 1: A list to compare against... 256 # Arguments: 1: A list to reverse 264 # Arguments: 1: A list from which to remove repeated elements [all …]
|
D | gmsl | 5 # A library of functions to be used with GNU Make's $(call) that 30 # FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 56 # Arguments: 1: A boolean value
|
/ndk/tests/device/test-stlport/unit/ |
D | bind_test.cpp | 118 class A class 121 A() : m_n( 0 ) in A() function in A 126 _STLP_MUTABLE(A, m_n) = n; in f() 143 A array[3]; in bind_memfn() 145 for_each( array, array + 3, bind2nd( mem_fun_ref(&A::f), 12 ) ); in bind_memfn()
|
D | typeinfo_header_test.cpp | 14 class A {}; 18 const std::type_info& ti = typeid(A);
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | bind_test.cpp | 118 class A class 121 A() : m_n( 0 ) in A() function in A 126 _STLP_MUTABLE(A, m_n) = n; in f() 143 A array[3]; in bind_memfn() 145 for_each( array, array + 3, bind2nd( mem_fun_ref(&A::f), 12 ) ); in bind_memfn()
|
D | typeinfo_header_test.cpp | 14 class A {}; 18 const std::type_info& ti = typeid(A);
|
/ndk/build/awk/ |
D | extract-package-name.awk | 77 if ( XML_TAG !~ /^[A-Z][-+_.:0-9A-Z]*$/ ) # validate it
|
D | extract-debuggable.awk | 76 if ( XML_TAG !~ /^[A-Z][-+_.:0-9A-Z]*$/ ) # validate it
|
D | xml.awk | 61 if ( XML_TAG !~ /^[A-Z][-+_.:0-9A-Z]*$/ ) # validate it
|
D | extract-launchable.awk | 131 if ( XML_TAG !~ /^[A-Z][-+_.:0-9A-Z]*$/ ) # validate it
|
D | convert-deps-to-cygwin.awk | 44 if ($nn ~ /^[A-Za-z]:/) {
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
D | features.h | 1051 #define _STLP_ARRAY_SIZE(A) sizeof(A) / sizeof(A[0]) argument 1052 #define _STLP_ARRAY_AND_SIZE(A) A, sizeof(A) / sizeof(A[0]) argument
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | obstack.h | 127 #define __BPTR_ALIGN(B, P, A) ((B) + (((P) - (B) + (A)) & ~(A))) argument 136 #define __PTR_ALIGN(B, P, A) \ argument 138 P, A)
|
/ndk/build/tools/ |
D | find-case-duplicates.sh | 34 UPFILE=`echo $FILE | tr [a-z] [A-Z]`
|