/aosp12/bionic/libc/include/ |
H A D | getopt.h | 72 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 D | AmrnbDecTestEnvironment.h | 46 int c = getopt_long(argc, argv, "P:", options, &index); in initFromOptions()
|
/aosp12/frameworks/av/media/codecs/amrnb/enc/test/ |
H A D | AmrnbEncTestEnvironment.h | 46 int c = getopt_long(argc, argv, "P:", options, &index); in initFromOptions()
|
/aosp12/frameworks/av/media/codecs/amrwb/dec/test/ |
H A D | AmrwbDecTestEnvironment.h | 46 int c = getopt_long(argc, argv, "P:", options, &index); in initFromOptions()
|
/aosp12/frameworks/av/media/codecs/amrwb/enc/test/ |
H A D | AmrwbEncTestEnvironment.h | 46 int c = getopt_long(argc, argv, "P:", options, &index); in initFromOptions()
|
/aosp12/frameworks/av/media/codecs/m4v_h263/dec/test/ |
H A D | Mpeg4H263DecoderTestEnvironment.h | 46 int c = getopt_long(argc, argv, "P:", options, &index); in initFromOptions()
|
/aosp12/frameworks/av/media/codecs/m4v_h263/enc/test/ |
H A D | Mpeg4H263EncoderTestEnvironment.h | 46 int c = getopt_long(argc, argv, "P:", options, &index); in initFromOptions()
|
/aosp12/frameworks/av/media/codecs/mp3dec/test/ |
H A D | Mp3DecoderTestEnvironment.h | 46 int c = getopt_long(argc, argv, "P:", options, &index); in initFromOptions()
|
/aosp12/frameworks/av/media/extractors/tests/ |
H A D | ExtractorUnitTestEnvironment.h | 46 int c = getopt_long(argc, argv, "P:", options, &index); in initFromOptions()
|
/aosp12/frameworks/av/media/libstagefright/flac/dec/test/ |
H A D | FlacDecoderTestEnvironment.h | 46 int c = getopt_long(argc, argv, "P:", options, &index); in initFromOptions()
|
/aosp12/frameworks/av/media/libstagefright/foundation/tests/AVCUtils/ |
H A D | AVCUtilsTestEnvironment.h | 46 int c = getopt_long(argc, argv, "P:", options, &index); in initFromOptions()
|
/aosp12/frameworks/av/media/libstagefright/foundation/tests/OpusHeader/ |
H A D | OpusHeaderTestEnvironment.h | 46 int c = getopt_long(argc, argv, "P:", options, &index); in initFromOptions()
|
/aosp12/frameworks/av/media/libstagefright/id3/test/ |
H A D | ID3TestEnvironment.h | 46 int c = getopt_long(argc, argv, "P:", options, &index); in initFromOptions()
|
/aosp12/frameworks/av/media/libstagefright/mpeg2ts/test/ |
H A D | Mpeg2tsUnitTestEnvironment.h | 46 int c = getopt_long(argc, argv, "P:", options, &index); in initFromOptions()
|
/aosp12/frameworks/av/media/libstagefright/tests/ESDS/ |
H A D | ESDSTestEnvironment.h | 46 int c = getopt_long(argc, argv, "P:", options, &index); in initFromOptions()
|
/aosp12/frameworks/av/media/libstagefright/tests/HEVC/ |
H A D | HEVCUtilsTestEnvironment.h | 46 int c = getopt_long(argc, argv, "P:", options, &index); in initFromOptions()
|
/aosp12/frameworks/av/media/libstagefright/tests/extractorFactory/ |
H A D | ExtractorFactoryTestEnvironment.h | 46 int c = getopt_long(argc, argv, "P:", options, &index); in initFromOptions()
|
/aosp12/frameworks/av/media/libstagefright/tests/metadatautils/ |
H A D | MetaDataUtilsTestEnvironment.h | 46 int c = getopt_long(argc, argv, "P:", options, &index); in initFromOptions()
|
/aosp12/frameworks/av/media/libstagefright/timedtext/test/ |
H A D | TimedTextTestEnvironment.h | 46 int c = getopt_long(argc, argv, "P:", options, &index); in initFromOptions()
|
/aosp12/frameworks/av/media/libstagefright/xmlparser/test/ |
H A D | XMLParserTestEnvironment.h | 46 int c = getopt_long(argc, argv, "P:", options, &index); in initFromOptions()
|
/aosp12/frameworks/av/media/libstagefright/tests/writer/ |
H A D | WriterTestEnvironment.h | 51 int c = getopt_long(argc, argv, "P:C:", options, &index); in initFromOptions()
|
/aosp12/frameworks/av/media/tests/benchmark/tests/ |
H A D | BenchmarkTestEnvironment.h | 55 int c = getopt_long(argc, argv, "P:", options, &index); in initFromOptions()
|
/aosp12/system/libvintf/ |
H A D | assemble_vintf_main.cpp | 86 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 D | crash_trigger_test.c | 88 while ((g = getopt_long (argc, argv, "chd", long_options, NULL)) != -1) { in main()
|
/aosp12/system/core/trusty/utils/trusty-ut-ctrl/ |
H A D | ut-ctrl.c | 65 c = getopt_long(argc, argv, _sopts, _lopts, &oidx); in parse_options()
|