HomeSort by relevance Sort by last modified time
    Searched full:begin (Results 1 - 25 of 8072) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Sema/Inputs/
pragma-arc-cf-code-audited.h 16 #pragma clang arc_cf_code_audited begin
  /frameworks/opt/vcard/tests/res/raw/
v21_simple_1.vcf 0 BEGIN:VCARD
v21_simple_2.vcf 0 BEGIN:VCARD
v21_nest.vcf 0 BEGIN:VCARD
4 BEGIN:VCARD
8 BEGIN:VCARD
v21_simple_3.vcf 0 BEGIN:VCARD
v30_multibyte_param.vcf 0 BEGIN:VCARD
v30_pause_wait.vcf 0 BEGIN:VCARD
  /packages/apps/Contacts/tests/assets/
v21_simple.vcf 0 BEGIN:VCARD
  /external/valgrind/main/none/tests/
pth_mutexspeed.stdout.exp 0 begin 100000 lock--unlocks
  /sdk/files/
plugin.prop 0 # begin plugin.prop
  /external/oprofile/libregex/
demangle_java_symbol.cpp 40 string::const_iterator & begin, string::const_iterator end);
42 string::const_iterator & begin, string::const_iterator end);
46 string::const_iterator & begin, string::const_iterator end)
50 if (begin == end)
53 switch (*begin) {
66 ++begin;
72 string::const_iterator & begin, string::const_iterator end)
74 if (base_type(result, begin, end))
77 if (object_type(result, begin, end))
80 if (array_type(result, begin, end)
    [all...]
  /external/bluetooth/glib/gio/
gioenumtypes.h.template 0 /*** BEGIN file-header ***/
10 /*** BEGIN file-production ***/
15 /*** BEGIN value-header ***/
20 /*** BEGIN file-tail ***/
gioenumtypes.c.template 0 /*** BEGIN file-header ***/
7 /*** BEGIN file-production ***/
11 /*** BEGIN value-header ***/
22 /*** BEGIN value-production ***/
26 /*** BEGIN value-tail ***/
39 /*** BEGIN file-tail ***/
  /external/clang/test/CodeGen/
2002-07-17-StringConstant.c 4 char * foo() { return "\\begin{"; }
  /external/e2fsprogs/misc/
profile-to-c.awk 2 BEGIN {
  /external/icu4c/common/
chariter.cpp 22 : textLength(0), pos(0), begin(0), end(0) {
26 : textLength(length), pos(0), begin(0), end(length) {
33 : textLength(length), pos(position), begin(0), end(length) {
45 : textLength(length), pos(position), begin(textBegin), end(textEnd) {
49 if(begin < 0) {
50 begin = 0;
51 } else if(begin > textLength) {
52 begin = textLength;
54 if(end < begin) {
55 end = begin;
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
sort.h 61 parallel_sort(RandomAccessIterator begin, RandomAccessIterator end,
67 * @param begin Begin iterator of input sequence.
74 parallel_sort(RandomAccessIterator begin, RandomAccessIterator end,
77 _GLIBCXX_CALL(end - begin)
81 (begin, end, comp, parallelism.get_num_threads());
84 (begin, end, comp, parallelism.get_num_threads());
90 * @param begin Begin iterator of input sequence.
97 parallel_sort(RandomAccessIterator begin, RandomAccessIterator end
    [all...]
  /external/quake/quake/src/QW/server/
qwsv.dsp 24 # Begin Project
83 # Begin Target
87 # Begin Group "Source Files"
90 # Begin Source File
94 # Begin Source File
98 # Begin Source File
102 # Begin Source File
106 # Begin Source File
110 # Begin Source File
114 # Begin Source File
    [all...]
  /external/webkit/Tools/MiniBrowser/win/
MiniBrowser.rc 21 BEGIN
23 BEGIN
29 BEGIN
41 BEGIN
53 BEGIN
59 BEGIN
  /external/stlport/test/unit/
rndshf_test.cpp 56 __iota(v1.begin(), v1.end(), 0);
61 random_shuffle(v1.begin(), v1.end(), r);
62 CPPUNIT_ASSERT(count(v1.begin(), v1.end(), 0)==1);
63 CPPUNIT_ASSERT(count(v1.begin(), v1.end(), 1)==1);
64 CPPUNIT_ASSERT(count(v1.begin(), v1.end(), 2)==1);
65 CPPUNIT_ASSERT(count(v1.begin(), v1.end(), 3)==1);
66 CPPUNIT_ASSERT(count(v1.begin(), v1.end(), 4)==1);
67 CPPUNIT_ASSERT(count(v1.begin(), v1.end(), 5)==1);
68 CPPUNIT_ASSERT(count(v1.begin(), v1.end(), 6)==1);
69 CPPUNIT_ASSERT(count(v1.begin(), v1.end(), 7)==1)
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
rndshf_test.cpp 56 __iota(v1.begin(), v1.end(), 0);
61 random_shuffle(v1.begin(), v1.end(), r);
62 CPPUNIT_ASSERT(count(v1.begin(), v1.end(), 0)==1);
63 CPPUNIT_ASSERT(count(v1.begin(), v1.end(), 1)==1);
64 CPPUNIT_ASSERT(count(v1.begin(), v1.end(), 2)==1);
65 CPPUNIT_ASSERT(count(v1.begin(), v1.end(), 3)==1);
66 CPPUNIT_ASSERT(count(v1.begin(), v1.end(), 4)==1);
67 CPPUNIT_ASSERT(count(v1.begin(), v1.end(), 5)==1);
68 CPPUNIT_ASSERT(count(v1.begin(), v1.end(), 6)==1);
69 CPPUNIT_ASSERT(count(v1.begin(), v1.end(), 7)==1)
    [all...]
  /ndk/tests/device/test-stlport/unit/
rndshf_test.cpp 56 __iota(v1.begin(), v1.end(), 0);
61 random_shuffle(v1.begin(), v1.end(), r);
62 CPPUNIT_ASSERT(count(v1.begin(), v1.end(), 0)==1);
63 CPPUNIT_ASSERT(count(v1.begin(), v1.end(), 1)==1);
64 CPPUNIT_ASSERT(count(v1.begin(), v1.end(), 2)==1);
65 CPPUNIT_ASSERT(count(v1.begin(), v1.end(), 3)==1);
66 CPPUNIT_ASSERT(count(v1.begin(), v1.end(), 4)==1);
67 CPPUNIT_ASSERT(count(v1.begin(), v1.end(), 5)==1);
68 CPPUNIT_ASSERT(count(v1.begin(), v1.end(), 6)==1);
69 CPPUNIT_ASSERT(count(v1.begin(), v1.end(), 7)==1)
    [all...]
  /external/e2fsprogs/
.missing-copyright 3 find . -type f \! -name \*~ \! -exec grep -q Begin-Header \{\} \; -print \
  /external/qemu/distrib/sdl-1.2.12/src/main/win32/
version.rc 20 BEGIN
22 BEGIN
24 BEGIN
36 BEGIN
  /external/stlport/stlport/stl/
_relops_cont.h 10 equal(__x.begin(), __x.end(), __y.begin());
17 return lexicographical_compare(__x.begin(), __x.end(),
18 __y.begin(), __y.end());

Completed in 933 milliseconds

1 2 3 4 5 6 7 8 91011>>