Searched refs:show_usage (Results 1 - 25 of 27) sorted by relevance

12

/external/google-breakpad/src/testing/gtest/scripts/
H A Dgtest-config.in7 show_usage() function
14 show_usage
144 show_usage
150 --usage) show_usage; exit 0;;
162 show_usage
189 *) show_usage; exit 1;;
244 *) show_usage; exit 1;;
251 test "$echo_cppflags" = "yes" && show_usage && exit 1
252 test "$echo_cxxflags" = "yes" && show_usage && exit 1
253 test "$echo_ldflags" = "yes" && show_usage
[all...]
/external/google-breakpad/src/testing/scripts/
H A Dgmock-config.in7 show_usage() function
14 show_usage
144 show_usage
150 --usage) show_usage; exit 0;;
162 show_usage
189 *) show_usage; exit 1;;
273 *) show_usage; exit 1;;
280 test "$echo_cppflags" = "yes" && show_usage && exit 1
281 test "$echo_cxxflags" = "yes" && show_usage && exit 1
282 test "$echo_ldflags" = "yes" && show_usage
[all...]
/external/protobuf/gtest/scripts/
H A Dgtest-config.in7 show_usage() function
14 show_usage
144 show_usage
150 --usage) show_usage; exit 0;;
162 show_usage
189 *) show_usage; exit 1;;
244 *) show_usage; exit 1;;
251 test "$echo_cppflags" = "yes" && show_usage && exit 1
252 test "$echo_cxxflags" = "yes" && show_usage && exit 1
253 test "$echo_ldflags" = "yes" && show_usage
[all...]
/external/mesa3d/src/mapi/glapi/gen/
H A Dgl_SPARC_asm.py247 def show_usage(): function
258 show_usage()
270 show_usage()
H A Dgl_x86_asm.py243 def show_usage(): function
254 show_usage()
266 show_usage()
H A Dgl_gentable.py183 def show_usage(): function
193 show_usage()
H A Dgl_offsets.py97 def show_usage(): function
108 show_usage()
H A Dextension_helper.py294 def show_usage(): function
305 show_usage()
322 show_usage()
H A Dgl_procs.py180 def show_usage(): function
196 show_usage()
209 show_usage()
H A Dgl_table.py223 def show_usage(): function
235 show_usage()
252 show_usage()
H A Dgl_x86-64_asm.py309 def show_usage(): function
320 show_usage()
332 show_usage()
H A Dgl_enums.py242 def show_usage(): function
250 show_usage()
H A Dremap_helper.py166 def show_usage(): function
177 show_usage()
H A DglX_server_table.py392 show_usage()
404 show_usage()
H A Dgl_apitemp.py304 def show_usage(): function
315 show_usage()
H A DglX_proto_size.py653 def show_usage(): function
669 show_usage()
698 show_usage()
H A DglX_proto_send.py1084 def show_usage(): function
1097 show_usage()
1116 show_usage()
H A DglX_proto_recv.py534 show_usage()
551 show_usage()
/external/strace/
H A Dstrace-log-merge3 show_usage() function
17 show_usage >&2
20 show_usage
/external/lldb/examples/lookup/
H A Dmain.cpp103 bool show_usage = false; local
160 show_usage = true;
167 if (show_usage || argc < 2)
/external/f2fs-tools/tools/
H A Df2fs_io_parse.c107 void show_usage() function
140 show_usage();
146 show_usage();
/external/lldb/tools/darwin-debug/
H A Ddarwin-debug.cpp183 bool show_usage = false; local
264 show_usage = true;
271 if (show_usage || argc <= 0 || unix_socket_name.empty())
/external/libdrm/tests/planetest/
H A Ddev.c18 static void show_usage(char *name) function
43 show_usage(argv[0]);
50 show_usage(argv[0]);
58 show_usage(argv[0]);
67 show_usage(argv[0]);
/external/lldb/examples/functions/
H A Dmain.cpp106 bool show_usage = false; local
173 show_usage = true;
/external/lldb/examples/python/
H A Dmemory.py116 def print_error(str, show_usage, result):
118 if show_usage:

Completed in 580 milliseconds

12