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

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/policy/proto/
PRESUBMIT.py 34 with open(path_a, 'r') as f_a:
36 with open(path_b, 'r') as f_b:
  /external/chromium_org/chrome/test/chromedriver/
cpp_source.py 48 with open(os.path.join(output_dir, base_name + '.h'), 'w') as f:
73 with open(os.path.join(output_dir, base_name + '.cc'), 'w') as f:
  /external/chromium_org/chrome/tools/test/
generate_mime_tests.pl 216 open OUT, "> $infile" or die "Failed to open file $infile";
269 open OUT, "> $infile" or die "Failed to open file $infile";
  /external/chromium_org/components/policy/proto/
PRESUBMIT.py 34 with open(path_a, 'r') as f_a:
36 with open(path_b, 'r') as f_b:
  /external/chromium_org/gpu/gles2_conform_support/
generate_gles2_conform_tests.py 14 file = open(filename, "r")
55 file = open(os.path.join(dir, 'gles2_conform_test_autogen.cc'), 'wb')
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
QuotesData.cpp 27 PassRefPtr<QuotesData> QuotesData::create(String open, String close)
30 data->addPair(std::make_pair(open, close));
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/
generate_devtools_html.py 72 inspector_html = open(inspector_html_name, 'r')
73 devtools_html = open(devtools_html_name, 'w')
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBKeyRange.h 69 static PassRefPtr<IDBKeyRange> lowerBound(ExecutionContext*, const ScriptValue& bound, bool open, ExceptionState&);
70 static PassRefPtr<IDBKeyRange> upperBound(ExecutionContext*, const ScriptValue& bound, bool open, ExceptionState&);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
check-for-weak-vtables-and-externals 29 # "check-for-weak-vtables-and-externals" script for WebKit Open Source Project
60 if (!open NM, "(nm -m '$executablePath' | c++filt | sed 's/^/STDOUT:/') 2>&1 |") {
61 print "ERROR: Could not open $executablePath\n";
118 open(TOUCH, ">", $path) or die "$!";
do-file-rename 101 open FILE, $file or die;
112 open FILE, ">", $file or die;
export-w3c-performance-wg-tests 74 with open(os.path.join(source_directory, root, filename), 'r') as in_file:
75 with open(os.path.join(destination_directory, root, filename), 'w') as out_file:
import-w3c-performance-wg-tests 80 with open(os.path.join(source_directory, root, filename), 'r') as in_file:
81 with open(os.path.join(destination_directory, root, filename), 'w') as out_file:
split-file-by-class 44 open(OLDFILE, "<", $filename) or die "File does not exist: $filename\n";
94 open(NEWHEADER, ">", "$classname.h") or die "File does not exist: $filename\n";
109 open(OLDCPP, "<", "$classname.cpp.original") or die "Failed to copy file for reading: $filename\n";
110 open(NEWCPP, ">", "$classname.cpp") or die "File does not exist: $filename\n";
158 system("open " . join(".* ", keys(%classDefs)) . ".*");
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
zip_mock.py 43 def open(self, filename): member in class:MockZip
51 contents = self.open(filename).contents()
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/
prettify.rb 26 File.open(ARGV[0]) { |file| patch_data = file.read }
  /external/chromium_org/third_party/lcov/contrib/galaxy/
posterize.pl 71 open POSTER, ">$filename";
  /external/chromium_org/third_party/mesa/src/src/glsl/tests/
compare_ir 40 with open(sys.argv[1]) as f:
42 with open(sys.argv[2]) as f:
  /external/chromium_org/third_party/openssl/openssl/apps/
CA.pl.in 95 open OUT, ">${CATOP}/index.txt";
97 open OUT, ">${CATOP}/crlnumber";
176 open IN, $infile;
177 open OUT, ">$outfile";
  /external/chromium_org/tools/android/
remove_strings.py 20 with open(grd_path, 'r') as f:
25 with open(grd_path, 'w') as f:
  /external/chromium_org/tools/win/split_link/
graph_dependencies.py 50 with open(os.path.join(BASE_DIR, 'viz.js', 'viz.js')) as f:
52 with open(sys.argv[1], 'w') as f:
  /external/clang/utils/analyzer/
SATestAdd.py 49 PMapFile = open(ProjectMapPath, "r+b")
52 PMapFile = open(ProjectMapPath, "w+b")
reducer.pl 21 open(OUT, ">$scriptFile") or die "$prog: cannot create '$scriptFile'\n";
41 open(IN, "$reduceOut") or exit(\$BAD);
  /external/compiler-rt/BlocksRuntime/tests/
testfilerunner.h 4 // This file is distributed under the University of Illinois Open Source
91 bool open; // this problem is still open - e.g. unresolved variable
99 @property bool hasObjC, hasRR, hasGC, hasCPlusPlus, wantsC99, supposedToNotCompile, open, wants32, wants64; variable
  /external/eigen/bench/spbench/
spbenchsolver.cpp 51 statbuf.open(statFile.c_str(), std::ios::out);
58 std::cerr << "Unable to open the provided file for writting... \n";
81 statbuf.open(statFile.c_str(), std::ios::app);
  /external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/
ClassLoaderResourceLoader.java 44 * loader.open("my-template.cs");
45 * loader.open("subdir/my-template.cs");
66 public Reader open(String name) throws IOException { method in class:ClassLoaderResourceLoader
74 Reader reader = open(name);

Completed in 942 milliseconds

<<11121314151617181920>>