Home
last modified time | relevance | path

Searched refs:getopt_long (Results 1 – 25 of 110) sorted by relevance

12345

/aosp12/bionic/libc/include/
H A Dgetopt.h72 int getopt_long(int __argc, char* const* __argv, const char* __options, const struct option* __long…
/aosp12/frameworks/av/media/codecs/amrnb/dec/test/
H A DAmrnbDecTestEnvironment.h46 int c = getopt_long(argc, argv, "P:", options, &index); in initFromOptions()
/aosp12/frameworks/av/media/codecs/amrnb/enc/test/
H A DAmrnbEncTestEnvironment.h46 int c = getopt_long(argc, argv, "P:", options, &index); in initFromOptions()
/aosp12/frameworks/av/media/codecs/amrwb/dec/test/
H A DAmrwbDecTestEnvironment.h46 int c = getopt_long(argc, argv, "P:", options, &index); in initFromOptions()
/aosp12/frameworks/av/media/codecs/amrwb/enc/test/
H A DAmrwbEncTestEnvironment.h46 int c = getopt_long(argc, argv, "P:", options, &index); in initFromOptions()
/aosp12/frameworks/av/media/codecs/m4v_h263/dec/test/
H A DMpeg4H263DecoderTestEnvironment.h46 int c = getopt_long(argc, argv, "P:", options, &index); in initFromOptions()
/aosp12/frameworks/av/media/codecs/m4v_h263/enc/test/
H A DMpeg4H263EncoderTestEnvironment.h46 int c = getopt_long(argc, argv, "P:", options, &index); in initFromOptions()
/aosp12/frameworks/av/media/codecs/mp3dec/test/
H A DMp3DecoderTestEnvironment.h46 int c = getopt_long(argc, argv, "P:", options, &index); in initFromOptions()
/aosp12/frameworks/av/media/extractors/tests/
H A DExtractorUnitTestEnvironment.h46 int c = getopt_long(argc, argv, "P:", options, &index); in initFromOptions()
/aosp12/frameworks/av/media/libstagefright/flac/dec/test/
H A DFlacDecoderTestEnvironment.h46 int c = getopt_long(argc, argv, "P:", options, &index); in initFromOptions()
/aosp12/frameworks/av/media/libstagefright/foundation/tests/AVCUtils/
H A DAVCUtilsTestEnvironment.h46 int c = getopt_long(argc, argv, "P:", options, &index); in initFromOptions()
/aosp12/frameworks/av/media/libstagefright/foundation/tests/OpusHeader/
H A DOpusHeaderTestEnvironment.h46 int c = getopt_long(argc, argv, "P:", options, &index); in initFromOptions()
/aosp12/frameworks/av/media/libstagefright/id3/test/
H A DID3TestEnvironment.h46 int c = getopt_long(argc, argv, "P:", options, &index); in initFromOptions()
/aosp12/frameworks/av/media/libstagefright/mpeg2ts/test/
H A DMpeg2tsUnitTestEnvironment.h46 int c = getopt_long(argc, argv, "P:", options, &index); in initFromOptions()
/aosp12/frameworks/av/media/libstagefright/tests/ESDS/
H A DESDSTestEnvironment.h46 int c = getopt_long(argc, argv, "P:", options, &index); in initFromOptions()
/aosp12/frameworks/av/media/libstagefright/tests/HEVC/
H A DHEVCUtilsTestEnvironment.h46 int c = getopt_long(argc, argv, "P:", options, &index); in initFromOptions()
/aosp12/frameworks/av/media/libstagefright/tests/extractorFactory/
H A DExtractorFactoryTestEnvironment.h46 int c = getopt_long(argc, argv, "P:", options, &index); in initFromOptions()
/aosp12/frameworks/av/media/libstagefright/tests/metadatautils/
H A DMetaDataUtilsTestEnvironment.h46 int c = getopt_long(argc, argv, "P:", options, &index); in initFromOptions()
/aosp12/frameworks/av/media/libstagefright/timedtext/test/
H A DTimedTextTestEnvironment.h46 int c = getopt_long(argc, argv, "P:", options, &index); in initFromOptions()
/aosp12/frameworks/av/media/libstagefright/xmlparser/test/
H A DXMLParserTestEnvironment.h46 int c = getopt_long(argc, argv, "P:", options, &index); in initFromOptions()
/aosp12/frameworks/av/media/libstagefright/tests/writer/
H A DWriterTestEnvironment.h51 int c = getopt_long(argc, argv, "P:C:", options, &index); in initFromOptions()
/aosp12/frameworks/av/media/tests/benchmark/tests/
H A DBenchmarkTestEnvironment.h55 int c = getopt_long(argc, argv, "P:", options, &index); in initFromOptions()
/aosp12/system/libvintf/
H A Dassemble_vintf_main.cpp86 while ((res = getopt_long(argc, argv, "hi:o:mc:nl", longopts, &optind)) >= 0) { in main()
/aosp12/hardware/knowles/athletico/sound_trigger_hal/tests/
H A Dcrash_trigger_test.c88 while ((g = getopt_long (argc, argv, "chd", long_options, NULL)) != -1) { in main()
/aosp12/system/core/trusty/utils/trusty-ut-ctrl/
H A Dut-ctrl.c65 c = getopt_long(argc, argv, _sopts, _lopts, &oidx); in parse_options()

12345