Home
last modified time | relevance | path

Searched defs:numbers (Results 1 – 25 of 45) sorted by relevance

12

/ndk/tests/device/test-stlport/unit/
Drm_cp_test.cpp56 int numbers[6] = { 0, 1, 2, 3, 4, 5 }; in reverse1() local
69 int numbers[6] = { 0, 1, 2, 3, 4, 5 }; in revcopy1() local
105 int numbers[6] = { 0, 1, 2, 0, 1, 2 }; in replcpy1() local
119 int numbers[6] = { 0, 1, 2, 0, 1, 2 }; in replace0() local
189 int numbers[6] = { 1, 2, 3, 1, 2, 3 }; in remove1() local
203 int numbers[6] = { 0, 0, 1, 1, 2, 2 }; in remif1() local
218 int numbers[6] = { 1, 2, 3, 1, 2, 3 }; in remcopy1() local
233 int numbers[6] = { 1, 2, 3, 1, 2, 3 }; in remcpif1() local
Dnthelm_test.cpp35 int numbers[7] = { 5, 2, 4, 1, 0, 3 ,77}; in nthelem0() local
49 int numbers[10] = { 6, 8, 5, 1, 7, 4, 1, 5, 2, 6 }; in nthelem1() local
70 int numbers[10] = { 4, 5, 4, 2, 1, 7, 4, 3, 1, 6 }; in nthelem2() local
Dcount_test.cpp34 int numbers[10] = { 1, 2, 4, 1, 2, 4, 1, 2, 4, 1 }; in count0() local
46 vector <int> numbers(100); in count1() local
59 vector <int> numbers(100); in countif1() local
Dpartial_test.cpp63 int numbers[6] = { 5, 2, 4, 3, 1, 6 }; in parsrt0() local
80 int numbers[10] ={ 8, 8, 5, 3, 7, 6, 5, 3, 2, 4 }; in parsrt1() local
125 int numbers[6] = { 5, 2, 4, 3, 1, 6 }; in parsrtc0() local
137 int numbers[10] ={ 3, 0, 4, 3, 2, 8, 2, 7, 7, 5 }; in parsrtc1() local
176 int numbers[] = { 0, 0, 1, 0, 0, 1, 0, 0 }; in bad_predicate_detected() local
202 int numbers[6] = { 1, 2, 3, 4, 5, 6 }; in partsum0() local
Dpartition_test.cpp56 int numbers[6] = { 10, 5, 11, 20, 6, -2 }; in stblptn0() local
75 int numbers[] = { 5, 5, 2, 10, 0, 12, 5, 0, 0, 19 }; in stblptn1() local
95 int numbers[6] = { 6, 12, 3, 10, 1, 20 }; in ptition0() local
113 int numbers[10] ={ 19, 3, 11, 14, 10, 19, 8, 17, 9, 6 }; in ptition1() local
Dheap_test.cpp37 int numbers[6] = { 5, 10, 4, 13, 11, 19 }; in mkheap0() local
55 int numbers[6] = { 5, 10, 4, 13, 11, 19 }; in mkheap1() local
Drotate_test.cpp38 int numbers[6] = { 0, 1, 2, 3, 4, 5 }; in rotate0() local
92 int numbers[6] = { 0, 1, 2, 3, 4, 5 }; in rotcopy0() local
Diota_test.cpp34 int numbers[10]; in iota1() local
Dsort_test.cpp56 int numbers[6] = { 1, 50, -10, 11, 42, 19 }; in stblsrt1() local
115 int numbers[6] = { 1, 50, -10, 11, 42, 19 }; in sort1() local
129 int numbers[] = { 1, 50, -10, 11, 42, 19 }; in sort2() local
198 int numbers[] = { 0, 0, 1, 0, 0, 1, 0, 0 }; in bad_predicate_detected() local
Dunique_test.cpp37 int numbers[8] = { 0, 1, 1, 2, 2, 2, 3, 4 }; in unique1() local
70 int numbers[8] = { 0, 1, 1, 2, 2, 2, 3, 4 }; in uniqcpy1() local
Dinplace_test.cpp33 int numbers[6] = { 1, 10, 42, 3, 16, 32 }; in inplmrg1() local
Drndshf_test.cpp42 int numbers[6] = { 1, 2, 3, 4, 5, 6 }; in rndshuf0() local
Dforeach_test.cpp37 int numbers[10] = { 1, 1, 2, 3, 5, 8, 13, 21, 34, 55 }; in foreach0() local
/ndk/tests/device/test-gnustl-full/unit/
Drm_cp_test.cpp56 int numbers[6] = { 0, 1, 2, 3, 4, 5 }; in reverse1() local
69 int numbers[6] = { 0, 1, 2, 3, 4, 5 }; in revcopy1() local
105 int numbers[6] = { 0, 1, 2, 0, 1, 2 }; in replcpy1() local
119 int numbers[6] = { 0, 1, 2, 0, 1, 2 }; in replace0() local
189 int numbers[6] = { 1, 2, 3, 1, 2, 3 }; in remove1() local
203 int numbers[6] = { 0, 0, 1, 1, 2, 2 }; in remif1() local
218 int numbers[6] = { 1, 2, 3, 1, 2, 3 }; in remcopy1() local
233 int numbers[6] = { 1, 2, 3, 1, 2, 3 }; in remcpif1() local
Dnthelm_test.cpp35 int numbers[7] = { 5, 2, 4, 1, 0, 3 ,77}; in nthelem0() local
49 int numbers[10] = { 6, 8, 5, 1, 7, 4, 1, 5, 2, 6 }; in nthelem1() local
70 int numbers[10] = { 4, 5, 4, 2, 1, 7, 4, 3, 1, 6 }; in nthelem2() local
Dcount_test.cpp34 int numbers[10] = { 1, 2, 4, 1, 2, 4, 1, 2, 4, 1 }; in count0() local
46 vector <int> numbers(100); in count1() local
59 vector <int> numbers(100); in countif1() local
Dpartial_test.cpp63 int numbers[6] = { 5, 2, 4, 3, 1, 6 }; in parsrt0() local
80 int numbers[10] ={ 8, 8, 5, 3, 7, 6, 5, 3, 2, 4 }; in parsrt1() local
125 int numbers[6] = { 5, 2, 4, 3, 1, 6 }; in parsrtc0() local
137 int numbers[10] ={ 3, 0, 4, 3, 2, 8, 2, 7, 7, 5 }; in parsrtc1() local
176 int numbers[] = { 0, 0, 1, 0, 0, 1, 0, 0 }; in bad_predicate_detected() local
202 int numbers[6] = { 1, 2, 3, 4, 5, 6 }; in partsum0() local
Dpartition_test.cpp56 int numbers[6] = { 10, 5, 11, 20, 6, -2 }; in stblptn0() local
75 int numbers[] = { 5, 5, 2, 10, 0, 12, 5, 0, 0, 19 }; in stblptn1() local
95 int numbers[6] = { 6, 12, 3, 10, 1, 20 }; in ptition0() local
113 int numbers[10] ={ 19, 3, 11, 14, 10, 19, 8, 17, 9, 6 }; in ptition1() local
Dheap_test.cpp37 int numbers[6] = { 5, 10, 4, 13, 11, 19 }; in mkheap0() local
55 int numbers[6] = { 5, 10, 4, 13, 11, 19 }; in mkheap1() local
Drotate_test.cpp38 int numbers[6] = { 0, 1, 2, 3, 4, 5 }; in rotate0() local
92 int numbers[6] = { 0, 1, 2, 3, 4, 5 }; in rotcopy0() local
Diota_test.cpp34 int numbers[10]; in iota1() local
Dsort_test.cpp56 int numbers[6] = { 1, 50, -10, 11, 42, 19 }; in stblsrt1() local
115 int numbers[6] = { 1, 50, -10, 11, 42, 19 }; in sort1() local
129 int numbers[] = { 1, 50, -10, 11, 42, 19 }; in sort2() local
198 int numbers[] = { 0, 0, 1, 0, 0, 1, 0, 0 }; in bad_predicate_detected() local
Dunique_test.cpp37 int numbers[8] = { 0, 1, 1, 2, 2, 2, 3, 4 }; in unique1() local
70 int numbers[8] = { 0, 1, 1, 2, 2, 2, 3, 4 }; in uniqcpy1() local
Dinplace_test.cpp33 int numbers[6] = { 1, 10, 42, 3, 16, 32 }; in inplmrg1() local
Dforeach_test.cpp37 int numbers[10] = { 1, 1, 2, 3, 5, 8, 13, 21, 34, 55 }; in foreach0() local

12