/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
SourceShortcutRefresher.java | 43 * @param executor Used to execute the tasks.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
cs46xx_dsp_spos.h | 192 struct dsp_task_descriptor tasks[DSP_MAX_TASK_DESC]; member in struct:dsp_spos_instance
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
cs46xx_dsp_spos.h | 192 struct dsp_task_descriptor tasks[DSP_MAX_TASK_DESC]; member in struct:dsp_spos_instance
|
/cts/tests/tests/app/src/android/app/cts/ |
ActivityManagerTest.java | 94 * tasks list. Moreover,the index of the recent2_activity is smaller 150 * running tasks list. Moreover,the index of the recent2_activity is
|
/external/antlr/antlr-3.4/runtime/Ruby/ |
History.txt | 10 - removed directory dependency from tasks created by ANTLR3::Task, which caused 48 and 'clobber' tasks respectively
|
/external/chromium/webkit/glue/media/ |
simple_data_source_unittest.cc | 100 // Let the tasks to be executed. 111 // Let the tasks to be executed.
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testScripts/ |
readme.html | 19 <a href="http://dev.eclipse.org:8080/help/content/help:/org.eclipse.jdt.doc.user/tasks/tasks-207.htm?resultof=%6a%75%6e%69%74%20&toc=%2Forg.eclipse.jdt.doc.user%2Ftoc.xml">Using
|
/external/grub/netboot/ |
smc9000.h | 49 * that is needed for simple run time tasks. 191 * or slightly complicated, repeated tasks.
|
/frameworks/base/core/java/android/widget/ |
RemoteViewsService.java | 64 * Note: expensive tasks can be safely performed synchronously within this method. In the 87 * Note: expensive tasks can be safely performed synchronously within this method, and a
|
/frameworks/base/docs/html/training/custom-views/ |
optimizing-view.jd | 110 Mobile GPUs are very good at certain tasks, such as scaling, rotating, and translating 111 bitmapped images. They are not particularly good at other tasks, such as drawing lines or curves. To
|
/libcore/dalvik/src/main/java/dalvik/system/ |
Zygote.java | 74 File tasks = new File("/proc/self/task"); local 75 while (tasks.list().length > 1) {
|
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcomponents-core/4.1/ |
httpcomponents-core-4.1.pom | 152 <tasks> 165 </tasks>
|
/external/chromium/base/ |
task.h | 18 // different thread or for scheduling future tasks off of the message loop. 25 // Tasks are automatically deleted after Run is called. 34 // Not all tasks support cancellation. 41 // place tasks in a message loop. Each factory guarantees that the tasks it 43 // are declared as class members, so the class' tasks will automatically cancel
|
/prebuilts/tools/common/gradle-plugins/repository/com/android/tools/internal/internal-plugins/1.0/ |
internal-plugins-1.0.jar | |
/system/core/rootdir/ |
init.rc | 103 chown system system /dev/cpuctl/tasks 104 chmod 0660 /dev/cpuctl/tasks 110 chown system system /dev/cpuctl/apps/tasks 111 chmod 0666 /dev/cpuctl/apps/tasks 117 chown system system /dev/cpuctl/apps/bg_non_interactive/tasks 118 chmod 0666 /dev/cpuctl/apps/bg_non_interactive/tasks
|
/external/chromium/chrome/browser/password_manager/ |
password_store_x_unittest.cc | 258 // a problem as it always outlives the threads we post tasks to. 350 // The WDS schedules tasks to run on the DB thread so we schedule yet another 369 // Again, the WDS schedules tasks to run on the DB thread, so schedule a task 469 // The WDS schedules tasks to run on the DB thread so we schedule yet another 551 // The PasswordStore schedules tasks to run on the DB thread so we schedule
|
/external/linux-tools-perf/util/ |
event.c | 63 DIR *tasks; local 122 tasks = opendir(filename); 123 if (tasks == NULL) 126 while (!readdir_r(tasks, &dirent, &next) && next) { 137 closedir(tasks);
|
/external/chromium/chrome/browser/metrics/ |
thread_watcher.h | 104 // This method de-activates the thread watching and revokes all tasks. 191 // We use this factory to create callback tasks for ThreadWatcher object. We 224 // This method posts a task on WatchDogThread to RevokeAll tasks and to
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
AbstractListeningExecutorServiceTest.java | 393 * invokeAll(c) returns results of all completed tasks in c 593 * timed invokeAll(c) returns results of all completed tasks in c 612 * timed invokeAll cancels tasks not completed by timeout
|
/external/linux-tools-perf/ |
design.txt | 200 events on descendant tasks as well as the task specified. This only 242 pid < 0: all tasks are counted (per cpu counters) 254 their own tasks.
|
/frameworks/base/docs/html/design/patterns/ |
navigation.jd | 164 <h4>Activities, tasks, and intents</h4> 181 <p>To understand how activities, tasks, and intents work together, consider how one app allows users 201 Gmail. Gmail's conversation list activity appears, and a new Task B is created for it. New tasks are
|
/frameworks/base/docs/html/tools/publishing/ |
publishing_overview.jd | 25 publish an Android application you perform two main tasks:</p> 58 tasks:</p> 90 <p>You may have to perform several other tasks as part of the preparation process. For example, you
|
/frameworks/support/v7/appcompat/src/android/support/v7/app/ |
ActionBarActivity.java | 344 * <p>See <a href="{@docRoot}guide/topics/fundamentals/tasks-and-back-stack.html">Tasks and 420 * as the destination. If up navigation should cross tasks in some cases, see
|
/libcore/luni/src/main/java/java/util/concurrent/ |
package-info.java | 27 * Depending on which concrete Executor class is being used, tasks may 34 * ExecutorService manages queuing and scheduling of tasks, 68 * asynchronous tasks.
|
/docs/source.android.com/src/source/ |
building-running.jd | 112 tasks with a <code>-jN</code> argument, and it's common to use a number of 113 tasks N that's between 1 and 2 times the number of hardware
|