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

1234567891011>>

/external/qemu/android/utils/
H A Dbufprint_unittest.cpp17 char buffer[128], *p = buffer, *end = p + sizeof(buffer); local
19 p = bufprint(p, end, "%s/%s", "foo", "bar");
25 char buffer[4], *p, *end = buffer + sizeof(buffer); local
26 p = bufprint(buffer, end, "foobar");
H A Dtimezone.h33 extern char* bufprint_zoneinfo_timezone( char* buffer, char* end );
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Application/
H A DSDLMain.h14 @end
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Cocoa Application/
H A DSDLMain.h14 @end
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/
H A DSDLMain.h14 @end
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Application/
H A DSDLMain.h14 @end
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Cocoa Application/
H A DSDLMain.h14 @end
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/
H A DSDLMain.h14 @end
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL Application/
H A DSDLMain.h14 @end
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL Cocoa Application/
H A DSDLMain.h14 @end
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/
H A DSDLMain.h14 @end
/external/qemu/distrib/sdl-1.2.15/src/main/macosx/
H A DSDLMain.h14 @end
/external/skia/src/views/mac/
H A DSkTextFieldCell.h15 @end
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DMediaQueryInputStream.cpp38 unsigned long long MediaQueryInputStream::getUInt(unsigned start, unsigned end) argument
40 ASSERT(start <= end && ((m_offset + end) <= m_string.length()));
43 if (start < end) {
45 result = charactersToUInt64Strict(m_string.characters8() + m_offset + start, end - start, &isResultOK);
47 result = charactersToUInt64Strict(m_string.characters16() + m_offset + start, end - start, &isResultOK);
52 double MediaQueryInputStream::getDouble(unsigned start, unsigned end) argument
54 ASSERT(start <= end && ((m_offset + end) <= m_string.length()));
57 if (start < end) {
[all...]
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dstrtod.c45 glsl_strtod(const char *s, char **end) argument
53 return strtod_l(s, end, loc);
55 return strtod(s, end);
/external/chromium_org/third_party/skia/tools/lua/
H A Dchars-vs-glyphs.lua5 end
9 end
27 end
28 end
29 end
34 end
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/include/linux/
H A Dlist.h11 * @end: last element in the range to delete from the list.
16 struct list_head *end)
18 begin->prev->next = end->next;
19 end->next->prev = begin->prev;
15 list_del_range(struct list_head *begin, struct list_head *end) argument
/external/mesa3d/src/glsl/
H A Dstrtod.c45 glsl_strtod(const char *s, char **end) argument
53 return strtod_l(s, end, loc);
55 return strtod(s, end);
/external/skia/tools/lua/
H A Dchars-vs-glyphs.lua5 end
9 end
27 end
28 end
29 end
34 end
/external/chromium_org/third_party/icu/source/samples/break/
H A Dubreak.c17 void printTextRange(UChar* str, int32_t start, int32_t end) argument
22 savedEndChar = str[end];
23 str[end] = 0;
26 printf("string[%2d..%2d] \"%s\"\n", start, end-1, charBuf);
27 str[end] = savedEndChar;
34 int32_t end; local
36 for (end = ubrk_next(boundary); end != UBRK_DONE; start = end, end
46 int32_t end = ubrk_last(boundary); local
55 int32_t end; local
64 int32_t end = ubrk_last(boundary); local
73 int32_t end = ubrk_following(boundary, pos); local
[all...]
/external/icu/icu4c/source/samples/break/
H A Dubreak.c17 void printTextRange(UChar* str, int32_t start, int32_t end) argument
22 savedEndChar = str[end];
23 str[end] = 0;
26 printf("string[%2d..%2d] \"%s\"\n", start, end-1, charBuf);
27 str[end] = savedEndChar;
34 int32_t end; local
36 for (end = ubrk_next(boundary); end != UBRK_DONE; start = end, end
46 int32_t end = ubrk_last(boundary); local
55 int32_t end; local
64 int32_t end = ubrk_last(boundary); local
73 int32_t end = ubrk_following(boundary, pos); local
[all...]
/external/openssl/crypto/bn/
H A Dbn_sqrt.c83 goto end;
103 goto end;
121 if (y == NULL) goto end;
125 if (ret == NULL) goto end;
128 if (!BN_nnmod(A, a, p, ctx)) goto end;
145 if (!BN_rshift(q, p, 2)) goto end;
147 if (!BN_add_word(q, 1)) goto end;
148 if (!BN_mod_exp(ret, A, q, p, ctx)) goto end;
182 if (!BN_mod_lshift1_quick(t, A, p)) goto end;
185 if (!BN_rshift(q, p, 3)) goto end;
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dcursor_selection.js8 * the end of some interval in the document.
19 * If the start node and end node are the same, and the indexes are the same,
23 * @param {!cvox.Cursor} end The ending cursor.
25 * not. Default is selection is not reversed. If start and end are in the
28 * for a selection on a single node, the start and end are equal.
31 cvox.CursorSelection = function(start, end, opt_reverse) {
33 this.end = end.clone();
42 this.start.node.compareDocumentPosition(this.end.node) ==
45 this.end
[all...]
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/
H A DTryCatchBlockNode.java49 public LabelNode end; field in class:TryCatchBlockNode
66 * @param end end of the exception handler's scope (exclusive).
74 final LabelNode end,
79 this.end = end;
90 mv.visitTryCatchBlock(start.getLabel(), end.getLabel(), handler == null
72 TryCatchBlockNode( final LabelNode start, final LabelNode end, final LabelNode handler, final String type) argument
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
H A DBuilderTryBlock.java46 // The end location is exclusive, it should point to the codeAddress of the instruction immediately after the last
48 @Nonnull public final Label end; field in class:BuilderTryBlock
50 public BuilderTryBlock(@Nonnull Label start, @Nonnull Label end, @Nullable String exceptionType, argument
53 this.end = end;
57 public BuilderTryBlock(@Nonnull Label start, @Nonnull Label end, @Nullable TypeReference exceptionType, argument
60 this.end = end;
64 public BuilderTryBlock(@Nonnull Label start, @Nonnull Label end, @Nonnull Label handler) { argument
66 this.end
[all...]

Completed in 536 milliseconds

1234567891011>>