Home
last modified time | relevance | path

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

123456789

/system/core/libkeyutils/mini_keyctl/
Dmini_keyctl.cpp39 static void Usage(int exit_code) { in Usage() function
136 if (argc < 2) Usage(1); in main()
140 if (argc != 6) Usage(1); in main()
147 if (argc != 5) Usage(1); in main()
153 if (argc != 3) Usage(1); in main()
157 if (argc != 4) Usage(1); in main()
162 if (argc != 3) Usage(1); in main()
174 Usage(1); in main()
/system/memory/libmeminfo/tools/
Dprocrank.cpp81 usage_or_wss_ = get_wss ? procmem->Wss() : procmem->Usage(); in ProcessRecord()
107 const MemUsage& Usage() const { return usage_or_wss_; } in Usage() function
239 proc.Usage().vss / 1024, proc.Usage().rss / 1024, in print_process_record()
240 proc.Usage().pss / 1024, proc.Usage().uss / 1024); in print_process_record()
242 ss << ::android::base::StringPrintf("%6" PRIu64 "K ", proc.Usage().swap / 1024); in print_process_record()
255 total_pss += show_wss ? proc.Wss().pss : proc.Usage().pss; in print_processes()
256 total_uss += show_wss ? proc.Wss().uss : proc.Usage().uss; in print_processes()
259 total_swap += proc.Usage().swap; in print_processes()
338 MemUsage stats_a = show_wss ? a.Wss() : a.Usage(); in main()
339 MemUsage stats_b = show_wss ? b.Wss() : b.Usage(); in main()
[all …]
/system/core/fs_mgr/libsnapshot/
Dsnapshotctl.cpp32 int Usage() { in Usage() function
70 return Usage(); in main()
79 return Usage(); in main()
/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/bt/test/headless/pairing/
Dpairing.cc32 options_.Usage(); in Run()
37 options_.Usage(); in Run()
/system/bt/test/headless/sdp/
Dsdp.cc129 options_.Usage(); in Run()
134 options_.Usage(); in Run()
139 options_.Usage(); in Run()
/system/core/adb/tools/
Dadb_usbreset.cpp36 [[noreturn]] static void Usage(int rc) { in Usage() function
47 Usage(1); in SetOption()
79 Usage(0); in main()
97 Usage(1); in main()
/system/bt/test/headless/read/
Dname.cc39 options_.Usage(); in Run()
44 options_.Usage(); in Run()
/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/iorap/src/perfetto/
Dmain.cc41 void Usage(char** argv) { in Usage() function
157 Usage(argv); in main()
166 Usage(argv); in main()
/system/bt/test/headless/
Dget_options.cc42 void bluetooth::test::headless::GetOpt::Usage() const { in Usage() function in bluetooth::test::headless::GetOpt
126 Usage(); in GetOpt()
Dget_options.h33 virtual void Usage() const;
/system/bt/gd/dumpsys/bundler/
Dbundler.h66 int Usage(int argc, char** argv);
/system/extras/f2fs_utils/
Dmkf2fsuserimg.sh7 Usage:
/system/core/fs_mgr/tools/
Ddmctl.cpp44 static int Usage(void) { in Usage() function
374 Usage(); in HelpCmdHandler()
530 return Usage(); in main()
537 return Usage(); in main()
542 return Usage(); in main()
555 return Usage(); in main()
/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:
/system/memory/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/ca-certificates/files/
D91739615.062 X509v3 Key Usage: critical
66 X509v3 Extended Key Usage:

123456789