Home
last modified time | relevance | path

Searched refs:_b (Results 1 – 5 of 5) sorted by relevance

/ndk/tests/device/test-gnustl-full/unit/
Dsort_test.cpp163 SortTestAux (bool &b) : _b(b) in SortTestAux()
166 SortTestAux (SortTestAux const&other) : _b(other._b) { in SortTestAux()
167 _b = true; in SortTestAux()
170 bool &_b; member
/ndk/tests/device/test-stlport/unit/
Dsort_test.cpp163 SortTestAux (bool &b) : _b(b) in SortTestAux()
166 SortTestAux (SortTestAux const&other) : _b(other._b) { in SortTestAux()
167 _b = true; in SortTestAux()
170 bool &_b; member
/ndk/sources/host-tools/make-3.81/
Dmake.h534 #define MIN(_a,_b) ((_a)<(_b)?(_a):(_b)) argument
537 #define MAX(_a,_b) ((_a)>(_b)?(_a):(_b)) argument
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
Dse_statpat48 foo.x foo.y: foo.%: $$(%_a) $$($$*_b)
Dse_implicit67 foo.%: $$(%_a) $$(%_b) bar