HomeSort by relevance Sort by last modified time
    Searched refs:end (Results 101 - 125 of 11955) sorted by null

1 2 3 45 6 7 8 91011>>

  /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/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/clang/test/Index/
complete-at-exprstmt.m 5 @end
11 @end
16 @end
boxed-exprs.h 2 @interface NSString @end
6 @end
targeted-cursor.m.h 7 @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
side_tab_strip_view.h 15 @end
  /external/chromium/chrome/browser/ui/cocoa/translate/
before_translate_infobar_controller.h 15 @end
22 @end
  /external/clang/test/Index/Inputs/
objc.h 7 @end
11 @end
  /external/clang/test/PCH/Inputs/
chain-selectors1.h 6 @end
16 @end
  /external/compiler-rt/lib/
clear_cache.c 24 void __clear_cache(void* start, void* end)
34 sys_icache_invalidate(start, end-start);
  /external/webkit/Source/WebCore/bindings/objc/
DOMAbstractViewFrame.h 33 @end
  /external/webkit/Source/WebCore/bindings/scripts/test/ObjC/
DOMTestInterface.h 32 @end

Completed in 474 milliseconds

1 2 3 45 6 7 8 91011>>