/packages/apps/Mms/src/com/android/mms/model/ |
VideoModel.java | 166 action = MediaAction.START;
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/ |
DefaultSuggestionView.java | 101 mText1.setEllipsize(TextUtils.TruncateAt.START); 161 // it to start animating, but it must first have been false or else the
|
/packages/apps/VoiceDialer/src/com/android/voicedialer/ |
VoiceDialerActivity.java | 250 // we're not using bluetooth apparently, just start listening. 362 // we now have SCO connection and TTS, so we can start. 390 // we can't start recognizing until we get connected to the BluetoothHeadset 402 // before we can start listening. 410 // we're not using bluetooth apparently, just start listening. 473 // we now have SCO connection and TTS, so we can start. 514 // Normally, the we will start listening after the 525 // we are not using tts, so we just start listening again. 564 // We will not start listening until the utterance 630 private static final int START = 0; // beep detection star [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/voice/ |
VoiceInputLogger.java | 165 public void start(String locale, boolean swipe) { method in class:VoiceInputLogger 167 Intent i = newLoggingBroadcast(LoggingEvents.VoiceIme.START);
|
/external/webkit/Source/WebCore/editing/ |
SelectionController.cpp | 236 removingNodeRemovesPosition(node, m_selection.start()), removingNodeRemovesPosition(node, m_selection.end())); 249 // The base and/or extent are about to be removed, but the start and end aren't. 250 // Change the base and extent to the start and end, but don't re-validate the 251 // selection, since doing so could move the start and end into the node 254 m_selection.setWithoutValidation(m_selection.start(), m_selection.end()); 256 m_selection.setWithoutValidation(m_selection.end(), m_selection.start()); 270 RefPtr<Document> document = m_selection.start().anchorNode()->document(); 309 Position start = m_selection.start(); local 313 bool shouldRemoveStart = shouldRemovePositionAfterAdoptingTextReplacement(start, EndPointIsStart, node, offset, oldLength, newLength) 1796 Node* start = m_frame->document()->focusedNode(); local 1828 Position start = this->start(); local [all...] |
/frameworks/base/core/java/android/widget/ |
LinearLayout.java | 119 @ViewDebug.FlagToString(mask = Gravity.START, 120 equals = Gravity.START, name = "START"), 138 private int mGravity = Gravity.START | Gravity.TOP; 1545 int start = 0; local [all...] |
FrameLayout.java | 123 * Describes how the foreground is positioned. Defaults to START and TOP. 133 foregroundGravity |= Gravity.START;
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
MatrixTest.java | 456 mMatrix.setRectToRect(r1, r2, ScaleToFit.START); 465 assertFalse(mMatrix.setRectToRect(r2, r1, ScaleToFit.START));
|
/cts/tools/host/src/com/android/cts/ |
TestPackage.java | 46 * are used to restart/stop the timer, START for restarting and 50 public static final String START = "start"; 544 if (status.equals(START)) { 552 mProgressObserver.start(); 865 mTimeOutTimer.start(); [all...] |
TestHost.java | 55 * <li> CONSOLE: For this mode, the TestHost will start the UI 94 * start the the mode of no console UI. 128 if ((action != null) && (action.equals(CTSCommand.START))) { 136 * Start zipped package. 170 // step 3: start the plan 480 ts.start(testFullName); 484 ts.start(javaPkgName); 488 ts.start(); 644 * Start a test session. 671 * Start a test session [all...] |
/cts/tools/host/test/com/android/cts/ |
ConsoleTests.java | 455 String cmdLine = "start --plan demo --config " + CONFIG_PATH; 458 assertEquals(CTSCommand.START, cp.getAction()); 467 cmdLine = "start --plan demo --config " + ROOT; 482 String cmdLine = "start -p demo.zip --config " + CONFIG_PATH; 485 assertEquals(CTSCommand.START, cp.getAction()); 495 cmdLine = "start --package demo.zip --config " + ROOT;
|
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
CalendarProvider2Test.java | 73 * to start a service). We the next best thing, which is copy the relevant code 178 * start and end time, whether it is an all-day event, and so on) are 342 * a start date). 391 // Search the list of expected instances for a matching start [all...] |
/external/icu4c/i18n/ |
dtptngen_impl.h | 153 START,
|
/external/icu4c/test/intltest/ |
wbnf.cpp | 50 byte * start; member in class:Buffer_byte 54 inline int content_size(){return current - start;} // size unit is byte 61 start = (byte *) realloc(start, new_size); // may change the value of start 62 current = start + cs_snap; 77 Buffer_byte():start(NULL),current(start),buffer_size(0){ 81 free(start); 85 start != NULL ? memset(start, 0, buffer_size) : 0 [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/ |
eap_fast.c | 39 START, PHASE1, PHASE2_START, PHASE2_ID, PHASE2_METHOD, 83 case START: 84 return "START"; 434 data->state = START; 865 case START: 877 wpa_printf(MSG_DEBUG, "EAP-FAST: Try to start " 894 * Include the start of the next EAP method in the [all...] |
eap_peap.c | 41 START, PHASE1, PHASE1_ID2, PHASE2_START, PHASE2_ID, 68 case START: 69 return "START"; 184 data->state = START; 503 case START: [all...] |
eap_ttls.c | 45 START, PHASE1, PHASE2_START, PHASE2_METHOD, 65 case START: 66 return "START"; 389 data->state = START; 564 case START: [all...] |
/external/wpa_supplicant_8/src/eap_server/ |
eap_server_fast.c | 40 START, PHASE1, PHASE2_START, PHASE2_ID, PHASE2_METHOD, 84 case START: 85 return "START"; 435 data->state = START; 870 case START: 882 wpa_printf(MSG_DEBUG, "EAP-FAST: Try to start " 899 * Include the start of the next EAP method in the [all...] |
eap_server_peap.c | 42 START, PHASE1, PHASE1_ID2, PHASE2_START, PHASE2_ID, 69 case START: 70 return "START"; 185 data->state = START; 506 case START: [all...] |
eap_server_ttls.c | 45 START, PHASE1, PHASE2_START, PHASE2_METHOD, 65 case START: 66 return "START"; 389 data->state = START; 542 case START: [all...] |
/libcore/dalvik/src/test/java/dalvik/system/profiler/ |
SamplingProfilerTest.java | 54 profiler.start(100); 73 long start = System.currentTimeMillis(); local 121 // should have nothing in the thread history to start 127 ThreadEvent start1 = ThreadEvent.start(objectId, threadId, 159 // should have no samples to start 177 ThreadEvent start = ThreadEvent.start(objectId, threadId, local 179 hprofData.addThreadEvent(start); 229 case START:
|
/external/oprofile/utils/ |
opcontrol | 142 --start-daemon start daemon without starting profiling 143 -s/--start start data collection 183 --kernel-range=start,end kernel range vma address in hexadecimal 186 a '--shutdown/start' sequence. A value of 495 # get start and end points of a file image (linux kernel or xen) 516 echo "objdump is not installed on this system, use opcontrol --kernel-range=start,end or opcontrol --xen-range= or install objdump" 520 # start at the start of .text, and end at _etex [all...] |
/external/v8/src/ |
lithium-allocator.cc | 114 ASSERT(Contains(pos) && pos.Value() != start().Value()); 128 ASSERT(Start().Value() <= cur->pos().Value() && 138 // Intervals overlap if the start of one is contained in the other. 139 if (current_interval->Contains(target->start()) || 140 target->Contains(current_interval->start())) { 199 UsePosition* LiveRange::NextUsePosition(LifetimePosition start) { 202 while (use_pos != NULL && use_pos->pos().Value() < start.Value()) { 211 LifetimePosition start) { 212 UsePosition* pos = NextUsePosition(start); 220 UsePosition* LiveRange::NextRegisterPosition(LifetimePosition start) { 374 LifetimePosition start = Start(); local 600 LifetimePosition start = LifetimePosition::FromInstructionIndex( local 774 int start = block->first_instruction_index(); local 1272 LifetimePosition start = LifetimePosition::FromInstructionIndex( local 1342 int start = range->Start().InstructionIndex(); local [all...] |
/frameworks/media/libvideoeditor/lvpp/ |
PreviewPlayerBase.cpp | 439 // enough data to start playback, we can safely interrupt that. 747 Playback::START, position / 1000); 802 // is started again, we play from the start... 831 status_t err = mAudioPlayer->start( [all...] |
/build/ |
envsetup.sh | 623 START=`PWD= /bin/pwd` 624 MFILE=`echo $START | cut -c${TO_CHOP}-`
|