HomeSort by relevance Sort by last modified time
    Searched full:code (Results 1101 - 1125 of 121916) sorted by null

<<41424344454647484950>>

  /external/javassist/src/main/javassist/expr/
ConstructorCall.java 26 * Constructor call such as <code>this()</code> and <code>super()</code>
40 * Returns <code>"super"</code> or "<code>"this"</code>.
47 * Always throws a <code>NotFoundException</code>
    [all...]
  /external/lzma/Java/SevenZip/Compression/RangeCoder/
Decoder.java 13 int Code;
29 Code = 0;
32 Code = (Code << 8) | Stream.read();
41 int t = ((Code - Range) >>> 31);
42 Code -= Range & (t - 1);
47 Code = (Code << 8) | Stream.read();
58 if ((Code ^ 0x80000000) < (newBound ^ 0x80000000))
64 Code = (Code << 8) | Stream.read();
    [all...]
  /frameworks/base/docs/html/guide/topics/manifest/
activity-alias-element.jd 19 <dd><code><a href="{@docRoot}guide/topics/manifest/application-element.html">&lt;application&gt;</a></code></dd>
22 <dd><code><a href="{@docRoot}guide/topics/manifest/intent-filter-element.html">&lt;intent-filter&gt;</a></code>
23 <br/><code><a href="{@docRoot}guide/topics/manifest/meta-data-element.html">&lt;meta-data&gt;</a></code></dd>
26 <dd itemprop="description">An alias for an activity, named by the {@code targetActivity}
36 specify the "<code>{@link android.content.Intent#ACTION_MAIN
37 android.intent.action.MAIN}</code>"
38 and "<code>{@link android.content.Intent#CATEGORY_LAUNCHER
    [all...]
action-element.jd 11 <dd><code><a href="{@docRoot}guide/topics/manifest/intent-filter-element.html">&lt;intent-filter&gt;</a></code></dd>
16 An <code><a href="{@docRoot}guide/topics/manifest/intent-filter-element.html">&lt;intent-filter&gt;</a></code> element must contain
17 one or more {@code <action>} elements. If it doesn't contain any, no
26 <dt><a name="nm"></a>{@code android:name}</dt>
29 <code>ACTION_<i>string</i></code> constants. To assign one of these actions to
30 this attribute, prepend "{@code android.intent.action.}" to the
31 <code><i>string</i></code> that follows {@code ACTION_}
    [all...]
  /libcore/luni/src/main/java/org/w3c/dom/
DOMLocator.java 16 * <code>DOMLocator</code> is an interface that describes a location (e.g.
23 * The line number this locator is pointing to, or <code>-1</code> if
29 * The column number this locator is pointing to, or <code>-1</code> if
36 * <code>-1</code> if there is no byte offset available.
42 * <code>-1</code> if there is no UTF-16 offset available
    [all...]
  /libcore/ojluni/src/main/java/java/lang/
IllegalThreadStateException.java 5 * This code is free software; you can redistribute it and/or modify it
9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
15 * accompanied this code).
31 * <code>suspend</code> and <code>resume</code> methods in class
32 * <code>Thread</code>
    [all...]
  /libcore/ojluni/src/main/java/javax/crypto/
KeyAgreementSpi.java 5 * This code is free software; you can redistribute it and/or modify it
9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
15 * accompanied this code).
33 * for the <code>KeyAgreement</code> class.
40 * key generators (<code>KeyPairGenerator</code> or
41 * <code>KeyGenerator</code>), a <code>KeyFactory</code>, or as a result fro
    [all...]
  /external/autotest/client/site_tests/firmware_TouchMTB/tests/data/
two_finger_without_slot_0.dat 7 Event code 272 (BTN_LEFT)
8 Event code 325 (BTN_TOOL_FINGER)
9 Event code 328 (?)
10 Event code 330 (BTN_TOUCH)
11 Event code 333 (BTN_TOOL_DOUBLETAP)
12 Event code 334 (BTN_TOOL_TRIPLETAP)
13 Event code 335 (BTN_TOOL_QUADTAP)
15 Event code 0 (ABS_X)
20 Event code 1 (ABS_Y)
25 Event code 24 (ABS_PRESSURE
    [all...]
2f_clicks_test_hysteresis.dat 1 Event: time 1374817703.417235, type 3 (EV_ABS), code 47 (ABS_MT_SLOT), value 0
2 Event: time 1374817703.417237, type 3 (EV_ABS), code 57 (ABS_MT_TRACKING_ID), value 18
3 Event: time 1374817703.417239, type 3 (EV_ABS), code 53 (ABS_MT_POSITION_X), value 500
4 Event: time 1374817703.417241, type 3 (EV_ABS), code 54 (ABS_MT_POSITION_Y), value 400
5 Event: time 1374817703.417242, type 3 (EV_ABS), code 58 (ABS_MT_PRESSURE), value 13
6 Event: time 1374817703.417267, type 1 (EV_KEY), code 330 (BTN_TOUCH), value 1
7 Event: time 1374817703.417268, type 1 (EV_KEY), code 325 (BTN_TOOL_FINGER), value 1
8 Event: time 1374817703.417271, type 3 (EV_ABS), code 0 (ABS_X), value 502
9 Event: time 1374817703.417272, type 3 (EV_ABS), code 1 (ABS_Y), value 441
10 Event: time 1374817703.417274, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1
    [all...]
  /external/autotest/client/site_tests/firmware_TouchMTB/tests/data/drag_edge_thumb/
drag_edge_thumb.vertical.curvy.dat 7 Event code 272 (BTN_LEFT)
8 Event code 325 (BTN_TOOL_FINGER)
9 Event code 328 (?)
10 Event code 330 (BTN_TOUCH)
11 Event code 333 (BTN_TOOL_DOUBLETAP)
12 Event code 334 (BTN_TOOL_TRIPLETAP)
13 Event code 335 (BTN_TOOL_QUADTAP)
15 Event code 0 (ABS_X)
20 Event code 1 (ABS_Y)
25 Event code 24 (ABS_PRESSURE
    [all...]
  /development/ndk/platforms/android-3/include/linux/
filter.h 23 __u16 code; member in struct:sock_filter
35 #define BPF_CLASS(code) ((code) & 0x07)
45 #define BPF_SIZE(code) ((code) & 0x18)
49 #define BPF_MODE(code) ((code) & 0xe0)
57 #define BPF_OP(code) ((code) & 0xf0)
72 #define BPF_SRC(code) ((code) & 0x08
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
BidiClassifier.java 9 * (ported from C code written by Markus W. Scherer)
18 * <code>BidiClassifier</code> which overrides the <code>classifier</code>
30 * <code>Bidi.setCustomClassifier</code> method; after that, the method
31 * <code>classify</code> of the custom <code>BidiClassifier</code> will b
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
BidiClassifier.java 8 * (ported from C code written by Markus W. Scherer)
17 * <code>BidiClassifier</code> which overrides the <code>classifier</code>
29 * <code>Bidi.setCustomClassifier</code> method; after that, the method
30 * <code>classify</code> of the custom <code>BidiClassifier</code> will b
    [all...]
  /external/javassist/src/main/javassist/bytecode/
ByteArray.java 25 public static int readU16bit(byte[] code, int index) {
26 return ((code[index] & 0xff) << 8) | (code[index + 1] & 0xff);
32 public static int readS16bit(byte[] code, int index) {
33 return (code[index] << 8) | (code[index + 1] & 0xff);
39 public static void write16bit(int value, byte[] code, int index) {
40 code[index] = (byte)(value >>> 8);
41 code[index + 1] = (byte)value;
47 public static int read32bit(byte[] code, int index)
    [all...]
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/
SingleXZInputStream.java 29 * standalone .xz files. For that purpose, use <code>XZInputStream</code>.
35 * reading one more byte by calling <code>read()</code> and checking
36 * that it returns <code>-1</code>. This way the decompressor will parse the
67 * XZ Stream from <code>in</code> without a memory usage limit.
70 * from <code>in</code>. The header of the first Block is not rea
    [all...]
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowUriMatcher.java 17 public int code = UriMatcher.NO_MATCH; field in class:ShadowUriMatcher.MatchNode
22 public MatchNode(int code) {
23 this.code = code;
29 public void __constructor__(int code) {
30 rootNode = new MatchNode(code);
34 public void addURI(String authority, String path, int code) {
37 authNode = new MatchNode(rootNode.code);
42 addNodes(authNode, Arrays.asList(segments), code);
51 return rootNode.code;
    [all...]
  /frameworks/base/docs/html/reference/android/support/test/espresso/contrib/
AccessibilityChecks.html 208 <code class="api-signature">
215 </code>
219 <code class="api-signature">
225 </code>
227 <code class="api-signature">
231 </code>
261 as a global <code>ViewAssertion</code>, and cover a variety of accessibility issues
262 (see <code><a href="/reference/com/google/android/apps/common/testing/accessibility/framework/AccessibilityCheckPreset.html#LATEST">LATEST</a></code> to see which checks are run)
    [all...]
  /frameworks/base/docs/html/reference/android/support/wearable/provider/
WearableCalendarContract.html 217 <code class="api-signature">
224 </code>
228 <code class="api-signature">
234 </code>
236 <code class="api-signature">
240 </code>
270 a subset of the data available through <code><a href="/reference/android/provider/CalendarContract.html">CalendarContract</a></code>, but is automatically
291 <td class="jd-typecol"><code>
296 class</code></td
    [all...]
  /frameworks/base/docs/html/reference/android/support/wearable/watchface/
WatchFaceStyle.html 229 <code class="api-signature">
236 </code>
240 <code class="api-signature">
246 </code>
248 <code class="api-signature">
257 </code>
289 class should be passed in to <code><a href="/reference/android/support/wearable/watchface/WatchFaceService.Engine.html#setWatchFaceStyle(android.support.wearable.watchface.WatchFaceStyle)">setWatchFaceStyle(WatchFaceStyle)</a></code> in the <code>onCreate</code> method of your <code><a href="/reference/android/support/wearable/watchface/WatchFaceService.Engi (…)
    [all...]
  /libcore/ojluni/src/main/java/java/net/
HttpRetryException.java 5 * This code is free software; you can redistribute it and/or modify it
9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
15 * accompanied this code).
46 * Constructs a new <code>HttpRetryException</code> from the
47 * specified response code and exception detail message
50 * @param code the HTTP response code from server.
52 public HttpRetryException(String detail, int code) {
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/
filter.h 23 __u16 code; member in struct:sock_filter
35 #define BPF_CLASS(code) ((code) & 0x07)
45 #define BPF_SIZE(code) ((code) & 0x18)
49 #define BPF_MODE(code) ((code) & 0xe0)
57 #define BPF_OP(code) ((code) & 0xf0)
72 #define BPF_SRC(code) ((code) & 0x08
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/linux/
filter.h 23 __u16 code; member in struct:sock_filter
35 #define BPF_CLASS(code) ((code) & 0x07)
45 #define BPF_SIZE(code) ((code) & 0x18)
49 #define BPF_MODE(code) ((code) & 0xe0)
57 #define BPF_OP(code) ((code) & 0xf0)
72 #define BPF_SRC(code) ((code) & 0x08
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/linux/
filter.h 23 __u16 code; member in struct:sock_filter
35 #define BPF_CLASS(code) ((code) & 0x07)
45 #define BPF_SIZE(code) ((code) & 0x18)
49 #define BPF_MODE(code) ((code) & 0xe0)
57 #define BPF_OP(code) ((code) & 0xf0)
72 #define BPF_SRC(code) ((code) & 0x08
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/linux/
filter.h 23 __u16 code; member in struct:sock_filter
35 #define BPF_CLASS(code) ((code) & 0x07)
45 #define BPF_SIZE(code) ((code) & 0x18)
49 #define BPF_MODE(code) ((code) & 0xe0)
57 #define BPF_OP(code) ((code) & 0xf0)
72 #define BPF_SRC(code) ((code) & 0x08
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/linux/
filter.h 23 __u16 code; member in struct:sock_filter
35 #define BPF_CLASS(code) ((code) & 0x07)
45 #define BPF_SIZE(code) ((code) & 0x18)
49 #define BPF_MODE(code) ((code) & 0xe0)
57 #define BPF_OP(code) ((code) & 0xf0)
72 #define BPF_SRC(code) ((code) & 0x08
    [all...]

Completed in 411 milliseconds

<<41424344454647484950>>