HomeSort by relevance Sort by last modified time
    Searched defs:START (Results 1 - 25 of 411) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /hardware/qcom/display/msm8960/libqservice/
IQService.h 39 // Hardware securing start/end notification
41 UNSECURING, // Hardware unsecuring start/end notification
47 START,
  /frameworks/av/media/libmedia/
IAudioRecord.cpp 33 START,
45 virtual status_t start(int /*AudioSystem::sync_event_t*/ event, audio_session_t triggerSession) function in class:android::BpAudioRecord
51 status_t status = remote()->transact(START, data, &reply);
55 ALOGW("start() error: %s", strerror(-status));
77 case START: {
81 reply->writeInt32(start(event, triggerSession));
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());
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/widget/multiwaveview/
Ease.java 24 private static final float START = 0.0f;
37 return DOMAIN*(input/=DURATION)*input*input + START;
42 return DOMAIN*((input=input/DURATION-1)*input*input + 1) + START;
48 (DOMAIN/2*input*input*input + START)
49 : (DOMAIN/2*((input-=2)*input*input + 2) + START);
57 return DOMAIN*(input/=DURATION)*input + START;
62 return -DOMAIN *(input/=DURATION)*(input-2) + START;
68 (DOMAIN/2*input*input + START)
69 : (-DOMAIN/2 * ((--input)*(input-2) - 1) + START);
77 return DOMAIN*(input/=DURATION)*input*input*input + START;
    [all...]
  /packages/experimental/Bummer/src/com/android/dreams/bummer/
BummerView.java 27 public static final int START = 1;
42 case START:
58 .start();
98 mHandler.sendEmptyMessage(START);
103 mHandler.sendEmptyMessage(START);
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
BummerView.java 27 public static final int START = 1;
42 case START:
58 .start();
98 mHandler.sendEmptyMessage(START);
103 mHandler.sendEmptyMessage(START);
  /cts/tools/dasm/src/java_cup/
sym.java 31 static final int START = 12;
  /external/chromium-trace/catapult/third_party/html5lib-python/html5lib/treewalkers/
genshistream.py 4 from genshi.core import START, END, XML_NAMESPACE, DOCTYPE, TEXT
29 if kind == START:
  /external/elfutils/libelf/
exttypes.h 52 #define START(Bits, Name, EName) typedef struct {
98 #undef START
gelf_xlate.c 135 #define START(Bits, Name, EName) \
  /external/v8/src/
counters.cc 37 // Start the timer.
38 void HistogramTimer::Start() {
40 timer_.Start();
42 Logger::CallEventLogger(isolate(), name(), Logger::START, true);
52 // Compute the delta between start and stop, in microseconds.
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_imdct_synth.cpp 65 start window
119 #define START 1
254 case START:
  /frameworks/base/services/core/java/com/android/server/notification/
RankingReconsideration.java 28 private static final int START = 0;
44 mState = START;
52 if (mState == START) {
69 if (mState == START) { // can't cancel if running or done
  /hardware/qcom/display/msm8084/libqservice/
IQService.h 43 SECURING, // Hardware securing start/end notification
44 UNSECURING, // Hardware unsecuring start/end notification
61 START,
  /hardware/qcom/display/msm8226/libqservice/
IQService.h 42 SECURING, // Hardware securing start/end notification
43 UNSECURING, // Hardware unsecuring start/end notification
61 START,
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
CapsModeUtils.java 128 // single quote since they aren't start punctuation in the unicode sense, but should still
144 // start of line, or some symbol.
146 // Step 3 : Search for the start of a paragraph. From the starting point computed in step 2,
147 // we go back over any space or tab char sitting there. We find the start of a paragraph
148 // if the first char that's not a space or tab is a start of line (as in \n, start of text,
173 // There are only spacing chars between the start of the paragraph and the cursor,
230 // start of the text, or it's the sentence separator AND it happens to be the same code
244 // START, WORD, PERIOD, ABBREVIATION, NUMBER
245 // On START : (just before the first period
    [all...]
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowVideoView.java 23 public static final int START = 1;
57 public void start() { method in class:ShadowVideoView
59 currentState = ShadowVideoView.START;
88 return (currentState == ShadowVideoView.START);
  /external/wpa_supplicant_8/src/eap_server/
eap_server_tls.c 22 enum { START, CONTINUE, SUCCESS, FAILURE } state;
31 case START:
32 return "START";
78 data->state = START;
100 data->state = START;
122 data->state = START;
184 case START:
  /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...]
  /frameworks/base/drm/java/android/drm/
DrmStore.java 126 public static final int START = 0x00;
144 case START:
  /frameworks/minikin/libs/minikin/
WordBreaker.cpp 60 START,
136 ScanState state = START;
144 if (state == START && c == '@') {
146 } else if (state == START && c == ':') {
152 state = START;
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/
VCardParserTests.java 39 START,
69 inspectOrder(Order.START);
98 interpreter.addExpectedOrder(Order.START)
116 interpreter.addExpectedOrder(Order.START)
150 interpreter.addExpectedOrder(Order.START)
182 interpreter.addExpectedOrder(Order.START)
223 interpreter.addExpectedOrder(Order.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.
  /hardware/qcom/display/msm8909/libqservice/
IQService.h 42 SECURING, // Hardware securing start/end notification
43 UNSECURING, // Hardware unsecuring start/end notification
66 START,
  /hardware/qcom/display/msm8994/libqservice/
IQService.h 42 SECURING = 2, // Hardware securing start/end notification
43 UNSECURING = 3, // Hardware unsecuring start/end notification
68 START,

Completed in 375 milliseconds

1 2 3 4 5 6 7 8 91011>>