HomeSort by relevance Sort by last modified time
    Searched refs:START (Results 76 - 100 of 595) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/robolectric/v1/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();
  /external/v8/test/cctest/
test-assembler-arm64.cc 56 // START();
67 // Within a START ... END block all registers but sp can be modified. sp has to
138 // emit instructions at the start of the buffer. Note that START_AFTER_RESET
142 // Most tests should call START, rather than call RESET directly.
150 __ Debug("Start test.", __LINE__, TRACE_ENABLE | LOG_ALL);
152 #define START() \
192 #define START() \
245 START();
296 START();
342 START();
3746 Label start; local
    [all...]
  /external/v8/test/unittests/compiler/
move-optimizer-unittest.cc 17 Instruction::GapPosition pos = Instruction::START) {
225 ctant_def->GetParallelMove(Instruction::GapPosition::START);
229 last->GetParallelMove(Instruction::GapPosition::START);
  /external/valgrind/nightly/bin/
nightly 76 START=`date "+%F %H:%M:%S %Z"`
146 # Remove old short and verbose log files, and start the new ones
258 echo "Started at" $START >> final
322 "$changed_str$START nightly build ($TAG, $ABT_DETAILS)" \
  /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));
161 case START: {
163 reply->writeInt32(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
401 throw new RuntimeException("redundant start at " +
570 System.err.printf("%04x start %s\n", address, startedLocal);
581 // Silently ignore a redundant start
    [all...]
  /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...]
  /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 149 int[] start; local
152 start = new int[COLUMNS_ELLIPSIZE];
153 start[ELLIPSIS_START] = ELLIPSIS_UNDEFINED;
155 start = new int[COLUMNS_NORMAL];
164 start[DIR] = DIR_LEFT_TO_RIGHT << DIR_SHIFT;
165 start[TOP] = 0;
166 start[DESCENT] = desc;
167 mInts.insertAt(0, start);
169 start[TOP] = desc - asc;
170 mInts.insertAt(1, start);
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
BoringLayoutTest.java 79 TextUtils.TruncateAt.START,
149 TextUtils.TruncateAt.START,
279 TextUtils.TruncateAt.START,
  /hardware/qcom/display/msm8084/liboverlay/
overlay.h 107 /* start session for the pipe reservation */
212 START,
372 mPipeBook[(int)dest].mSession = PipeBook::START;
376 return (mPipeBook[(int)dest].mSession == PipeBook::START);
  /hardware/qcom/display/msm8226/liboverlay/
overlay.h 108 /* start session for the pipe reservation */
220 START,
393 mPipeBook[(int)dest].mSession = PipeBook::START;
397 return (mPipeBook[(int)dest].mSession == PipeBook::START);
  /hardware/qcom/display/msm8909/liboverlay/
overlay.h 108 /* start session for the pipe reservation */
226 START,
405 mPipeBook[(int)dest].mSession = PipeBook::START;
409 return (mPipeBook[(int)dest].mSession == PipeBook::START);
  /hardware/qcom/display/msm8994/liboverlay/
overlay.h 111 /* start session for the pipe reservation */
237 START,
425 mPipeBook[(int)dest].mSession = PipeBook::START;
429 return (mPipeBook[(int)dest].mSession == PipeBook::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;
  /frameworks/av/services/camera/libcameraservice/api1/client2/
CaptureSequencer.h 64 // Notifications about shutter (capture start)
121 START,
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
VerticalFocusSearch.java 69 mLayout.setHorizontalGravity(Gravity.START);
  /packages/apps/TV/common/src/com/android/tv/common/ui/setup/animation/
FadeAndShortSlide.java 97 this(Gravity.START);
135 ? mSlideEdge == (appear ? Gravity.END : Gravity.START)
136 : mSlideEdge == (appear ? Gravity.START : Gravity.END);
203 case Gravity.START:
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ActionBarDisplayOptions.java 105 case Gravity.START:
112 newGravity = Gravity.START;
  /development/samples/Support7Demos/src/com/example/android/supportv7/widget/
DrawerLayoutActivity.java 98 mDrawerLayout.setDrawerShadow(R.drawable.drawer_shadow, GravityCompat.START);
104 mDrawerLayout.setDrawerTitle(GravityCompat.START, getString(R.string.drawer_title));
218 // Is the start drawer open?
  /external/valgrind/VEX/switchback/
binary_switchback.pl 11 # - Everything between (not including) /^---START---$/ and /^---STOP---$/
92 # Start halfway:
96 # No known end: Start at beginning:
108 print "Program Error: start < last_good\n";
112 print "Program Error: start >= last_bad\n";
184 while (@results && !((shift @results) =~ /^---START---/)) {}
248 if ($line =~ /^---START---$/) { # start on next line
252 if ($line =~ /^--- end SWITCHBACK/) { # start on next line
297 print "START: N=$N_START\n"
    [all...]

Completed in 2095 milliseconds

1 2 34 5 6 7 8 91011>>