HomeSort by relevance Sort by last modified time
    Searched refs:completed (Results 76 - 100 of 177) sorted by null

1 2 34 5 6 7 8

  /external/chromium_org/chrome/browser/resources/file_manager/js/
directory_contents.js 203 * Start directory scan/search operation. Either 'scan-completed' or
238 * Called in case scan has completed succesfully. Should send the event.
244 cr.dispatchSimpleEvent(this, 'scan-completed');
295 cr.dispatchSimpleEvent(this, 'scan-completed');
605 * Start directory scan/search operation. Either 'scan-completed' or
744 * Start directory scan/search operation. Either 'scan-completed' or
  /external/smack/src/org/jivesoftware/smackx/commands/
AdHocCommandManager.java 444 // If there is only one stage then the command is completed
445 response.setStatus(Status.completed);
587 // completed
588 response.setStatus(Status.completed);
598 response.setStatus(Status.completed);
599 // Remove the completed session
  /external/smack/src/org/xbill/DNS/
Cache.java 602 boolean completed = false;
631 completed = true;
673 if (!completed) {
  /external/chromium/chrome/browser/resources/net_internals/
testview.js 71 // placeholder '?') once the test has completed. For now we just
131 addTextNode(p, 'Completed connection test suite suite');
  /external/chromium/chrome/browser/ui/webui/options/
personal_options_handler.cc 273 scoped_ptr<Value> completed(Value::CreateBooleanValue(sync_setup_completed));
275 *completed);
  /external/chromium/net/disk_cache/
entry_impl.cc 987 bool completed; local
988 if (!file->Read(buf->data(), buf_len, file_offset, io_callback, &completed)) {
994 if (io_callback && completed)
998 return (completed || !callback) ? buf_len : net::ERR_IO_PENDING;
1081 bool completed; local
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
progress_manager.js 98 * Download completed successfully. Shows a 100% progress bar and clears |xhr_|.
  /external/chromium_org/chrome_frame/test/
ie_configurator.cc 169 // initialization has been completed.
171 // This DWORD value is non-zero once initialization has been completed.
172 const wchar_t* completed; member in struct:chrome_frame_test::__anon9593::ModernIEConfigurator::RunOnceValueNames
447 // See if setup was completed.
454 // See if setup was completed after the last time the prompt was shown.
515 setter_.AddDWORDValue(root, kKeyIEMain, run_once_value_names_->completed,
  /external/chromium_org/native_client_sdk/src/examples/tutorial/load_progress/
example.js 70 // Handler that gets called when the NaCl module loading has completed.
  /external/chromium_org/net/disk_cache/
entry_impl.cc 1037 bool completed; local
1038 if (!file->Read(buf->data(), buf_len, file_offset, io_callback, &completed)) {
1045 if (io_callback && completed)
1052 return (completed || callback.is_null()) ? buf_len : net::ERR_IO_PENDING;
1141 bool completed; local
    [all...]
  /external/antlr/antlr-3.4/runtime/Perl5/tools/
port.pl 195 of a file (Java class, grammar, ...) is completed it is added to the
  /external/chromium_org/chrome/browser/chromeos/cros/
network_library_impl_cros.h 60 const NetworkOperationCallback& completed) OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/loader/
FrameLoader.h 224 void completed();
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
base_unittests.js 326 completed: function() {
366 document.body.lastChild.completed();
  /external/chromium_org/third_party/mesa/src/docs/
MESA_swap_frame_usage.spec 36 swap period has elapsed since the last swap operation completed. The
44 where td is the time measured from the last completed buffer swap (or
  /external/iptables/include/
xtables.h 333 the current one are completed from parsing point of view */
334 bool completed; member in struct:xtables_rule_match
  /external/iptables/iptables/
xshared.c 125 if (matchp->completed ||
  /external/libvorbis/doc/
a1-encapsulation-ogg.tex 118 position of the last packet \emph{completed} on that
137 position belongs to the last completed packet on the page and a
  /external/libvpx/libvpx/examples/includes/geshi/contrib/
cssgen.php 330 echo '<p>Here is your completed stylesheet. Note that it may not be perfect - no regular expression styles are included for one thing,
  /external/mesa3d/docs/
MESA_swap_frame_usage.spec 36 swap period has elapsed since the last swap operation completed. The
44 where td is the time measured from the last completed buffer swap (or
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
pool.py 99 completed = 0
100 while maxtasks is None or (maxtasks and completed < maxtasks):
123 completed += 1
124 debug('worker exiting after %d tasks' % completed)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
pool.py 99 completed = 0
100 while maxtasks is None or (maxtasks and completed < maxtasks):
123 completed += 1
124 debug('worker exiting after %d tasks' % completed)
  /external/chromium_org/net/dns/
host_resolver_impl_unittest.cc 240 bool completed() const { return result_ != ERR_IO_PENDING; } function in class:net::__anon11096::Request
258 if (completed())
584 EXPECT_FALSE(req0->completed());
706 EXPECT_TRUE(requests_[3]->completed());
894 EXPECT_FALSE(requests_[1]->completed());
895 EXPECT_FALSE(requests_[2]->completed());
    [all...]
  /external/libusb/libusb/os/
linux_usbfs.c 122 /* completed multi-URB transfer in non-final URB */
    [all...]
  /cts/tests/tests/permission/src/android/permission/cts/
FileSystemPermissionTest.java 575 Boolean completed = false; local
584 completed = future.get(3, TimeUnit.SECONDS);
    [all...]

Completed in 3266 milliseconds

1 2 34 5 6 7 8