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

1 2 3 4 5 6 7 8 91011>>

  /external/nist-sip/java/gov/nist/javax/sip/parser/
TokenTypes.java 35 public static final int START = LexerCore.START;
40 public static final int SIP = START + 3;
41 public static final int REGISTER = START + 4;
42 public static final int INVITE = START + 5;
43 public static final int ACK = START + 6;
44 public static final int BYE = START + 7;
45 public static final int OPTIONS = START + 8;
46 public static final int CANCEL = START + 9;
47 public static final int ERROR_INFO = START + 10
    [all...]
  /external/clang/test/Preprocessor/
macro-multiline.c 6 // CHECK: {{^START A END$}}
7 START X END
  /external/mdnsresponder/mDNSPosix/
mdnsd.sh 18 # Linux /etc/init.d script to start/stop the mdnsd daemon.
33 # Some systems have start-stop-daemon, some don't.
34 if [ -r /sbin/start-stop-daemon ]; then
35 START="start-stop-daemon --start --quiet --exec"
38 # STOP="start-stop-daemon --stop -s TERM --quiet --oknodo --exec"
39 STOP="start-stop-daemon --stop --quiet --oknodo --exec"
44 START=
49 start)
    [all...]
  /frameworks/base/core/java/com/android/internal/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/apps/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...]
  /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
  /external/chromium_org/third_party/skia/dm/
DM.cpp 50 "^ requires the start of the GM to match\n"
101 #define START(name, type, ...) \
107 START("565", CpuGMTask, expectations, kRGB_565_SkColorType);
108 START("8888", CpuGMTask, expectations, kN32_SkColorType);
109 START("gpu", GpuGMTask, expectations, native, 0);
110 START("msaa4", GpuGMTask, expectations, native, 4);
111 START("msaa16", GpuGMTask, expectations, native, 16);
112 START("nvprmsaa4", GpuGMTask, expectations, nvpr, 4);
113 START("nvprmsaa16", GpuGMTask, expectations, nvpr, 16);
114 START("gpunull", GpuGMTask, expectations, null, 0)
    [all...]
  /external/skia/dm/
DM.cpp 50 "^ requires the start of the GM to match\n"
101 #define START(name, type, ...) \
107 START("565", CpuGMTask, expectations, kRGB_565_SkColorType);
108 START("8888", CpuGMTask, expectations, kN32_SkColorType);
109 START("gpu", GpuGMTask, expectations, native, 0);
110 START("msaa4", GpuGMTask, expectations, native, 4);
111 START("msaa16", GpuGMTask, expectations, native, 16);
112 START("nvprmsaa4", GpuGMTask, expectations, nvpr, 4);
113 START("nvprmsaa16", GpuGMTask, expectations, nvpr, 16);
114 START("gpunull", GpuGMTask, expectations, null, 0)
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
Matrix_ScaleToFitTest.java 28 assertEquals( ScaleToFit.START,scaleToFits[1]);
35 assertEquals( ScaleToFit.START,ScaleToFit.valueOf("START"));
43 assertEquals(ScaleToFit.START, ScaleToFit.valueOf(ScaleToFit.class,
44 "START"));
  /cts/tools/dasm/src/java_cup/
sym.java 31 static final int START = 12;
  /external/nist-sip/java/gov/nist/core/
LexerCore.java 40 // IMPORTANT - All keyword matches should be between START and END
41 public static final int START = 2048;
42 public static final int END = START + 2048;
106 if (value > START) {
208 if (tok > START && tok < END) {
  /external/e2fsprogs/contrib/
e2croncheck 32 START="$(date +'%Y%m%d%H%M%S')"
37 tune2fs -C 0 -T "${START}" "/dev/${VG}/${VOLUME}"
  /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);
  /frameworks/av/media/libmedia/
IAudioRecord.cpp 33 START,
45 virtual status_t start(int /*AudioSystem::sync_event_t*/ event, int 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));
  /external/chromium_org/third_party/openssl/openssl/crypto/rc2/
rc2speed.c 135 #define START 0
144 if (s == START)
159 if (s == START)
202 Time_F(START);
221 Time_F(START);
239 Time_F(START);
261 Time_F(START);
  /external/openssl/crypto/rc2/
rc2speed.c 135 #define START 0
144 if (s == START)
159 if (s == START)
202 Time_F(START);
221 Time_F(START);
239 Time_F(START);
261 Time_F(START);
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bnspeed.c 125 #define START 0
134 if (s == START)
149 if (s == START)
197 Time_F(START);
210 Time_F(START);
225 Time_F(START);
  /external/chromium_org/third_party/openssl/openssl/crypto/rc4/
rc4speed.c 135 #define START 0
144 if (s == START)
159 if (s == START)
202 Time_F(START);
220 Time_F(START);
238 Time_F(START);
  /external/openssl/crypto/bn/
bnspeed.c 125 #define START 0
134 if (s == START)
149 if (s == START)
197 Time_F(START);
210 Time_F(START);
225 Time_F(START);
  /external/openssl/crypto/rc4/
rc4speed.c 135 #define START 0
144 if (s == START)
159 if (s == START)
202 Time_F(START);
220 Time_F(START);
238 Time_F(START);
  /external/chromium_org/v8/tools/
v8-rolls.sh 48 -s Chromium git hash to start printing V8 information about.
102 START=HEAD
111 s) START=$OPTARG
120 rolls $REVISIONS $START
  /external/robolectric/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/chromium_org/third_party/openssl/openssl/crypto/des/
speed.c 140 #define START 0
149 if (s == START)
164 if (s == START)
209 Time_F(START);
230 Time_F(START);
243 Time_F(START);
262 Time_F(START);
279 Time_F(START);
298 Time_F(START);
  /external/openssl/crypto/des/
speed.c 140 #define START 0
149 if (s == START)
164 if (s == START)
209 Time_F(START);
230 Time_F(START);
243 Time_F(START);
262 Time_F(START);
279 Time_F(START);
298 Time_F(START);

Completed in 1187 milliseconds

1 2 3 4 5 6 7 8 91011>>