HomeSort by relevance Sort by last modified time
    Searched refs:end (Results 276 - 300 of 15271) sorted by null

<<11121314151617181920>>

  /external/grpc-grpc/src/objective-c/tests/
InteropTests.h 41 @end
  /external/harfbuzz_ng/src/
hb-shaper.cc 59 char *end, *p = env; local
62 end = strchr (p, ',');
63 if (!end)
64 end = p + strlen (p);
67 if (end - p == (int) strlen (shapers[j].name) &&
68 0 == strncmp (shapers[j].name, p, end - p))
77 if (!*end)
80 p = end + 1;
  /external/icu/android_icu4j/src/main/java/android/icu/util/
DateRule.java 47 * end date.
50 * @param end Only occurrances before this date are returned.
53 * does not occur between the start and end dates.
58 abstract public Date firstBetween(Date start, Date end);
78 abstract public boolean isBetween(Date start, Date end);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DateRule.java 47 * end date.
50 * @param end Only occurrances before this date are returned.
53 * does not occur between the start and end dates.
59 abstract public Date firstBetween(Date start, Date end);
81 abstract public boolean isBetween(Date start, Date end);
  /external/libchrome/base/task/sequence_manager/test/
fake_task.h 21 FakeTaskTiming(TimeTicks start, TimeTicks end);
23 TimeTicks end,
  /external/libchrome/ui/gfx/range/mojo/
range_struct_traits_unittest.cc 48 const uint32_t end = 5678; local
49 gfx::Range input(start, end);
54 EXPECT_EQ(end, output.end());
59 const float end = 6789.6f; local
60 gfx::RangeF input(start, end);
65 EXPECT_EQ(end, output.end());
  /external/libchrome/ui/gfx/range/
range_f.cc 28 RangeF range_f(range.start(), range.end());
34 uint32_t end = end_ > 0 ? static_cast<uint32_t>(std::floor(end_)) : 0; local
35 return Range(start, end);
40 uint32_t end = end_ > 0 ? static_cast<uint32_t>(std::ceil(end_)) : 0; local
41 return Range(start, end);
46 uint32_t end = end_ > 0 ? static_cast<uint32_t>(std::round(end_)) : 0; local
47 return Range(start, end);
51 return base::StringPrintf("{%f,%f}", start(), end());
  /external/libcxx/test/libcxx/algorithms/alg.modifying.operations/alg.random.shuffle/
random_shuffle.cxx1z.pass.cpp 46 std::random_shuffle(v.begin(), v.end());
48 std::random_shuffle(v.begin(), v.end(), r);
  /external/libcxx/test/std/containers/associative/map/map.ops/
find0.pass.cpp 34 assert(example.find(C2Int{5}) == example.end());
39 assert(example.find(C2Int{5}) == example.end());
lower_bound0.pass.cpp 34 assert(example.lower_bound(C2Int{5}) == example.end());
39 assert(example.lower_bound(C2Int{5}) == example.end());
upper_bound0.pass.cpp 34 assert(example.upper_bound(C2Int{5}) == example.end());
39 assert(example.upper_bound(C2Int{5}) == example.end());
  /external/libcxx/test/std/containers/associative/multimap/multimap.ops/
find0.pass.cpp 34 assert(example.find(C2Int{5}) == example.end());
39 assert(example.find(C2Int{5}) == example.end());
lower_bound0.pass.cpp 34 assert(example.lower_bound(C2Int{5}) == example.end());
39 assert(example.lower_bound(C2Int{5}) == example.end());
upper_bound0.pass.cpp 34 assert(example.upper_bound(C2Int{5}) == example.end());
39 assert(example.upper_bound(C2Int{5}) == example.end());
  /external/libcxx/test/std/containers/sequences/deque/deque.modifiers/
clear.pass.cpp 29 assert(distance(c.begin(), c.end()) == 0);
35 C c(std::begin(t), std::end(t));
39 assert(distance(c.begin(), c.end()) == 0);
42 assert(distance(c.begin(), c.end()) == 0);
51 assert(distance(c.begin(), c.end()) == 0);
57 C c(std::begin(t), std::end(t));
61 assert(distance(c.begin(), c.end()) == 0);
64 assert(distance(c.begin(), c.end()) == 0);
  /external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.modifiers/
clear.pass.cpp 29 assert(distance(c.begin(), c.end()) == 0);
35 C c(std::begin(t), std::end(t));
39 assert(distance(c.begin(), c.end()) == 0);
42 assert(distance(c.begin(), c.end()) == 0);
51 assert(distance(c.begin(), c.end()) == 0);
57 C c(std::begin(t), std::end(t));
61 assert(distance(c.begin(), c.end()) == 0);
64 assert(distance(c.begin(), c.end()) == 0);
  /external/libcxx/test/std/input.output/iostreams.base/ios.base/ios.types/ios_seekdir/
seekdir.pass.cpp 16 // static const seekdir end;
24 assert(std::ios_base::beg != std::ios_base::end);
25 assert(std::ios_base::cur != std::ios_base::end);
  /external/libcxx/test/std/iterators/stream.iterators/iterator.range/
end_non_const.pass.cpp 12 // template <class C> auto end(C& c) -> decltype(c.end());
21 std::vector<int>::iterator i = end(v);
22 assert(i == v.end());
  /external/libcxx/test/std/numerics/numarray/valarray.range/
end_non_const.pass.cpp 16 // end(valarray<T>& v);
29 *(end(v) - 1) = 10;
31 assert(static_cast<std::size_t>(end(v) - begin(v)) == v.size());
  /external/libcxx/test/std/re/re.alg/re.alg.search/
no_update_pos.pass.cpp 31 std::cregex_iterator end = std::cregex_iterator(); local
38 assert(it == end);
  /external/libopus/celt/
quant_bands.h 44 void amp2Log2(const CELTMode *m, int effEnd, int end,
47 void log2Amp(const CELTMode *m, int start, int end,
50 void quant_coarse_energy(const CELTMode *m, int start, int end, int effEnd,
56 void quant_fine_energy(const CELTMode *m, int start, int end, opus_val16 *oldEBands, opus_val16 *error, int *fine_quant, ec_enc *enc, int C);
58 void quant_energy_finalise(const CELTMode *m, int start, int end, opus_val16 *oldEBands, opus_val16 *error, int *fine_quant, int *fine_priority, int bits_left, ec_enc *enc, int C);
60 void unquant_coarse_energy(const CELTMode *m, int start, int end, opus_val16 *oldEBands, int intra, ec_dec *dec, int C, int LM);
62 void unquant_fine_energy(const CELTMode *m, int start, int end, opus_val16 *oldEBands, int *fine_quant, ec_dec *dec, int C);
64 void unquant_energy_finalise(const CELTMode *m, int start, int end, opus_val16 *oldEBands, int *fine_quant, int *fine_priority, int bits_left, ec_dec *dec, int C);
  /external/pdfium/fpdfsdk/
cpdfsdk_annotiteration.h 25 const_iterator end() const { return m_List.end(); } function in class:CPDFSDK_AnnotIteration
  /external/perfetto/include/perfetto/protozero/
contiguous_memory_range.h 29 uint8_t* end; // STL style: one byte past the end of the buffer. member in struct:protozero::ContiguousMemoryRange
33 inline size_t size() { return static_cast<size_t>(end - begin); }
  /external/protobuf/objectivec/
GPBRootObject.h 45 @end
  /external/skia/modules/sksg/include/
SkSGInvalidationController.h 34 const SkRect* end() const { return fRects.end(); } function in class:sksg::InvalidationController

Completed in 540 milliseconds

<<11121314151617181920>>