Searched refs:size (Results 51 - 75 of 113) sorted by relevance

12345

/build/make/tools/droiddoc/templates-pdk/assets/
H A Dandroid-developer-core.css29 font-size:13px;
52 font-size:inherit;
160 font-size:1em;
252 font-size: 13px;
304 font-size: 11px;
342 font-size:1.25em;
350 font-size:1.25em;
358 font-size:1.7em;
384 font-size: 13px;
461 font-size
[all...]
/build/tools/droiddoc/templates-pdk/assets/
H A Dandroid-developer-core.css29 font-size:13px;
52 font-size:inherit;
160 font-size:1em;
252 font-size: 13px;
304 font-size: 11px;
342 font-size:1.25em;
350 font-size:1.25em;
358 font-size:1.7em;
384 font-size: 13px;
461 font-size
[all...]
/build/make/tools/droiddoc/templates-ndk/assets/css/
H A Ddefault.css40 font-size: 48px;
67 font-size: 12px;
105 font-size:12px;
212 .vspace.size-1 {
215 .vspace.size-2 {
218 .vspace.size-3 {
221 .vspace.size-4 {
224 .vspace.size-5 {
227 .vspace.size-6 {
230 .vspace.size
[all...]
/build/tools/droiddoc/templates-ndk/assets/css/
H A Ddefault.css40 font-size: 48px;
67 font-size: 12px;
105 font-size:12px;
212 .vspace.size-1 {
215 .vspace.size-2 {
218 .vspace.size-3 {
221 .vspace.size-4 {
224 .vspace.size-5 {
227 .vspace.size-6 {
230 .vspace.size
[all...]
/build/core/combo/
H A DHOST_darwin-x86.mk67 define get-file-size
/build/core/tasks/
H A Doem_image.mk40 $(hide) $(call assert-max-image-size,$@,$(BOARD_OEMIMAGE_PARTITION_SIZE))
/build/kati/
H A Dsymtab.h51 if (i >= s.size())
H A Dstrutil_test.cc38 assert(ss.size() == 4LU);
191 assert(ss.size() == 2LU);
H A Dregen.cc277 bool needs_regen = files->size() != gr->result.size();
278 for (size_t i = 0; i < gr->result.size(); i++) {
377 if (fwrite(&sr->result[0], sr->result.size(), 1, f) != 1) {
/build/make/core/combo/
H A DHOST_darwin-x86.mk67 define get-file-size
/build/make/core/tasks/
H A Doem_image.mk40 $(hide) $(call assert-max-image-size,$@,$(BOARD_OEMIMAGE_PARTITION_SIZE))
/build/make/tools/
H A Ddump-package-stats42 filesize: the size of the package on disk
/build/make/tools/ijar/
H A Dzip.h88 // Get the current size of the ZIP file. This size will not be matching the
96 // Create a new ZipBuilder writing the file zip_file and the size of the
103 // Estimate the maximum size of the ZIP files containing files in the "files"
124 // attributes "attr" and length "size". The file content is accessible
127 const u1* data, const size_t size) = 0;
153 // Return the size of the ZIP file.
156 // Return the size of the resulting zip file by keeping only file
/build/tools/
H A Ddump-package-stats42 filesize: the size of the package on disk
/build/tools/ijar/
H A Dzip.h88 // Get the current size of the ZIP file. This size will not be matching the
96 // Create a new ZipBuilder writing the file zip_file and the size of the
103 // Estimate the maximum size of the ZIP files containing files in the "files"
124 // attributes "attr" and length "size". The file content is accessible
127 const u1* data, const size_t size) = 0;
153 // Return the size of the ZIP file.
156 // Return the size of the resulting zip file by keeping only file
/build/make/tools/atree/
H A Dfiles.cpp185 long size; local
206 size = ftell(f);
216 buf = (char*)malloc(size+1);
219 fprintf(stderr, "out of memory (%ld)\n", size);
224 if (1 != fread(buf, size, 1, f)) {
233 q = buf+size;
263 for (size_t k=0; k<words.size(); k++) {
/build/tools/atree/
H A Dfiles.cpp185 long size; local
206 size = ftell(f);
216 buf = (char*)malloc(size+1);
219 fprintf(stderr, "out of memory (%ld)\n", size);
224 if (1 != fread(buf, size, 1, f)) {
233 q = buf+size;
263 for (size_t k=0; k<words.size(); k++) {
/build/make/tools/makeparallel/
H A Dmakeparallel.cpp87 while (args.size() > 0 && args[0].size() == 0) {
93 if (args.size() > 0 && args[0][0] != '-') {
107 getopt_argv.reserve(args.size() + 1);
122 int c = getopt_long(getopt_argv.size(), getopt_argv.data(), "kj",
242 // Measure the size of the jobserver pool by reading from in_fd until it blocks
270 // This process implicitly gets a token, so pool size is measured size + 1
/build/make/tools/releasetools/
H A Dtest_common.py25 def random_string_with_holes(size, block_size, step_size):
26 data = ["\0"] * size
27 for begin in range(0, size, step_size):
37 size = int(2 * gigabytes + 1)
41 size, block_size, step_size)
252 # zipfile.writestr() doesn't work when the str size is over 2GiB even with
H A Dota_from_target_files113 allowed stash size (defaults to 0.8).
176 # Stash size cannot exceed cache_size * threshold.
776 # Check the required cache size (i.e. stashed blocks).
777 size = [] variable
779 size.append(system_diff.required_cache)
781 size.append(vendor_diff.required_cache)
795 target_boot.size, source_boot.size, len(d)))
801 source_boot.size, source_boot.sha1,
802 target_boot.size, target_boo
[all...]
H A Dota_from_target_files.py113 allowed stash size (defaults to 0.8).
176 # Stash size cannot exceed cache_size * threshold.
776 # Check the required cache size (i.e. stashed blocks).
777 size = [] variable
779 size.append(system_diff.required_cache)
781 size.append(vendor_diff.required_cache)
795 target_boot.size, source_boot.size, len(d)))
801 source_boot.size, source_boot.sha1,
802 target_boot.size, target_boo
[all...]
/build/tools/makeparallel/
H A Dmakeparallel.cpp87 while (args.size() > 0 && args[0].size() == 0) {
93 if (args.size() > 0 && args[0][0] != '-') {
107 getopt_argv.reserve(args.size() + 1);
122 int c = getopt_long(getopt_argv.size(), getopt_argv.data(), "kj",
242 // Measure the size of the jobserver pool by reading from in_fd until it blocks
270 // This process implicitly gets a token, so pool size is measured size + 1
/build/tools/releasetools/
H A Dtest_common.py25 def random_string_with_holes(size, block_size, step_size):
26 data = ["\0"] * size
27 for begin in range(0, size, step_size):
37 size = int(2 * gigabytes + 1)
41 size, block_size, step_size)
252 # zipfile.writestr() doesn't work when the str size is over 2GiB even with
H A Dota_from_target_files113 allowed stash size (defaults to 0.8).
176 # Stash size cannot exceed cache_size * threshold.
776 # Check the required cache size (i.e. stashed blocks).
777 size = [] variable
779 size.append(system_diff.required_cache)
781 size.append(vendor_diff.required_cache)
795 target_boot.size, source_boot.size, len(d)))
801 source_boot.size, source_boot.sha1,
802 target_boot.size, target_boo
[all...]
H A Dota_from_target_files.py113 allowed stash size (defaults to 0.8).
176 # Stash size cannot exceed cache_size * threshold.
776 # Check the required cache size (i.e. stashed blocks).
777 size = [] variable
779 size.append(system_diff.required_cache)
781 size.append(vendor_diff.required_cache)
795 target_boot.size, source_boot.size, len(d)))
801 source_boot.size, source_boot.sha1,
802 target_boot.size, target_boo
[all...]

Completed in 265 milliseconds

12345