HomeSort by relevance Sort by last modified time
    Searched full:begin (Results 251 - 275 of 15437) sorted by null

<<11121314151617181920>>

  /external/libmicrohttpd/w32/VS2013/
microhttpd_dll_res_vc.rc 18 BEGIN
20 BEGIN
22 BEGIN
39 BEGIN
microhttpd_dll_res_vc.rc.in 18 BEGIN
20 BEGIN
22 BEGIN
39 BEGIN
  /external/llvm/utils/jedit/
tablegen.xml 17 <BEGIN>/*</BEGIN>
21 <BEGIN>"</BEGIN>
  /external/lzma/C/
7zVersion.rc 32 BEGIN \
34 BEGIN \
36 BEGIN \
48 BEGIN \
  /external/vboot_reference/tests/testkeys/
rsa_padding_test_pubkey.pem 1 -----BEGIN PUBLIC KEY-----
  /external/xmlrpcpp/
xmlrpc.dsp 24 # Begin Project
86 # Begin Target
90 # Begin Group "Source Files"
93 # Begin Source File
97 # Begin Source File
101 # Begin Source File
105 # Begin Source File
109 # Begin Source File
113 # Begin Source File
117 # Begin Source File
    [all...]
  /external/zlib/src/contrib/vstudio/vc10/
zlib.rc 12 BEGIN
14 BEGIN
18 BEGIN
29 BEGIN
  /external/zlib/src/contrib/vstudio/vc11/
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
  /frameworks/support/previewsdk/
previewconstants.sh 3 echo "/** Begin preview constants"
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.cons/
copy_alloc.pass.cpp 46 assert(distance(m.begin(), m.end()) == 3);
47 assert(*m.begin() == V(1, 1));
48 assert(*next(m.begin()) == V(2, 1));
49 assert(*next(m.begin(), 2) == V(3, 1));
54 assert(distance(mo.begin(), mo.end()) == 3);
55 assert(*mo.begin() == V(1, 1));
56 assert(*next(mo.begin()) == V(2, 1));
57 assert(*next(mo.begin(), 2) == V(3, 1));
81 assert(distance(m.begin(), m.end()) == 3);
82 assert(*m.begin() == V(1, 1))
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/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...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.modifiers/
erase_iter.pass.cpp 24 std::list<int>::const_iterator i = l1.begin();
28 assert(distance(l1.begin(), l1.end()) == 2);
30 assert(*l1.begin() == 1);
31 assert(*next(l1.begin()) == 3);
35 assert(distance(l1.begin(), l1.end()) == 1);
36 assert(*l1.begin() == 1);
37 j = l1.erase(l1.begin());
40 assert(distance(l1.begin(), l1.end()) == 0);
46 std::list<int, min_allocator<int>>::const_iterator i = l1.begin();
50 assert(distance(l1.begin(), l1.end()) == 2)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.modifiers/
erase_iter.pass.cpp 25 std::vector<int>::const_iterator i = l1.begin();
30 assert(distance(l1.begin(), l1.end()) == 2);
32 assert(*l1.begin() == 1);
33 assert(*next(l1.begin()) == 3);
38 assert(distance(l1.begin(), l1.end()) == 1);
39 assert(*l1.begin() == 1);
41 j = l1.erase(l1.begin());
44 assert(distance(l1.begin(), l1.end()) == 0);
51 std::vector<int, min_allocator<int>>::const_iterator i = l1.begin();
56 assert(distance(l1.begin(), l1.end()) == 2)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/
erase_iter.pass.cpp 25 std::vector<bool>::const_iterator i = l1.begin();
29 assert(distance(l1.begin(), l1.end()) == 2);
31 assert(*l1.begin() == 1);
32 assert(*next(l1.begin()) == true);
36 assert(distance(l1.begin(), l1.end()) == 1);
37 assert(*l1.begin() == true);
38 j = l1.erase(l1.begin());
41 assert(distance(l1.begin(), l1.end()) == 0);
46 std::vector<bool, min_allocator<bool>>::const_iterator i = l1.begin();
50 assert(distance(l1.begin(), l1.end()) == 2)
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/detail/
finder.hpp 19 #include <boost/range/begin.hpp>
33 Returns a pair <begin,end> marking the subsequence in the sequence.
44 m_Search(::boost::begin(Search), ::boost::end(Search)), m_Comp(Comp) {}
55 ForwardIteratorT Begin,
62 for(input_iterator_type OuterIt=Begin;
71 search_iterator_type SubstrIt=m_Search.begin();
97 Returns a pair <begin,end> marking the subsequence in the sequence.
111 m_Search(::boost::begin(Search), ::boost::end(Search)), m_Comp(Comp) {}
122 ForwardIteratorT Begin,
133 return findit( Begin, End, category() )
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
complete_digits.h 15 digits.insert(digits.begin(), '0');
  /ndk/tests/device/test-stlport/unit/
complete_digits.h 15 digits.insert(digits.begin(), '0');
  /external/libopus/doc/
header.html 6 <!--BEGIN PROJECT_NAME--><title>$projectname: $title</title><!--END PROJECT_NAME-->
7 <!--BEGIN !PROJECT_NAME--><title>$title</title><!--END !PROJECT_NAME-->
17 <!--BEGIN TITLEAREA-->
22 <!--BEGIN PROJECT_LOGO-->
25 <!--BEGIN PROJECT_NAME-->
31 <!--BEGIN PROJECT_BRIEF--><div id="projectbrief">$projectbrief</div><!--END PROJECT_BRIEF-->
33 <td><!--BEGIN PROJECT_NUMBER--><span id="projectnumber">$projectnumber</span><!--END PROJECT_NUMBER-->
38 <!--BEGIN !PROJECT_NAME-->
39 <!--BEGIN PROJECT_BRIEF-->
45 <!--BEGIN DISABLE_INDEX--
    [all...]
  /external/opencv3/doc/
header.html 8 <!--BEGIN PROJECT_NAME--><title>$projectname: $title</title><!--END PROJECT_NAME-->
9 <!--BEGIN !PROJECT_NAME--><title>$title</title><!--END !PROJECT_NAME-->
23 <!--BEGIN TITLEAREA-->
28 <!--BEGIN PROJECT_LOGO-->
31 <!--BEGIN PROJECT_NAME-->
34 <!--BEGIN PROJECT_NUMBER-->&#160;<span id="projectnumber">$projectnumber</span><!--END PROJECT_NUMBER-->
36 <!--BEGIN PROJECT_BRIEF--><div id="projectbrief">$projectbrief</div><!--END PROJECT_BRIEF-->
39 <!--BEGIN !PROJECT_NAME-->
40 <!--BEGIN PROJECT_BRIEF-->
46 <!--BEGIN DISABLE_INDEX--
    [all...]

Completed in 1322 milliseconds

<<11121314151617181920>>