HomeSort by relevance Sort by last modified time
    Searched refs:START (Results 101 - 125 of 897) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/autotest/server/site_tests/firmware_Cr50DeviceState/
firmware_Cr50DeviceState.py 90 START = ''
169 events.append(self.START)
227 if event != self.START:
267 self.stage_irq_add(self.get_irq_counts(), 'start %s' % state)
  /frameworks/av/media/libaudioclient/
IAudioTrack.cpp 35 START,
71 virtual status_t start() function in class:android::BpAudioTrack
75 status_t status = remote()->transact(START, data, &reply);
79 ALOGW("start() error: %s", strerror(-status));
211 case START: {
213 reply->writeInt32(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/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);
  /cts/hostsidetests/statsd/src/android/cts/statsd/metric/
MetricsUtils.java 51 .setEqInt(AppBreadcrumbReported.State.START.ordinal())))
102 assertTrue("Bucket info did not have either bucket num or start and end elapsed millis",
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
ScaleToFit.java 42 Matrix.ScaleToFit.START,
48 "FILL", "START", "CENTER", "END"
  /device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/include/shared/
dram_regs.h 36 #define START 1
  /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;
eap_server_sim.c 31 START, CHALLENGE, REAUTH, NOTIFICATION, SUCCESS, FAILURE
47 case START:
48 return "START";
86 data->state = START;
107 wpa_printf(MSG_DEBUG, "EAP-SIM: Generating Start");
114 * ignored and the SIM/Start is used to request the identity.
119 /* Cannot use more than three rounds of Start messages */
329 case START:
369 case START:
423 wpa_printf(MSG_DEBUG, "EAP-SIM: Receive start response")
    [all...]
  /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/DocumentsUI/src/com/android/documentsui/sorting/
HeaderCell.java 113 animator.start();
123 setGravity(Gravity.CENTER_VERTICAL | Gravity.START);
  /packages/apps/TV/common/src/com/android/tv/common/ui/setup/animation/
FadeAndShortSlide.java 100 this(Gravity.START);
139 ? mSlideEdge == (appear ? Gravity.END : Gravity.START)
140 : mSlideEdge == (appear ? Gravity.START : Gravity.END);
207 case Gravity.START:
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ActionBarDisplayOptions.java 105 case Gravity.START:
112 newGravity = Gravity.START;
  /external/libcxx/
appveyor-reqs-install.cmd 15 START /WAIT llvm-installer.exe /S /D=C:\"Program Files\LLVM"
  /external/ltp/tools/pounder21/src/mem_alloc_test/
mem_alloc.c 167 * SET sbrk_num @start of each process to count # of sbrk() calls within that process.
332 // saving the current heap pointer befoer start to allocate more memory
353 // saving the current heap pointer befoer start to allocate more memory
371 print_sysinfo(); // sytem resouces before start allocation
372 set_sbrk_num(0); // at start of process, ensure sbrk_num is set
377 START:
393 goto START;
  /external/protobuf/examples/
list_people_test.go 13 // [START populate_proto]
  /frameworks/base/core/java/android/transition/
Slide.java 37 * start and end scenes and moves views in or out from one of the edges of the
55 @IntDef({Gravity.LEFT, Gravity.TOP, Gravity.RIGHT, Gravity.BOTTOM, Gravity.START, Gravity.END})
187 * {@link android.view.Gravity#START}, {@link android.view.Gravity#END}.
204 case Gravity.START:
225 * {@link android.view.Gravity#START}, {@link android.view.Gravity#END}.
  /frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/widget/
DrawerLayoutActivity.java 101 mDrawerLayout.setDrawerShadow(R.drawable.drawer_shadow, GravityCompat.START);
107 mDrawerLayout.setDrawerTitle(GravityCompat.START, getString(R.string.drawer_title));
221 // Is the start drawer open?
  /frameworks/support/transition/src/main/java/androidx/transition/
Slide.java 45 * start and end scenes and moves views in or out from one of the edges of the
63 @IntDef({Gravity.LEFT, Gravity.TOP, Gravity.RIGHT, Gravity.BOTTOM, Gravity.START, Gravity.END})
200 * {@link android.view.Gravity#START}, {@link android.view.Gravity#END}.
216 case Gravity.START:
237 * {@link android.view.Gravity#START}, {@link android.view.Gravity#END}.
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/
appveyor-reqs-install.cmd 15 START /WAIT llvm-installer.exe /S /D=C:\"Program Files\LLVM"
  /frameworks/support/leanback/src/main/java/androidx/leanback/app/
OnboardingFragment.java 121 * inherited class can override {@link #onPageChanged} to start the custom animations.
515 * Returns the start button text if it's set through
523 * Sets the text on the start button text. If not set, the default text set in
526 * @param text the start button text
632 animator.start();
639 * Called to have the inherited class create its enter animation. The start animation runs after
707 * By default, this method will hide the logo view and start the entrance animation for this
717 * Called to start entrance transition. This can be called by subclasses when the logo animation
718 * and data loading is complete. If force flag is set to false, it will only start the animation
719 * if it's not already done yet. Otherwise, it will always start the enter animation. In bot
    [all...]
OnboardingSupportFragment.java 118 * inherited class can override {@link #onPageChanged} to start the custom animations.
510 * Returns the start button text if it's set through
518 * Sets the text on the start button text. If not set, the default text set in
521 * @param text the start button text
627 animator.start();
634 * Called to have the inherited class create its enter animation. The start animation runs after
702 * By default, this method will hide the logo view and start the entrance animation for this
712 * Called to start entrance transition. This can be called by subclasses when the logo animation
713 * and data loading is complete. If force flag is set to false, it will only start the animation
714 * if it's not already done yet. Otherwise, it will always start the enter animation. In bot
    [all...]

Completed in 730 milliseconds

1 2 3 45 6 7 8 91011>>