OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:done_
(Results
26 - 42
of
42
) sorted by null
1
2
/external/valgrind/unittest/
demo_tests.cc
512
A() :
done_
(false) { }
518
done_
= true;
523
if (
done_
) break;
528
bool
done_
;
member in class:test314::A
racecheck_unittest.cc
4055
bool
done_
;
member in class:PositiveTests_HarmfulRaceInDtor::A
[
all
...]
/external/chromium/chrome/browser/autocomplete/
search_provider.cc
69
if (
done_
|| instant_finalized_)
77
if (
done_
)
171
if (
done_
)
207
DCHECK(!
done_
);
229
done_
= true;
239
DCHECK(!
done_
);
332
(!
done_
&&
[
all
...]
history_provider.cc
26
DCHECK(
done_
);
history_url_provider.cc
146
done_
= true;
289
return; // Already set
done_
when we canceled, no need to set it again.
298
done_
= true;
644
done_
= false;
[
all
...]
autocomplete_unittest.cc
72
done_
= false;
81
done_
= true;
/external/openfst/src/include/fst/
matcher.h
117
bool Done() const { return
Done_
(); }
126
virtual bool
Done_
() const = 0;
302
virtual bool
Done_
() const { return Done(); }
507
virtual bool
Done_
() const { return Done(); }
695
virtual bool
Done_
() const { return Done(); }
863
virtual bool
Done_
() const { return Done(); }
1107
bool
done_
; \/\/ Matching done
member in class:fst::MultiEpsMatcher
[
all
...]
replace.h
1405
mutable bool
done_
;
member in class:fst::ReplaceFstMatcher
[
all
...]
/external/openfst/src/include/fst/extensions/ngram/
ngram-fst.h
799
done_
= true;
813
done_
= false;
825
done_
= false;
828
return !
Done_
();
831
virtual bool
Done_
() const {
832
return !current_loop_ &&
done_
;
843
done_
= true;
850
bool
done_
;
member in class:fst::NGramFstMatcher
937
virtual bool
Done_
() const { return Done(); }
975
virtual bool
Done_
() const { return Done();
[
all
...]
/external/webp/src/enc/
iterator.c
51
it->
done_
= enc->mb_w_* enc->mb_h_;
284
return (0 < --it->
done_
);
vp8enci.h
292
int
done_
; // true when scan is finished
member in struct:__anon18236
305
// go to next macroblock. Returns !
done_
. If *block_to_save is non-null, will
/external/chromium/net/disk_cache/
backend_impl.h
375
base::WaitableEvent
done_
; // Signals the end of background work.
member in class:disk_cache::BackendImpl
backend_impl.cc
358
done_
(true, false),
384
done_
(true, false),
398
done_
.Wait();
535
done_
.Signal();
[
all
...]
/external/v8/src/
assembler.h
449
bool done() const { return
done_
; }
485
bool
done_
;
member in class:v8::internal::RelocIterator
assembler.cc
555
done_
= true;
566
done_
= false;
581
done_
= false;
[
all
...]
/external/v8/test/cctest/
test-heap-profiler.cc
723
:
done_
(0), total_(0), abort_count_(abort_count) {}
725
done_
= done;
729
int done() { return
done_
; }
733
int
done_
;
member in class:__anon15952::TestActivityControl
[
all
...]
/external/chromium/chrome/browser/sync/engine/
syncer_unittest.cc
2786
bool
done_
;
member in class:browser_sync::FolderMoveDeleteRenameTest
[
all
...]
Completed in 1823 milliseconds
1
2