/external/chromium_org/chrome/browser/net/ |
chrome_network_delegate.cc | 172 // Notifies the extensions::ProcessManager that a request has started or stopped 519 bool started) { 570 profile_, extension_info_map_.get(), request, started);
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/media/ |
util.js | 77 * To be called when the user started activity. Shows the tools
|
/external/chromium_org/media/audio/win/ |
audio_unified_win.cc | 716 // loop. Note that, we are still in a "started" state, hence a Stop() call 773 // informs the render side that capturing has started. [all...] |
/frameworks/base/core/java/android/app/ |
LoaderManager.java | 126 * started) starts the loader. Otherwise the last created 131 * the caller is in its started state, and the requested loader 151 * and (if the activity/fragment is currently started) starts loading it. 153 * started it will automatically be destroyed when the new loader completes 205 // from the time its load is started until it has been explicitly 250 // Our owner is started, but we were being retained from a 251 // previous instance in the started state... so there is really 252 // nothing to do here, since the loaders are still started. 258 // If loader already started, don't restart. 298 // This loader was retained in a started state, bu [all...] |
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/support/v4/java/android/support/v4/app/ |
FragmentActivity.java | 554 * now started. 884 LoaderManagerImpl getLoaderManager(String who, boolean started, boolean create) { 891 lm = new LoaderManagerImpl(who, this, started); [all...] |
LoaderManager.java | 107 * started) starts the loader. Otherwise the last created 112 * the caller is in its started state, and the requested loader 132 * and (if the activity/fragment is currently started) starts loading it. 134 * started it will automatically be destroyed when the new loader completes 192 // from the time its load is started until it has been explicitly 236 // Our owner is started, but we were being retained from a 237 // previous instance in the started state... so there is really 238 // nothing to do here, since the loaders are still started. 244 // If loader already started, don't restart. 283 // This loader was retained in a started state, bu [all...] |
/external/chromium_org/chrome/browser/extensions/api/web_request/ |
web_request_api.h | 256 bool started);
|
/external/chromium_org/chrome/browser/resources/image_loader/ |
request.js | 123 throw new Error('Downloading already started.'); 415 // If downloading has started, then call the callback.
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
new_github_file_system.py | 143 will be set to a Future of _GithubZipFile and the fetch process started,
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/ |
driver_unittest.py | 229 self.assertTrue(driver._server_process.started)
|
/external/chromium_org/tools/perf/page_sets/mse_cases/ |
startup_test.js | 212 // Still appending but playback has already started so just abort the XHR 288 // Still appending but playback has already started so just abort the XHR
|
/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 | 219 * Broadcast Action: Indicate BLE Advertising is started. 273 * 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...] |
/external/chromium_org/third_party/openssl/openssl/crypto/poly1305/ |
poly1305_vec.c | 137 uint64_t started; /* 8 bytes */ member in struct:poly1305_state_internal_t 240 st->started = 0; 581 if (!st->started) 601 st->started = 1; 647 if (st->started)
|
/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/third_party/WebKit/Source/core/loader/ |
FrameLoader.cpp | 598 started(); 624 void FrameLoader::started() function in class:WebCore::FrameLoader [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/net/proxy/ |
proxy_script_fetcher_impl_unittest.cc | 140 virtual void OnCompleted(URLRequest* request, bool started) OVERRIDE {}
|