HomeSort by relevance Sort by last modified time
    Searched refs:started (Results 126 - 150 of 688) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/go/darwin-x86/src/runtime/testdata/testprogcgo/
numgoroutine.go 46 // started by os/signal.init in addition to the main
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue22881.go 7 // Test to make sure RHS is evaluated before map insert is started.
  /prebuilts/go/linux-x86/misc/cgo/testcarchive/src/libgo2/
libgo2.go 41 // to a thread started by Go.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
timings.go 50 // with the most recently started or stopped phase; or the very first
92 // previous phase started
110 // between a stopped and started phase; unaccounted time
113 // previous stop implicitly started current phase
  /prebuilts/go/linux-x86/src/runtime/testdata/testprogcgo/
numgoroutine.go 46 // started by os/signal.init in addition to the main
  /prebuilts/go/linux-x86/test/fixedbugs/
issue22881.go 7 // Test to make sure RHS is evaluated before map insert is started.
  /system/update_engine/client_library/
client_binder.cc 51 bool started; local
57 &started)
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
pcln.go 47 started := false
53 if val == oldval && started {
91 if started {
104 started = true
108 if started {
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
pcln.go 47 started := false
53 if val == oldval && started {
91 if started {
104 started = true
108 if started {
  /external/autotest/site_utils/lxc/container_pool/
pool_unittest.py 256 self.assertTrue(pool.started)
563 self.started = False
568 self.started = True
  /external/python/cpython2/Lib/test/
test_support.py     [all...]
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowLooperTest.java 47 private CountDownLatch started = new CountDownLatch(1); field in class:ShadowLooperTest.QuitThread
57 started.countDown();
66 qt.started.await();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
CastControllerImpl.java 189 private void setProjection(MediaProjectionInfo projection, boolean started) {
194 if (started && !isCurrent) {
197 } else if (!started && isCurrent) {
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceNetwork.java 551 private boolean started = false; field in class:MonkeySourceNetwork
594 started = false;
684 if (!started) {
691 started = true;
  /development/testrunner/
am_instrument_parser.py 53 if test_result.GetStatusCode() == 1: # The test started
131 "block" would be either a "test started" status report, or a "test
  /external/boringssl/src/crypto/bytestring/
cbb.c 475 int started = 0; local
483 if (!started) {
493 started = 1;
501 if (!started && !CBB_add_u8(&child, 0)) {
  /external/libxcam/xcore/
poll_thread.cpp 39 virtual bool started () { function in class:XCam::EventPollThread
xcam_analyzer.cpp 46 AnalyzerThread::started () function in class:XCam::AnalyzerThread
186 XCAM_LOG_ERROR ("can't set_sync_mode after analyzer started");
212 XCAM_LOG_INFO ("Analyzer(%s) started in %s mode.", XCAM_STR(get_name()),
  /frameworks/base/cmds/statsd/tools/loadtest/src/com/android/statsd/loadtest/
LoadtestActivity.java 167 * When the load test started.
241 * Whether the loadtest has started.
532 private synchronized void updateStarted(boolean started) {
533 mStarted = started;
534 mStartStop.setBackgroundColor(started ?
536 mStartStop.setText(started ? getString(R.string.stop) : getString(R.string.start));
  /frameworks/base/core/java/android/service/dreams/
DreamService.java 71 * <p>Your dream has started, so you should begin animations or other behaviors here.</li>
73 * <p>Use this to stop the things you started in {@link #onDreamingStarted}.</li>
377 * @return The current window manager, or null if the dream is not started.
387 * @return The current window, or null if the dream is not started.
620 * The value returned by this method is only meaningful when the dream has started.
    [all...]
  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiCecFeatureAction.java 78 * indicate that the action has started.
165 boolean started() { method in class:HdmiCecFeatureAction
  /frameworks/rs/tests/lldb/tests/harness/
test_base_remote.py 83 '''Connect to an lldb platform that has been started elsewhere.
  /packages/apps/DeskClock/src/com/android/deskclock/data/
DataModel.java 481 * @param timer the timer to be started
489 * @param timer the timer to be started
493 final Timer started = timer.start(); local
494 mTimerModel.updateTimer(started);
497 expireTimer(service, started);
499 mContext.startService(TimerService.createTimerExpiredIntent(mContext, started));
767 * @return the stopwatch after being started
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothSummaryUpdater.java 64 public void onScanningStateChanged(boolean started) {
  /packages/apps/Settings/src/com/android/settings/connecteddevice/
AvailableMediaDeviceGroupController.java 127 public void onScanningStateChanged(boolean started) {

Completed in 1295 milliseconds

1 2 3 4 56 7 8 91011>>