/system/vold/ |
PublicVolume.h | 35 * 1. If primary storage for the device, it only binds itself to the 42 explicit PublicVolume(dev_t device); 56 /* Kernel device representing partition */ 58 /* Block device path */
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
FatFileSystem.java | 58 * @param device the {@code BlockDevice} holding the file system 63 private FatFileSystem(BlockDevice device, boolean readOnly, 69 this.bs = BootSector.read(device); 114 * @param device the {@code BlockDevice} holding the file system 116 * @return the {@code FatFileSystem} instance for the device 120 public static FatFileSystem read(BlockDevice device, boolean readOnly) 123 return new FatFileSystem(device, readOnly); 187 * Flush all changed structures to the device.
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
vktMemoryPipelineBarrierTests.cpp | 473 vk::VkDevice device, 487 return vk::allocateCommandBuffer(vkd, device, &bufferInfo); 491 vk::VkDevice device, 514 vk::Move<vk::VkCommandBuffer> commandBuffer (createCommandBuffer(vkd, device, pool, level)); 522 vk::VkDevice device, 534 return vk::createCommandPool(vkd, device, &poolInfo); 538 vk::VkDevice device, 557 return vk::createBuffer(vkd, device, &createInfo); 561 vk::VkDevice device, 574 return vk::allocateMemory(vkd, device, &alloc) [all...] |
/external/libmtp/examples/ |
sendtr.c | 3 * Example program to send a music track to a device. 49 extern LIBMTP_mtpdevice_t *device; 99 album = LIBMTP_Get_Album_List(device); 138 ret = LIBMTP_Update_Album(device, found_album); 149 ret = LIBMTP_Create_New_Album(device, albuminfo); 155 printf("(This could be due to that your device does not support albums.)\n"); 156 LIBMTP_Dump_Errorstack(device); 157 LIBMTP_Clear_Errorstack(device); 326 if ( 0 != (rc=LIBMTP_Get_Storage(device, LIBMTP_STORAGE_SORTBY_NOTSORTED)) ) 331 for (pds = device->storage; pds != NULL; pds = pds->next [all...] |
/bootable/recovery/edify/ |
Android.mk | 31 # Build the device-side library
|
/cts/apps/CameraITS/tests/scene0/ |
test_gyro_bias.py | 17 import its.device namespace 28 """Test if the gyro has stable output when device is stationary. 39 with its.device.ItsSession() as cam:
|
test_jitter.py | 17 import its.device namespace 34 with its.device.ItsSession() as cam:
|
/cts/apps/CameraITS/tests/scene1/ |
test_ae_precapture_trigger.py | 15 import its.device namespace 36 with its.device.ItsSession() as cam:
|
test_burst_sameness_manual.py | 17 import its.device namespace 38 with its.device.ItsSession() as cam:
|
test_ev_compensation_basic.py | 17 import its.device namespace 35 with its.device.ItsSession() as cam:
|
test_jpeg.py | 17 import its.device namespace 24 """Test that converted YUV images and device JPEG images look the same. 30 with its.device.ItsSession() as cam:
|
test_locked_burst.py | 16 import its.device namespace 39 with its.device.ItsSession() as cam:
|
test_param_exposure_time.py | 17 import its.device namespace 35 with its.device.ItsSession() as cam:
|
test_param_flash_mode.py | 17 import its.device namespace 27 with its.device.ItsSession() as cam:
|
test_param_sensitivity.py | 17 import its.device namespace 37 with its.device.ItsSession() as cam:
|
test_raw_sensitivity.py | 15 import its.device namespace 35 with its.device.ItsSession() as cam:
|
test_tonemap_sequence.py | 17 import its.device namespace 32 with its.device.ItsSession() as cam:
|
test_yuv_plus_jpeg.py | 17 import its.device namespace 30 with its.device.ItsSession() as cam:
|
test_yuv_plus_raw.py | 17 import its.device namespace 30 with its.device.ItsSession() as cam:
|
test_yuv_plus_raw10.py | 17 import its.device namespace 30 with its.device.ItsSession() as cam:
|
test_yuv_plus_raw12.py | 17 import its.device namespace 30 with its.device.ItsSession() as cam:
|
/cts/hostsidetests/aadb/src/android/aadb/cts/ |
TestDeviceStressTest.java | 22 import com.android.tradefed.device.DeviceNotAvailableException; 23 import com.android.tradefed.device.ITestDevice; 35 * Requires a physical device to be connected. 67 * Stress test to push a folder which contains 200 text file to device 80 // device before the test start.
|
/cts/hostsidetests/monkey/src/com/android/cts/monkey/ |
AbstractMonkeyTest.java | 6 import com.android.tradefed.device.DeviceNotAvailableException; 7 import com.android.tradefed.device.ITestDevice;
|
/cts/ |
run_unit_tests.sh | 42 compatibility-device-util-tests\ 45 compatibility-device-info-tests\ 61 echo "---- DEVICE-SIDE TESTS ---- " 64 ${CTS_DIR}/common/device-side/test-app/run_tests.sh
|
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/ |
JarHostTestTest.java | 20 import com.android.tradefed.device.DeviceNotAvailableException; 21 import com.android.tradefed.device.ITestDevice;
|