Home
last modified time | relevance | path

Searched refs:A (Results 1 – 25 of 226) sorted by relevance

12345678910

/ndk/tests/device/multi-static-instances/jni/
Dmain.cpp6 class A { class
8 static A* instance() { in instance()
9 static A _instance; in instance()
15 A* first = A::instance(); in main()
16 A* second = A::instance(); in main()
/ndk/sources/host-tools/sed-4.2.1/testsuite/
DPCRE.tests24 # 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 …]
Ddc.sed35 /|?[_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
Dflipcase.sed1 s,\([^A-Za-z]*\)\([A-Za-z]*\),\1\L\u\2,g
DBOOST.tests18 ; 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 …]
Dclasses.sed2 s/^\([/[:lower:]A-Z0-9]*_cv_[[:lower:][:upper:]/[:digit:]]*\)=\(.*\)/: \${\1='\2'}/p
Dlinecnt.good2 A dialogue on poverty
88 A spider spins its web.
/ndk/build/gmsl/
D__gmsl5 # 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 …]
Dgmsl5 # 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/sources/host-tools/make-3.81/tests/scripts/functions/
Deval14 A = B
19 $(eval $(shell echo A = A))
21 $(eval A = C)
42 VARS = A B
48 all: ; @echo A = $(A) B = $(B)
56 $answer = "A = A B = B\n";
Dsort17 ."bar2 = boy end, has rise A midnight \n"
43 $answer = "A boy captured_by days end, has jazz_and_a midnight moon_light rise\n"
44 ."A boy captured_by days end, has jazz_and_a midnight moon_light rise\n"
45 ."A boy captured_by days end, has jazz_and_a midnight moon_light rise\n";
Dsubstitution29 A := fooBARfooBARfoo
30 all:;@echo $(A:fooBARfoo=REPL)', '', 'fooBARREPL');
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
Dexport181 A = a
192 SOME = A B C
198 all: ; @echo A=$$A B=$$B C=$$C D=$$D E=$$E F=$$F G=$$G H=$$H I=$$I J=$$J
204 $answer = "A=a B=b C=c D=d E=e F=f G=g H=h I=i J=j\n";
216 A = a
227 SOME = A B C
233 all: ; @echo A=$$A B=$$B C=$$C D=$$D E=$$E F=$$F G=$$G H=$$H I=$$I J=$$J
238 @extraENV{qw(A B C D E F G H I J)} = qw(1 2 3 4 5 6 7 8 9 10);
241 $answer = "A= B= C= D= E= F= G= H= I= J=\n";
/ndk/tests/device/test-gnustl-full/unit/
Dbind_test.cpp118 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()
Dtypeinfo_header_test.cpp14 class A {};
18 const std::type_info& ti = typeid(A);
/ndk/tests/device/test-stlport/unit/
Dbind_test.cpp118 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()
Dtypeinfo_header_test.cpp14 class A {};
18 const std::type_info& ti = typeid(A);
/ndk/build/awk/
Dextract-debuggable.awk76 if ( XML_TAG !~ /^[A-Z][-+_.:0-9A-Z]*$/ ) # validate it
Dextract-package-name.awk77 if ( XML_TAG !~ /^[A-Z][-+_.:0-9A-Z]*$/ ) # validate it
Dxml.awk61 if ( XML_TAG !~ /^[A-Z][-+_.:0-9A-Z]*$/ ) # validate it
Dextract-launchable.awk135 if ( XML_TAG !~ /^[A-Z][-+_.:0-9A-Z]*$/ ) # validate it
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
Dfeatures.h1051 #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/
Dobstack.h127 #define __BPTR_ALIGN(B, P, A) ((B) + (((P) - (B) + (A)) & ~(A))) argument
136 #define __PTR_ALIGN(B, P, A) \ argument
138 P, A)
/ndk/sources/host-tools/make-3.81/tests/scripts/variables/
Dflavors42 A = B
81 $answer = "A = B\n";
161 # A "@" before the variable applies to the entire variable.
/ndk/sources/host-tools/make-3.81/
DNEWS57 invocation such as $(shell ...) was treated as a make comment. A
148 A complete list of bugs fixed in this version is available here:
155 * A new feature exists: order-only prerequisites. These prerequisites
158 they allow you to require target B be built before target A, without
159 requiring that target A will always be rebuilt if target B is updated.
175 * A new function is defined: $(value ...). The argument to this
179 * A new function is defined: $(eval ...). The arguments to this
186 * A new built-in variable is defined, $(MAKEFILE_LIST). It contains a
192 * A new built-in variable is defined: $(.VARIABLES). When it is
196 * A new command-line option is defined, -B or --always-make. If
[all …]

12345678910