HomeSort by relevance Sort by last modified time
    Searched full:stopping (Results 401 - 425 of 1180) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/java/android/app/
LocalActivityManager.java 94 // TODO: put back in stopping of activities.
184 if (localLOGV) Log.v(TAG, r.id + ": stopping");
199 if (localLOGV) Log.v(TAG, r.id + ": stopping");
  /frameworks/base/docs/html-intl/intl/ja/guide/components/
services.jd 17 <li><a href="#Stopping">?????????</a></li>
433 // start ID so we know which request we're stopping when we finish the job
533 <h3 id="Stopping">?????????</h3>
  /frameworks/base/docs/html-intl/intl/ko/guide/components/
services.jd 17 <li><a href="#Stopping">??? ??</a></li>
433 // start ID so we know which request we're stopping when we finish the job
533 <h3 id="Stopping">??? ??</h3>
    [all...]
  /frameworks/base/docs/html-intl/intl/ru/guide/components/
services.jd 17 <li><a href="#Stopping">????????? ??????</a></li>
433 // start ID so we know which request we're stopping when we finish the job
533 <h3 id="Stopping">????????? ??????</h3>
    [all...]
  /frameworks/base/docs/html-intl/intl/zh-cn/guide/components/
services.jd 17 <li><a href="#Stopping">????</a></li>
433 // start ID so we know which request we're stopping when we finish the job
533 <h3 id="Stopping">????</h3>
  /frameworks/base/docs/html-intl/intl/zh-tw/guide/components/
services.jd 17 <li><a href="#Stopping">????</a></li>
433 // start ID so we know which request we're stopping when we finish the job
533 <h3 id="Stopping">????</h3>
  /prebuilts/go/darwin-x86/src/regexp/
exec_test.go 132 t.Fatalf("stopping after %d errors", nfail)
173 t.Fatalf("stopping after %d errors", nfail)
181 t.Fatalf("stopping after %d errors", nfail)
  /prebuilts/go/linux-x86/src/regexp/
exec_test.go 132 t.Fatalf("stopping after %d errors", nfail)
173 t.Fatalf("stopping after %d errors", nfail)
181 t.Fatalf("stopping after %d errors", nfail)
  /prebuilts/misc/android-arm/gdbserver/
gdbserver 
  /prebuilts/misc/android-mips/gdbserver/
gdbserver 
  /prebuilts/misc/android-x86/gdbserver/
gdbserver 
  /frameworks/av/media/libstagefright/
MediaCodec.cpp     [all...]
  /frameworks/av/services/audioflinger/
Effects.cpp 242 case STOPPING:
646 case STOPPING:
658 mState = STOPPING;
681 case STOPPING:
698 case STOPPING:
    [all...]
  /external/webrtc/webrtc/modules/audio_device/mac/
audio_device_mac.cc     [all...]
  /frameworks/base/docs/html/guide/components/
services.jd 17 <li><a href="#Stopping">Stopping a service</a></li>
437 // start ID so we know which request we're stopping when we finish the job
537 <h3 id="Stopping">Stopping a service</h3>
552 start request (stopping at the end of the first request would terminate the second one). To avoid
    [all...]
  /system/connectivity/shill/
device.cc     [all...]
  /external/libnfc-nci/src/nfa/ce/
nfa_ce_act.c 565 /* Handle NDEF stopping */
583 /* If stopping listening Felica system code, then clear T3T Flags for this */
591 /* If stopping listening T4T AID, then deregister this AID from CE_T4T */
    [all...]
  /external/libnfc-nci/src/nfa/include/
nfa_api.h     [all...]
  /external/opencv3/modules/video/include/opencv2/video/
tracking.hpp 432 Stopping criterion threshold used in the numerical scheme, which is a trade-off between
437 Stopping criterion iterations number used in the numerical scheme.
475 //! @brief Stopping criterion threshold used in the numerical scheme, which is a trade-off between precision and running time
  /frameworks/av/cmds/screenrecord/
screenrecord.cpp 475 ALOGV("Encoder stopping (req=%d)", gStopRequested);
477 printf("Encoder stopping; recorded %u frames in %" PRId64 " seconds\n",
711 printf("Stopping encoder and muxer\n");
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActiveServices.java 566 + ") when stopping service " + service);
592 ArrayList<ServiceRecord> stopping = null; local
599 if (stopping == null) {
600 stopping = new ArrayList<>();
601 stopping.add(service);
606 if (stopping != null) {
607 for (int i=stopping.size()-1; i>=0; i--) {
608 ServiceRecord service = stopping.get(i);
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
SupplicantWifiScannerImpl.java 264 if (DBG) Log.d(TAG, "Stopping scan");
    [all...]
  /art/test/099-vmdebug/src/
Main.java 98 System.out.println("Test stopping when already stopped");
  /cts/suite/audio_quality/lib/src/audio/
RemoteAudio.cpp 144 LOGE("socketRxCallback, error in packet, stopping polling");
  /cts/tests/tests/security/src/android/security/cts/
StagefrightTest.java 409 Log.d(TAG, "stopping after 10 seconds worth of data");

Completed in 603 milliseconds

<<11121314151617181920>>