Searched refs:end (Results 151 - 175 of 6245) sorted by relevance

1234567891011>>

/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/
H A DCombinedLexer.h15 #pragma mark Rule return scopes end
32 @end /* end of CombinedLexer interface */
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/
H A DTestLexer.h14 #pragma mark Rule return scopes end
26 @end // end of Test interfac
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/output1/
H A DTestLexer.h14 #pragma mark Rule return scopes end
26 @end // end of Test interfac
H A DTestLexerLexer.h14 #pragma mark Rule return scopes end
26 @end // end of TestLexer interfac
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/output1/
H A DTreeRewriteLexer.h15 #pragma mark Rule return scopes end
30 @end /* end of TreeRewriteLexer interface */
/external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/misc/
H A DANTLRFastQueueTest.h24 @end
H A DANTLRIntArrayTest.h21 @end
H A DIntArrayTest.h21 @end
H A DTestDictionary.h23 @end
/external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/sets/
H A DANTLRBitSetTest.h24 @end
/external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/stream/
H A DANTLRStringStreamTest.h24 @end
/external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/token/
H A DANTLRCommonTokenTest.h25 @end
/external/clang/test/ARCMT/designated-init-in-header/
H A Dheader1.h7 @end
14 @end
/external/clang/test/CodeGen/
H A D2004-03-15-SimpleIndirectGoto.c9 static const void *l[] = {&&lab0, &&end};
17 end:
/external/clang/test/PCH/
H A Dobjc_import.h6 @end
18 @end
H A Dobjcxx-ivar-class.h12 @end
16 @end
/external/clang/test/Preprocessor/
H A Dstringize_misc.c17 #define START_END(start, end) start c=3; end
/external/deqp/framework/platform/ios/
H A DtcuEAGLView.h33 @end
/external/fio/crc/
H A Dfnv.c8 const uint64_t *end = (void *) buf + len; local
10 while (ptr < end) {
/external/harfbuzz_ng/src/
H A Dhb-shaper.cc77 char *end, *p = env; local
79 end = strchr (p, ',');
80 if (!end)
81 end = p + strlen (p);
84 if (end - p == (int) strlen (shapers[j].name) &&
85 0 == strncmp (shapers[j].name, p, end - p))
94 if (!*end)
97 p = end + 1;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DDateRule.java45 * end date.
48 * @param end Only occurrances before this date are returned.
51 * does not occur between the start and end dates.
57 abstract public Date firstBetween(Date start, Date end); argument
79 abstract public boolean isBetween(Date start, Date end); argument
/external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.modifiers/
H A Dclear.pass.cpp27 assert(distance(c.begin(), c.end()) == 0);
33 C c(std::begin(t), std::end(t));
36 assert(distance(c.begin(), c.end()) == 0);
39 assert(distance(c.begin(), c.end()) == 0);
47 assert(distance(c.begin(), c.end()) == 0);
53 C c(std::begin(t), std::end(t));
56 assert(distance(c.begin(), c.end()) == 0);
59 assert(distance(c.begin(), c.end()) == 0);
/external/libcxx/test/std/input.output/iostreams.base/ios.base/ios.types/ios_seekdir/
H A Dseekdir.pass.cpp16 // 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/
H A Dend_non_const.pass.cpp12 // 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/
H A Dend_non_const.pass.cpp16 // end(valarray<T>& v);
28 *(end(v) - 1) = 10;
30 assert(end(v) - begin(v) == v.size());

Completed in 734 milliseconds

1234567891011>>