HomeSort by relevance Sort by last modified time
    Searched refs:started (Results 151 - 175 of 300) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/speex/libspeex/
resample.c 131 int started; member in struct:SpeexResamplerState_
655 } else if (!st->started)
745 st->started = 0;
810 st->started = 1;
    [all...]
  /packages/apps/Settings/src/com/android/settings/widget/
ChartNetworkSeriesView.java 185 boolean started = false;
  /frameworks/base/core/java/android/bluetooth/
BluetoothAdapter.java 256 * Broadcast Action: The local Bluetooth adapter has started the remote
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
UpdateHandler.java 176 * @return true if an update successfully started, false otherwise.
196 boolean started = false;
205 started = true;
208 return started;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
inspect.py 637 self.started = False
644 if not self.started:
649 self.started = True
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
inspect.py 637 self.started = False
644 if not self.started:
649 self.started = True
    [all...]
  /art/runtime/
jni_internal_test.cc 111 bool started = runtime_->Start(); local
112 CHECK(started);
965 // invoke because the runtime isn't started. In the future it would
1390 bool started = runtime_->Start(); local
1654 bool started = runtime_->Start(); local
    [all...]
  /external/qemu/
arm-dis.c 2805 int started = 0; local
3130 int started = 0; local
3575 int started = 0; local
    [all...]
  /external/chromium_org/cc/animation/
layer_animation_controller_unittest.cc 52 // If an animation is started on the impl thread before it is ticked on the main
180 // Notify main thread controller that the animation has started.
182 AnimationEvent::Started, 0, group_id, Animation::Opacity, 0);
219 // There should be a Started event for the animation.
221 EXPECT_EQ(AnimationEvent::Started, (*events)[0].type);
395 bool started() { return started_; } function in class:cc::__anon6450::FakeAnimationDelegate
431 // We should receive 2 events (a started notification and a property update).
433 EXPECT_EQ(AnimationEvent::Started, (*events)[0].type);
440 EXPECT_FALSE(delegate.started());
442 EXPECT_TRUE(delegate.started());
    [all...]
  /frameworks/base/core/java/android/app/
ActivityManager.java 87 * thing being started is not an activity.
122 * Result for IActivityManaqer.startActivity: the activity was started
136 * Result for IActivityManaqer.startActivity: activity wasn't really started, but
143 * Result for IActivityManaqer.startActivity: activity wasn't really started, but
465 * started or visited.
487 * If this task was started from an alias, this is the actual
488 * activity component that was initially started; the component of
585 * user has started and the maximum number the system can remember.
612 * user has started and the maximum number the system can remember.
750 * user has started
1025 public boolean started; field in class:ActivityManager.RunningServiceInfo
    [all...]
  /frameworks/base/services/java/com/android/server/am/
BroadcastQueue.java 122 * process broadcasts one at a time, so no others can be started while
230 boolean started = false;
242 started = true;
244 if (!started) {
246 "Process cur broadcast " + r + ": NOT STARTED!");
688 // Keep track of when this receiver started, and make sure there
    [all...]
  /external/bluetooth/bluedroid/bta/av/
bta_av_act.c     [all...]
  /external/chromium_org/chrome/browser/resources/google_now/
utility.js 417 * Indicates if this attempt manager has started.
419 * true if the attempt manager has started, false otherwise.
  /external/chromium_org/net/proxy/
proxy_script_fetcher_impl_unittest.cc 139 virtual void OnCompleted(URLRequest* request, bool started) OVERRIDE {}
  /external/chromium_org/net/url_request/
url_request_test_util.cc 409 // layer before the URLRequest reports that a response has started.
461 void TestNetworkDelegate::OnCompleted(URLRequest* request, bool started) {
  /external/chromium_org/remoting/webapp/
remoting.js 149 document.getElementById('get-started-it2me').disabled = false;
150 document.getElementById('get-started-me2me').disabled = false;
clipboard.js 49 * Notifies this object that a session has started.
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DFA.as 66 var mark:int = input.mark(); // remember where decision started in input
  /external/chromium/chrome/browser/ui/views/
shell_dialogs_win.cc 521 bool started = thread->Start(); local
522 DCHECK(started);
    [all...]
  /external/chromium_org/chrome/browser/net/
chrome_network_delegate.cc 169 // Notifies the ExtensionProcessManager that a request has started or stopped
674 bool started) {
725 profile_, extension_info_map_.get(), request, started);
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/
share_dialog.js 214 // If the embedded share dialog is not started within some time, then
  /external/chromium_org/third_party/WebKit/Tools/qunit/qunit/
qunit.js 497 started: +new Date,
758 runtime = +new Date - config.started,
    [all...]
  /external/chromium_org/tools/measure_page_load_time/ff_ext/content/
measure_page_load_time.js 159 * Time the page load started. If null, we're waiting for the
  /external/chromium_org/tools/page_cycler/webpagereplay/extension/
background.js 167 console.log("LOAD started: " + url_);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.simpleconfigurator_1.0.200.v20100503.jar 

Completed in 1487 milliseconds

1 2 3 4 5 67 8 91011>>