/external/chromium/chrome/browser/importer/ |
firefox3_importer.cc | 567 history::ImportedFaviconUsage usage; local 569 usage.favicon_url = GURL(s.ColumnString(0)); 570 if (!usage.favicon_url.is_valid()) 578 if (!ReencodeFavicon(&data[0], data.size(), &usage.png_data)) 581 usage.urls = i->second; 582 favicons->push_back(usage);
|
/external/chromium_org/chrome/utility/importer/ |
firefox_importer.cc | 585 ImportedFaviconUsage usage; local 587 usage.favicon_url = GURL(s.ColumnString(0)); 588 if (!usage.favicon_url.is_valid()) 596 if (!importer::ReencodeFavicon(&data[0], data.size(), &usage.png_data)) 599 usage.urls = i->second; 600 favicons->push_back(usage);
|
/external/chromium_org/content/browser/fileapi/ |
file_system_operation_impl_unittest.cc | 222 void GetUsageAndQuota(int64* usage, int64* quota) { 227 usage, 251 int64 usage; local 252 GetUsageAndQuota(&usage, NULL); 255 usage); 259 int64 usage = 0; local 260 GetUsageAndQuota(&usage, NULL); 261 return usage; 677 // Check that the file copied and corresponding usage increased. 1174 int64 usage = GetUsage(); local [all...] |
/external/chromium_org/net/cert/ |
cert_verify_proc_win.cc | 562 static const LPSTR usage[] = { local 568 chain_para.RequestedUsage.Usage.cUsageIdentifier = arraysize(usage); 569 chain_para.RequestedUsage.Usage.rgpszUsageIdentifier = 570 const_cast<LPSTR*>(usage); 584 chain_para.RequestedIssuancePolicy.Usage.cUsageIdentifier = 1; 585 chain_para.RequestedIssuancePolicy.Usage.rgpszUsageIdentifier = 668 chain_para.RequestedIssuancePolicy.Usage.cUsageIdentifier = 0; 669 chain_para.RequestedIssuancePolicy.Usage.rgpszUsageIdentifier = NULL;
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_rast.c | 98 enum lp_texture_usage usage; local 116 usage = LP_TEX_USAGE_WRITE_ALL; 118 usage = LP_TEX_USAGE_READ_WRITE; 126 usage,
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/svgadump/ |
svga_shader.h | 110 unsigned usage:4; member in struct:sh_semantic
|
/external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/ |
gs-test.c | 23 static void usage(char *name) function 25 fprintf(stderr, "usage: %s [ options ] shader_filename\n", name); 533 surf_tmpl.usage = PIPE_BIND_RENDER_TARGET; 609 usage(argv[0]); 615 usage(argv[0]);
|
/external/chromium_org/webkit/browser/quota/ |
quota_manager.h | 51 int64 usage; member in struct:quota::UsageAndQuota 57 UsageAndQuota(int64 usage, 91 UsageInfo(const std::string& host, StorageType type, int64 usage) 94 usage(usage) {} 97 int64 usage; member in struct:quota::UsageInfo 109 int64 /* usage */, 125 // Called by clients or webapps. Returns usage per host. 138 // For UnlimitedStorage origins, this version skips usage and quota handling 307 // Extract cached origins list from the usage tracker [all...] |
/external/e2fsprogs/misc/ |
dumpe2fs.c | 51 static void usage(void) function 53 fprintf (stderr, _("Usage: %s [-bfhixV] [-o superblock=<num>] " 539 usage(); 543 usage();
|
e2image.c | 50 static void usage(void) function 52 fprintf(stderr, _("Usage: %s [-rsI] device image_file\n"), 664 usage(); 667 usage();
|
/external/harfbuzz_ng/util/ |
options.hh | 80 option_parser_t (const char *usage) { 82 usage_str = usage; 83 context = g_option_context_new (usage); 101 G_GNUC_NORETURN void usage (void) { function in struct:option_parser_t 102 g_printerr ("Usage: %s [OPTION...] %s\n", g_get_prgname (), usage_str);
|
/external/iproute2/ip/ |
iplink.c | 40 static void usage(void) __attribute__((noreturn)); 46 fprintf(stderr, "Usage: ip link add [link DEV] [ name ] NAME\n"); 56 fprintf(stderr, "Usage: ip link set DEVICE [ { up | down } ]\n"); 89 static void usage(void) function 453 usage(); 574 usage(); 885 usage(); 973 usage();
|
/external/iproute2/misc/ |
ifstat.c | 550 static void usage(void) __attribute__((noreturn)); 552 static void usage(void) function 555 "Usage: ifstat [OPTION] [ PATTERN [ PATTERN ] ]\n" 634 usage();
|
nstat.c | 435 static void usage(void) __attribute__((noreturn)); 437 static void usage(void) function 440 "Usage: nstat [ -h?vVzrnasd:t: ] [ PATTERN [ PATTERN ] ]\n" 488 usage();
|
rtacct.c | 426 static void usage(void) __attribute__((noreturn)); 428 static void usage(void) function 431 "Usage: rtacct [ -h?vVzrnasd:t: ] [ ListOfRealms ]\n" 483 usage();
|
/external/iputils/ |
clockdiff.c | 27 void usage(void) __attribute__((noreturn)); 530 usage() { function 531 fprintf(stderr, "Usage: clockdiff [-o] <host>\n"); 561 usage(); 580 usage(); 582 usage();
|
rarpd.c | 46 void usage(void) __attribute__((noreturn)); 77 void usage() function 79 fprintf(stderr, "Usage: rarpd [ -dveaA ] [ -b tftpdir ] [ interface]\n"); 602 usage(); 607 usage(); 620 usage();
|
tracepath6.c | 367 static void usage(void) __attribute((noreturn)); 369 static void usage(void) function 371 fprintf(stderr, "Usage: tracepath6 [-n] [-b] [-l <len>] [-p port] <destination>\n"); 414 usage(); 422 usage();
|
/external/libvpx/libvpx/ |
vp9_spatial_scalable_encoder.c | 98 static void usage(const char *exec_name) { function 99 fprintf(stderr, "Usage: %s <options> input_filename output_filename\n", 275 usage(argv_[0]);
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_rast.c | 98 enum lp_texture_usage usage; local 116 usage = LP_TEX_USAGE_WRITE_ALL; 118 usage = LP_TEX_USAGE_READ_WRITE; 126 usage,
|
/external/mesa3d/src/gallium/drivers/svga/svgadump/ |
svga_shader.h | 110 unsigned usage:4; member in struct:sh_semantic
|
/external/mesa3d/src/gallium/tests/graw/ |
gs-test.c | 23 static void usage(char *name) function 25 fprintf(stderr, "usage: %s [ options ] shader_filename\n", name); 533 surf_tmpl.usage = PIPE_BIND_RENDER_TARGET; 609 usage(argv[0]); 615 usage(argv[0]);
|
/external/oprofile/opcontrol/ |
opcontrol.cpp | 171 void usage() function 173 printf("\nopcontrol: usage:\n" 632 usage(); 657 usage();
|
/external/qemu/distrib/sdl-1.2.15/src/joystick/bsd/ |
SDL_sysjoystick.c | 195 /* Read the default USB HID usage table. */ 211 usage_to_joyaxe(unsigned usage) 214 switch (usage) { 348 switch (HID_PAGE(hitem.usage)) { 350 switch (HID_USAGE(hitem.usage)) { 353 s = hid_usage_in_page(hitem.usage); 362 switch (HID_PAGE(hitem.usage)) { 364 unsigned usage = HID_USAGE(hitem.usage); local 365 int joyaxe = usage_to_joyaxe(usage); 481 unsigned usage = HID_USAGE(hitem.usage); local [all...] |
/external/skia/tools/ |
filtermain.cpp | 24 static void usage() { function 25 SkDebugf("Usage: filter -i inFile [-o outFile] [--input-dir path] [--output-dir path]\n"); 761 usage(); 775 usage(); 784 usage(); 793 usage(); 802 usage(); 806 usage(); 810 usage(); 832 usage(); [all...] |