HomeSort by relevance Sort by last modified time
    Searched refs:open (Results 1126 - 1150 of 4741) sorted by null

<<41424344454647484950>>

  /external/chromium_org/tools/find_runtime_symbols/
prepare_symbol_info.py 46 with open(filename_err, 'r') as f:
145 with open(maps_path, mode='r') as f:
186 with open(binary_path, 'rb') as entry_f:
197 with open(os.path.join(output_dir_path, 'files.json'), 'w') as f:
  /external/chromium_org/tools/grit/grit/format/policy_templates/writers/
writer_unittest_common.py 45 with open(json_file_path, 'w') as f:
  /external/chromium_org/tools/
gypv8sh.py 43 with open(cxxoutfile, 'w') as f:
include_tracer.py 176 lines = open(resolved_filename).readlines()
  /external/chromium_org/tools/json_schema_compiler/
dart_generator_test.py 38 with open('%s.dart' % file_rel) as f:
json_schema.py 33 with open(filename, 'r') as handle:
  /external/chromium_org/tools/memory_watcher/scripts/
memprof.pl 45 open (LOGFILE, "$file") or die("could not open $file");
  /external/chromium_org/tools/site_compare/commands/
maskmaker.py 117 open(command["--list"], "r").readlines()[startline:endline]]
146 mask = Image.open(mask_filename)
173 baseline = Image.open(os.path.join(mask_scrape_dir, mask_scrapes[0]))
193 scrape = Image.open(mask_scrape_filename)
  /external/chromium_org/tools/telemetry/telemetry/core/platform/
posix_platform_backend.py 22 with open(path, 'r') as f:
  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
perf_profiler_unittest.py 22 perf_report_output = open(profile_file, 'r').read()
  /external/chromium_org/tools/telemetry/telemetry/page/actions/
media_action.py 24 with open(os.path.join(os.path.dirname(__file__), js_file_name)) as f:
pinch.py 16 with open(os.path.join(os.path.dirname(__file__), js_file)) as f:
tap.py 16 with open(os.path.join(os.path.dirname(__file__), js_file)) as f:
  /external/chromium_org/ui/events/ozone/evdev/
event_factory.cc 45 // loop on the first failure of open below is both cheaper and more
49 int fd = open(path.c_str(), O_RDONLY | O_NONBLOCK);
51 DLOG(ERROR) << "Cannot open '" << path << "': " << strerror(errno);
  /external/chromium_org/ui/ozone/
generate_ozone_platform_list.py 84 out = open(options.output_file, 'wb')
  /external/chromium_org/v8/tools/testrunner/local/
utils.py 46 with open(name) as f:
  /external/clang/utils/analyzer/
ubiviz 5 # This file is distributed under the University of Illinois Open Source
23 file = open(filename)
  /external/dnsmasq/contrib/dynamic-dnsmasq/
dynamic-dnsmasq.pl 67 open($fh, ">$recordfile") || die "Couldn't open recordfile \"$recordfile\": $!\n";
97 MultiHomed => 1) || die "Could not open listening socket: $!\n";
197 open(FILE, "+<$recordfile") || die "Couldn't open recordfile \"$recordfile\": $!\n";
224 open(PID,"<$dnsmasqpidfile") || die "Could not open PID file \"$dnsmasqpidfile\": $!\n";
239 if ( open(FILE,"</proc/$process/cmdline") ) {
  /external/droiddriver/src/com/google/android/droiddriver/util/
FileUtils.java 36 public static BufferedOutputStream open(String path) throws FileNotFoundException { method in class:FileUtils
  /external/e2fsprogs/contrib/
make-sparse.c 58 fd = open(argv[1], O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE, 0777);
  /external/e2fsprogs/e2fsck/
extend.c 55 fd = open(filename, O_RDWR);
  /external/e2fsprogs/lib/e2p/
fgetflags.c 75 fd = open (name, OPEN_FLAGS);
fsetflags.c 81 fd = open (name, OPEN_FLAGS);
  /external/e2fsprogs/misc/
partinfo.c 46 fd = open(argv[i], O_RDONLY);
49 fprintf(stderr, _("Cannot open %s: %s"),
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
StringArrayPropertyEditor.java 75 // open dialog
76 if (itemsDialog.open() == Window.OK) {

Completed in 795 milliseconds

<<41424344454647484950>>