OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestTask
(Results
1 - 6
of
6
) sorted by null
/packages/services/Telephony/tests/src/com/android/phone/vvm/omtp/scheduling/
TaskSchedulerServiceTest.java
46
TestTask
task1 = (
TestTask
) submitTask(
47
TaskSchedulerService.createIntent(mTestContext,
TestTask
.class));
48
TestTask
task2 = (
TestTask
) submitTask(
49
TaskSchedulerService.createIntent(mTestContext,
TestTask
.class));
61
TestTask
task1 = (
TestTask
) submitTask(
62
TaskSchedulerService.createIntent(mTestContext,
TestTask
.class));
65
TestTask
task2 = (TestTask) submitTask
[
all
...]
TaskSchedulerServiceTestBase.java
108
public static void verifyRanOnce(
TestTask
task) {
114
public static void verifyNotRan(
TestTask
task) {
120
public static class
TestTask
implements Task {
/external/libchrome/base/debug/
task_annotator_unittest.cc
14
void
TestTask
(int* result) {
22
PendingTask pending_task(FROM_HERE, Bind(&
TestTask
, &result));
/external/v8/test/unittests/
cancelable-tasks-unittest.cc
16
class
TestTask
: public Task, public Cancelable {
20
TestTask
(CancelableTaskManager* parent, base::AtomicWord* result,
57
explicit SequentialRunner(
TestTask
* task) : task_(task) {}
65
TestTask
* task_;
71
explicit ThreadedRunner(
TestTask
* task)
80
TestTask
* task_;
102
new
TestTask
(&manager, &result1,
TestTask
::kCheckNotRun));
115
TestTask
* task1 = new
TestTask
(&manager, &result1)
[
all
...]
/frameworks/base/libs/hwui/tests/common/
TestUtils.h
203
class
TestTask
: public renderthread::RenderTask {
205
TestTask
(RtCallback rtCallback)
207
virtual ~
TestTask
() {}
216
TestTask
task(rtCallback);
TestUtils.cpp
108
void TestUtils::
TestTask
::run() {
Completed in 2575 milliseconds