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

<<11121314151617181920>>

  /frameworks/base/opengl/java/android/opengl/
GLLogWrapper.java 69 private void begin(String name) { method in class:GLLogWrapper
    [all...]
EGLLogWrapper.java 49 begin("eglChooseConfig");
66 begin("eglCopyBuffers");
80 begin("eglCreateContext");
96 begin("eglCreatePbufferSurface");
111 begin("eglCreatePixmapSurface");
127 begin("eglCreateWindowSurface");
142 begin("eglDestroyContext");
154 begin("eglDestroySurface");
167 begin("eglGetConfigAttrib");
182 begin("eglGetConfigs")
392 private void begin(String name) { method in class:EGLLogWrapper
    [all...]
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/
DefaultDigestAlgorithmIdentifierFinder.java 8 // BEGIN android-removed
30 // BEGIN android-removed
36 // BEGIN android-removed
42 // BEGIN android-removed
50 // BEGIN android-removed
58 // BEGIN android-removed
65 // BEGIN android-removed
75 // BEGIN android-removed
82 // BEGIN android-removed
90 // BEGIN android-remove
    [all...]
  /external/clang/include/clang/AST/
ASTVector.h 58 T *Begin, *End, *Capacity;
64 ASTVector() : Begin(NULL), End(NULL), Capacity(NULL) { }
67 : Begin(NULL), End(NULL), Capacity(NULL) {
74 destroy_range(Begin, End);
93 iterator begin() { return Begin; } function in class:clang::ASTVector
94 const_iterator begin() const { return Begin; } function in class:clang::ASTVector
101 reverse_iterator rend() { return reverse_iterator(begin()); }
102 const_reverse_iterator rend() const { return const_reverse_iterator(begin());}
    [all...]
  /external/valgrind/main/drd/tests/
filter_stderr 40 awk 'BEGIN{begin=1} {if ($0 == "More than 100 errors detected. Subsequent errors") { getline; getline; } else { if (begin) begin = 0; else print last_line; }; last_line = $0; } END { if (! begin) print last_line; }' |
43 awk 'BEGIN{begin=1} { if ($0 == "WARNING: DRD support for Darwin is still considered as experimental.") { getline; getline; } else { if (begin) begin = 0; else print last_line; }; last_line = $0; } END { if (! begin) print last_line; }'
    [all...]
  /external/llvm/include/llvm/ADT/
SmallVector.h 111 iterator begin() { return (iterator)this->BeginX; } function in class:llvm::SmallVectorTemplateCommon
112 const_iterator begin() const { return (const_iterator)this->BeginX; } function in class:llvm::SmallVectorTemplateCommon
123 reverse_iterator rend() { return reverse_iterator(begin()); }
124 const_reverse_iterator rend() const { return const_reverse_iterator(begin());}
126 size_type size() const { return end()-begin(); }
131 size_t capacity() const { return capacity_ptr() - begin(); }
134 pointer data() { return pointer(begin()); }
136 const_pointer data() const { return const_pointer(begin()); }
139 assert(begin() + idx < end());
140 return begin()[idx]
    [all...]
  /external/harfbuzz_ng/src/
hb-gobject-enums.cc.tmpl 0 /*** BEGIN file-header ***/
43 /*** BEGIN file-production ***/
47 /*** BEGIN value-header ***/
59 /*** BEGIN value-production ***/
63 /*** BEGIN value-tail ***/
  /external/webkit/Source/JavaScriptCore/heap/
ConservativeRoots.cpp 47 void ConservativeRoots::add(void* begin, void* end)
49 ASSERT(begin <= end);
50 ASSERT((static_cast<char*>(end) - static_cast<char*>(begin)) < 0x1000000);
51 ASSERT(isPointerAligned(begin));
54 for (char** it = static_cast<char**>(begin); it != static_cast<char**>(end); ++it)
  /frameworks/rs/driver/linkloader/utils/
helper.cpp 26 size_t size, size_t begin, size_t end) {
27 if (end <= begin) {
32 size_t lower = begin & (~0xfUL);
38 if (i < begin) {
43 if (j == begin) {
  /external/ceres-solver/docs/
faq.tex 9 \begin{enumerate}
10 \item \begin{Question}
13 \begin{Answer}
17 \item \begin{Question}
20 \begin{Answer}
24 \item \begin{Question}
27 \begin{Answer}
34 \begin{equation*}
35 \begin{matrix}
48 \item \begin{Question
    [all...]
  /external/stlport/test/unit/
equal_test.cpp 56 pair<IntVec::iterator, IntVec::iterator> range = equal_range(v.begin(), v.end(), 2);
57 CPPUNIT_ASSERT( (range.first - v.begin()) == 6 );
58 CPPUNIT_ASSERT( (range.second - v.begin()) == 9 );
62 range = equal_range(v.begin(), v.end(), 4);
113 it = upper_bound(tv.begin(), tv.end(), 5);
117 it = lower_bound(tv.begin(), tv.end(), 5);
121 p = equal_range(tv.begin(), tv.end(), 5);
145 CPPUNIT_ASSERT( !equal(v1.begin(), v1.end(), v2.begin()) );
147 copy(v1.begin(), v1.end(), v2.begin())
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
equal_test.cpp 56 pair<IntVec::iterator, IntVec::iterator> range = equal_range(v.begin(), v.end(), 2);
57 CPPUNIT_ASSERT( (range.first - v.begin()) == 6 );
58 CPPUNIT_ASSERT( (range.second - v.begin()) == 9 );
62 range = equal_range(v.begin(), v.end(), 4);
113 it = upper_bound(tv.begin(), tv.end(), 5);
117 it = lower_bound(tv.begin(), tv.end(), 5);
121 p = equal_range(tv.begin(), tv.end(), 5);
145 CPPUNIT_ASSERT( !equal(v1.begin(), v1.end(), v2.begin()) );
147 copy(v1.begin(), v1.end(), v2.begin())
    [all...]
  /ndk/tests/device/test-stlport/unit/
equal_test.cpp 56 pair<IntVec::iterator, IntVec::iterator> range = equal_range(v.begin(), v.end(), 2);
57 CPPUNIT_ASSERT( (range.first - v.begin()) == 6 );
58 CPPUNIT_ASSERT( (range.second - v.begin()) == 9 );
62 range = equal_range(v.begin(), v.end(), 4);
113 it = upper_bound(tv.begin(), tv.end(), 5);
117 it = lower_bound(tv.begin(), tv.end(), 5);
121 p = equal_range(tv.begin(), tv.end(), 5);
145 CPPUNIT_ASSERT( !equal(v1.begin(), v1.end(), v2.begin()) );
147 copy(v1.begin(), v1.end(), v2.begin())
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
merge.h 43 * The @c begin iterators are advanced accordingly, they might not
45 * @param begin1 Begin iterator of first sequence.
47 * @param begin2 Begin iterator of second sequence.
49 * @param target Target begin iterator.
90 * The @c begin iterators are advanced accordingly, they might not
94 * @param begin1 Begin iterator of first sequence.
96 * @param begin2 Begin iterator of second sequence.
98 * @param target Target begin iterator.
159 * The @c begin iterators are advanced accordingly, they might not
162 * @param begin1 Begin iterator of first sequence
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/url/src/
URLParser.h 78 int i = auth.begin() + auth.length() - 1;
79 while (i > auth.begin() && spec[i] != '@')
84 parseUserInfo(spec, URLComponent(auth.begin(), i - auth.begin()), username, password);
85 parseServerInfo(spec, URLComponent::fromRange(i + 1, auth.begin() + auth.length()), host, port);
97 int begin = 0; local
98 while (begin < specLength && shouldTrimFromURL(spec[begin]))
99 begin++;
100 if (begin == specLength
153 int begin = 0; local
248 int begin = 0; local
293 int begin = 0; local
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
Vector.h 77 static void destruct(T* begin, T* end)
79 for (T* cur = begin; cur != end; ++cur)
96 static void initialize(T* begin, T* end)
98 for (T* cur = begin; cur != end; ++cur)
106 static void initialize(T* begin, T* end)
108 memset(begin, 0, reinterpret_cast<char*>(end) - reinterpret_cast<char*>(begin));
237 static void destruct(T* begin, T* end)
239 VectorDestructor<VectorTraits<T>::needsDestruction, T>::destruct(begin, end);
242 static void initialize(T* begin, T* end
    [all...]
  /external/chromium/chrome/browser/profiles/
profile_dependency_manager.cc 25 all_components_.erase(std::remove(all_components_.begin(),
31 EdgeMap::iterator it = edges_.begin();
54 destruction_order_.begin(); it != destruction_order_.end(); ++it) {
59 destruction_order_.begin(); it != destruction_order_.end(); ++it) {
76 std::copy(all_components_.begin(),
81 for (EdgeMap::const_iterator it = edges_.begin();
83 queue_end = std::remove(queue.begin(), queue_end, it->second);
105 for (EdgeMap::iterator jt = edges.begin(); jt != edges.end(); ++jt) {
121 std::reverse(output.begin(), output.end());
  /external/webkit/Source/JavaScriptCore/dfg/
DFGGraph.h 44 BasicBlock(unsigned bytecodeBegin, NodeIndex begin, NodeIndex end)
46 , begin(begin)
57 NodeIndex begin; member in struct:JSC::DFG::BasicBlock
96 BasicBlock* begin = m_blocks.begin(); local
97 BasicBlock* block = binarySearch<BasicBlock, unsigned, BasicBlock::getBytecodeBegin>(begin, m_blocks.size(), bytecodeBegin);
98 ASSERT(block >= m_blocks.begin() && block < m_blocks.end());
99 return static_cast<BlockIndex>(block - begin);
  /external/zlib/src/contrib/delphi/
ZLib.pas 219 begin
224 begin
229 begin
234 begin
255 begin
261 begin
266 begin
273 begin
280 begin
291 begin
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/algorithms/alg.modifying.operations/alg.partitions/
partition_point.pass.cpp 30 assert(std::partition_point(forward_iterator<const int*>(std::begin(ia)),
36 assert(std::partition_point(forward_iterator<const int*>(std::begin(ia)),
42 assert(std::partition_point(forward_iterator<const int*>(std::begin(ia)),
48 assert(std::partition_point(forward_iterator<const int*>(std::begin(ia)),
54 assert(std::partition_point(forward_iterator<const int*>(std::begin(ia)),
60 assert(std::partition_point(forward_iterator<const int*>(std::begin(ia)),
66 assert(std::partition_point(forward_iterator<const int*>(std::begin(ia)),
72 assert(std::partition_point(forward_iterator<const int*>(std::begin(ia)),
73 forward_iterator<const int*>(std::begin(ia)),
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/associative/multiset/
emplace.pass.cpp 32 assert(r == m.begin());
34 assert(*m.begin() == DefaultOnly());
38 assert(r == next(m.begin()));
40 assert(*m.begin() == DefaultOnly());
49 assert(r == m.begin());
51 assert(*m.begin() == Emplaceable());
53 assert(r == next(m.begin()));
57 assert(r == next(m.begin(), 2));
66 assert(r == m.begin());
emplace_hint.pass.cpp 32 assert(r == m.begin());
34 assert(*m.begin() == DefaultOnly());
38 assert(r == m.begin());
40 assert(*m.begin() == DefaultOnly());
49 assert(r == m.begin());
51 assert(*m.begin() == Emplaceable());
53 assert(r == next(m.begin()));
57 assert(r == next(m.begin()));
66 assert(r == m.begin());
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/associative/set/
emplace.pass.cpp 33 assert(r.first == m.begin());
35 assert(*m.begin() == DefaultOnly());
40 assert(r.first == m.begin());
42 assert(*m.begin() == DefaultOnly());
52 assert(r.first == m.begin());
54 assert(*m.begin() == Emplaceable());
57 assert(r.first == next(m.begin()));
62 assert(r.first == next(m.begin()));
72 assert(r.first == m.begin());
emplace_hint.pass.cpp 32 assert(r == m.begin());
34 assert(*m.begin() == DefaultOnly());
38 assert(r == m.begin());
40 assert(*m.begin() == DefaultOnly());
49 assert(r == m.begin());
51 assert(*m.begin() == Emplaceable());
53 assert(r == next(m.begin()));
57 assert(r == next(m.begin()));
66 assert(r == m.begin());
  /external/expat/xmlwf/
xmlwf.dsp 24 # Begin Project
84 # Begin Target
88 # Begin Group "Source Files"
91 # Begin Source File
95 # Begin Source File
100 # Begin Source File
105 # Begin Source File
109 # Begin Source File
113 # Begin Source File
118 # Begin Group "Header Files"
    [all...]

Completed in 1246 milliseconds

<<11121314151617181920>>