HomeSort by relevance Sort by last modified time
    Searched defs:affinity (Results 1 - 17 of 17) sorted by null

  /external/clang/test/CodeGen/
decl.c 71 unsigned char affinity; member in struct:SelectDest
  /external/ltp/tools/pounder21/src/ramsnake/
snake.c 150 int affinity = 0; local
188 affinity = 1;
248 if (affinity) {
268 if (affinity) {
  /external/swiftshader/src/Common/
CPUID.cpp 40 int CPUID::affinity = detectAffinity(); member in class:sw::CPUID
279 return detectCoreCount(); // FIXME: Assumes no affinity limitation
CPUID.hpp 62 static int affinity; member in class:sw::CPUID
133 return affinity;
  /external/libusb/libusb/os/
windows_nt_common.c 301 DWORD_PTR affinity, dummy; local
322 if (!GetProcessAffinityMask(GetCurrentProcess(), &affinity, &dummy) || (affinity == 0)) {
323 usbi_err(ctx, "could not get process affinity: %s", windows_error_str(0));
327 // The process affinity mask is a bitmask where each set bit represents a core on
329 for (i = 0; !(affinity & (DWORD_PTR)(1 << i)); i++);
330 affinity = (DWORD_PTR)(1 << i);
348 if (!SetThreadAffinityMask(timer_thread, affinity))
349 usbi_warn(ctx, "unable to set timer thread affinity, timer discrepancies may arise");
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
threads.cpp 258 GROUP_AFFINITY affinity = {}; local
259 affinity.Group = procGroupId;
271 affinity.Mask = 0;
280 affinity.Mask = KAFFINITY(1) << threadId;
284 SetThreadGroupAffinity(GetCurrentThread(), &affinity, nullptr); local
    [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
ValidateNotificationPeople.java 73 * Affinity will be equal to or greater than this value on notifications
79 * Affinity will be equal to or greater than this value on notifications
150 * @param timeoutAffinity affinity to return when the timeout specified via
155 if (DEBUG) Slog.d(TAG, "checking affinity for " + userHandle);
165 float affinity = affinityOut[0]; local
181 Slog.w(TAG, "Timeout while waiting for affinity: " + key + ". "
186 Slog.w(TAG, "InterruptedException while waiting for affinity: " + key + ". "
187 + "Returning affinity=" + affinity, e);
188 return affinity;
216 final float affinity = affinityOut[0]; local
230 float affinity = NONE; local
    [all...]
  /prebuilts/maven_repo/android/android/arch/persistence/room/migration/1.0.0-alpha10/
migration-1.0.0-alpha10.jar 
  /frameworks/base/services/core/java/com/android/server/am/
TaskRecord.java 139 private static final String ATTR_AFFINITY = "affinity";
194 String affinity; // The affinity name for this task, or null; may change identity. field in class:TaskRecord
195 String rootAffinity; // Initial base affinity, or null; does not change from initial root.
199 Intent affinityIntent; // Intent of affinity-moved activity that started this task.
404 affinity = _affinity;
1817 String affinity = null; local
    [all...]
  /prebuilts/maven_repo/android/android/arch/persistence/room/compiler/1.0.0-alpha10/
compiler-1.0.0-alpha10.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-core/1.0.1/
grpc-core-1.0.1.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-core/1.0.3/
grpc-core-1.0.3.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-ec2/1.11.18/
aws-java-sdk-ec2-1.11.18.jar 
  /prebuilts/tools/common/m2/repository/org/apache/logging/log4j/log4j-core/2.5/
log4j-core-2.5.jar 
  /external/sqlite/dist/orig/
sqlite3.c 14543 char affinity; \/* One of the SQLITE_AFF_... values *\/ member in struct:Column
15153 char affinity; \/* The affinity of the column or 0 if not a column *\/ member in struct:Expr
80440 char affinity; \/* Affinity to use for comparison *\/ local
93698 char affinity; \/* Affinity of the LHS of the IN *\/ local
    [all...]
  /external/sqlite/dist/
sqlite3.c 14543 char affinity; \/* One of the SQLITE_AFF_... values *\/ member in struct:Column
15153 char affinity; \/* The affinity of the column or 0 if not a column *\/ member in struct:Expr
80440 char affinity; \/* Affinity to use for comparison *\/ local
93698 char affinity; \/* Affinity of the LHS of the IN *\/ local
    [all...]
  /prebuilts/tools/common/m2/repository/com/koushikdutta/async/androidasync/2.1.3/
androidasync-2.1.3.jar 

Completed in 1024 milliseconds