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

  /external/bison/src/
files.h 59 extern uniqstr current_file;
complain.c 60 pos += fprintf(stderr, "%s", current_file ? current_file : program_name);
parse-gram.y 110 boundary_set (&@$.start, current_file, 1, 1);
111 boundary_set (&@$.end, current_file, 1, 1);
317 size_t dir_length = strlen (current_file);
319 while (dir_length && current_file[dir_length - 1] != '/')
321 while (dir_length && current_file[dir_length - 1] == '/')
327 memcpy (skeleton_build, current_file, dir_length);
files.c 58 uniqstr current_file = NULL; variable
parse-gram.c     [all...]
getargs.c 753 current_file = grammar_file = uniqstr_new (argv[optind]);
conflicts.c 610 fprintf (stderr, "%s: ", current_file);
  /external/skia/tools/
parse_llvm_coverage.py 64 current_file = None
71 if current_file and current_file != not_checked_in:
72 files[current_file] = file_lines
74 current_file = match_filename or not_checked_in
77 if current_file != not_checked_in:
  /system/core/init/
init_parser.cpp 124 dirent* current_file; local
126 while ((current_file = readdir(config_dir.get()))) {
128 if (current_file->d_type == DT_REG) {
130 android::base::StringPrintf("%s/%s", path.c_str(), current_file->d_name);
  /external/v8/build/
write_build_date_header.py 108 with open(args.output_file, 'r') as current_file:
109 current_contents = current_file.read()
  /external/webrtc/tools/sslroots/
generate_sslroots.py 99 for current_file in files:
100 if current_file.startswith(_PREFIX):
102 length = len(current_file) - len(_EXTENSION)
103 label = current_file[prefix_length:length]
104 filtered_output, cert_size = _CreateCertSection(root_dir, current_file,
  /system/webservd/webservd/
log_manager_unittest.cc 133 base::FilePath current_file = temp_dir.path().Append("2015-02-26.log"); local
135 base::WriteFile(current_file, data.data(), data.size()));
152 ASSERT_TRUE(base::AppendToFile(current_file, data.data(), data.size()));
  /toolchain/binutils/binutils-2.25/gas/
listing.c 1034 print_source (file_info_type * current_file,
1043 if (current_file->linenum > list->hll_line
1059 the current_file->line_num value so that we redisplay
1066 if (cached_lines[i].file == current_file
1080 cache->file = current_file;
1083 rebuffer_line (current_file, cache->line, cache->buffer, width);
1091 if (!current_file->at_end)
1095 while (current_file->linenum < list->hll_line
1096 && !current_file->at_end)
1101 cache->file = current_file;
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/
zone.py 541 @ivar current_file: the file object of the $INCLUDed file being parsed
561 self.current_file = None
655 if not self.current_file is None:
656 self.current_file.close()
661 self.current_file,
700 self.current_file,
702 self.current_file = file(filename, 'r')
703 self.tok = dns.tokenizer.Tokenizer(self.current_file,
  /toolchain/binutils/binutils-2.25/binutils/
debug.c 46 struct debug_file *current_file; member in struct:debug_handle
646 || info->current_file == NULL)
655 nsp = &info->current_file->globals;
695 info->current_file = nfile;
736 info->current_file = f;
746 for (pf = &info->current_file->next;
752 info->current_file = f;
805 &info->current_file->globals,
971 if (l != NULL && l->file == info->current_file)
995 l->file = info->current_file;
    [all...]
  /external/toybox/kconfig/
menu.c 16 struct file *current_file; variable in typeref:struct:file
52 menu->file = current_file;
expr.h 154 extern struct file *current_file;
symbol.c 840 prop->file = current_file;
zconf.tab.c_shipped     [all...]
  /frameworks/base/tools/apilint/
apilint.py     [all...]
  /external/jemalloc/bin/
jeprof.in     [all...]

Completed in 528 milliseconds