Searched defs:disk (Results 1 - 12 of 12) sorted by relevance

/external/ImageMagick/Magick++/lib/
H A DResourceLimits.cpp23 void Magick::ResourceLimits::disk(const MagickSizeType limit_) function in class:Magick::ResourceLimits
28 MagickCore::MagickSizeType Magick::ResourceLimits::disk(void) function in class:Magick::ResourceLimits
/external/e2fsprogs/misc/
H A Dbase_device.c6 * one time. Otherwise, the disk heads will be seeking all over the
44 const char **hier, *disk; local
64 * on one disk, since we don't know how to parallelize them.
124 /* Now handle devfs /dev/disc or /dev/disk names */
125 disk = 0;
127 disk = "disc";
129 disk = "disk";
130 if (disk) {
132 if (strncmp(cp, disk,
[all...]
/external/e2fsprogs/lib/quota/
H A Dquotaio_tree.c34 int qtree_entry_unused(struct qtree_mem_dqinfo *info, char *disk) argument
39 if (disk[i])
108 "(out of disk space).");
497 * Read dquot from disk.
/external/skia/src/effects/
H A DGrCircleBlurFragmentProcessor.cpp115 static inline float disk(float x, float y, float radius) { function
167 // All disk() samples in this row will be 0.0f
172 float image = disk(t - kernelOff + x, -kernelOff + y, halfWidth);
240 // disk. Quantizing to 16.16 should be close enough though.
/external/ImageMagick/MagickCore/
H A Dresource.c83 disk,
117 MagickULLConstant(0), /* initial disk */
127 MagickResourceInfinity, /* disk limit */
229 resource_info.disk+=size;
232 ((MagickSizeType) resource_info.disk < limit) ? MagickTrue :
234 (void) FormatMagickSize((MagickSizeType) resource_info.disk,MagickTrue,
634 resource=(MagickSizeType) resource_info.disk;
925 resource_info.disk-=size;
926 (void) FormatMagickSize((MagickSizeType) resource_info.disk,MagickTrue,
1301 value=GetPolicyValue("disk");
81 disk, member in struct:_ResourceInfo
[all...]
/external/squashfs-tools/squashfs-tools/
H A Dxattr.c314 static void *get_xattr_space(unsigned int req_size, long long *disk) argument
356 if(disk)
357 *disk = ((long long) xattr_bytes << 16) | cache_bytes;
/external/opencv3/modules/viz/src/
H A Dshapes.cpp192 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();
/external/gptfdisk/
H A Dgpt.cc206 << "problems. Think carefully before saving changes with 'w' or using this disk.\n";
212 << "at the end of the disk. If you've added a disk to a RAID array, use the 'e'\n"
246 cout << "\nProblem: main header's disk GUID (" << mainHeader.diskGUID
247 << ") doesn't\nmatch the backup GPT header's disk GUID ("
270 // Check that the disk size will hold the data...
281 cout << "\nProblem: GPT claims the disk is larger than it is! (Claimed last usable\n"
283 << mainHeader.backupLBA << " and disk size is " << diskSize << " sectors.\n"
303 << "ignore the disk, but it is required to boot from a GPT disk o
917 LoadHeader(struct GPTHeader *header, DiskIO & disk, uint64_t sector, int *crcOk) argument
946 LoadPartitionTable(const struct GPTHeader & header, DiskIO & disk, uint64_t sector) argument
1219 SaveHeader(struct GPTHeader *header, DiskIO & disk, uint64_t sector) argument
1239 SavePartitionTable(DiskIO & disk, uint64_t sector) argument
[all...]
/external/toybox/toys/pending/
H A Dfdisk.c1 /* fdisk.c - fdisk program to modify partitions on disk.
223 static void read_geometry(struct hd_geometry *disk) argument
228 disk->heads = geometry.heads;
229 disk->sectors = geometry.sectors;
347 struct hd_geometry disk; local
372 disk.heads = disk.sectors = 0;
373 read_geometry(&disk); //CHS values
378 g_sectors = (toys.optflags & FLAG_S && TT.sectors)? TT.sectors : s? s : disk.sectors?disk
[all...]
/external/guice/extensions/struts2/lib/
H A Dcommons-fileupload-1.2.1.jar ... apache/commons/ org/apache/commons/fileupload/ org/apache/commons/fileupload/disk/ org/apache/commons/fileupload/servlet/ org/apache/commons/fileupload/util ...
/external/libphonenumber/demo/war/WEB-INF/lib/
H A Dcommons-fileupload-1.2.1.jar ... apache/commons/ org/apache/commons/fileupload/ org/apache/commons/fileupload/disk/ org/apache/commons/fileupload/servlet/ org/apache/commons/fileupload/util ...
/external/robolectric/v1/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...

Completed in 305 milliseconds