OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsDone
(Results
1 - 16
of
16
) sorted by null
/external/webrtc/webrtc/base/
task.h
105
bool
IsDone
() const { return done_; }
taskparent.cc
60
if (!(*it)->
IsDone
())
taskrunner.cc
83
if (tasks_[i]->
IsDone
()) {
199
if (!task->
IsDone
() && (task->timeout_time() > 0))
/external/webrtc/webrtc/libjingle/xmpp/
xmpplogintask.h
36
bool
IsDone
()
pingtask_unittest.cc
86
EXPECT_FALSE(task->
IsDone
());
xmppengineimpl.cc
212
if (login_task_->
IsDone
())
271
if (login_task_->
IsDone
())
290
if (login_task_->
IsDone
())
/external/llvm/lib/CodeGen/
IfConversion.cpp
93
///
IsDone
- True if BB is not to be considered for ifcvt.
110
bool
IsDone
: 1;
127
BBInfo() :
IsDone
(false), IsBeingAnalyzed(false),
333
if (BBI.
IsDone
)
480
if (TrueBBI.IsBeingAnalyzed || TrueBBI.
IsDone
)
507
if (TrueBBI.IsBeingAnalyzed || TrueBBI.
IsDone
)
547
if (TrueBBI.IsBeingAnalyzed || TrueBBI.
IsDone
||
548
FalseBBI.IsBeingAnalyzed || FalseBBI.
IsDone
)
645
if (BBI.
IsDone
)
731
if (BBI.
IsDone
|| BBI.IsUnpredicable
[
all
...]
/external/v8/tools/testrunner/server/
local_handler.py
45
while not rec.
IsDone
():
57
while not rec.
IsDone
():
status_handler.py
46
while not rec.
IsDone
():
80
while not rec.
IsDone
():
compression.py
58
def
IsDone
(self):
work_handler.py
46
while not rec.
IsDone
():
/external/llvm/lib/Support/
YAMLParser.cpp
501
bool &
IsDone
);
507
unsigned &LineBreaks, bool &
IsDone
);
513
bool &
IsDone
);
[
all
...]
/external/protobuf/src/google/protobuf/stubs/
once_unittest.cc
87
bool
IsDone
() {
/external/v8/tools/testrunner/network/
network_execution.py
100
while not self.local_receiver.
IsDone
():
184
while not rec.
IsDone
() and not self.terminate:
/external/webrtc/webrtc/video/
end_to_end_tests.cc
[
all
...]
/external/v8/src/
api.cc
[
all
...]
Completed in 4987 milliseconds