Searched refs:task (Results 1 - 25 of 688) sorted by last modified time

1234567891011>>

/external/webrtc/src/modules/audio_processing/test/
H A Dapmtest.m1 function apmtest(task, testname, filepath, casenumber, legacy)
43 if nargin < 1 || isempty(task)
44 task = 'test';
47 if ~strcmp(task, 'test') && ~strcmp(task, 'list') && ~strcmp(task, 'show')
48 error(['TASK ' task ' is not recognized']);
51 if casenumber == 0 && strcmp(task, 'show')
52 error(['CASENUMBER must be specified for TASK ' task]);
147 progname, opt, simulateMode, nErr, nCases, task, casenumbe
[all...]
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-darwin.c520 // this task has no rights for the name
523 // this task gets receive rights
527 // this task gets a send right
531 // this task gets send-once rights
4362 mach_msg: messages to a task
4539 VG_(printf)("UNKNOWN inserted port 0x%x into remote task\n", reply->name);
4890 VG_(printf)("UNKNOWN mach_port_insert_right into remote task!\n");
4891 // GrP fixme also may remove rights from this task?
5341 PRINT("allocated at %#llx in remote task %s",
5810 "to %#llx size %lld, from task
7448 mach_port_t task; local
[all...]
/external/valgrind/main/coregrind/
H A Dpub_core_threadstate.h139 Int lwpid; // PID of kernel task (Darwin: Mach thread)
192 Addr task; member in struct:__anon32719::__anon32720::__anon32724
/external/valgrind/main/drd/scripts/
H A Ddownload-and-build-splash258 radiosity.h: patch.h model.h parallel.h task.h
H A Ddownload-and-build-splash2.in58 radiosity.h: patch.h model.h parallel.h task.h
/external/valgrind/main/include/vki/
H A Dvki-linux.h2780 inherit_stat : 1, /* per task counts */
2782 task : 1, /* trace fork/exit */ member in struct:vki_perf_event_attr
/external/skia/tools/timer/
H A DSysTimer_mach.cpp10 mach_port_t task = mach_task_self(); local
11 if (task == MACH_PORT_NULL) {
18 if (KERN_SUCCESS != task_info(task,
/external/smack/asmack-master/lib/
H A Djstun.jarMETA-INF/ META-INF/MANIFEST.MF de/ de/javawi/ de/javawi/jstun/ de/javawi/jstun/attribute/ ...
/external/smali/baksmali/
H A Dbuild.gradle56 task fatJar(type: Jar) {
83 task sourcesJar(type: Jar) {
92 task proguard(type: JavaExec, dependsOn: fatJar) {
/external/smali/baksmali/src/main/java/org/jf/baksmali/
H A Dbaksmali.java151 for (Future<Boolean> task: tasks) {
154 if (!task.get()) {
/external/smali/
H A Dbuild.gradle64 task release() {
151 task wrapper(type: Wrapper) {
/external/smali/dexlib2/
H A Dbuild.gradle80 // You must manually execute this task to regenerate SyntheticAccessorFSM.java, after modifying the ragel file
82 task ragel(type:Exec) {
89 task generateAccessorTestSource(type: JavaExec) {
100 task generateAccessorTestDex(type: Exec, dependsOn: compileAccessorTestDexJava) {
116 task accessorTest(type: Test, dependsOn: generateAccessorTestDex) {
121 task sourcesJar(type: Jar) {
/external/smali/smali/
H A Dbuild.gradle80 task generateParserAntlrSource(type: JavaExec) {
93 task generateTreeWalkerAntlrSource(type: JavaExec) {
106 task generateTestAntlrSource(type: JavaExec) {
119 task generateJflexSource(type: JavaExec) {
146 task fatJar(type: Jar, dependsOn: jar) {
173 task sourcesJar(type: Jar) {
182 task proguard(type: JavaExec, dependsOn: fatJar) {
/external/smali/smali/src/main/java/org/jf/smali/
H A Dmain.java210 for (Future<Boolean> task: tasks) {
213 if (!task.get()) {
/external/smali/util/
H A Dbuild.gradle39 task sourcesJar(type: Jar) {
/external/skia/dm/
H A DDMExpectations.h12 // Return true if bitmap is the correct output for task, else false.
13 virtual bool check(const Task& task, SkBitmap bitmap) const = 0;
26 bool check(const Task& task, SkBitmap bitmap) const SK_OVERRIDE {
27 SkString filename = task.name();
H A DDMTask.cpp46 void Task::spawnChildNext(CpuTask* task) { argument
47 fTaskRunner->addNext(task);
62 void CpuTask::spawnChild(CpuTask* task) { argument
66 task->run();
80 void GpuTask::spawnChild(CpuTask* task) { argument
81 // Really spawn a new task so it runs on the CPU threadpool instead of the GPU one we're on now.
83 this->spawnChildNext(task);
H A DDMTask.h10 // Subclasses can call fail() to mark this task as failed, or make any number of spawnChild() calls
26 // Returns the number of parents above this task.
39 void spawnChildNext(CpuTask* task); // For now we don't allow GPU child tasks.
57 void spawnChild(CpuTask* task);
68 void spawnChild(CpuTask* task);
H A DDMTaskRunner.cpp8 void TaskRunner::add(CpuTask* task) { fCpu.add(task); } argument
9 void TaskRunner::addNext(CpuTask* task) { fCpu.addNext(task); } argument
10 void TaskRunner::add(GpuTask* task) { fGpu.add(task); } argument
H A DDMTaskRunner.h20 void add(CpuTask* task);
21 void addNext(CpuTask* task);
22 void add(GpuTask* task);
H A DDMWriteTask.cpp161 static SkString path_to_expected_image(const char* root, const Task& task) { argument
162 SkString filename = task.name();
180 bool WriteTask::Expectations::check(const Task& task, SkBitmap bitmap) const { argument
186 const SkString path = path_to_expected_image(fRoot, task);
H A DDMWriteTask.h18 WriteTask(const Task& parent, // WriteTask must be a child task.
21 WriteTask(const Task& parent, // WriteTask must be a child task.
34 bool check(const Task& task, SkBitmap bitmap) const SK_OVERRIDE;
/external/robolectric/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c8775 mov 0x048e, al /* hard disk task complete flag */
9233 ;; record completion in BIOS task complete flag

Completed in 361 milliseconds

1234567891011>>