HomeSort by relevance Sort by last modified time
    Searched refs:end (Results 226 - 250 of 14984) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/ov_tree_map_/
iterators_fn_imps.hpp 70 return const_node_iterator(const_cast<pointer>(mid_pointer(begin(), end())),
72 const_cast<pointer>(end()),(m_a_metadata == NULL)?
82 return const_node_iterator(end(), end(), end(),
91 return node_iterator(mid_pointer(begin(), end()), begin(), end(),
100 return node_iterator(end(), end(),
101 end(),(m_a_metadata == NULL) ? NULL : m_a_metadata + m_size)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/ov_tree_map_/
iterators_fn_imps.hpp 70 return const_node_iterator(const_cast<pointer>(mid_pointer(begin(), end())),
72 const_cast<pointer>(end()),(m_a_metadata == 0)?
82 return const_node_iterator(end(), end(), end(),
91 return node_iterator(mid_pointer(begin(), end()), begin(), end(),
100 return node_iterator(end(), end(),
101 end(),(m_a_metadata == 0) ? 0 : m_a_metadata + m_size)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/ov_tree_map_/
iterators_fn_imps.hpp 70 return node_const_iterator(const_cast<pointer>(mid_pointer(begin(), end())),
72 const_cast<pointer>(end()),(m_a_metadata == 0)?
82 return node_const_iterator(end(), end(), end(),
91 return node_iterator(mid_pointer(begin(), end()), begin(), end(),
100 return node_iterator(end(), end(),
101 end(),(m_a_metadata == 0) ? 0 : m_a_metadata + m_size)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/ov_tree_map_/
iterators_fn_imps.hpp 70 return const_node_iterator(const_cast<pointer>(mid_pointer(begin(), end())),
72 const_cast<pointer>(end()),(m_a_metadata == 0)?
82 return const_node_iterator(end(), end(), end(),
91 return node_iterator(mid_pointer(begin(), end()), begin(), end(),
100 return node_iterator(end(), end(),
101 end(),(m_a_metadata == 0) ? 0 : m_a_metadata + m_size)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/ov_tree_map_/
iterators_fn_imps.hpp 70 return node_const_iterator(const_cast<pointer>(mid_pointer(begin(), end())),
72 const_cast<pointer>(end()),(m_a_metadata == 0)?
82 return node_const_iterator(end(), end(), end(),
91 return node_iterator(mid_pointer(begin(), end()), begin(), end(),
100 return node_iterator(end(), end(),
101 end(),(m_a_metadata == 0) ? 0 : m_a_metadata + m_size)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/ov_tree_map_/
iterators_fn_imps.hpp 70 return node_const_iterator(const_cast<pointer>(mid_pointer(begin(), end())),
72 const_cast<pointer>(end()),(m_a_metadata == 0)?
82 return node_const_iterator(end(), end(), end(),
91 return node_iterator(mid_pointer(begin(), end()), begin(), end(),
100 return node_iterator(end(), end(),
101 end(),(m_a_metadata == 0) ? 0 : m_a_metadata + m_size)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/ov_tree_map_/
iterators_fn_imps.hpp 70 return node_const_iterator(const_cast<pointer>(mid_pointer(begin(), end())),
72 const_cast<pointer>(end()),(m_a_metadata == 0)?
82 return node_const_iterator(end(), end(), end(),
91 return node_iterator(mid_pointer(begin(), end()), begin(), end(),
100 return node_iterator(end(), end(),
101 end(),(m_a_metadata == 0) ? 0 : m_a_metadata + m_size)
    [all...]
  /dalvik/dx/src/com/android/dx/util/
ByteArrayAnnotatedOutput.java 134 * bytes at the end).
162 int end = writeAt + 1; local
165 ensureCapacity(end);
166 } else if (end > data.length) {
172 cursor = end;
178 int end = writeAt + 2; local
181 ensureCapacity(end);
182 } else if (end > data.length) {
189 cursor = end;
195 int end = writeAt + 4 local
214 int end = writeAt + 8; local
262 int end = writeAt + blen; local
278 int end = writeAt + length; local
310 int end = cursor + count; local
335 int end = (cursor + mask) & ~mask; local
489 int end; local
558 private int end; field in class:ByteArrayAnnotatedOutput.Annotation
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/util/
ByteArrayAnnotatedOutput.java 131 * bytes at the end).
159 int end = writeAt + 1; local
162 ensureCapacity(end);
163 } else if (end > data.length) {
169 cursor = end;
175 int end = writeAt + 2; local
178 ensureCapacity(end);
179 } else if (end > data.length) {
186 cursor = end;
192 int end = writeAt + 4 local
211 int end = writeAt + 8; local
259 int end = writeAt + blen; local
275 int end = writeAt + length; local
307 int end = cursor + count; local
332 int end = (cursor + mask) & ~mask; local
486 int end; local
555 private int end; field in class:ByteArrayAnnotatedOutput.Annotation
    [all...]
  /external/icu/icu4c/source/common/
uchriter.cpp 82 && end == realThat.end;
87 return ustr_hashUCharsN(text, textLength) ^ pos ^ begin ^ end;
98 if(pos < end) {
108 if(pos < end) {
117 pos = end;
129 } else if(position > end) {
130 pos = end;
134 if(pos < end) {
143 if (pos >= begin && pos < end) {
    [all...]
  /external/lldb/include/lldb/Core/
RangeMap.h 88 SetRangeEnd (BaseType end)
90 if (end > base)
91 size = end - base;
208 std::stable_sort (m_entries.begin(), m_entries.end());
215 typename Collection::const_iterator pos, end, prev; local
217 // don't end up allocating and making a new collection for no reason
218 for (pos = m_entries.begin(), end = m_entries.end(), prev = end; pos != end; prev = pos++
237 typename Collection::iterator end; local
301 typename Collection::iterator pos, end; local
371 typename Collection::const_iterator end = m_entries.end(); local
398 typename Collection::const_iterator end = m_entries.end(); local
426 typename Collection::const_iterator end = m_entries.end(); local
495 typename Collection::const_iterator pos, end, prev; local
517 typename Collection::iterator end; local
581 typename Collection::iterator pos, end; local
657 typename Collection::const_iterator end = m_entries.end(); local
684 typename Collection::const_iterator end = m_entries.end(); local
712 typename Collection::const_iterator end = m_entries.end(); local
828 typename Collection::const_iterator pos, end, prev; local
847 typename Collection::iterator end; local
929 typename Collection::const_iterator end = m_entries.end(); local
958 typename Collection::iterator end = m_entries.end(); local
988 typename Collection::const_iterator end = m_entries.end(); local
1016 typename Collection::const_iterator end = m_entries.end(); local
1089 typename Collection::const_iterator pos, end, prev; local
1108 typename Collection::iterator end; local
1150 typename Collection::iterator end; local
1229 typename Collection::const_iterator end = m_entries.end(); local
1258 typename Collection::iterator end = m_entries.end(); local
1288 typename Collection::const_iterator end = m_entries.end(); local
1316 typename Collection::const_iterator end = m_entries.end(); local
1439 typename Collection::const_iterator pos, end, prev; local
1501 typename Collection::iterator end = m_entries.end(); local
    [all...]
  /external/openfst/src/include/fst/
interval-set.h 41 T end; member in struct:fst::IntervalSet::Interval
43 Interval() : begin(-1), end(-1) {}
45 Interval(T b, T e) : begin(b), end(e) {}
48 return begin < i.begin || (begin == i.begin && end > i.end);
52 return begin == i.begin && end == i.end;
56 return begin != i.begin || end != i.end;
64 end = n
    [all...]
  /external/clang/test/Analysis/inlining/
InlineObjCInstanceMethod.h 11 @protocol NSObject - (BOOL)isEqual:(id)object; @end
20 @end
34 @end
37 @end
41 @end
45 @end
  /external/libcxx/test/std/re/re.regex/re.regex.construct/
iter_iter_flg.pass.cpp 40 test(F(s1.begin()), F(s1.end()), std::regex_constants::basic, 1);
41 test(F(s2.begin()), F(s2.end()), std::regex_constants::basic, 1);
42 test(F(s3.begin()), F(s3.end()), std::regex_constants::basic, 2);
43 test(F(s4.begin()), F(s4.end()), std::regex_constants::basic, 0);
45 test(F(s1.begin()), F(s1.end()), std::regex_constants::extended, 0);
46 test(F(s2.begin()), F(s2.end()), std::regex_constants::extended, 0);
47 test(F(s3.begin()), F(s3.end()), std::regex_constants::extended, 0);
48 test(F(s4.begin()), F(s4.end()), std::regex_constants::extended, 2);
50 test(F(s1.begin()), F(s1.end()), std::regex_constants::ECMAScript, 0);
51 test(F(s2.begin()), F(s2.end()), std::regex_constants::ECMAScript, 0)
    [all...]
  /frameworks/support/v4/jellybean-mr2/android/support/v4/widget/
TextViewCompatJbMr2.java 27 @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end,
29 textView.setCompoundDrawablesRelative(start, top, end, bottom);
33 @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end,
35 textView.setCompoundDrawablesRelativeWithIntrinsicBounds(start, top, end, bottom);
39 int start, int top, int end, int bottom) {
40 textView.setCompoundDrawablesRelativeWithIntrinsicBounds(start, top, end, bottom);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.construct/
iter_iter_flg.pass.cpp 40 test(F(s1.begin()), F(s1.end()), std::regex_constants::basic, 1);
41 test(F(s2.begin()), F(s2.end()), std::regex_constants::basic, 1);
42 test(F(s3.begin()), F(s3.end()), std::regex_constants::basic, 2);
43 test(F(s4.begin()), F(s4.end()), std::regex_constants::basic, 0);
45 test(F(s1.begin()), F(s1.end()), std::regex_constants::extended, 0);
46 test(F(s2.begin()), F(s2.end()), std::regex_constants::extended, 0);
47 test(F(s3.begin()), F(s3.end()), std::regex_constants::extended, 0);
48 test(F(s4.begin()), F(s4.end()), std::regex_constants::extended, 2);
50 test(F(s1.begin()), F(s1.end()), std::regex_constants::ECMAScript, 0);
51 test(F(s2.begin()), F(s2.end()), std::regex_constants::ECMAScript, 0)
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/dialpad/
SmartDialMatchPosition.java 25 * start and end indicate that the range start to end (exclusive) correspond to some characters
33 public int end; field in class:SmartDialMatchPosition
35 public SmartDialMatchPosition(int start, int end) {
37 this.end = end;
42 this.end += toAdvance;
67 Log.d(TAG, "[" + m.start + "," + m.end + "]");
  /build/tools/check_prereq/
check_prereq.c 39 char* end; local
40 long install = strtol(argv[1], &end, 10);
45 return (*end == 0 && current > 0 && install >= current) ? 0 : 1;
  /cts/tests/tests/animation/src/android/animation/cts/
FloatEvaluatorTest.java 25 float end = 1.0f; local
28 float result = floatEvaluator.evaluate(fraction, start, end);
30 assertTrue(result <= (fraction*end));
  /external/clang/test/PCH/
cxx-for-range.h 5 int *end();
10 char *end(T);
15 char *end(U);
  /external/elfutils/src/libdw/
dwarf_haspc.c 45 Dwarf_Addr end; local
48 &begin, &end)) > 0)
49 if (pc >= begin && pc < end)
  /external/libcxx/test/std/containers/associative/multiset/multiset.cons/
default.pass.cpp 26 assert(m.begin() == m.end());
32 assert(m.begin() == m.end());
37 assert(m.begin() == m.end());
  /external/libcxx/test/std/containers/associative/set/set.cons/
default.pass.cpp 26 assert(m.begin() == m.end());
32 assert(m.begin() == m.end());
37 assert(m.begin() == m.end());
  /external/skia/tools/lua/
classify_rrect_clips.lua 2 function sk_scrape_startcanvas(c, fileName) end
4 function sk_scrape_endcanvas(c, fileName) end
13 end
31 end
32 end
34 end
35 end
45 end
48 end
53 end
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/multiset.cons/
default.pass.cpp 26 assert(m.begin() == m.end());
32 assert(m.begin() == m.end());
37 assert(m.begin() == m.end());

Completed in 2125 milliseconds

1 2 3 4 5 6 7 8 91011>>