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

12

/frameworks/base/cmds/incident_helper/src/
H A Dmain.cpp30 #include <getopt.h>
87 while ((opt = getopt(argc, argv, "hs:")) != -1) {
/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/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/base/cmds/incident/
H A Dmain.cpp30 #include <getopt.h>
195 while ((opt = getopt(argc, argv, "bhdlp:")) != -1) {
/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.cpp65 while ((ch = getopt(argc, argv, "d:mwN:M:")) != -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/native/cmds/lshal/
H A DListCommand.h20 #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.cpp120 while ((c = getopt(argc, argv, "phd:")) != -1) {
/frameworks/base/libs/hwui/tests/macrobench/
H A Dmain.cpp25 #include <getopt.h>
/frameworks/minikin/tools/
H A Dmk_hyb_file.py33 import getopt namespace
566 opts, args = getopt.getopt(sys.argv[1:], 'v')
567 except getopt.GetoptError as err:
/frameworks/native/cmds/cmd/
H A Dcmd.cpp30 #include <getopt.h>
/frameworks/native/libs/ui/tools/
H A Dlutgen.cpp23 #include <getopt.h>
/frameworks/native/libs/vr/libpdx_default_transport/
H A Dpdx_tool.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;) {
/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 1122 milliseconds

12