/system/vold/ |
CommandListener.cpp | 168 auto disk = vm->findDisk(id); local 169 if (disk == nullptr) { 170 return cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknown disk", false); 175 return sendGenericOkFail(cli, disk->partitionPublic()); 177 return sendGenericOkFail(cli, disk->partitionPrivate()); 183 return sendGenericOkFail(cli, disk->partitionMixed(frac));
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/quotas/backend/quotas/ |
services_test.py | 32 name='DISK', 43 def MakeState(self, disk=None, emails=None, next_refresh=2000, state=None): 45 if disk: 46 state['DISK'] = disk, None 72 self.assertEquals(1000, self.state.get_remaining_tokens('DISK')) 79 self.assertEquals(200, self.state.get_remaining_tokens('DISK')) 86 self.assertEquals(100, self.state.check_quota('DISK', 100)) 87 self.assertEquals(1000, self.state.check_quota('DISK', 1000)) 88 self.assertEquals(1000, self.state.check_quota('DISK', 1001) [all...] |
/external/squashfs-tools/squashfs-tools/ |
xattr.c | 314 static void *get_xattr_space(unsigned int req_size, long long *disk) 356 if(disk) 357 *disk = ((long long) xattr_bytes << 16) | cache_bytes;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/i18n/ |
messages.properties | 100 PreferencePage_Save_Disk=Save to disk
|
/external/e2fsprogs/lib/ext2fs/ |
getsize.c | 39 #include <sys/disk.h>
|
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/ |
Folder_Actions_Suite.py | 205 """POSIX path - the POSIX file system path of the disk """ 223 'disk' : Disk_Folder_File_Suite.disk,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/ |
Folder_Actions_Suite.py | 205 """POSIX path - the POSIX file system path of the disk """ 223 'disk' : Disk_Folder_File_Suite.disk,
|
/external/opencv3/modules/viz/src/ |
shapes.cpp | 192 vtkSmartPointer<vtkDiskSource> disk = vtkSmartPointer<vtkDiskSource>::New(); local 193 disk->SetCircumferentialResolution(30); 194 disk->SetInnerRadius(radius - thickness); 195 disk->SetOuterRadius(radius + thickness); 196 disk->Update(); 198 vtkSmartPointer<vtkPolyData> polydata = disk->GetOutput(); [all...] |
/external/autotest/client/bin/ |
cpuset.py | 373 # list of all disk drives sda,sdb,... 386 # ioprio_classes: list of service classes, one per disk 391 # io_shares: list of disk-time-fractions, one per disk, 393 # io_limits: list of limit on/off, one per disk 394 # 0: no limit, shares use of other containers' unused disk time 395 # 1: limited, container's use of disk time is capped to given DTF 411 for disk,ioclass,limit,share in zip(disks, ioprio_classes, 413 parts = (disk, str(ioclass), str(limit), str(share))
|
/external/curl/packages/vms/ |
stage_curl_install.com | 120 $ copy sys$disk:[]gnv$libcurl.exe 'new_gnu'[usr.lib]gnv$libcurl.exe/prot=w:re
|
build_vms.com | 180 $ if orig_def_dev .eqs. "::" then orig_def_dev = "sys$disk:" [all...] |
generate_config_vms_h_curl.com | 193 $create sys$disk:[curl.lib]config_vms.h 194 $open/append cvh sys$disk:[curl.lib]config_vms.h
|
generate_vax_transfer.com | 182 $ patched_macro = "sys$disk:[]macro32_exactcase.exe"
|
/external/e2fsprogs/lib/quota/ |
quotaio_tree.c | 34 int qtree_entry_unused(struct qtree_mem_dqinfo *info, char *disk) 39 if (disk[i]) 108 "(out of disk space)."); 497 * Read dquot from disk.
|
/external/ImageMagick/www/api/ |
cache-view.php | 157 <p>GetCacheViewAuthenticPixels() gets pixels from the in-memory or disk pixel cache as defined by the geometry parameters. A pointer to the pixels is returned if the pixels are transferred, otherwise a NULL is returned.</p> 345 <p>GetCacheViewVirtualPixels() gets virtual pixels from the in-memory or disk pixel cache as defined by the geometry parameters. A pointer to the pixels is returned if the pixels are transferred, otherwise a NULL is returned.</p> 526 <p>QueueCacheViewAuthenticPixels() queues authentic pixels from the in-memory or disk pixel cache as defined by the geometry parameters. A pointer to the pixels is returned if the pixels are transferred, otherwise a NULL is returned.</p> 616 <p>SyncCacheViewAuthenticPixels() saves the cache view pixels to the in-memory or disk cache. It returns MagickTrue if the pixel region is flushed, otherwise MagickFalse.</p>
|
/external/autotest/client/common_lib/hosts/ |
base_classes.py | 267 @param path The path to check for free disk space.
|
/external/autotest/client/site_tests/platform_BootPerf/ |
platform_BootPerf.py | 20 assortment of performance keyvals that capture timing and disk 105 _DISK_PREFIX = 'disk-' 141 ("disk-" files), captured at the time of the occurrence. 145 The given event file can contain either uptime or disk data. 324 """Read and report disk read keyvals. 337 Disk statistics are reported in units of 512 byte sectors; 344 # We expect an error when reading disk statistics for the 346 # that event, and it doesn't include the disk statistics. 460 summary statistics for time elapsed and disk usage. Gather
|
/external/chromium-trace/catapult/netlog_viewer/netlog_viewer/ |
timeline_data_series.js | 334 * Tracks disk cache read or write rate. Doesn't include clearing, opening, 360 // The disk cache has a lot of 0-length writes, when truncating entries.
|
/external/nanohttpd/fileupload/src/test/java/fi/iki/elonen/ |
TestNanoFileUpLoad.java | 50 import org.apache.commons.fileupload.disk.DiskFileItemFactory;
|
/external/vboot_reference/utility/ |
dev_debug_vboot | 53 -i FILE, --image FILE Specify the disk image to use
|
/prebuilts/tools/common/m2/repository/com/google/jimfs/jimfs/1.1/ |
jimfs-1.1.jar | |
/prebuilts/tools/common/offline-m2/com/google/jimfs/jimfs/1.1/ |
jimfs-1.1.jar | |
/external/nanohttpd/ |
README.md | 205 For a more classic aproach, perhaps to just create a HTTP server serving mostly service files from your disk, you can use the module with artifactId *nanohttpd-webserver*.
|
/external/nanohttpd/src/site/markdown/ |
index.md | 201 For a more classic aproach, perhaps to just create a HTTP server serving mostly service files from your disk, you can use the module with artifactId *nanohttpd-webserver*.
|
/external/blktrace/doc/ |
blktrace.tex | 42 into either long-term on-disk storage, or provides direct formatted 138 Now to simply watch what is going on for a specific disk (to stop the 424 specific disk location at a given size. These requests typically 426 the vm flushing dirty data to disk or the file system syncing 427 a super or journal block to disk. \emph{pc} requests are SCSI [all...] |