HomeSort by relevance Sort by last modified time
    Searched refs:START (Results 51 - 75 of 234) sorted by null

1 23 4 5 6 7 8 910

  /frameworks/base/core/java/android/view/
Gravity.java 84 /** Raw bit controlling whether the layout direction is relative or not (START/END instead of
114 /** Push object to x-axis position at the start of its container, not changing its size. */
115 public static final int START = RELATIVE_LAYOUT_DIRECTION | LEFT;
123 public static final int RELATIVE_HORIZONTAL_GRAVITY_MASK = START | END;
404 * if horizontal direction is LTR, then START will set LEFT and END will set RIGHT.
405 * if horizontal direction is RTL, then START will set RIGHT and END will set LEFT.
414 // If layout is script specific and gravity is horizontal relative (START or END)
416 if ((result & Gravity.START) == Gravity.START) {
417 // Remove the START bi
    [all...]
  /external/doclava/src/com/google/doclava/
LinkReference.java 162 int start = index + 1; local
163 final int START = 0;
168 int state = START;
171 for (int i = start; i < len; i++) {
174 case START:
212 state = START;
216 state = START;
225 state = START;
  /cts/tests/tests/text/src/android/text/cts/
DynamicLayoutTest.java 77 TextUtils.TruncateAt.START,
97 TextUtils.TruncateAt.START,
BoringLayoutTest.java 78 TextUtils.TruncateAt.START,
188 TextUtils.TruncateAt.START,
275 TextUtils.TruncateAt.START,
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ActionBarDisplayOptions.java 99 case Gravity.START:
106 newGravity = Gravity.START;
  /frameworks/support/v4/java/android/support/v4/view/
GravityCompat.java 97 /** Raw bit controlling whether the layout direction is relative or not (START/END instead of
102 /** Push object to x-axis position at the start of its container, not changing its size. */
103 public static final int START = RELATIVE_LAYOUT_DIRECTION | Gravity.LEFT;
111 public static final int RELATIVE_HORIZONTAL_GRAVITY_MASK = START | END;
192 * if horizontal direction is LTR, then START will set LEFT and END will set RIGHT.
193 * if horizontal direction is RTL, then START will set RIGHT and END will set LEFT.
  /frameworks/base/core/java/android/net/
DhcpStateMachine.java 76 START,
85 /* Commands from controller to start/stop DHCP */
151 dsm.start();
220 if (runDhcp(DhcpAction.START)) {
248 if (runDhcp(DhcpAction.START)) {
353 if (dhcpAction == DhcpAction.START) {
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
VideoViewTest.java 73 view.start();
81 view.start();
83 assertThat(shadowVideoView.getCurrentVideoState(), equalTo(ShadowVideoView.START));
95 view.start();
98 assertThat(shadowVideoView.getPrevVideoState(), equalTo(ShadowVideoView.START));
104 view.start();
115 view.start();
118 assertThat(shadowVideoView.getPrevVideoState(), equalTo(ShadowVideoView.START));
124 view.start();
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
except.h 313 ehr_next (eh_region r, eh_region start)
317 else if (r->next_peer && r != start)
324 if (r == start)
333 #define FOR_ALL_EH_REGION_AT(R, START) \
334 for ((R) = (START); (R) != NULL; (R) = ehr_next (R, START))
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
except.h 313 ehr_next (eh_region r, eh_region start)
317 else if (r->next_peer && r != start)
324 if (r == start)
333 #define FOR_ALL_EH_REGION_AT(R, START) \
334 for ((R) = (START); (R) != NULL; (R) = ehr_next (R, START))
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
except.h 313 ehr_next (eh_region r, eh_region start)
317 else if (r->next_peer && r != start)
324 if (r == start)
333 #define FOR_ALL_EH_REGION_AT(R, START) \
334 for ((R) = (START); (R) != NULL; (R) = ehr_next (R, START))
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
except.h 313 ehr_next (eh_region r, eh_region start)
317 else if (r->next_peer && r != start)
324 if (r == start)
333 #define FOR_ALL_EH_REGION_AT(R, START) \
334 for ((R) = (START); (R) != NULL; (R) = ehr_next (R, START))
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
LocalList.java 93 START,
182 * Compares by (in priority order) address, end then start
225 * Gets whether this is a local start. This is just shorthand for
226 * {@code getDisposition() == Disposition.START}.
228 * @return {@code true} iff this is a start
231 return disposition == Disposition.START;
339 * that to change at some point, when we start feeding that
405 throw new RuntimeException("redundant start at " +
574 System.err.printf("%04x start %s\n", address, startedLocal);
585 // Silently ignore a redundant start
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
LocalList.java 92 START,
181 * Compares by (in priority order) address, end then start
224 * Gets whether this is a local start. This is just shorthand for
225 * {@code getDisposition() == Disposition.START}.
227 * @return {@code true} iff this is a start
230 return disposition == Disposition.START;
338 * that to change at some point, when we start feeding that
404 throw new RuntimeException("redundant start at " +
573 System.err.printf("%04x start %s\n", address, startedLocal);
584 // Silently ignore a redundant start
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/des/
des_opts.c 357 #define START 0
366 if (s == START)
381 if (s == START)
404 Time_F(START); \
458 Time_F(START);
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
LocalList.java 93 START,
182 * Compares by (in priority order) address, end then start
225 * Gets whether this is a local start. This is just shorthand for
226 * {@code getDisposition() == Disposition.START}.
228 * @return {@code true} iff this is a start
231 return disposition == Disposition.START;
339 * that to change at some point, when we start feeding that
405 throw new RuntimeException("redundant start at " +
574 System.err.printf("%04x start %s\n", address, startedLocal);
585 // Silently ignore a redundant start
    [all...]
  /external/openssl/crypto/des/
des_opts.c 357 #define START 0
366 if (s == START)
381 if (s == START)
404 Time_F(START); \
458 Time_F(START);
  /cts/tests/tests/view/src/android/view/cts/
GravityTest.java 114 Gravity.apply(Gravity.START, 2, 10, mInRect, mOutRect);
119 Gravity.apply(Gravity.START, 2, 10, mInRect, 5, 5, mOutRect);
124 applyGravity(Gravity.START, 2, 10, mInRect, mOutRect, false /* LTR direction */);
129 applyGravity(Gravity.START, 2, 10, mInRect, mOutRect, true /* RTL direction */);
331 assertOneGravity(Gravity.LEFT, Gravity.START, false);
332 assertOneGravity(Gravity.RIGHT, Gravity.START, true);
  /frameworks/base/core/java/android/text/
DynamicLayout.java 144 int[] start; local
147 start = new int[COLUMNS_ELLIPSIZE];
148 start[ELLIPSIS_START] = ELLIPSIS_UNDEFINED;
150 start = new int[COLUMNS_NORMAL];
159 start[DIR] = DIR_LEFT_TO_RIGHT << DIR_SHIFT;
160 start[TOP] = 0;
161 start[DESCENT] = desc;
162 mInts.insertAt(0, start);
164 start[TOP] = desc - asc;
165 mInts.insertAt(1, start);
    [all...]
  /frameworks/av/media/libmedia/
IAudioTrack.cpp 33 START,
67 virtual status_t start() function in class:android::BpAudioTrack
71 status_t status = remote()->transact(START, data, &reply);
75 ALOGW("start() error: %s", strerror(-status));
207 case START: {
209 reply->writeInt32(start());
  /packages/apps/Exchange/src/com/android/exchange/adapter/
Parser.java 48 public static final int START = 2;
56 // Where tags start in a page
299 // If we're a start, set tag to include the page and return it
300 if (type == START) {
426 * that has been retrieved - START (start of tag), END (end of tag), DONE (end of stream), or
499 type = START;
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
ScaleToFit.java 42 Matrix.ScaleToFit.START,
48 "FILL", "START", "CENTER", "END"
  /external/wpa_supplicant_8/src/eap_server/
eap_server_tnc.c 18 START, CONTINUE, RECOMMENDATION, FRAG_ACK, WAIT_FRAG_ACK, DONE,
44 case START:
45 return "START";
80 eap_tnc_set_state(data, START);
285 case START:
352 wpa_printf(MSG_DEBUG, "EAP-TNC: Peer used Start flag");
eap_server_wsc.c 20 enum { START, MESG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state;
36 case START:
37 return "START";
102 data->state = registrar ? START : MESG;
178 wpa_printf(MSG_DEBUG, "EAP-WSC: Send WSC/Start");
247 case START:
352 const u8 *start, *pos, *end; local
370 start = pos;
371 end = start + len;
  /frameworks/av/include/drm/
drm_framework_common.h 132 * Constant field signifies playback start
134 static const int START = 0x00;

Completed in 858 milliseconds

1 23 4 5 6 7 8 910