/development/samples/browseable/MultiWindowPlayground/ |
AndroidManifest.xml | 27 Note that we are setting the task affinity to "" to ensure each activity is launched
|
/external/clang/test/CodeGen/ |
decl.c | 71 unsigned char affinity; member in struct:SelectDest
|
/external/libchrome/sandbox/win/sandbox_poc/pocdll/ |
exports.h | 37 // Note: here we are using the affinity to find out how many processors are on
|
/external/llvm/test/tools/llvm-objdump/ |
coff-private-headers.test | 61 LOADCFG-NEXT: Process Affinity Mask: 0
|
/frameworks/base/docs/html/guide/components/ |
tasks-and-back-stack.jd | 434 <p>The <em>affinity</em> indicates which task an activity prefers to belong to. By default, all the 435 activities from the same application have an affinity for each other. So, by default, all 437 the default affinity for an activity. Activities defined in 438 different applications can share an affinity, or activities defined in the same application can be 441 <p>You can modify the affinity for any given activity with the <a 452 affinity for the application.</p> 454 <p>The affinity comes into play in two circumstances:</p> 466 However, it doesn't have to be. If there's already an existing task with the same affinity as the 484 <p>In this case, the activity can move from the task it starts to the task it has an affinity 487 defined as part of a travel application. It has the same affinity as other activities in the sam [all...] |
/development/apps/Development/res/values/ |
strings.xml | 90 <string name="package_summary_task_label">Task Affinity</string> 134 <string name="show_activity_task_affinity_label">Task Affinity</string>
|
/external/jetty/src/java/org/eclipse/jetty/server/session/ |
AbstractSessionIdManager.java | 75 * ID and can be used to assist session affinity in a load balancer. 87 * ID and can be used to assist session affinity in a load balancer.
|
/external/netperf/doc/examples/ |
packet_byte_script | 13 # teach it about processor affinity and the TCP_MSS test 50 # The CPU affinity to be applied
|
/build/kati/ |
Makefile.ckati | 25 affinity.cc \
|
main.cc | 24 #include "affinity.h"
|
/external/fio/os/ |
os-windows.h | 179 log_err("fio_setaffinity failed: failed to set thread affinity (pid %d, mask %.16llx)\n", pid, cpumask);
|
/external/webrtc/webrtc/base/ |
systeminfo.cc | 104 // Return the number of cpus available to the process. Since affinity can be
|
/frameworks/av/include/cpustats/ |
ThreadCpuUsage.h | 112 // You can get your CPU number using sched_getcpu(2). Note that, unless CPU affinity
|
/system/connectivity/shill/ |
default_profile.cc | 177 // Ethernet services should have an affinity towards the default profile,
|
/frameworks/base/docs/html/guide/topics/manifest/ |
application-element.jd | 72 the task that started them to the task they have an affinity for when that task 401 <dd>An affinity name that applies to all activities within the application, 402 except for those that set a different affinity with their own 408 affinity. The name of that affinity is the same as the package name
|
/development/apps/Development/src/com/android/development/ |
PackageSummary.java | 133 mTask.setText("(No Task Affinity)");
|
/external/strace/ |
Android.mk | 49 affinity.c \
|
/frameworks/base/services/core/java/com/android/server/notification/ |
ZenModeFiltering.java | 75 * @param timeoutAffinity affinity to return when the timeout specified via
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/ |
AttentionManagementVerifierActivity.java | 676 // ordered by contact affinity: A, B, C 720 // ordered by contact affinity: A, B, C 764 // ordered by contact affinity: A, B, C [all...] |
/frameworks/base/services/core/java/com/android/server/am/ |
RecentTasks.java | 635 task.affinity != null && task.affinity.equals(tr.affinity); [all...] |
ActivityStack.java | [all...] |
/docs/source.android.com/src/devices/audio/ |
latency_contrib.jd | 193 <li><a href="http://en.wikipedia.org/wiki/Processor_affinity">processor affinity</a></li>
|
/external/kernel-headers/original/uapi/linux/ |
capability.h | 274 /* Allow setting cpu affinity on other processes */
|
/external/libcap/libcap/include/uapi/linux/ |
capability.h | 274 /* Allow setting cpu affinity on other processes */
|
/external/valgrind/include/vki/ |
vki-xen-domctl.h | 191 /* Get/set the NUMA node(s) with which the guest has affinity with. */
|