/aosp_15_r20/packages/modules/Virtualization/tests/hostside/helper/java/com/android/microdroid/test/host/ |
D | KvmHypTracer.java | 91 private static String getHypTracingRoot(ITestDevice device) throws Exception { in getHypTracingRoot() 93 String path = "/sys/kernel/tracing/hypervisor/"; in getHypTracingRoot() local 113 public static boolean isSupported(ITestDevice device, String[] events) throws Exception { in isSupported() 130 public KvmHypTracer(@Nonnull ITestDevice device, String[] events) throws Exception { in KvmHypTracer()
|
/aosp_15_r20/external/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_device.c | 247 try_find_d3d12core_next_to_self(char *path, size_t path_arr_size) in try_find_d3d12core_next_to_self() 1810 char home[MAX_PATH], path[MAX_PATH]; in dzn_instance_create() local 1962 struct dzn_device *device = container_of(queue->vk.base.device, struct dzn_device, vk); in dzn_queue_sync_wait() local 1982 struct dzn_device *device = container_of(queue->vk.base.device, struct dzn_device, vk); in dzn_queue_sync_signal() local 2002 struct dzn_device *device = container_of(q->base.device, struct dzn_device, vk); in dzn_queue_submit() local 2082 struct dzn_device *device, in dzn_queue_init() 2122 dzn_device_create_sync_for_memory(struct vk_device *device, in dzn_device_create_sync_for_memory() 2132 dzn_device_query_init(struct dzn_device *device) in dzn_device_query_init() 2170 dzn_device_query_finish(struct dzn_device *device) in dzn_device_query_finish() 2177 dzn_device_destroy(struct dzn_device *device, const VkAllocationCallbacks *pAllocator) in dzn_device_destroy() [all …]
|
/aosp_15_r20/external/ltp/lib/ |
H A D | tst_device.c | 51 static int set_dev_loop_path(int dev, char *path, size_t path_len) in set_dev_loop_path() 66 static int set_dev_path(char *dev, char *path, size_t path_len) in set_dev_path() 81 int tst_find_free_loopdev(char *path, size_t path_len) in tst_find_free_loopdev() 361 const char *device; in tst_acquire_device_() local 413 int tst_umount(const char *path) in tst_umount() 447 int tst_is_mounted(const char *path) in tst_is_mounted() 470 int tst_is_mounted_at_tmpdir(const char *path) in tst_is_mounted_at_tmpdir() 491 static int find_stat_file(const char *dev, char *path, size_t path_len) in find_stat_file() 541 void tst_find_backing_dev(const char *path, char *dev, size_t dev_size) in tst_find_backing_dev() 662 int tst_dev_block_size(const char *path) in tst_dev_block_size()
|
/aosp_15_r20/packages/modules/Virtualization/tests/hostside/java/com/android/microdroid/test/ |
D | MicrodroidHostTests.java | 151 private static JSONObject newPartition(String label, String path) { in newPartition() 177 String path = signVirtApex.getParentFile().getPath() + separator + System.getenv("PATH"); in resignVirtApex() local 226 private int getDeviceNumCpus(ITestDevice device) throws DeviceNotAvailableException { in getDeviceNumCpus() 232 public String path; field in MicrodroidHostTests.ActiveApexInfo 235 ActiveApexInfo(String name, String path, boolean provideSharedApexLibs) { in ActiveApexInfo()
|
/aosp_15_r20/external/autotest/client/cros/cellular/ |
H A D | pseudo_modem.py | 69 def __init__(self, bus, path): argument 298 device='pseudomodem0', argument 613 def __init__(self, bus, path): argument 619 def Add(self, device): argument 627 def Remove(self, device): argument
|
/aosp_15_r20/external/chromium-trace/catapult/devil/devil/android/perf/ |
H A D | perf_control.py | 176 def __init__(self, device): argument 325 def _ConditionallyWriteCpuFiles(self, path, value, cpu_files, condition): argument 336 def _WriteCpuFiles(self, path, value, cpu_files): argument 339 def _ReadEachCpuFile(self, path): argument
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/hdmi/ |
H A D | HdmiCecLocalDeviceTv.java | 409 void setActivePath(int path) { in setActivePath() 418 void updateActiveInput(int path, boolean notifyInputChange) { in updateActiveInput() 645 int path = HdmiUtils.twoBytesToInt(message.getParams()); in handleReportPhysicalAddress() local 690 private boolean handleNewDeviceAtTheTailOfActivePath(int path) { in handleNewDeviceAtTheTailOfActivePath() 709 static boolean isTailOfActivePath(int path, int activePath) { in isTailOfActivePath() 891 int device = mService.getAudioManager().setHdmiSystemAudioSupported(on); in updateAudioManagerForSystemAudio() local 1358 void handleRemoveActiveRoutingPath(int path) { in handleRemoveActiveRoutingPath() 1634 HdmiDeviceInfo device = mService.getHdmiCecNetwork().getCecDeviceInfo(recorderAddress); in checkRecorder() local
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/mount/ |
H A D | mount02.c | 32 static char path[PATH_MAX + 2]; variable 34 static const char *device; variable 51 const char **device; member
|
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
D | InstallApexModuleTargetPreparer.java | 189 ITestDevice device = testInfo.getDevice(); in setUp() local 277 private void activateStagedInstall(ITestDevice device) throws DeviceNotAvailableException { in activateStagedInstall() 315 protected void checkApexActivation(ITestDevice device) in checkApexActivation() 356 ITestDevice device) throws DeviceNotAvailableException, TargetSetupError { in optimizeModuleInstallation() 391 List<File> testFiles, ITestDevice device) throws TargetSetupError { in getModulesToUninstall() 438 Set<String> getApkModuleInData(Set<ApexInfo> activatedApexes, ITestDevice device) in getApkModuleInData() 474 private void moduleTearDown(ITestDevice device) in moduleTearDown() 512 private void detectModuleRollback(String sessionId, ITestDevice device) in detectModuleRollback() 569 ITestDevice device = testInfo.getDevice(); in tearDown() local 592 private File resolveFilePath(TestInformation testInfo, String path, String notFoundMessage) in resolveFilePath() [all …]
|
D | DeviceSetup.java | 559 ITestDevice device = getDevice(testInfo); in setUp() local 681 ITestDevice device = testInfo.getDevice(); in tearDown() local 748 public void processDeprecatedOptions(ITestDevice device) throws TargetSetupError { in processDeprecatedOptions() 790 public void processOptions(ITestDevice device) throws DeviceNotAvailableException, in processOptions() 953 private void changeSystemProps(ITestDevice device) throws DeviceNotAvailableException, in changeSystemProps() 1100 private void handleScreenAlwaysOnSetting(ITestDevice device) in handleScreenAlwaysOnSetting() 1154 public void changeSettings(ITestDevice device) throws DeviceNotAvailableException, in changeSettings() 1236 private void runCommands(ITestDevice device, List<String> commands) in runCommands() 1255 private void connectWifi(ITestDevice device) throws DeviceNotAvailableException, in connectWifi() 1301 private void syncTestData(ITestDevice device) throws DeviceNotAvailableException, in syncTestData() [all …]
|
/aosp_15_r20/external/pdfium/fxbarcode/oned/ |
H A D | BC_OneDimWriter.cpp | 150 void CBC_OneDimWriter::ShowDeviceChars(CFX_RenderDevice* device, in ShowDeviceChars() 176 CFX_RenderDevice* device, in ShowChars() 229 bool CBC_OneDimWriter::RenderDeviceResult(CFX_RenderDevice* device, in RenderDeviceResult() 236 CFX_Path path; in RenderDeviceResult() local
|
/aosp_15_r20/external/skia/src/pdf/ |
H A D | SkPDFDevice.cpp | 204 SkDevice* device) { in draw_points() 289 ScopedContentEntry(SkPDFDevice* device, in ScopedContentEntry() 412 SkPath path = SkPath::Rect(rect).makeTransform(this->localToDevice()); in drawAnnotation() local 558 void SkPDFDevice::drawPath(const SkPath& path, const SkPaint& paint, bool pathIsMutable) { in drawPath() 567 SkPath path(origPath); in internalDrawPathWithFilter() local 836 SkPath path; in drawGlyphRunAsPath() local 845 [](const SkPath* path, const SkMatrix& mx, void* ctx) { in drawGlyphRunAsPath() 1686 SkPath path = SkPath::Rect(dst); // handles non-integral clipping. in internalDrawImageRect() local 1808 void SkPDFDevice::drawDevice(SkDevice* device, const SkSamplingOptions& sampling, in drawDevice()
|
/aosp_15_r20/external/coreboot/src/include/device/ |
H A D | device.h | 97 struct device { struct 101 DEVTREE_CONST struct device *sibling; /* next device on this bus */ argument 103 DEVTREE_CONST struct device *next; /* chain of all devices */ argument 105 struct device_path path; member 107 unsigned int device; argument 109 u16 subsystem_device; argument 112 unsigned int enabled : 1; /* set if we should enable the device */ argument 113 unsigned int initialized : 1; /* 1 if we have initialized the device */ argument 118 /* set if this device is used even in minimum PCI cases */ argument 124 /* Base registers for this device. I/O, MEM and Expansion ROM */ argument [all …]
|
/aosp_15_r20/external/pdfium/xfa/fgas/graphics/ |
H A D | cfgas_gegraphics.cpp | 171 void CFGAS_GEGraphics::StrokePath(const CFGAS_GEPath& path, in StrokePath() 176 void CFGAS_GEGraphics::FillPath(const CFGAS_GEPath& path, in FillPath() 205 void CFGAS_GEGraphics::RenderDeviceStrokePath(const CFGAS_GEPath& path, in RenderDeviceStrokePath() 218 const CFGAS_GEPath& path, in RenderDeviceFillPath() 242 const CFGAS_GEPath& path, in FillPathWithPattern() 266 CFX_DefaultRenderDevice device; in FillPathWithPattern() local 281 const CFGAS_GEPath& path, in FillPathWithShading()
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan/ |
H A D | anv_physical_device.c | 37 struct anv_device *device = (struct anv_device *)data; in compiler_debug_log() local 61 get_device_extensions(const struct anv_physical_device *device, in get_device_extensions() 1778 anv_init_meminfo(struct anv_physical_device *device, int fd) in anv_init_meminfo() 1798 anv_update_meminfo(struct anv_physical_device *device, int fd) in anv_update_meminfo() 1810 anv_physical_device_init_heaps(struct anv_physical_device *device, int fd) in anv_physical_device_init_heaps() 1958 anv_physical_device_init_uuids(struct anv_physical_device *device) in anv_physical_device_init_uuids() 1997 anv_physical_device_init_disk_cache(struct anv_physical_device *device) in anv_physical_device_init_disk_cache() 2015 anv_physical_device_free_disk_cache(struct anv_physical_device *device) in anv_physical_device_free_disk_cache() 2218 anv_physical_device_get_parameters(struct anv_physical_device *device) in anv_physical_device_get_parameters() 2245 const char *path = drm_device->nodes[DRM_NODE_RENDER]; in anv_physical_device_try_create() local [all …]
|
/aosp_15_r20/frameworks/native/cmds/evemu-record/ |
H A D | main.rs | 39 device: Option<PathBuf>, field 78 let path = entry.path(); in pick_input_device() localVariable 207 let device = evdev::Device::open(device_path.as_path())?; in main() localVariable
|
/aosp_15_r20/system/vold/binder/android/os/ |
H A D | IVold.aidl | 60 void setupAppDir(@utf8InCpp String path, int appUid); in setupAppDir() 61 void fixupAppDir(@utf8InCpp String path, int appUid); in fixupAppDir() 112 void abortChanges(in @utf8InCpp String device, boolean retry); in abortChanges() 115 void restoreCheckpoint(@utf8InCpp String device); in restoreCheckpoint() 116 void restoreCheckpointPart(@utf8InCpp String device, int count); in restoreCheckpointPart()
|
/aosp_15_r20/external/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_physical_device.c | 61 get_device_extensions(const struct panvk_physical_device *device, in get_device_extensions() 98 get_features(const struct panvk_physical_device *device, in get_features() 241 const struct panvk_physical_device *device, in get_device_properties() 636 panvk_physical_device_finish(struct panvk_physical_device *device) in panvk_physical_device_finish() 648 panvk_physical_device_init(struct panvk_physical_device *device, in panvk_physical_device_init() 652 const char *path = drm_device->nodes[DRM_NODE_RENDER]; in panvk_physical_device_init() local
|
/aosp_15_r20/external/libdrm/tests/amdgpu/ |
H A D | ras_tests.c | 468 static struct ras_test_mask amdgpu_ras_get_test_mask(drmDevicePtr device) in amdgpu_ras_get_test_mask() 502 static int amdgpu_ras_lookup_id(drmDevicePtr device) in amdgpu_ras_lookup_id() 504 char path[PATH_SIZE]; in amdgpu_ras_lookup_id() local 611 char path[PATH_SIZE]; in amdgpu_ras_invoke() local 846 char path[PATH_SIZE]; in amdgpu_ras_basic_test() local 910 drmDevicePtr device; in suite_ras_tests_enable() local 937 drmDevicePtr device; in suite_ras_tests_init() local
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbapclient/ |
D | PbapClientStateMachine.java | 235 BluetoothDevice device, in PbapClientStateMachine() 255 BluetoothDevice device, in PbapClientStateMachine() 761 private void downloadPhonebookMetadata(String path) { in downloadPhonebookMetadata() 778 private void downloadPhonebook(String path, int batchStart, int numToFetch) { in downloadPhonebook()
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/spir/ |
H A D | run_services.cpp | 106 void create_context_and_queue(cl_device_id device, cl_context *out_context, cl_command_queue *out_q… in create_context_and_queue() 192 cl_device_id device = get_context_device(context); in create_program_from_bc() local 225 cl_device_id device[1]; in get_context_device() local 238 cl_device_id device[1]; in get_program_device() local 249 void generate_kernel_ws( cl_device_id device, cl_kernel kernel, WorkSizeInfo& ws) in generate_kernel_ws() 506 const KhrSupport* KhrSupport::get(const std::string& path) in get() 638 … context, cl_kernel kernel, const WorkSizeInfo& ws, KernelArgs& cl_args, const cl_device_id device) in generate_kernel_args() 720 cl_device_id device = get_context_device(context); in generate_kernel_data() local
|
/aosp_15_r20/external/autotest/client/bin/input/ |
H A D | input_device.py | 159 def __init__(self, path, ev_syn_cb=None): argument 626 def print_report(device): argument 691 device = InputDevice(path) variable 702 device = InputDevice(path) variable 705 device = None variable 731 device = [d for d in devices if d.f == fd][0] variable
|
/aosp_15_r20/external/igt-gpu-tools/tools/ |
H A D | intel_gpu_frequency.c | 36 static int device, devid; variable 51 char *path; member 67 char *path; in get_sysfs_path() local
|
/aosp_15_r20/external/autotest/server/cros/servo/topology/ |
H A D | servo_topology.py | 361 def update_servo_version(self, device=None): argument 396 def _get_vid_pid(self, path): argument 410 def _get_device(self, path): argument 434 def _read_file(self, path, file_name): argument
|
/aosp_15_r20/system/core/fs_mgr/libsnapshot/ |
H A D | utility.cpp | 100 Return InitializeKernelCow(const std::string& device) { in InitializeKernelCow() 131 std::unique_ptr<AutoUnmountDevice> AutoUnmountDevice::New(const std::string& path) { in New() 175 bool WriteStringToFileAtomic(const std::string& content, const std::string& path) { in WriteStringToFileAtomic()
|