HomeSort by relevance Sort by last modified time
    Searched full:completed (Results 226 - 250 of 3541) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/webkit/glue/
resource_fetcher_unittest.cc 56 bool completed() const { return completed_; } function in class:__anon3092::FetcherDelegate
66 while (!completed() && !timed_out())
110 ASSERT_TRUE(delegate->completed());
124 ASSERT_TRUE(delegate->completed());
145 EXPECT_TRUE(delegate->completed());
168 EXPECT_TRUE(delegate->completed());
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
ThreadFactoryBuilderTest.java 38 completed = true;
50 private volatile boolean completed = false; field in class:ThreadFactoryBuilderTest
69 assertFalse(completed);
72 assertTrue(completed);
194 assertFalse(completed);
197 assertTrue(completed);
  /libcore/luni/src/main/java/java/nio/
FileChannelImpl.java 163 boolean completed = false;
167 completed = true;
169 end(completed);
298 boolean completed = false;
318 completed = true;
320 end(completed && bytesRead >= 0);
333 boolean completed = false;
337 completed = true;
339 end(completed);
420 boolean completed = false
    [all...]
  /external/libnfc-nci/src/nfa/rw/
nfa_rw_api.c 302 ** search operation has completed, or if an error occurs, the app will be
368 ** operation has completed, or if an error occurs, the app will be notified with
400 ** operation has completed, or if an error occurs, the app will be notified with
432 ** operation has completed, or if an error occurs, the app will be notified with
466 ** operation has completed, or if an error occurs, the app will be notified with
502 ** operation has completed, or if an error occurs, the app will be notified with
535 ** operation has completed, or if an error occurs, the app will be notified with
568 ** operation has completed, or if an error occurs, the app will be notified with
604 ** operation has completed, or if an error occurs, the app will be notified with
638 ** When the write operation has completed (or if an error occurs), th
    [all...]
  /external/smack/src/org/jivesoftware/smackx/
Form.java 121 * requested variable will be completed with the specified value. If no field could be found
127 * @param variable the variable name that was completed.
150 * requested variable will be completed with the specified value. If no field could be found
153 * @param variable the variable name that was completed.
174 * requested variable will be completed with the specified value. If no field could be found
177 * @param variable the variable name that was completed.
198 * requested variable will be completed with the specified value. If no field could be found
201 * @param variable the variable name that was completed.
222 * requested variable will be completed with the specified value. If no field could be found
225 * @param variable the variable name that was completed
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ExecutorService.java 151 * Returns {@code true} if all tasks have completed following shut down.
155 * @return {@code true} if all tasks have completed following shut down
160 * Blocks until all tasks have completed execution after a shutdown
229 * Note that a <em>completed</em> task could have
237 * given task list, each of which has completed
253 * Upon return, tasks that have not completed are cancelled.
254 * Note that a <em>completed</em> task could have
265 * each task will have completed. If it did time out, some
266 * of these tasks will not have completed.
280 * of one that has completed successfully (i.e., without throwin
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothShare.java 321 * Returns whether the transfer has completed (either with success or
339 * This transfer has successfully completed. Warning: there might be other
384 * This transfer has completed with an error. Warning: there will be other
391 * This transfer couldn't be completed because of a storage issue.
397 * This transfer couldn't be completed because of no sdcard.
402 * This transfer couldn't be completed because of sdcard full.
407 * This transfer couldn't be completed because of an unspecified un-handled
413 * This transfer couldn't be completed because of an error receiving or
419 * This transfer couldn't be completed because of an error when establishing
  /external/chromium/chrome/browser/net/
connection_tester.h 41 // As tests are started or completed, notification will be sent through the
115 // Called when an individual experiment has completed.
116 // |experiment| - the experiment that has completed.
117 // |result| - the net error that the experiment completed with
123 // Called once ALL tests have completed.
  /external/chromium_org/chrome/browser/net/
connection_tester.h 41 // As tests are started or completed, notification will be sent through the
113 // Called when an individual experiment has completed.
114 // |experiment| - the experiment that has completed.
115 // |result| - the net error that the experiment completed with
121 // Called once ALL tests have completed.
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/sftp/
ErrorCodes.java 62 "An attempted operation could not be completed by the server because the server does not support the operation." },
68 "The requested operation cannot be completed because there is no media available in the drive." },
70 "The requested operation cannot be completed because there is insufficient free space on the filesystem." },
72 "The operation cannot be completed because it would exceed the user's storage quota." },
96 "The requested operation could not be completed because the specifed byte range lock has not been granted." },
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
create_directory_operation.h 71 // is completed.
91 // the server is completed.
99 // is completed.
  /external/chromium_org/chrome/browser/chromeos/login/
auth_attempt_state.h 54 // requests (Mount/GetUsernameHash) are completed.
112 // This gets initialized as being completed and those callers
116 // After the username hash request is completed, this marks whether
  /external/chromium_org/chrome_frame/
sync_msg_reply_dispatcher.h 26 // the output_type tuple and has a Completed member function.
31 // void Completed(int arg) {}
107 DispatchToMethod(context, &T::Completed, deserializer.out_);
  /external/chromium_org/content/browser/indexed_db/
indexed_db_index_writer.cc 127 bool* completed) {
129 *completed = false;
166 *completed = true;
  /external/chromium_org/content/browser/renderer_host/
text_input_client_mac.h 48 // Returns NSNotFound if the request times out or is not completed.
50 // Returns nil if the request times out or is completed.
53 // Returns NSZeroRect if the request times out or is not completed. The result
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
DownloadController.java 23 * Class for notifying the application that download has completed.
28 * @param downloadInfo Information about the completed download.
105 * Notifies the download delegate that a download completed and passes along info about the
  /external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/
TestCallbackHelperContainer.java 102 * Returns true if the evaluation started by evaluateJavaScript() has completed.
109 * Returns the JSON result of a previously completed JavaScript evaluation and
111 * @return String JSON result of a previously completed JavaScript evaluation.
  /external/chromium_org/content/test/gpu/gpu_tests/
context_lost.py 67 completed = False
71 completed = True
75 if not completed:
  /external/chromium_org/net/disk_cache/
file.h 61 FileIOCallback* callback, bool* completed);
63 FileIOCallback* callback, bool* completed);
83 FileIOCallback* callback, bool* completed);
  /external/guava/guava/src/com/google/common/util/concurrent/
ListeningExecutorService.java 64 * completed.
79 * did not time out, each task will have completed. If it did time out, some of these
80 * tasks will not have completed.
  /external/proguard/src/proguard/classfile/editor/
AnnotationAdder.java 121 // Simply set the completed annotation.
126 // Add the completed annotation.
150 // Add the completed annotation.
  /external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_time_tracker.cc 94 : profile(NULL), completed(false) {
112 // Trim old completed request logs.
118 if (iter != request_time_logs_.end() && iter->second.completed) {
128 DCHECK(!log.completed);
143 if (log.completed)
147 log.completed = true;
  /external/chromium/chrome/browser/importer/
importer_bridge.h 56 // item has completed.
59 // Notifies the coordinator that the entire import operation has completed.
  /external/chromium/chrome/browser/prefs/
testing_pref_store.h 44 // Marks the store as having completed initialization.
76 // Whether initialization has been completed.
  /external/chromium_org/base/prefs/
testing_pref_store.h 45 // Marks the store as having completed initialization.
75 // Whether initialization has been completed.

Completed in 1359 milliseconds

1 2 3 4 5 6 7 8 91011>>