/cts/tests/sensor/src/android/hardware/cts/ |
SensorDirectReportTest.java | 402 for (int memType : POSSIBLE_CHANNEL_TYPES) { 403 runAtomicCounterTest(Sensor.TYPE_ACCELEROMETER, memType); 408 for (int memType : POSSIBLE_CHANNEL_TYPES) { 409 runAtomicCounterTest(Sensor.TYPE_GYROSCOPE, memType); 414 for (int memType : POSSIBLE_CHANNEL_TYPES) { 415 runAtomicCounterTest(Sensor.TYPE_MAGNETIC_FIELD, memType); 423 for (int memType : POSSIBLE_CHANNEL_TYPES) { 424 if (!isMemoryTypeNeeded(memType)) { 432 mChannel = prepareDirectChannel(memType, false /* secondary */); 435 mChannelSecondary = prepareDirectChannel(memType, true /* secondary */) [all...] |
/external/capstone/bindings/java/capstone/ |
Mips.java | 16 public static class MemType extends Structure { 29 public MemType mem; 44 value.setType(MemType.class);
|
Sparc.java | 16 public static class MemType extends Structure { 30 public MemType mem; 40 value.setType(MemType.class);
|
Systemz.java | 16 public static class MemType extends Structure { 31 public MemType mem; 41 value.setType(MemType.class);
|
Xcore.java | 16 public static class MemType extends Structure { 31 public MemType mem; 41 value.setType(MemType.class);
|
Ppc.java | 16 public static class MemType extends Structure { 40 public MemType mem; 51 value.setType(MemType.class);
|
Arm.java | 16 public static class MemType extends Structure { 32 public MemType mem; 62 value.setType(MemType.class);
|
Arm64.java | 16 public static class MemType extends Structure { 31 public MemType mem; 65 value.setType(MemType.class);
|
X86.java | 16 public static class MemType extends Structure { 33 public MemType mem; 51 value.setType(MemType.class);
|
/external/syslinux/gnu-efi/gnu-efi-3.0/apps/ |
AllocPages.c | 120 INTN MemType = -1; 170 MemType = xtoi(argv[2]); 178 if ( (MemType < 0) || (MemType > 13) ) { 179 Print(L"Invalid MemType\n"); 194 Print(L"AllocatPage(%d,%d,%d,%lx)\n", AllocType, MemType, NumPages, Addr); 196 efi_status = uefi_call_wrapper(BS->AllocatePages, 4, AllocType, MemType, NumPages, &Addr);
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/RamDiskDxe/ |
RamDiskNVData.h | 47 UINT8 MemType;
|
RamDiskImpl.c | 619 ConfigPrivate->ConfigStore.MemType = RAM_DISK_BOOT_SERVICE_DATA_MEMORY;
674 ConfigPrivate->ConfigStore.MemType
715 ConfigPrivate->ConfigStore.MemType = Value->u8;
725 ConfigPrivate->ConfigStore.MemType
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/ |
MemoryConv.c | 369 UINT16 MemType;
449 MemType = 0;
453 MemType |= 1<<8;
457 MemType |= 1<<7;
461 MemType |= 1<<10;
465 MemType |= 1<<4;
469 MemType |= 1<<3;
477 MemType |= 1<<8;
481 MemType |= 1<<7;
485 MemType |= 1<<10; [all...] |
/cts/hostsidetests/security/securityPatch/CVE-2016-2504/ |
poc.c | 65 enum kgsl_user_mem_type memtype; member in struct:kgsl_map_user_mem 102 allocArg.memtype = KGSL_USER_MEM_TYPE_ADDR;
|
/external/eigen/Eigen/src/SparseLU/ |
SparseLUImpl.h | 38 Index memXpand(VectorType& vec, Index& maxlen, Index nbElts, MemType memtype, Index& num_expansions);
|
SparseLU_Memory.h | 203 * \param memtype Type of the element to expand 209 Index SparseLUImpl<Scalar,StorageIndex>::memXpand(VectorType& vec, Index& maxlen, Index nbElts, MemType memtype, Index& num_expansions) 212 if (memtype == USUB)
|
/external/libdrm/nouveau/ |
abi16.c | 297 bo->config.nvc0.memtype = (info->tile_flags & 0xff00) >> 8; 301 bo->config.nv50.memtype = (info->tile_flags & 0x07f00) >> 8 | 342 info->tile_flags = (config->nvc0.memtype & 0xff) << 8; 346 info->tile_flags = (config->nv50.memtype & 0x07f) << 8 | 347 (config->nv50.memtype & 0x180) << 9;
|
nouveau.h | 102 uint32_t memtype; member in struct:nouveau_bo_config::__anon24678 106 uint32_t memtype; member in struct:nouveau_bo_config::__anon24679
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
nv50_winsys.h | 87 return bo->config.nv50.memtype;
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
nvc0_winsys.h | 102 return bo->config.nvc0.memtype;
|
nvc0_miptree.c | 283 bo_config.nvc0.memtype = nvc0_mt_choose_storage_type(mt, compressed); 293 if (likely(bo_config.nvc0.memtype)) { 302 if (!bo_config.nvc0.memtype && (pt->usage == PIPE_USAGE_STAGING || pt->bind & PIPE_BIND_SHARED))
|
nvc0_video_bsp.c | 72 cfg.nvc0.memtype = 0xfe; 108 cfg.nvc0.memtype = 0xfe;
|
/device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/ |
PciBus.h | 87 UINT8 MemType;
|
/frameworks/ml/nn/common/ |
CpuExecutor.cpp | 37 auto memType = hidlMemory.name(); 38 if (memType == "ashmem") { 52 } else if (memType == "mmap_fd") { 104 auto memType = mHidlMemory.name(); 105 if (memType == "ashmem") { 107 } else if (memType == "mmap_fd") { 112 } else if (memType == "") { 125 auto memType = mHidlMemory.name(); 126 if (memType == "ashmem") { 129 } else if (memType == "mmap_fd") [all...] |
/external/v8/src/compiler/ |
wasm-compiler.cc | [all...] |