HomeSort by relevance Sort by last modified time
    Searched refs:end (Results 651 - 675 of 28003) sorted by null

<<21222324252627282930>>

  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
stl_util.h 53 ForwardIterator end) {
54 while (begin != end) {
90 // hash_set, or any other STL container which defines sensible begin(), end(),
101 STLDeleteContainerPointers(container->begin(), container->end());
112 for (typename T::iterator i = v->begin(); i != v->end(); ++i) {
  /system/core/libmemunreachable/
ProcessMappings.h 26 uintptr_t end; member in struct:android::Mapping
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/
break.s 21 end:
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/xtensa/
entry_misalign2.s 6 .end no-transform
weak-call.s 8 .end no-longcalls
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
got-page-3b.s 11 .end f2
got-page-3c.s 11 .end f3
got-page-7b.s 6 .end f2
got-page-7c.s 6 .end f3
got-page-7d.s 6 .end f4
mips16-call-global-1.s 13 .end __start
pic-and-nonpic-1b.s 9 .end __start
pic-and-nonpic-5b.s 9 .end ext
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-visium/
reloc2.s 12 .end
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-xtensa/
lcall1.s 9 .end longcalls
  /external/compiler-rt/test/asan/TestCases/
contiguous_container.cc 13 char *end = beg + capacity; local
22 __sanitizer_annotate_contiguous_container(beg, end, old_mid, mid);
28 assert(__sanitizer_verify_contiguous_container(beg, mid, end));
30 __sanitizer_contiguous_container_find_bad_address(beg, mid, end));
32 assert(!__sanitizer_verify_contiguous_container(beg, mid - 1, end));
34 beg, mid - 1, end));
36 if (mid != end) {
37 assert(!__sanitizer_verify_contiguous_container(beg, mid + 1, end));
39 beg, mid + 1, end));
44 __sanitizer_annotate_contiguous_container(beg, end, mid, end)
    [all...]
  /external/libxkbcommon/xkbcommon/src/compose/
paths.c 55 const char *string, *end; local
77 end = string + string_size;
81 while (s < end) {
83 while (s < end && is_space(*s))
87 if (s < end && *s == '#') {
88 while (s < end && *s != '\n')
95 while (s < end && !is_space(*s) && *s != ':')
100 if (s < end && *s == ':')
104 while (s < end && is_space(*s))
109 while (s < end && !is_space(*s)
    [all...]
  /frameworks/base/core/java/android/text/
Selection.java 26 * A cursor is a selection where the start and end are at the same offset.
199 int end = getSelectionEnd(text); local
201 if (start != end) {
202 int min = Math.min(start, end);
203 int max = Math.max(start, end);
213 int line = layout.getLineForOffset(end);
217 text, layout, line, end, -1 /* direction */, false /* extend */);
219 } else if (end != 0) {
231 private static void setSelectionAndMemory(Spannable text, Layout layout, int line, int end,
246 float h = layout.getPrimaryHorizontal(end);
270 int end = getSelectionEnd(text); local
306 int end = getSelectionEnd(text); local
331 int end = getSelectionEnd(text); local
353 int end = getSelectionEnd(text); local
372 int end = getSelectionEnd(text); local
391 int end = getSelectionEnd(text); local
407 int end = getSelectionEnd(text); local
486 int end = layout.getLineEnd(line); local
    [all...]
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
Utils.java 38 int end = auth.lastIndexOf('@'); local
39 return auth.substring(end + 1);
  /dalvik/dexgen/src/com/android/dexgen/util/
Leb128Utils.java 64 int end = ((value & Integer.MIN_VALUE) == 0) ? 0 : -1; local
67 hasMore = (remaining != end)
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/
CombinedParser.h 8 /* End of standard antlr3 runtime definitions
21 #pragma mark Rule return scopes end
41 @end /* end of CombinedParser interface */
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
TLexer.h 8 /* End of standard antlr3 runtime definitions
15 #pragma mark Rule return scopes end
28 /* ObjC end of actions.lexer.memVars */
33 /* ObjC end actions.lexer.methodsDecl */
40 @end /* end of TLexer interface */
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/
TestLexerLexer.h 8 /* End of standard antlr3 runtime definitions
15 #pragma mark Rule return scopes end
27 /* ObjC end of actions.lexer.memVars */
32 /* ObjC end actions.lexer.methodsDecl */
38 @end /* end of TestLexer interface */
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/
TreeRewriteLexer.h 8 /* End of standard antlr3 runtime definitions
15 #pragma mark Rule return scopes end
26 /* ObjC end of actions.lexer.memVars */
31 /* ObjC end actions.lexer.methodsDecl */
36 @end /* end of TreeRewriteLexer interface */
  /external/clang/include/clang/AST/
DeclLookups.h 27 StoredDeclsMap::iterator It, End;
37 StoredDeclsMap::iterator End)
38 : It(It), End(End) {}
51 } while (It != End &&
76 return lookups_range(all_lookups_iterator(Map->begin(), Map->end()),
77 all_lookups_iterator(Map->end(), Map->end()));
89 return lookups().end();
95 return lookups_range(all_lookups_iterator(Map->begin(), Map->end()),
    [all...]

Completed in 623 milliseconds

<<21222324252627282930>>