/bionic/libc/kernel/tools/ |
find_headers.py | 17 def usage(): function 19 usage: find_headers.py [options] <kernel-root> (file|directory|@listfile)+ 43 usage() 55 usage() 58 usage()
|
/bootable/diskinstaller/editdisklbl/ |
editdisklbl.c | 40 usage(void) function 67 return usage(); 82 return usage(); 88 return usage(); 95 return usage(); 139 return usage();
|
/build/tools/atree/ |
atree.cpp | 23 const char* USAGE = 25 "Usage: atree OPTIONS\n" 59 int usage() function 61 fwrite(USAGE, strlen(USAGE), 1, stderr); 115 return usage(); 126 return usage(); 135 return usage(); 144 return usage(); 149 return usage(); [all...] |
/build/tools/zipalign/ |
ZipAlign.cpp | 28 * Show program usage. 30 void usage(void) function 35 "Usage: zipalign [-f] [-v] <align> infile.zip outfile.zip\n" 264 usage();
|
/development/build/tools/ |
mk_sources_zip.py | 60 # Prints a usage summary 61 def usage(error=None): function 68 Usage: 84 # after printing the error and the usage. 125 usage(error)
|
/development/tools/line_endings/ |
line_endings.c | 12 int usage() function 14 fprintf(stderr, "usage: line_endings unix|dos FILES\n" 32 return usage(); 42 return usage();
|
/device/generic/goldfish/libqemu/ |
test_host_1.c | 128 static void usage(int code) function 130 printf("Usage: %s [options]\n\n", progname); 162 usage(0); 181 usage(1);
|
/device/generic/goldfish/opengl/system/OpenglSystemCommon/ |
gralloc_cb.h | 37 usage(p_usage), 82 return (0 != (usage & GRALLOC_USAGE_HW_FB)); 90 int usage; // usage bits the buffer was created with member in struct:cb_handle_t
|
/external/bzip2/ |
dlltest.c | 7 usage: minibz2 [-d] [-{1,2,..9}] [[srcfilename] destfilename]
64 void usage(void)
function 66 puts("usage: minibz2 [-d] [-{1,2,..9}] [[srcfilename] destfilename]");
94 usage();
|
/external/checkpolicy/ |
checkmodule.c | 142 static void usage(char *progname) function 144 printf("usage: %s [-h] [-V] [-b] [-U handle_unknown] [-m] [-M] [-o FILE] [INPUT]\n", progname); 151 printf(" -h print usage\n"); 182 usage(argv[0]); 207 usage(argv[0]); 216 usage(argv[0]); 235 usage(argv[0]);
|
/external/chromium_org/chrome/installer/mac/ |
keystone_install.sh | 7 # usage: keystone_install.sh update_dmg_mount_point 617 usage() { function 618 echo "usage: ${ME} update_dmg_mount_point" >& 2 682 usage 900 # to not understanding the question. Therefore, the usage here will only [all...] |
/external/chromium_org/third_party/WebKit/Source/modules/crypto/ |
Key.cpp | 75 const char* keyUsageToString(blink::WebCryptoKeyUsage usage) 78 if (keyUsageMappings[i].value == usage) 171 blink::WebCryptoKeyUsage usage = keyUsageMappings[i].value; local 172 if (m_key.usages() & usage) 173 result.append(keyUsageToString(usage)); 234 blink::WebCryptoKeyUsageMask usage = keyUsageStringToMask(usages[i]); local 235 if (!usage) { 239 mask |= usage;
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
sampstat | 32 usage = "usage: %prog [options] [FILES]\n Compute the mean and 95% confidence interval of a sample set.\n Standard input or files must contain two or more decimal numbers, one per line." variable 33 parser = OptionParser(usage=usage)
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
svga_tgsi_decl_sm30.c | 41 unsigned *usage, 47 *usage = SVGA3D_DECLUSAGE_POSITION; 51 *usage = SVGA3D_DECLUSAGE_COLOR; 55 *usage = SVGA3D_DECLUSAGE_COLOR; 60 *usage = SVGA3D_DECLUSAGE_TEXCOORD; 64 *usage = SVGA3D_DECLUSAGE_PSIZE; 69 *usage = SVGA3D_DECLUSAGE_TEXCOORD; 73 *usage = SVGA3D_DECLUSAGE_NORMAL; 79 *usage = SVGA3D_DECLUSAGE_TEXCOORD; 84 *usage = SVGA3D_DECLUSAGE_TEXCOORD 182 unsigned usage, index; local 373 unsigned usage, index; local 431 unsigned usage, index; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/ |
resource.cpp | 103 info.usage = pipe->bind; 176 unsigned usage = ((flags & CL_MAP_WRITE ? PIPE_TRANSFER_WRITE : 0 ) | local 180 pxfer = pctx->get_transfer(pctx, r.pipe, 0, usage,
|
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/android/ |
android_sw_winsys.cpp | 56 int usage; /* gralloc usage */ member in struct:android_sw_displaytarget 146 adt->usage, 0, 0, adt->width, adt->height, &adt->mapped); 172 adt->usage |= GRALLOC_USAGE_SW_WRITE_OFTEN; 174 adt->usage |= GRALLOC_USAGE_SW_READ_OFTEN;
|
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/ |
vbo_exec_draw.c | 307 const GLenum usage = GL_STREAM_DRAW_ARB; local 338 NULL, usage, exec->vtx.bufferobj)) {
|
/external/chromium_org/third_party/openssl/openssl/ |
import_openssl.sh | 41 function usage() { function 47 echo "Usage:" 81 shift || usage "No command specified. Try import, regenerate, or generate." 84 shift || usage "No tar file specified." 88 shift || usage "No patch file specified." 89 [ -d $OPENSSL_DIR ] || usage "$OPENSSL_DIR not found, did you mean to use generate?" 90 [ -d $OPENSSL_DIR_ORIG_ORIG ] || usage "$OPENSSL_DIR_ORIG not found, did you mean to use generate?" 94 shift || usage "No patch file specified." 96 shift || usage "No tar file specified." 99 usage "Unknown command specified $command. Try import, regenerate, or generate. [all...] |
/external/chromium_org/third_party/opus/src/src/ |
repacketizer_demo.c | 39 void usage(char *argv0) function 41 fprintf(stderr, "usage: %s [options] input_file output_file\n", argv0); 71 usage(argv[0]); 90 usage(argv[0]);
|
/external/chromium_org/third_party/skia/src/pdf/ |
SkPDFDocument.cpp | 33 SkPDFGlyphSetMap usage; local 35 usage.merge(pages[i]->getFontGlyphUsage()); 37 SkPDFGlyphSetMap::F2BIter iterator(usage);
|
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/ |
addr2line-pdb.c | 51 void usage() { function 52 fprintf(stderr, "usage: " 84 usage(); 87 usage();
|
/external/chromium_org/tools/json_to_struct/ |
json_to_struct.py | 179 usage='usage: %prog [option] -s schema description') variable
|
/external/chromium_org/webkit/browser/quota/ |
quota_temporary_storage_evictor.cc | 68 (*statistics)["errors-on-getting-usage-and-quota"] = 158 // Get usage and disk space, then continue. 169 int64 usage = qau.global_limited_usage; local 170 DCHECK_GE(usage, 0); 177 usage - static_cast<int64>(qau.quota * kUsageRatioToStartEviction)); 188 round_statistics_.usage_on_beginning_of_round = usage; 191 round_statistics_.usage_on_end_of_round = usage;
|
/external/dropbear/libtomcrypt/demos/ |
encrypt.c | 14 int usage(char *name) function 18 printf("Usage: %s [-d](ecrypt) cipher infile outfile\nCiphers:\n", name); 111 return usage(argv[0]);
|
/external/e2fsprogs/e2fsck/ |
iscan.c | 43 static void usage(void) function 46 _("Usage: %s [-F] [-I inode_buffer_blocks] device\n"), 75 usage ();
|