Home
last modified time | relevance | path

Searched refs:Usage (Results 1 – 25 of 211) sorted by relevance

123456789

/system/core/libkeyutils/
Dmini_keyctl.cpp29 static void Usage(int exit_code) { in Usage() function
48 if (argc < 2) Usage(1); in main()
52 if (argc != 6) Usage(1); in main()
59 if (argc != 5) Usage(1); in main()
65 if (argc != 3) Usage(1); in main()
69 if (argc != 4) Usage(1); in main()
74 if (argc != 3) Usage(1); in main()
86 Usage(1); in main()
/system/core/libmeminfo/tools/
Dprocrank.cpp81 usage_or_wss_ = get_wss ? procmem->Wss() : procmem->Usage(); in ProcessRecord()
106 const MemUsage& Usage() const { return usage_or_wss_; } in Usage() function
238 proc.Usage().vss / 1024, proc.Usage().rss / 1024, in print_process_record()
239 proc.Usage().pss / 1024, proc.Usage().uss / 1024); in print_process_record()
241 ss << ::android::base::StringPrintf("%6" PRIu64 "K ", proc.Usage().swap / 1024); in print_process_record()
254 total_pss += show_wss ? proc.Wss().pss : proc.Usage().pss; in print_processes()
255 total_uss += show_wss ? proc.Wss().uss : proc.Usage().uss; in print_processes()
258 total_swap += proc.Usage().swap; in print_processes()
337 MemUsage stats_a = show_wss ? a.Wss() : a.Usage(); in main()
338 MemUsage stats_b = show_wss ? b.Wss() : b.Usage(); in main()
[all …]
/system/core/init/test_service/
Dtest_service.cpp25 void Usage(char* argv[]) { in Usage() function
32 Usage(argv); in main()
38 Usage(argv); in main()
DREADME.md33 ## Usage section in Sample service for testing
/system/extras/tests/workloads/
Dpwrsummary.sh26 function Usage { function
37 (--help) Usage; exit 0;;
41 Usage
Dpwrtest.sh41 function Usage { function
80 Usage
84 Usage
/system/iorap/src/inode2filename/
Dmain.cc23 void Usage(char** argv) { in Usage() function
52 Usage(argv); in main()
61 Usage(argv); in main()
/system/sepolicy/tools/
DREADME11 Usage:
42 Usage:
56 Usage:
67 Usage:
/system/core/fs_mgr/tools/
Ddmctl.cpp52 static int Usage(void) { in Usage() function
291 Usage(); in HelpCmdHandler()
362 return Usage(); in main()
369 return Usage(); in main()
374 return Usage(); in main()
387 return Usage(); in main()
/system/iorap/src/perfetto/
Dmain.cc41 void Usage(char** argv) { in Usage() function
157 Usage(argv); in main()
166 Usage(argv); in main()
/system/core/demangle/
Ddemangle.cpp30 static void Usage(const char* prog_name) { in Usage() function
116 Usage(prog_name); in main()
/system/extras/f2fs_utils/
Dmkf2fsuserimg.sh7 Usage:
/system/extras/squashfs_utils/
Dmksquashfsimage.sh7 Usage:
/system/ca-certificates/google/files/
D594f1775.050 X509v3 Private Key Usage Period:
52 X509v3 Key Usage:
Dff783690.062 X509v3 Key Usage:
73 X509v3 Extended Key Usage:
D4fbd6bfa.062 X509v3 Key Usage:
73 X509v3 Extended Key Usage:
Dbf64f35b.062 X509v3 Key Usage: critical
66 X509v3 Private Key Usage Period:
/system/core/libmeminfo/include/meminfo/
Dprocmeminfo.h40 const MemUsage& Usage();
/system/update_engine/scripts/
Dtest_paycheck.sh78 Usage: ${0##*/} old_full_payload delta_payload new_full_payload
/system/tools/hidl/docs/
DREADME.md7 # Usage chapter
/system/extras/partition_tools/
DREADME.md45 Usage: `lpdump [-s,--slot=N] PATH`
51 Usage: `lpflash /dev/block/sdX /path/to/image/file`
/system/ca-certificates/files/
D91739615.062 X509v3 Key Usage: critical
66 X509v3 Extended Key Usage:
Dbf64f35b.062 X509v3 Key Usage: critical
66 X509v3 Private Key Usage Period:
D0d69c7e1.037 X509v3 Key Usage: critical
D7a7c655d.038 X509v3 Key Usage: critical

123456789