HomeSort by relevance Sort by last modified time
    Searched defs:END (Results 26 - 50 of 112) sorted by null

12 3 4 5

  /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/linux/
linkage.h 47 #ifndef END
48 #define END(name) .size name, .-name
52 #define ENDPROC(name) .type name, @function; END(name)
  /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/linux/
linkage.h 47 #ifndef END
48 #define END(name) .size name, .-name
52 #define ENDPROC(name) .type name, @function; END(name)
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/linux/
linkage.h 47 #ifndef END
48 #define END(name) .size name, .-name
52 #define ENDPROC(name) .type name, @function; END(name)
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/linux/
linkage.h 47 #ifndef END
48 #define END(name) .size name, .-name
52 #define ENDPROC(name) .type name, @function; END(name)
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/
linkage.h 47 #ifndef END
48 #define END(name) .size name, .-name
52 #define ENDPROC(name) .type name, @function; END(name)
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/
linkage.h 47 #ifndef END
48 #define END(name) .size name, .-name
52 #define ENDPROC(name) .type name, @function; END(name)
  /bionic/libc/arch-arm/include/machine/
asm.h 95 #define END(y) _END(_C_LABEL(y))
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreePatternLexer.java 33 public static final int END = 2;
87 return END;
  /external/bouncycastle/src/main/java/org/bouncycastle/util/io/pem/
PemReader.java 15 private static final String END = "-----END ";
46 String endMarker = END + type;
  /external/elfutils/libelf/
exttypes.h 74 #define END(Bits, Name) } ElfW2(Bits, Name)
116 #undef END
gelf_xlate.c 163 #define END(Bits, Name) } }
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
Wbxml.java 30 static public final int END = 1;
  /bionic/libc/arch-x86/include/machine/
asm.h 121 #define END(y) _END(_C_LABEL(y))
  /development/ndk/platforms/android-9/arch-x86/include/machine/
asm.h 121 #define END(y) _END(_C_LABEL(y))
  /external/chromium/chrome/common/extensions/docs/examples/extensions/app_launcher/
popup.js 160 END : 35,
182 case keys.END:
  /frameworks/base/core/java/android/view/
Gravity.java 84 /** Raw bit controlling whether the layout direction is relative or not (START/END instead of
117 /** Push object to x-axis position at the end of its container, not changing its size. */
118 public static final int END = RELATIVE_LAYOUT_DIRECTION | RIGHT;
123 public static final int RELATIVE_HORIZONTAL_GRAVITY_MASK = START | END;
407 * if horizontal direction is LTR, then START will set LEFT and END will set RIGHT.
408 * if horizontal direction is RTL, then START will set RIGHT and END will set LEFT.
418 // If layout is script specific and gravity is horizontal relative (START or END)
430 } else if ((result & Gravity.END) == Gravity.END) {
431 // Remove the END bi
    [all...]
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/
VCardParserTests.java 39 END,
73 inspectOrder(Order.END);
101 .addExpectedOrder(Order.END);
129 .addExpectedOrder(Order.END);
177 .addExpectedOrder(Order.END);
200 .addExpectedOrder(Order.END);
  /packages/apps/Contacts/tests/src/com/android/contacts/list/
ContactListItemViewTest.java 40 /** The HTML code used to mark the end of the highlighted part. */
41 private static final String END = "</font>";
89 SpannedTestUtils.checkHtmlText("John " + START + "Doe" + END,
100 SpannedTestUtils.checkHtmlText("John " + START + "Doe" + END,
108 SpannedTestUtils.checkHtmlText("This is a " + START + "test" + END,
  /development/ndk/platforms/android-9/arch-mips/include/machine/
asm.h 274 * END(x)
276 * Mark end of a procedure.
278 #define END(x) \
279 .end x
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
treewizard.py 37 # end[licence]
59 END = 2
115 return END
180 return None # extra junk on end
206 if self.ttype != END:
  /external/clang/include/clang/AST/
StmtCXX.h 130 enum { RANGE, BEGINEND, COND, INC, LOOPVAR, BODY, END };
133 Stmt *SubExprs[END];
203 return child_range(&SubExprs[0], &SubExprs[END]);
293 } // end namespace clang
  /external/icu4c/i18n/
unesctrn.cpp 24 * Special character marking the end of the spec[] array.
26 static const UChar END = 0xFFFF;
31 END
37 END
44 END
50 END
56 END
62 END
73 END
80 while (spec[len] != END) {
    [all...]
  /frameworks/base/core/java/android/text/
Selection.java 24 * A cursor is a selection where the start and end are at the same offset.
123 int end = getSelectionEnd(text); local
125 if (start != end) {
126 int min = Math.min(start, end);
127 int max = Math.max(start, end);
137 int line = layout.getLineForOffset(end);
144 float h = layout.getPrimaryHorizontal(end);
164 int end = getSelectionEnd(text); local
166 if (start != end) {
167 int min = Math.min(start, end);
206 int end = getSelectionEnd(text); local
231 int end = getSelectionEnd(text); local
253 int end = getSelectionEnd(text); local
282 int end = getSelectionEnd(text); local
311 int end = getSelectionEnd(text); local
327 int end = getSelectionEnd(text); local
406 int end = layout.getLineEnd(line); local
    [all...]
SpannableStringInternal.java 26 int start, int end) {
27 if (start == 0 && end == source.length())
30 mText = source.toString().substring(start, end);
38 Object[] spans = sp.getSpans(start, end, Object.class);
47 if (en > end)
48 en = end;
69 public final void getChars(int start, int end, char[] dest, int off) {
70 mText.getChars(start, end, dest, off);
73 /* package */ void setSpan(Object what, int start, int end, int flags) {
75 int nend = end;
    [all...]
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
HprofData.java 37 * <li>the history of thread start and end events
43 public static enum ThreadEventType { START, END };
65 public static ThreadEvent end(int threadId) { method in class:HprofData.ThreadEvent
66 return new ThreadEvent(ThreadEventType.END, threadId);
83 this.type = ThreadEventType.END;
128 case END:
129 return String.format("THREAD END (id = %d)", threadId);
324 * Return an unmodifiable history of start and end thread events.
360 case END:
367 // the matching start, not a duplicate end
    [all...]

Completed in 623 milliseconds

12 3 4 5