HomeSort by relevance Sort by last modified time
    Searched refs:no_options (Results 1 - 4 of 4) sorted by null

  /external/syslinux/gpxe/src/include/
getopt.h 72 static const struct option no_options[] = { local
75 return getopt_long ( argc, argv, optstring, no_options, NULL );
  /system/extras/simpleperf/
cmd_list_test.cpp 31 TEST_F(ListCommandTest, no_options) {
cmd_stat_test.cpp 35 TEST(stat_cmd, no_options) { ASSERT_TRUE(StatCmd()->Run({"sleep", "1"})); }
cmd_record_test.cpp 60 TEST(record_cmd, no_options) { ASSERT_TRUE(RunRecordCmd({})); }

Completed in 87 milliseconds