Searched refs:even (Results 1 – 25 of 100) sorted by relevance
1234
/ndk/tests/device/test-gnustl-full/unit/ |
D | ptr2_test.cpp | 39 bool even(int n_) in even() function 73 int* p = find_if((int*)array, (int*)array + 3, pointer_to_unary_function<int, bool>(even)); in ptrun1() 81 int* p = find_if((int*)array, (int*)array + 3, ptr_fun(even)); in ptrun2()
|
/ndk/tests/device/test-stlport/unit/ |
D | ptr2_test.cpp | 39 bool even(int n_) in even() function 73 int* p = find_if((int*)array, (int*)array + 3, pointer_to_unary_function<int, bool>(even)); in ptrun1() 81 int* p = find_if((int*)array, (int*)array + 3, ptr_fun(even)); in ptrun2()
|
/ndk/tests/device/test-basic-rtti/ |
D | README | 2 even if you are not using a regular C++ STL. No <typeinfo> required.
|
/ndk/tests/device/test-basic-exceptions/ |
D | README | 2 even if you are not using a regular C++ STL. No <stdexcept> required.
|
/ndk/sources/cxx-stl/stlport/stlport/ |
D | rope | 27 /* Comment following if you want to use rope class even if you ask for
|
D | hash_set | 32 /* Comment following if you want to use hash constainers even if you ask for
|
D | hash_map | 32 /* Comment following if you want to use hash constainers even if you ask for
|
D | slist | 28 /* Comment following if you want to use the slist constainer even if you ask for
|
/ndk/sources/host-tools/make-3.81/ |
D | subproc.bat | 12 rem ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
D | configure.bat | 12 rem ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
D | AUTHORS | 77 WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
/ndk/sources/host-tools/make-3.81/tests/scripts/options/ |
D | dash-n | 36 # recursive commands, even with -n.
|
D | dash-t | 6 # That means, nobody has even tried to make the tests below comprehensive
|
D | dash-l | 16 decide that it cannot run more than one job even though -j 4 was
|
/ndk/sources/host-tools/make-3.81/po/ |
D | POTFILES.in | 11 # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
D | ChangeLog | 63 WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
D | Makevars | 10 # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
/ndk/sources/host-tools/make-3.81/tests/scripts/targets/ |
D | PHONY | 4 ."sure that the rules under a target get executed even if\n"
|
/ndk/sources/host-tools/make-3.81/config/ |
D | dospaths.m4 | 13 # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
D | ChangeLog | 39 WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
D | patternrules | 14 # can be built are searched even if the first one fails
|
D | include | 53 # how to create makeit.mk, but we should also get a message (even though
|
/ndk/sources/host-tools/make-3.81/glob/ |
D | configure.bat | 12 rem ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
D | SMakefile | 11 # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
/ndk/sources/host-tools/make-3.81/w32/subproc/ |
D | NMakefile | 13 # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
1234