HomeSort by relevance Sort by last modified time
    Searched defs:opt_name (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
mbo_getopt.h 16 const char * opt_name; member in struct:mbo_opt_struct
  /external/chromium_org/chrome/browser/extensions/api/file_system/
file_system_api_unittest.cc 158 std::string opt_name; local
162 opt_name = std::string("normal_path.txt");
163 FileSystemChooseEntryFunction::BuildSuggestion(&opt_name, &suggested_name,
170 opt_name = std::string("/a/bad/path");
171 FileSystemChooseEntryFunction::BuildSuggestion(&opt_name, &suggested_name,
180 opt_name = std::string("/");
181 FileSystemChooseEntryFunction::BuildSuggestion(&opt_name, &suggested_name,
  /external/clang/tools/c-index-test/
c-index-test.c 138 static int parse_remapped_files_with_opt(const char *opt_name,
145 int prefix_len = strlen(opt_name);
152 if (strncmp(argv[arg], opt_name, prefix_len))
176 "error: %sfrom:to argument is missing comma\n", opt_name);
245 char opt_name[32]; local
252 sprintf(opt_name, "-remap-file-%d=", try_idx);
253 ret = parse_remapped_files_with_opt(opt_name, argc, argv, start_arg,
    [all...]

Completed in 3575 milliseconds