Searched refs:getopt (Results 1 - 25 of 42) sorted by relevance

12

/frameworks/native/cmds/bugreportz/
H A Dmain.cpp18 #include <getopt.h>
49 while ((c = getopt(argc, argv, "hpv")) != -1) {
/frameworks/native/cmds/surfacereplayer/replayer/
H A DMain.cpp68 while ((opt = getopt(argc, argv, "mt:s:nlh?")) != -1) {
/frameworks/base/cmds/incident/
H A Dmain.cpp29 #include <getopt.h>
144 while ((opt = getopt(argc, argv, "bhd")) != -1) {
/frameworks/rs/rsov/compiler/spirit/
H A Dgenerate.py18 import getopt namespace
469 opts, args = getopt.getopt(sys.argv[2:],"h",["instructions=",
477 except getopt.GetoptError:
/frameworks/native/cmds/service/
H A Dservice.cpp22 #include <getopt.h>
75 int ic = getopt(argc, argv, "h?");
/frameworks/av/cmds/stagefright/
H A Daudioloop.cpp58 while ((ch = getopt(argc, argv, "d:mw")) != -1) {
H A Dmuxer.cpp243 while ((res = getopt(argc, argv, "h?avo:s:e:r:w")) >= 0) {
H A Drecordvideo.cpp182 while ((res = getopt(argc, argv, "b:c:f:i:n:w:t:l:p:v:o:hs")) >= 0) {
H A Dcodec.cpp349 while ((res = getopt(argc, argv, "havpSDRT")) >= 0) {
/frameworks/av/tools/resampler_tools/
H A Dfir.cpp163 while ((ch = getopt(argc, argv, ":hds:c:n:f:l:m:b:p:v:z:D")) != -1) {
/frameworks/base/tools/obbtool/
H A Dmkobb.sh164 args=`getopt -o d:hk:Ko:v -- "$@"`
H A DMain.cpp20 #include <getopt.h>
/frameworks/minikin/tools/
H A Dmk_hyb_file.py33 import getopt namespace
555 opts, args = getopt.getopt(sys.argv[1:], 'v')
556 except getopt.GetoptError as err:
/frameworks/native/cmds/cmd/
H A Dcmd.cpp30 #include <getopt.h>
/frameworks/compile/libbcc/bcinfo/tools/
H A Dmain.cpp38 #include <getopt.h>
65 while ((c = getopt(argc, argv, "itv")) != -1) {
/frameworks/base/cmds/screencap/
H A Dscreencap.cpp98 while ((c = getopt(argc, argv, "phd:")) != -1) {
/frameworks/base/libs/hwui/tests/macrobench/
H A Dmain.cpp26 #include <getopt.h>
/frameworks/native/cmds/dumpsys/
H A Ddumpsys.cpp31 #include <getopt.h>
/frameworks/native/libs/ui/tools/
H A Dlutgen.cpp23 #include <getopt.h>
/frameworks/native/libs/vr/libpdx_default_transport/
H A Dservicetool.cpp3 #include <getopt.h>
/frameworks/wilhelm/tests/
H A DmimeUri_test.cpp44 #include <getopt.h>
/frameworks/av/media/libaudioprocessing/tests/
H A Dtest-mixer.cpp107 for (int ch; (ch = getopt(argc, argv, "fmc:s:o:a:P:")) != -1;) {
H A Dtest-resampler.cpp117 while ((ch = getopt(argc, argv, "pfFvc:q:i:o:O:P:")) != -1) {
/frameworks/base/tests/touchlag/
H A Dtouchlag.cpp235 while ((ch = getopt(argc, argv, "hl:")) != -1) {
/frameworks/native/opengl/tests/hwc/
H A DhwcColorEquiv.cpp180 while ((opt = getopt(argc, argv, "vs:e:r:D:?h")) != -1) {

Completed in 4707 milliseconds

12