HomeSort by relevance Sort by last modified time
    Searched refs:open (Results 976 - 1000 of 4686) sorted by null

<<31323334353637383940>>

  /external/chromium_org/third_party/freetype/include/freetype/internal/
pshints.h 89 * - Open a new hint recording session by calling the `open' method.
323 * open ::
324 * The function to open a recording session.
345 T1_Hints_OpenFunc open; member in struct:T1_Hints_FuncsRec_
376 * - Open a new hint recording session by calling the `open' method.
637 * open ::
638 * The function to open a recording session.
659 T2_Hints_OpenFunc open; member in struct:T2_Hints_FuncsRec_
    [all...]
  /external/chromium_org/third_party/lcov/contrib/galaxy/
conglomerate_functions.pl 179 open (INFILE, "$Filename") or die ("Could not read $Filename: $!");
190 open (OUTFILE, ">$Filename")
  /external/chromium_org/third_party/lcov-1.9/contrib/galaxy/
conglomerate_functions.pl 179 open (INFILE, "$Filename") or die ("Could not read $Filename: $!");
190 open (OUTFILE, ">$Filename")
  /external/chromium_org/third_party/npapi/npspy/
analyze_streams.py 8 file = open(filename, flags)
16 file = open(filename, 'w')
  /external/chromium_org/third_party/re2/benchlog/
mktable 40 open(JGR, ">$base.jgr") || die "open >$base.jgr: $!";
124 open(F, "benchlog.$sys") || die "open benchlog.$sys: $!";
  /external/chromium_org/tools/checkdeps/
java_checker.py 68 with codecs.open(filepath, encoding='utf-8') as f:
88 with codecs.open(filepath, encoding='utf-8') as f:
  /external/chromium_org/tools/export_tarball/
export_v8_tarball.py 41 with open(os.path.join(v8_directory, 'src', 'version.cc')) as version_file:
98 archive = MyTarFile.open(output_fullname, 'w:bz2')
  /external/chromium_org/tools/generate_library_loader/
generate_library_loader.py 241 header_file = open(os.path.join(source_tree_root, options.output_h), 'w')
247 impl_file = open(os.path.join(source_tree_root, options.output_cc), 'w')
  /external/chromium_org/tools/grit/grit/tool/
menu_from_parts.py 52 with open(xtb_file) as f:
77 with util.WrapOutputStream(open(output_file, 'w')) as f:
  /external/chromium_org/tools/gyp/pylib/gyp/
easy_xml.py 121 f = open(path, 'r')
129 f = open(path, 'w')
  /external/chromium_org/tools/
ipc_messages_log.py 55 ipc_message_lines = _ReadLines(open(ipc_message_file))
139 _ReadHeaderFile(open(header_file),
162 _ProcessLog(open(log_file), msg_map)
safely-roll-blink.py 32 content = open(path).read()
41 open(path, 'w').write(new_content)
  /external/chromium_org/tools/site_compare/commands/
timeload.py 117 open(command["--list"], "r").readlines()[startline:endline]]
119 log_file = open(command["--logfile"], "w")
  /external/chromium_org/tools/telemetry/telemetry/page/
page_measurement.py 80 open(output_file, 'a').close() # Create file if it doesn't exist.
81 output_stream = open(output_file, 'r+')
  /external/chromium_org/tools/usb_ids/
usb_ids.py 19 input_file = open(input_path, "r")
108 output_file = open(opts.output, "w+")
  /external/clang/tools/scan-build/
ccc-analyzer 5 # This file is distributed under the University of Illinois Open Source
118 open (OUT, ">", "$PPFile.info.txt") or die "Cannot open $PPFile.info.txt\n";
141 open(STDOUT,">&", \*TO_PARENT);
142 open(STDERR,">&", \*TO_PARENT);
243 open(STDOUT,">&", \*TO_PARENT);
244 open(STDERR,">&", \*TO_PARENT);
278 if (open(CHILD, $ofile)) {
310 open(AFILE, ">$afile");
596 open(IN, $ARGV[$i+1])
    [all...]
  /external/dropbear/libtommath/
booker.pl 9 #This preprocessor will then open "file" and insert it as a verbatim copy.
20 open(IN,"<tommath.src") or die "Can't open source file";
21 open(OUT,">tommath.tex") or die "Can't open destination file";
52 open(IN,"<tommath.src") or die "Can't open source file";
71 open(SRC,"<$m[1]") or die "Error:$srcline:Can't open source file $m[1]";
  /external/e2fsprogs/tests/progs/
random_exercise.c 4 * directory, while holding some files open while they are being
83 fd = open(template, O_RDONLY, 0600);
88 fd = open(template, O_CREAT|O_RDWR, 0600);
  /external/freetype/include/freetype/internal/
pshints.h 89 * - Open a new hint recording session by calling the `open' method.
323 * open ::
324 * The function to open a recording session.
345 T1_Hints_OpenFunc open; member in struct:T1_Hints_FuncsRec_
376 * - Open a new hint recording session by calling the `open' method.
637 * open ::
638 * The function to open a recording session.
659 T2_Hints_OpenFunc open; member in struct:T2_Hints_FuncsRec_
    [all...]
  /external/libmtp/examples/
albumart.c 108 if ( (fd = open(path, O_RDONLY|O_BINARY) == -1) ) {
110 if ( (fd = open(path, O_RDONLY)) == -1) {
112 printf("Couldn't open image file %s (%s)\n",path,strerror(errno));
  /external/libvorbis/vq/
make_residue_books.pl 18 die "Could not open $ARGV[0]: $!" unless open (F,$ARGV[0]);
117 die "Couldn't open temp file $globalname$name.vql: $!" unless
118 open(G,">$globalname$name.vql");
  /external/linux-tools-perf/util/
debugfs.c 65 die("Can't open /proc/mounts for read");
186 /* open the debugfs entry */
187 fd = open(path, O_RDWR);
228 /* open the debugfs entry */
229 fd = open(path, O_RDONLY);
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
toplevel.ml 5 open Llvm
  /external/llvm/utils/
GenLibDeps.pl 67 # Open the directory and read its contents, sorting by name and differentiating
110 open DEFS, "$nmPath -sg $Directory/$lib|";
151 open UDEFS, "$nmPath -Aup $Directory/$lib|";
167 open DEFS, "$nmPath -g $Directory/$lib|";
181 open DEFS, "$nmPath -g $Directory/$obj |";
205 open UNDEFS,
231 open UNDEFS, "$nmPath -u $Directory/$lib |";
313 open DOT, "| $DotPath -Tgif > libdeps.gif";
354 open DOT, "| $DotPath -Tgif > objdeps.gif";
  /external/open-vcdiff/testdata/
configure.ac.v0.1 7 AC_INIT(open-vcdiff, 0.1, opensource@google.com)

Completed in 1487 milliseconds

<<31323334353637383940>>