HomeSort by relevance Sort by last modified time
    Searched refs:end (Results 76 - 100 of 11212) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/qemu/android/utils/
timezone.h 29 extern char* bufprint_zoneinfo_timezone( char* buffer, char* end );
  /external/webkit/Source/WebKit/mac/Storage/
WebDatabaseQuotaManager.h 32 @end
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebApplicationCacheQuotaManager.h 32 @end
WebImageRendererFactory.m 34 @end
47 @end
  /frameworks/base/sax/java/android/sax/
EndTextElementListener.java 20 * Listens for the end of text elements.
25 * Invoked at the end of a text element with the body of the element.
29 void end(String body); method in interface:EndTextElementListener
  /bootable/recovery/edify/
yydefs.h 22 int start, end; member in struct:__anon716
29 (Current).end = YYRHSLOC(Rhs, N).end; \
32 (Current).end = YYRHSLOC(Rhs, 0).end; \
  /external/oprofile/libregex/
demangle_java_symbol.cpp 40 string::const_iterator & begin, string::const_iterator end);
42 string::const_iterator & begin, string::const_iterator end);
46 string::const_iterator & begin, string::const_iterator end)
50 if (begin == end)
72 string::const_iterator & begin, string::const_iterator end)
74 if (base_type(result, begin, end))
77 if (object_type(result, begin, end))
80 if (array_type(result, begin, end))
88 string::const_iterator & begin, string::const_iterator end)
90 if (begin == end || *begin != '['
    [all...]
  /external/bison/src/
location.c 40 if (loc.start.file != loc.end.file)
42 quotearg_n_style (3, escape_quoting_style, loc.end.file),
43 loc.end.line, loc.end.column - 1);
44 else if (loc.start.line < loc.end.line)
45 fprintf (out, "-%d.%d", loc.end.line, loc.end.column - 1);
46 else if (loc.start.column < loc.end.column - 1)
47 fprintf (out, "-%d", loc.end.column - 1);
  /system/core/libcutils/
cpu_info.c 32 char* chp, *end; local
56 end = chp;
57 while (*end && *end != ' ' && *end != '\t' && *end != '\n' && *end != '\r')
58 ++end;
59 *end = 0;
  /external/clang/test/Index/
complete-properties.m 1 /* Note: the RUN lines are near the end of the file, since line/column
12 @end
17 @end
22 @end
26 @end
34 @end
39 @end
46 @end
complete-at-exprstmt.m 5 @end
11 @end
16 @end
  /external/icu4c/common/
chariter.cpp 22 : textLength(0), pos(0), begin(0), end(0) {
26 : textLength(length), pos(0), begin(0), end(length) {
28 textLength = end = 0;
33 : textLength(length), pos(position), begin(0), end(length) {
35 textLength = end = 0;
39 } else if(pos > end) {
40 pos = end;
45 : textLength(length), pos(position), begin(textBegin), end(textEnd) {
54 if(end < begin) {
55 end = begin
    [all...]
  /external/clang/test/CXX/stmt.stmt/stmt.dcl/
p3-0x.cpp 11 goto end;
17 end:
33 goto end; // expected-error{{goto into protected scope}}
35 end:
51 goto end;
53 end:
  /external/libvpx/vpx_mem/memory_manager/
hmm_grow.c 18 void U(grow_chunk)(U(descriptor) *desc, void *end, U(size_bau) n_baus) variable
21 #define HEAD_PTR ((head_record *) end)
23 end = BAUS_BACKWARD(end, DUMMY_END_BLOCK_BAUS);
28 /* Chunk does not have valid dummy end block. */
33 /* Create a new block that absorbs the old dummy end block. */
36 /* Set up the new dummy end block. */
38 head_record *dummy = (head_record *) BAUS_FORWARD(end, n_baus);
47 U(free)(desc, HEAD_TO_PTR_REC(end));
  /frameworks/base/core/java/android/text/
SpannableString.java 33 private SpannableString(CharSequence source, int start, int end) {
34 super(source, start, end);
45 public void setSpan(Object what, int start, int end, int flags) {
46 super.setSpan(what, start, end, flags);
53 public final CharSequence subSequence(int start, int end) {
54 return new SpannableString(this, start, end);
  /libcore/luni/src/main/java/java/text/
StringCharacterIterator.java 27 int start, end, offset; field in class:StringCharacterIterator
32 * end index is set to the length of the string.
40 end = string.length();
46 * to the beginning of the string, the end index is set to the length of the
60 end = string.length();
61 if (location < 0 || location > end) {
69 * with the begin, end and current index set to the specified values.
75 * @param end
80 * if {@code start < 0}, {@code start > end}, {@code location <
81 * start}, {@code location > end} or if {@code end} is greate
    [all...]
  /external/webkit/Source/WebCore/svg/
SVGTransformable.cpp 36 static int parseTransformParamList(const UChar*& ptr, const UChar* end, float* values, int required, int optional)
40 if (!skipOptionalSpaces(ptr, end) || *ptr != '(')
45 skipOptionalSpaces(ptr, end);
48 if (ptr >= end || !parseNumber(ptr, end, values[requiredParams], false))
52 skipOptionalSpacesOrDelimiter(ptr, end);
54 if (!skipOptionalSpaces(ptr, end))
57 bool delimParsed = skipOptionalSpacesOrDelimiter(ptr, end);
59 if (ptr >= end)
68 if (ptr >= end || !parseNumber(ptr, end, values[requiredParams + optionalParams], false)
    [all...]
  /external/stlport/test/unit/
ptrspec_test.cpp 121 vector<int*> pint_vect_from_list(pint_list.begin(), pint_list.end());
123 pint_vect.insert(pint_vect.end(), pint_vect2.begin(), pint_vect2.end());
124 pint_vect.insert(pint_vect.end(), int_array, int_array + 3);
125 pint_vect2.insert(pint_vect2.end(), int_array, int_array + 3);
126 pcint_vect.insert(pcint_vect.end(), int_array, int_array + 3);
127 pcint_vect.insert(pcint_vect.end(), cint_array, cint_array + 3);
129 pcint_vect.insert(pcint_vect.end(), pint_vect2.begin(), pint_vect2.end());
131 pcint_vect.insert(pcint_vect.end(), int_array, int_array + 3)
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
ptrspec_test.cpp 121 vector<int*> pint_vect_from_list(pint_list.begin(), pint_list.end());
123 pint_vect.insert(pint_vect.end(), pint_vect2.begin(), pint_vect2.end());
124 pint_vect.insert(pint_vect.end(), int_array, int_array + 3);
125 pint_vect2.insert(pint_vect2.end(), int_array, int_array + 3);
126 pcint_vect.insert(pcint_vect.end(), int_array, int_array + 3);
127 pcint_vect.insert(pcint_vect.end(), cint_array, cint_array + 3);
129 pcint_vect.insert(pcint_vect.end(), pint_vect2.begin(), pint_vect2.end());
131 pcint_vect.insert(pcint_vect.end(), int_array, int_array + 3)
    [all...]
  /ndk/tests/device/test-stlport/unit/
ptrspec_test.cpp 121 vector<int*> pint_vect_from_list(pint_list.begin(), pint_list.end());
123 pint_vect.insert(pint_vect.end(), pint_vect2.begin(), pint_vect2.end());
124 pint_vect.insert(pint_vect.end(), int_array, int_array + 3);
125 pint_vect2.insert(pint_vect2.end(), int_array, int_array + 3);
126 pcint_vect.insert(pcint_vect.end(), int_array, int_array + 3);
127 pcint_vect.insert(pcint_vect.end(), cint_array, cint_array + 3);
129 pcint_vect.insert(pcint_vect.end(), pint_vect2.begin(), pint_vect2.end());
131 pcint_vect.insert(pcint_vect.end(), int_array, int_array + 3)
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/ANTLR/ANTLRTests/
ANTLRTests.h 17 @end
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/recognizer/
ANTLRRecognizerTest.h 16 @end
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/tree/
ANTLRCommonErrorNodeTest.h 16 @end
ANTLRCommonTreeAdaptorTest.h 16 @end
  /external/chromium/chrome/browser/ui/cocoa/tabs/
side_tab_strip_controller.h 19 @end

Completed in 326 milliseconds

1 2 34 5 6 7 8 91011>>