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

1 2

  /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");
  /frameworks/support/room/runtime/src/main/java/androidx/room/util/
TableInfo.java 316 * The column type affinity.
326 public final int affinity; field in class:TableInfo.Column
352 this.affinity = findAffinity(type);
403 return affinity == column.affinity;
418 result = 31 * result + affinity;
429 + ", affinity='" + affinity + '\''
  /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
155 * @param timeoutAffinity affinity to return when the timeout specified via
160 if (DEBUG) Slog.d(TAG, "checking affinity for " + userHandle);
170 float affinity = affinityOut[0]; local
186 Slog.w(TAG, "Timeout while waiting for affinity: " + key + ". "
191 Slog.w(TAG, "InterruptedException while waiting for affinity: " + key + ". "
192 + "Returning affinity=" + affinity, e);
193 return affinity;
221 final float affinity = affinityOut[0]; local
234 float affinity = NONE; local
    [all...]
  /prebuilts/maven_repo/android/android/arch/persistence/room/migration/1.0.0/
migration-1.0.0.jar 
  /prebuilts/maven_repo/android/android/arch/persistence/room/migration/1.0.0-alpha10/
migration-1.0.0-alpha10.jar 
  /prebuilts/maven_repo/android/android/arch/persistence/room/migration/1.0.0-rc1/
migration-1.0.0-rc1.jar 
  /packages/apps/Car/Radio/libs/android-arch/room/
migration-1.1.0-beta3.jar 
compiler-1.1.0-beta3.jar 
  /prebuilts/sdk/current/androidx/m2repository/androidx/room/room-migration/2.0.0-alpha1/
room-migration-2.0.0-alpha1.jar 
  /prebuilts/sdk/current/extras/app-toolkit/m2repository/android/arch/persistence/room/migration/28.0.0/
migration-28.0.0.jar 
  /frameworks/base/services/core/java/com/android/server/am/
TaskRecord.java 145 private static final String ATTR_AFFINITY = "affinity";
202 String affinity; // The affinity name for this task, or null; may change identity. field in class:TaskRecord
203 String rootAffinity; // Initial base affinity, or null; does not change from initial root.
208 Intent affinityIntent; // Intent of affinity-moved activity that started this task.
391 affinity = _affinity;
2273 String affinity = null; local
    [all...]
  /prebuilts/maven_repo/android/android/arch/persistence/room/compiler/1.0.0/
compiler-1.0.0.jar 
  /prebuilts/maven_repo/android/android/arch/persistence/room/compiler/1.0.0-alpha10/
compiler-1.0.0-alpha10.jar 
  /prebuilts/maven_repo/android/android/arch/persistence/room/compiler/1.0.0-rc1/
compiler-1.0.0-rc1.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 15630 char affinity; \/* One of the SQLITE_AFF_... values *\/ member in struct:Column
16241 char affinity; \/* The affinity of the column or 0 if not a column *\/ member in struct:Expr
81851 char affinity; \/* Affinity to use for comparison *\/ local
95346 char affinity; \/* Affinity of the LHS of the IN *\/ local
    [all...]
  /external/sqlite/dist/
sqlite3.c 15630 char affinity; \/* One of the SQLITE_AFF_... values *\/ member in struct:Column
16241 char affinity; \/* The affinity of the column or 0 if not a column *\/ member in struct:Expr
81851 char affinity; \/* Affinity to use for comparison *\/ local
95346 char affinity; \/* Affinity of the LHS of the IN *\/ local
    [all...]

Completed in 1534 milliseconds

1 2