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

<<11121314151617181920>>

  /external/iproute2/doc/
preamble.tex 18 \begin{document}
  /external/llvm/unittests/ADT/
StringMapTest.cpp 34 EXPECT_TRUE(testMap.begin() == testMap.end());
49 EXPECT_FALSE(testMap.begin() == testMap.end());
53 StringMap<uint32_t>::iterator it = testMap.begin();
63 EXPECT_TRUE(testMap.find(testKey) == testMap.begin());
65 testMap.begin());
66 EXPECT_TRUE(testMap.find(testKeyStr) == testMap.begin());
91 EXPECT_TRUE(constTestMap.begin() == constTestMap.end());
122 testMap.erase(testMap.begin());
156 for (StringMap<uint32_t>::iterator it = testMap.begin();
  /external/netperf/
hist.h 106 int delta_micro(hrtime_t *begin, hrtime_t *end);
108 int delta_micro(hrt_t *begin, hrt_t *end);
110 int delta_micro(LARGE_INTEGER *begin, LARGE_INTEGER *end);
112 int delta_micro(struct timeval *begin, struct timeval *end);
  /external/openssl/apps/
dh1024.pem 1 -----BEGIN DH PARAMETERS-----
privkey.pem 1 -----BEGIN RSA PRIVATE KEY-----
  /external/oprofile/libabi/
opimport.cpp 53 unsigned char const * begin; member in struct:extractor
59 : theabi(a), begin(src), end(src + len) {
87 assert(src >= begin);
92 << " bytes @ " << off << " = " << (src - begin)
113 unsigned char const * const begin = src; local
118 // begin extracting opd header
137 // begin extracting necessary parts of descr
146 // begin extracting nodes
151 assert(src + (node_nr * step) <= begin + len);
  /external/oprofile/libpp/
sample_container.cpp 36 sample_container::samples_iterator sample_container::begin() const function in class:sample_container
38 return samples.begin();
49 sample_container::begin(symbol_entry const * symbol) const function in class:sample_container
137 samples_iterator cit = samples.begin();
symbol_container.cpp 87 symbols_t::const_iterator cit = symbols.begin();
99 for (it = symbols.begin(); it != symbols.end(); ++it) {
109 symbol_container::symbols_t::iterator symbol_container::begin() function in class:symbol_container
111 return symbols.begin();
  /external/srtp/doc/
header.template 62 \begin{document}
63 \begin{titlepage}
65 %\begin{center}
71 \begin{flushright}
  /external/stlport/stlport/stl/
_queue.h 174 { make_heap(c.begin(), c.end(), comp); }
185 : c(__first, __last) { make_heap(c.begin(), c.end(), comp); }
191 { make_heap(c.begin(), c.end(), comp); }
199 make_heap(c.begin(), c.end(), comp);
204 : c(__first, __last) { make_heap(c.begin(), c.end(), comp); }
209 { make_heap(c.begin(), c.end(), comp); }
216 make_heap(c.begin(), c.end(), comp);
226 push_heap(c.begin(), c.end(), comp);
232 pop_heap(c.begin(), c.end(), comp);
  /external/stlport/test/unit/
advance_test.cpp 34 IntVector::iterator location = v.begin();
nthelm_test.cpp 52 nth_element(v1.begin(), v1.begin() + v1.size() / 2, v1.end());
72 nth_element(v1.begin(), v1.begin() + v1.size() / 2, v1.end(), greater<int>());
  /external/tinyxml/
echo.dsp 24 # Begin Project
80 # Begin Target
84 # Begin Source File
88 # Begin Source File
92 # Begin Source File
96 # Begin Source File
100 # Begin Source File
104 # Begin Source File
108 # Begin Source File
  /external/v8/src/
disassembler.h 36 // Print the bytes in the interval [begin, end) into f.
37 static void Dump(FILE* f, byte* begin, byte* end);
39 // Decode instructions in the the interval [begin, end) and print the
42 static int Decode(FILE* f, byte* begin, byte* end);
  /external/v8/test/mjsunit/tools/
tickprocessor-test-func-info.log 4 profiler,"begin",1
  /external/webkit/Tools/WebKitLauncher/
nightly.webkit.org.public.pem 1 -----BEGIN PUBLIC KEY-----
  /frameworks/base/libs/utils/
String16.cpp 105 String16::String16(const String16& o, size_t len, size_t begin)
108 setTo(o, len, begin);
168 status_t String16::setTo(const String16& other, size_t len, size_t begin)
171 if (begin >= N) {
176 if ((begin+len) > N) len = N-begin;
177 if (begin == 0 && len == N) {
186 return setTo(other.string()+begin, len);
378 status_t String16::remove(size_t len, size_t begin)
381 if (begin >= N)
    [all...]
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
LineVerifierElem.java 56 if ("BEGIN:VCARD".equalsIgnoreCase(line)) {
58 TestCase.fail("Multiple \"BEGIN:VCARD\" line found");
82 TestCase.fail("Property other than BEGIN came before BEGIN property: " + line);
  /libcore/luni/src/test/resources/tests/resources/
hyts_badpem.cer 1 -----BEGIN CERTIFICATE-----
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_queue.h 174 { make_heap(c.begin(), c.end(), comp); }
185 : c(__first, __last) { make_heap(c.begin(), c.end(), comp); }
191 { make_heap(c.begin(), c.end(), comp); }
199 make_heap(c.begin(), c.end(), comp);
204 : c(__first, __last) { make_heap(c.begin(), c.end(), comp); }
209 { make_heap(c.begin(), c.end(), comp); }
216 make_heap(c.begin(), c.end(), comp);
226 push_heap(c.begin(), c.end(), comp);
232 pop_heap(c.begin(), c.end(), comp);
  /ndk/tests/device/test-gnustl-full/unit/
advance_test.cpp 34 IntVector::iterator location = v.begin();
nthelm_test.cpp 52 nth_element(v1.begin(), v1.begin() + v1.size() / 2, v1.end());
72 nth_element(v1.begin(), v1.begin() + v1.size() / 2, v1.end(), greater<int>());
  /ndk/tests/device/test-stlport/unit/
advance_test.cpp 34 IntVector::iterator location = v.begin();
nthelm_test.cpp 52 nth_element(v1.begin(), v1.begin() + v1.size() / 2, v1.end());
72 nth_element(v1.begin(), v1.begin() + v1.size() / 2, v1.end(), greater<int>());
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_queue.h 174 { make_heap(c.begin(), c.end(), comp); }
185 : c(__first, __last) { make_heap(c.begin(), c.end(), comp); }
191 { make_heap(c.begin(), c.end(), comp); }
199 make_heap(c.begin(), c.end(), comp);
204 : c(__first, __last) { make_heap(c.begin(), c.end(), comp); }
209 { make_heap(c.begin(), c.end(), comp); }
216 make_heap(c.begin(), c.end(), comp);
226 push_heap(c.begin(), c.end(), comp);
232 pop_heap(c.begin(), c.end(), comp);

Completed in 588 milliseconds

<<11121314151617181920>>