Searched refs:completed (Results 51 - 75 of 114) sorted by relevance

12345

/external/llvm/utils/lit/lit/
H A Drun.py132 completed = 0
133 while completed != self.num_jobs:
137 completed += 1
202 it is completed. The calls are guaranteed to be locked with respect to
H A Dmain.py25 self.completed = 0
36 self.completed += 1
42 self.progressBar.update(float(self.completed)/self.numTests,
55 self.completed, self.numTests))
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Dnative_media_file_util_unittest.cc84 bool* completed,
88 EXPECT_TRUE(!*completed);
89 *completed = !has_more;
233 bool completed = false; local
235 url, base::Bind(&DidReadDirectory, &content, &completed));
237 EXPECT_TRUE(completed);
83 DidReadDirectory(std::set<base::FilePath::StringType>* content, bool* completed, base::File::Error error, const FileEntryList& file_list, bool has_more) argument
/external/chromium_org/chrome/browser/component_updater/
H A Dsw_reporter_installer_win.cc352 bool completed = cleaner_key.HasValue(kEndTimeRegistryValueName); local
353 UMA_HISTOGRAM_BOOLEAN("SoftwareReporter.Cleaner.HasCompleted", completed);
354 if (completed) {
/external/chromium_org/content/browser/streams/
H A Dstream_unittest.cc85 bool completed() const { function in class:content::TestStreamReader
163 EXPECT_TRUE(reader.completed());
190 EXPECT_TRUE(reader.completed());
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSStyleSheet.cpp443 void CSSStyleSheet::setLoadCompleted(bool completed) argument
445 if (completed == m_loadCompleted)
448 m_loadCompleted = completed;
450 if (completed)
/external/replicaisland/src/com/replica/replicaisland/
H A DAndouKun.java160 int completed = prefs.getInt(PreferenceConstants.PREFERENCE_LEVEL_COMPLETED, 0);
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);
675 mPrefsEditor.putInt(PreferenceConstants.PREFERENCE_LEVEL_COMPLETED, completed);
[all...]
/external/smack/src/org/jivesoftware/smackx/commands/
H A DAdHocCommand.java361 * 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).
H A DAdHocCommandManager.java444 // 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/chromium_org/third_party/mesa/src/docs/
H A DMESA_set_3dfx_mode.spec64 GL_TRUE is returned if <mode> is valid and the operation completed
H A DMESA_swap_frame_usage.spec36 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/mesa3d/docs/
H A DMESA_set_3dfx_mode.spec64 GL_TRUE is returned if <mode> is valid and the operation completed
/external/chromium_org/net/dns/
H A Dhost_resolver_impl_unittest.cc249 bool completed() const { return result_ != ERR_IO_PENDING; } function in class:net::__anon9208::Request
267 if (completed())
602 EXPECT_FALSE(req0->completed());
759 EXPECT_TRUE(requests_[3]->completed());
948 EXPECT_FALSE(requests_[1]->completed());
949 EXPECT_FALSE(requests_[2]->completed());
1141 EXPECT_TRUE(requests_[i]->completed()) << i;
1172 // count to 1, they should have completed in the same order as they were
1220 // count to 1, they should have completed in the same order as they were
1289 // word that a resolution has completed
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtsmthred.cpp1338 int32_t completed =0; local
1344 completed++;
1357 logln("Completed %i tests", completed);
1359 if(completed == noSpawned)
1468 int32_t completed =0; local
1473 completed++;
1487 if(completed == kStringThreadThreads)
/external/chromium_org/third_party/libusb/src/libusb/
H A Dio.c88 * 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
463 * can be calculated as if each prior packet completed i
2108 libusb_handle_events_timeout_completed(libusb_context *ctx, struct timeval *tv, int *completed) argument
2219 libusb_handle_events_completed(libusb_context *ctx, int *completed) argument
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dtsmthred.cpp1343 int32_t completed =0; local
1349 completed++;
1362 logln("Completed %i tests", completed);
1364 if(completed == noSpawned)
1473 int32_t completed =0; local
1478 completed++;
1492 if(completed == kStringThreadThreads)
/external/antlr/antlr-3.4/runtime/Perl5/tools/
H A Dport.pl195 of a file (Java class, grammar, ...) is completed it is added to the
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DFrameLoader.h190 void completed();
/external/chromium_org/third_party/polymer/components-chromium/core-animated-pages/transitions/
H A Dhero-transition-extracted.js41 this.completed = true;
/external/chromium_org/net/disk_cache/blockfile/
H A Dentry_impl_v3.cc839 bool completed; local
840 if (!file->Read(buf->data(), buf_len, file_offset, io_callback, &completed)) {
847 if (io_callback && completed)
854 return (completed || callback.is_null()) ? buf_len : net::ERR_IO_PENDING;
943 bool completed; local
945 &completed)) {
951 if (io_callback && completed)
958 return (completed || callback.is_null()) ? buf_len : net::ERR_IO_PENDING;
H A Dsparse_control_v3.cc118 bool completed; local
119 if (!file->Read(buffer_.get(), len, file_offset, this, &completed))
122 if (completed)
H A Dentry_impl.cc1041 bool completed; local
1042 if (!file->Read(buf->data(), buf_len, file_offset, io_callback, &completed)) {
1049 if (io_callback && completed)
1056 return (completed || callback.is_null()) ? buf_len : net::ERR_IO_PENDING;
1145 bool completed; local
1147 &completed)) {
1153 if (io_callback && completed)
1160 return (completed || callback.is_null()) ? buf_len : net::ERR_IO_PENDING;
/external/chromium_org/ui/snapshot/
H A Dsnapshot_aura_unittest.cc148 if (holder->completed())
167 bool completed() const { function in class:ui::SnapshotAuraTest::SnapshotHolder
/external/smack/src/org/xbill/DNS/
H A DCache.java602 boolean completed = false;
631 completed = true;
673 if (!completed) {
/external/chromium_org/content/browser/
H A Dcross_site_transfer_browsertest.cc29 // request is destroyed, and then inspecting whether it completed successfully.
117 void OnTrackedRequestDestroyed(bool completed) { argument
119 tracked_request_completed_ = completed;

Completed in 734 milliseconds

12345