Searched defs:done (Results 251 - 275 of 582) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/chrome/browser/extensions/activity_log/
H A Dcounting_policy_unittest.cc151 const base::Closure& done,
154 done.Run();
149 CheckWrapper( const base::Callback<void(scoped_ptr<Action::ActionVector>)>& checker, const base::Closure& done, scoped_ptr<Action::ActionVector> results) argument
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_password_unittest.cc183 static void SignalEvent(base::WaitableEvent* done) { argument
184 done->Signal();
188 base::WaitableEvent done(false, false);
191 base::Bind(&ProfileSyncServicePasswordTest::SignalEvent, &done));
192 done.TimedWait(TestTimeouts::action_timeout());
/external/chromium_org/content/browser/
H A Dstorage_partition_impl_map.cc249 // root and be done with it. Otherwise, signal garbage collection and do
269 // |active_paths|. Deletion is done in 2 steps:
494 const base::Closure& done) {
514 done);
492 GarbageCollect( scoped_ptr<base::hash_set<base::FilePath> > active_paths, const base::Closure& done) argument
/external/chromium_org/content/common/
H A Dcc_messages_unittest.cc676 bool done = false; local
677 for (int i = 0; !done; ++i) {
712 done = true;
/external/chromium_org/content/common/gpu/media/
H A Drendering_helper.cc129 base::WaitableEvent* done) {
133 base::WaitableEvent done(false, false);
134 UnInitialize(&done);
135 done.Wait();
265 // Must be done after a context is made current.
386 done->Signal();
389 void RenderingHelper::UnInitialize(base::WaitableEvent* done) { argument
407 done->Signal();
413 base::WaitableEvent* done) {
418 window_id, texture_target, texture_id, done));
128 Initialize(const RenderingHelperParams& params, base::WaitableEvent* done) argument
410 CreateTexture(int window_id, uint32 texture_target, uint32* texture_id, base::WaitableEvent* done) argument
564 GetThumbnailsAsRGB(std::vector<unsigned char>* rgb, bool* alpha_solid, base::WaitableEvent* done) argument
[all...]
/external/chromium_org/sdch/open-vcdiff/src/zlib/
H A Dzlib.h50 Compression can be done in a single step if the buffers are large
51 enough (for example if an input file is mmap'ed), or can be done by
122 int done; /* true when done reading gzip header (not used member in struct:gz_header_s
238 perform any compression: this will be done by deflate().
305 is to be done in a single step. In this case, avail_out must be at least
358 the zlib header if present: this will be done by inflate(). (So next_in and
535 not perform any compression: this will be done by deflate().
574 perform any compression: this will be done by deflate().
718 the uncompressed data as is done i
[all...]
/external/chromium_org/sync/notifier/
H A Dsync_system_resources.cc270 invalidation::WriteKeyCallback* done) {
285 done));
289 invalidation::ReadKeyCallback* done) {
291 RunAndDeleteReadKeyCallback(done, cached_state_);
295 invalidation::DeleteKeyCallback* done) {
300 void SyncStorage::ReadAllKeys(invalidation::ReadAllKeysCallback* done) { argument
269 WriteKey(const std::string& key, const std::string& value, invalidation::WriteKeyCallback* done) argument
288 ReadKey(const std::string& key, invalidation::ReadKeyCallback* done) argument
294 DeleteKey(const std::string& key, invalidation::DeleteKeyCallback* done) argument
/external/chromium_org/third_party/icu/source/common/
H A Duidna.cpp146 UChar **limit, UBool *done){
152 *done = TRUE;
172 *done = TRUE;
698 UBool done = FALSE; local
703 labelLen = getNextSeparator(labelStart,remainingLen, &delimiter,&done);
705 if(!(labelLen==0 && done)){// make sure this is not a root label separator.
734 if(done == TRUE){
791 UBool done = FALSE; local
795 labelLen = getNextSeparator(labelStart,remainingLen, &delimiter,&done);
803 /*if(labelLen==0 && done
145 getNextSeparator(UChar *src, int32_t srcLength, UChar **limit, UBool *done) argument
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dbasictz.cpp300 UBool *done = NULL; local
345 done = (UBool*)uprv_malloc(sizeof(UBool)*ruleCount);
346 if (done == NULL) {
364 done[i] = !avail;
395 if (done[i]) {
501 done[i] = TRUE;
512 if (done != NULL) {
513 uprv_free(done);
531 if (done != NULL) {
540 uprv_free(done);
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Didnaref.cpp642 UBool *done,
649 *done = TRUE;
669 *done = TRUE;
707 UBool done = FALSE; local
721 labelLen = getNextSeparator(labelStart, -1, prep, &delimiter, &done, status);
723 if(!(labelLen==0 && done)){// make sure this is not a root label separator.
757 if(done == FALSE){
773 labelLen = getNextSeparator(labelStart, remainingLen, prep, &delimiter, &done, status);
806 if(done == FALSE){
847 UBool done local
640 getNextSeparator(UChar *src,int32_t srcLength,NamePrepTransform* prep, UChar **limit, UBool *done, UErrorCode *status) argument
[all...]
H A Dtzfmttst.cpp306 log.logln((UnicodeString) "Thread " + index + " is done.");
527 UBool done = false; local
531 done = true;
534 if (done)
/external/chromium_org/third_party/libevent/
H A Devent.c471 int res, done; local
478 done = 0;
479 while (!done) {
527 done = 1;
529 done = 1;
/external/chromium_org/third_party/libevent/test/
H A Dregress_http.c170 enum message_read_status done; local
173 done = evhttp_parse_firstline(req, bev->input);
174 if (done != ALL_DATA_READ)
177 done = evhttp_parse_headers(req, bev->input);
178 if (done != ALL_DATA_READ)
181 if (done == 1 &&
1150 enum message_read_status done; local
1153 done = evhttp_parse_firstline(req, EVBUFFER_INPUT(bev));
1154 if (done != ALL_DATA_READ)
1157 done
[all...]
/external/chromium_org/third_party/libxml/src/
H A Dthreads.c159 DWORD done; member in struct:__anon12516
956 if (!run_once.done) {
962 run_once.done = 1;
965 * wait until they're done. */
966 while (!run_once.done)
/external/chromium_org/third_party/mach_override/libudis86/
H A Ddecode.c182 int done = 0; local
230 done = 1;
233 } while (!done);
/external/chromium_org/third_party/npapi/npspy/common/
H A Depmanager.cpp240 BOOL done = FALSE; local
250 done = TRUE;
271 if(done)
/external/chromium_org/third_party/opus/src/src/
H A Dmlp_train.c191 int done; member in struct:GradientArg
216 if (arg->done)
221 fprintf(stderr, "done\n");
292 args[i].done = 0;
409 args[i].done = 1;
/external/chromium_org/third_party/skia/src/core/
H A DSkRegion_path.cpp24 void done() { function in class:SkRgnBuilder
163 // if we get here, we're done with fCurrScanline
342 builder.done();
492 for (const SkIRect& r = iter.rect(); !iter.done(); iter.next()) {
/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpContour.h102 if (segment->done()) {
138 bool done() const { function in class:SkOpContour
/external/chromium_org/third_party/skia/src/utils/
H A DSkJSON.cpp109 bool SkJSON::Object::Iter::done() const { function in class:SkJSON::Object::Iter
174 while (!iter.done()) {
/external/chromium_org/v8/src/arm/
H A Dcodegen-arm.cc431 Label loop, entry, convert_hole, gc_required, only_change_map, done; local
507 __ b(&done);
543 __ bind(&done);
736 Label ascii, done; local
743 __ jmp(&done);
747 __ bind(&done);
775 Label zero, infinity, done; local
825 __ b(&done);
829 __ b(&done);
834 __ bind(&done);
[all...]
/external/chromium_org/v8/src/ia32/
H A Ddeoptimizer-ia32.cc421 Label done; local
426 __ jmp(&done);
429 __ bind(&done);
/external/chromium_org/v8/src/mips/
H A Dcodegen-mips.cc185 Label loop, entry, convert_hole, gc_required, only_change_map, done; local
262 __ Branch(&done);
301 __ bind(&done);
500 Label ascii, done; local
509 __ jmp(&done);
514 __ bind(&done);
542 Label zero, infinity, done; local
594 __ Branch(&done);
598 __ Branch(&done);
603 __ bind(&done);
[all...]
/external/chromium_org/v8/src/x64/
H A Dcodegen-x64.cc291 Label allocated, new_backing_store, only_change_map, done; local
377 __ jmp(&done);
403 __ bind(&done);
572 Label ascii_external, done; local
590 __ jmp(&done, Label::kNear);
594 __ jmp(&done, Label::kNear);
611 __ jmp(&done, Label::kNear);
620 __ bind(&done);
636 Label done; local
642 __ j(above_equal, &done);
[all...]
H A Dlithium-codegen-x64.h110 void DoDeferredTaggedToI(LTaggedToI* instr, Label* done);
403 Label* done() { return codegen_->NeedsDeferredFrame() ? &done_ : exit(); } function in class:v8::internal::LDeferredCode

Completed in 896 milliseconds

<<11121314151617181920>>