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

1 23 4 5 6 7 8

  /external/chromium/webkit/glue/
resource_fetcher.h 53 bool completed() const { return completed_; } function in class:webkit_glue::ResourceFetcher
120 // page server. If this timer fires and the request hasn't completed, we
  /external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_time_tracker.h 54 // Records the time that a request either completed or encountered an error.
84 bool completed; member in struct:ExtensionWebRequestTimeTracker::RequestTimeLog
  /external/chromium_org/content/renderer/fetchers/
resource_fetcher.h 57 bool completed() const { return completed_; } function in class:content::ResourceFetcher
125 // page server. If this timer fires and the request hasn't completed, we
  /external/chromium_org/chrome/common/extensions/docs/examples/api/webNavigation/basic/
navigation_collector.js 31 * A list of completed requests, implemented as a hash of each
143 * and prepopulates the errored and completed arrays for ease of insertion
171 "completed": {},
174 this.completed_ = storage.completed;
186 "completed": this.completed_,
340 * 'pending_' object, combines it with the completed event's data, and pushes
370 * 'pending_' object, combines it with the completed event's data, and pushes
420 get completed() {
444 return this.getMostFrequentUrls_(this.completed, num);
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
native_media_file_util_unittest.cc 86 bool* completed,
90 EXPECT_TRUE(!*completed);
91 *completed = !has_more;
236 bool completed = false; local
238 url, base::Bind(&DidReadDirectory, &content, &completed));
240 EXPECT_TRUE(completed);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
AutoCompleteWindow.py 159 completed = self._complete_string(self.start)
160 self._change_start(completed)
161 i = self._binary_search(completed)
162 if self.completions[i] == completed and \
164 self.completions[i+1][:len(completed)] != completed):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
AutoCompleteWindow.py 159 completed = self._complete_string(self.start)
160 self._change_start(completed)
161 i = self._binary_search(completed)
162 if self.completions[i] == completed and \
164 self.completions[i+1][:len(completed)] != completed):
  /external/chromium/chrome/common/extensions/docs/examples/api/webNavigation/basic/
navigation_collector.js 31 * A list of completed requests, implemented as a hash of each
136 * errored and completed arrays for ease of insertion later.
214 * 'pending_' object, combines it with the completed event's data, and pushes
243 * 'pending_' object, combines it with the completed event's data, and pushes
291 get completed() {
315 return this.getMostFrequentUrls_(this.completed, num);
  /external/chromium_org/chrome/browser/chromeos/cros/
network_library_impl_stub.h 63 const NetworkOperationCallback& completed) OVERRIDE;
  /external/kernel-headers/original/linux/
rcupdate.h 66 long completed; /* Number of the last completed batch */ member in struct:rcu_ctrlblk
157 * callback would free up) has completed before the corresponding
260 * hardware-interrupt handlers, in progress on entry will have completed
262 * softirq handlers will have completed, since in some kernels, these
267 * guarantees that rcu_read_lock() sections will have completed.
  /external/smack/src/org/jivesoftware/smackx/commands/
AdHocCommand.java 361 * The command has completed. The command session has ended.
363 completed, enum constant in enum:AdHocCommand.Status
395 * The command should be completed (if possible).
436 * (either because it was completed, canceled, or timed out).
  /external/replicaisland/src/com/replica/replicaisland/
AndouKun.java 160 int completed = prefs.getInt(PreferenceConstants.PREFERENCE_LEVEL_COMPLETED, 0); local
200 completed = 0;
205 completed = 0;
213 completed = 0;
217 LevelTree.updateCompletedState(mLevelRow, completed);
527 LevelTree.get(mLevelRow, mLevelIndex).completed = true;
541 if (currentGroup.levels.get(x).completed == false) {
542 // We haven't completed the group yet.
672 final int completed = LevelTree.packCompletedLevels(mLevelRow); local
675 mPrefsEditor.putInt(PreferenceConstants.PREFERENCE_LEVEL_COMPLETED, completed);
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/
script.js 74 // which may run after the onload has completed.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/
script.js 78 // which may run after the onload has completed.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/buildbot/
bg.js 132 function fetchTryJobResults(fullPatchset, builder, buildnumber, completed) {
139 completed();
150 completed();
156 completed();
  /external/chromium_org/content/test/data/indexeddb/
transaction_test.js 7 debug('The final transaction completed.');
  /external/chromium_org/third_party/mesa/src/docs/
MESA_set_3dfx_mode.spec 64 GL_TRUE is returned if <mode> is valid and the operation completed
  /external/mesa3d/docs/
MESA_set_3dfx_mode.spec 64 GL_TRUE is returned if <mode> is valid and the operation completed
  /packages/apps/Gallery/src/com/android/camera/
ImageGetter.java 58 public void completed(); method in interface:ImageGetterCallback
123 mCB.completed();
  /external/llvm/utils/lit/lit/
main.py 26 self.completed = 0
31 self.completed += 1
50 self.completed += 1
52 self.progressBar.update(float(self.completed)/self.numTests,
62 self.completed, self.numTests))
  /external/chromium_org/third_party/icu/source/test/intltest/
tsmthred.cpp 1047 int32_t completed =0; local
1184 int32_t completed =0; local
    [all...]
  /external/chromium_org/third_party/libusb/src/libusb/
io.c 88 * completed and you can parse the results.
111 * inside libusb_bulk_transfer() until the transaction has completed. If it
137 * call with the results of the transaction when it has completed.
296 * When a transfer has completed (i.e. the callback function has been invoked),
300 * It is undefined behaviour to free a transfer which has not completed.
317 * the ability to cancel transfers which have not yet completed. This is
326 * has completed will result in undefined behaviour.
395 * Even though control endpoints do not halt, a completed control transfer
450 * completed normally, status will have value
454 * indicate COMPLETED even if some or all of the packets failed. Refer t
    [all...]
  /external/icu4c/test/intltest/
tsmthred.cpp 1216 int32_t completed =0; local
1346 int32_t completed =0; local
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/
async_util.js 64 * Enqueues a closure to be executed after dependencies are completed.
98 * Runs enqueued pending tasks whose dependencies are completed.
  /external/chromium_org/net/disk_cache/v3/
entry_impl_v3.cc 828 bool completed; local
829 if (!file->Read(buf->data(), buf_len, file_offset, io_callback, &completed)) {
836 if (io_callback && completed)
843 return (completed || callback.is_null()) ? buf_len : net::ERR_IO_PENDING;
932 bool completed; local
934 &completed)) {
940 if (io_callback && completed)
947 return (completed || callback.is_null()) ? buf_len : net::ERR_IO_PENDING;
    [all...]

Completed in 720 milliseconds

1 23 4 5 6 7 8