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

1 2 34 5 6 7 8 910

  /frameworks/av/services/camera/libcameraservice/api1/client2/
CaptureSequencer.h 113 START,
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
VerticalFocusSearch.java 69 mLayout.setHorizontalGravity(Gravity.START);
  /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
XmlDictInputOutput.java 68 private static final int START = 1;
87 mState = START;
100 mState = START;
135 public void characters(char[] ch, int start, int length) {
140 mWord += String.copyValueOf(ch, start, length);
148 mState = START;
  /cts/tests/tests/widget/src/android/widget/cts/
EditTextTest.java 125 int start = 1; local
127 editText.setSelection(start, end);
128 assertEquals(start, editText.getSelectionStart());
131 start = 0;
133 editText.setSelection(start, end);
134 assertEquals(start, editText.getSelectionStart());
137 start = 7;
139 editText.setSelection(start, end);
140 assertEquals(start, editText.getSelectionStart());
182 int start = 0 local
    [all...]
  /external/valgrind/main/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...]
  /external/wpa_supplicant_8/src/eap_server/
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/base/core/java/android/app/
ActionBar.java     [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
SlideshowPresenter.java 158 if (action == MediaAction.START) {
238 if (action == MediaAction.START) {
  /frameworks/base/core/java/android/text/
StaticLayout.java 204 // and start from the top of the span, not the top of the
430 // Exit the span loop, and get spanStart to start over from here.
585 private int out(CharSequence text, int start, int end,
623 chooseHeight(text, start, end, chooseHtv[i], v, fm, paint);
626 chooseHt[i].chooseHeight(text, start, end, chooseHtv[i], v, fm);
668 lines[off + START] = start;
673 lines[off + mColumns + START] = end;
687 mLineDirections[j] = AndroidBidi.directions(dir, chdirs, start - widthStart, chs,
688 start - widthStart, end - start)
    [all...]
Selection.java 24 * A cursor is a selection where the start and end are at the same offset.
64 * Set the selection anchor to <code>start</code> and the selection edge
67 public static void setSelection(Spannable text, int start, int stop) {
69 // start = pin(start, 0, len); XXX remove unless we really need it
75 if (ostart != start || oend != stop) {
76 text.setSpan(SELECTION_START, start, start,
122 int start = getSelectionStart(text); local
125 if (start != end)
163 int start = getSelectionStart(text); local
205 int start = getSelectionStart(text); local
230 int start = getSelectionStart(text); local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/apps/
s_time.c 322 #define START 0
398 tm_Time_F(START);
490 tm_Time_F(START);
  /external/openssl/apps/
s_time.c 322 #define START 0
398 tm_Time_F(START);
490 tm_Time_F(START);
  /development/samples/Support4Demos/src/com/example/android/supportv4/widget/
DrawerLayoutActivity.java 90 mDrawerLayout.setDrawerShadow(R.drawable.drawer_shadow, GravityCompat.START);
  /external/chromium/net/base/
transport_security_state.cc 176 START,
182 } state = START;
189 case START:
244 case START:
  /external/chromium_org/build/android/
adb_gdb 104 START=
166 --start)
167 START=true
314 --start Start package's activity on device.
316 --activity=<name> Activity name for --start [$DEFAULT_ACTIVITY].
670 if [ "$START" ]; then
672 adb_shell am start -n $PACKAGE_NAME/$ACTIVITY 2>/dev/null
674 fail_panic "Could not start $PROGRAM_NAME on device. Are you sure the \
827 if [ "$START" ]; the
    [all...]
  /frameworks/base/tests/BiDiTests/src/com/android/bidi/
BiDiTestGridLayoutCodeLtr.java 66 Spec col2 = spec(1, START);
BiDiTestGridLayoutCodeRtl.java 66 Spec col2 = spec(1, START);
  /packages/apps/Mms/src/com/android/mms/model/
AudioModel.java 129 action = MediaAction.START;
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
CandidateTextView.java 137 setEllipsize(TextUtils.TruncateAt.START);
  /system/security/keystore/
test-keystore 233 log "start regression test for b/4599735"
265 log $tag START
  /external/openssh/
buildpkg.sh.in 125 START=`pwd`
126 FAKE_ROOT=$START/pkg
184 ## Start by faking root install
199 # for start/stop scripts that aren't supplied with the OS, and
271 # extra space required by start/stop links added by installf
430 ${TEST_DIR}/etc/init.d/${SYSVINIT_NAME} start
554 # determine if we should start sshd
556 -p "Start the sshd daemon after installing this package? ${DEF_MSG}"\` || exit \$?
577 -p "Do you want symbolic links for the start/stop scripts? ${DEF_MSG}"\` || exit \$?
595 # determine if we should start ssh
    [all...]
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_imdct_synth.cpp 65 start window
119 #define START 1
254 case START:
  /frameworks/av/media/libmedia/
IMediaPlayer.cpp 38 START,
135 status_t start() function in class:android::BpMediaPlayer
139 remote()->transact(START, data, &reply);
396 case START: {
398 reply->writeInt32(start());
IMediaRecorder.cpp 39 START,
250 status_t start() function in class:android::BpMediaRecorder
252 ALOGV("start");
255 remote()->transact(START, data, &reply);
334 case START: {
335 ALOGV("START");
337 reply->writeInt32(start());
  /packages/apps/Mms/src/com/android/mms/dom/smil/
SmilPlayer.java 61 START,
279 return mAction == SmilPlayerAction.START;
313 mPlayerThread.start();
328 public synchronized void start() { method in class:SmilPlayer
331 mAction = SmilPlayerAction.START;
519 Log.v(TAG, "[START] " + " at " + mCurrentTime + " "

Completed in 1430 milliseconds

1 2 34 5 6 7 8 910