HomeSort by relevance Sort by last modified time
    Searched full:begin (Results 126 - 150 of 10864) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
mmintrin.h 48 /* APPLE LOCAL begin nodebug inline 4152603 */
52 /* APPLE LOCAL begin radar 5618945 */
62 /* APPLE LOCAL begin radar 4152603 */
63 /* APPLE LOCAL begin radar 5618945 */
71 /* APPLE LOCAL begin radar 5618945 */
80 /* APPLE LOCAL begin radar 5618945 */
88 /* APPLE LOCAL begin radar 5618945 */
100 /* APPLE LOCAL begin radar 5618945 */
108 /* APPLE LOCAL begin radar 5618945 */
117 /* APPLE LOCAL begin radar 5618945 *
    [all...]
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
mmintrin.h 48 /* APPLE LOCAL begin nodebug inline 4152603 */
52 /* APPLE LOCAL begin radar 5618945 */
62 /* APPLE LOCAL begin radar 4152603 */
63 /* APPLE LOCAL begin radar 5618945 */
71 /* APPLE LOCAL begin radar 5618945 */
80 /* APPLE LOCAL begin radar 5618945 */
88 /* APPLE LOCAL begin radar 5618945 */
100 /* APPLE LOCAL begin radar 5618945 */
108 /* APPLE LOCAL begin radar 5618945 */
117 /* APPLE LOCAL begin radar 5618945 *
    [all...]
  /external/clang/include/clang/Analysis/Support/
BumpVector.h 54 T *Begin, *End, *Capacity;
58 : Begin(NULL), End(NULL), Capacity(NULL) {
65 destroy_range(Begin, End);
84 iterator begin() { return Begin; } function in class:clang::BumpVector
85 const_iterator begin() const { return Begin; } function in class:clang::BumpVector
92 reverse_iterator rend() { return reverse_iterator(begin()); }
93 const_reverse_iterator rend() const { return const_reverse_iterator(begin());}
95 bool empty() const { return Begin == End;
    [all...]
  /external/arduino/libraries/Wire/
keywords.txt 13 begin KEYWORD2
  /external/chromium/net/tools/spdyshark/
plugin.rc.in 14 BEGIN
16 BEGIN
18 BEGIN
31 BEGIN
  /external/clang/test/SemaCXX/
PR11358.cpp 8 iterator begin() { return iterator(); } function in struct:test1::container
15 Container::iterator i = c.begin(); // expected-error{{missing 'typename'}}
25 const_iterator begin() const;
31 for (hash_map<KeyType, ValueType>::const_iterator it = map.begin(); // expected-error{{missing 'typename'}}
  /external/llvm/utils/jedit/
tablegen.xml 17 <BEGIN>/*</BEGIN>
21 <BEGIN>"</BEGIN>
  /external/openssl/apps/
dsa512.pem 1 -----BEGIN DSA PARAMETERS-----
testCA.pem 1 -----BEGIN CERTIFICATE REQUEST-----
  /external/openssl/crypto/dh/
dh1024.pem 1 -----BEGIN DH PARAMETERS-----
dh192.pem 1 -----BEGIN DH PARAMETERS-----
dh512.pem 1 -----BEGIN DH PARAMETERS-----
  /external/stlport/test/unit/
complete_digits.h 15 digits.insert(digits.begin(), '0');
  /external/zlib/src/contrib/vstudio/vc10/
zlib.rc 12 BEGIN
14 BEGIN
18 BEGIN
29 BEGIN
  /external/zlib/src/contrib/vstudio/vc9/
zlib.rc 12 BEGIN
14 BEGIN
18 BEGIN
29 BEGIN
  /external/zlib/src/win32/
zlib1.rc 20 BEGIN
22 BEGIN
25 BEGIN
37 BEGIN
  /frameworks/opt/vcard/tests/res/raw/
v21_im.vcf 0 BEGIN:VCARD
v21_japanese_1.vcf 0 BEGIN:VCARD
v30_comma_separated.vcf 0 BEGIN:VCARD
v40_sip.vcf 0 BEGIN:VCARD
  /libcore/support/src/test/java/tests/resources/x509/
crl-rsa-dsa-sigopt.pem 1 -----BEGIN X509 CRL-----
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/associative/map/map.cons/
copy.pass.cpp 45 assert(distance(m.begin(), m.end()) == 3);
46 assert(*m.begin() == V(1, 1));
47 assert(*next(m.begin()) == V(2, 1));
48 assert(*next(m.begin(), 2) == V(3, 1));
53 assert(distance(mo.begin(), mo.end()) == 3);
54 assert(*mo.begin() == V(1, 1));
55 assert(*next(mo.begin()) == V(2, 1));
56 assert(*next(mo.begin(), 2) == V(3, 1));
80 assert(distance(m.begin(), m.end()) == 3);
81 assert(*m.begin() == V(1, 1))
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/associative/set/set.cons/
copy.pass.cpp 45 assert(distance(m.begin(), m.end()) == 3);
46 assert(*m.begin() == 1);
47 assert(*next(m.begin()) == 2);
48 assert(*next(m.begin(), 2) == 3);
53 assert(distance(mo.begin(), mo.end()) == 3);
54 assert(*mo.begin() == 1);
55 assert(*next(mo.begin()) == 2);
56 assert(*next(mo.begin(), 2) == 3);
80 assert(distance(m.begin(), m.end()) == 3);
81 assert(*m.begin() == 1)
    [all...]
copy_assign.pass.cpp 46 assert(distance(m.begin(), m.end()) == 3);
47 assert(*m.begin() == 1);
48 assert(*next(m.begin()) == 2);
49 assert(*next(m.begin(), 2) == 3);
54 assert(distance(mo.begin(), mo.end()) == 3);
55 assert(*mo.begin() == 1);
56 assert(*next(mo.begin()) == 2);
57 assert(*next(mo.begin(), 2) == 3);
81 assert(distance(m.begin(), m.end()) == 3);
82 assert(*m.begin() == 1)
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
complete_digits.h 15 digits.insert(digits.begin(), '0');

Completed in 465 milliseconds

1 2 3 4 56 7 8 91011>>