/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/test/BlocksRuntime/ |
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/deqp/framework/delibs/scripts/ |
update-copyright-year.py | 29 file = open(filename, "rb") 33 file = open(filename, "wb")
|
/external/deqp/scripts/build/ |
common.py | 36 f = open(filename, 'rb') 42 f = open(filename, 'wb')
|
/external/eigen/bench/spbench/ |
spbenchsolver.cpp | 50 statbuf.open(statFile.c_str(), std::ios::out); 57 std::cerr << "Unable to open the provided file for writting... \n"; 78 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);
|
ClassResourceLoader.java | 39 * loader.open("my-template.cs"); 40 * loader.open("subdir/my-template.cs"); 45 * loader.open("my-template.cs"); 71 public Reader open(String name) throws IOException { method in class:ClassResourceLoader 78 Reader reader = open(name);
|
FileSystemResourceLoader.java | 45 public Reader open(String name) throws IOException { method in class:FileSystemResourceLoader 58 Reader reader = open(name);
|
InMemoryResourceLoader.java | 40 public Reader open(String name) throws IOException { method in class:InMemoryResourceLoader 47 Reader reader = open(name);
|
/external/libcxx/test/input.output/file.streams/fstreams/filebuf.assign/ |
member_swap.pass.cpp | 5 // This file is dual licensed under the MIT and the University of Illinois Open 26 assert(f.open(temp.c_str(), std::ios_base::out | std::ios_base::in 41 assert(f.open(temp.c_str(), std::ios_base::out | std::ios_base::in
|
move_assign.pass.cpp | 5 // This file is dual licensed under the MIT and the University of Illinois Open 27 assert(f.open(temp.c_str(), std::ios_base::out | std::ios_base::in 42 assert(f.open(temp.c_str(), std::ios_base::out | std::ios_base::in
|
nonmember_swap.pass.cpp | 5 // This file is dual licensed under the MIT and the University of Illinois Open 28 assert(f.open(temp.c_str(), std::ios_base::out | std::ios_base::in 43 assert(f.open(temp.c_str(), std::ios_base::out | std::ios_base::in
|
/external/libcxx/test/input.output/file.streams/fstreams/filebuf.cons/ |
move.pass.cpp | 5 // This file is dual licensed under the MIT and the University of Illinois Open 27 assert(f.open(temp.c_str(), std::ios_base::out | std::ios_base::in 41 assert(f.open(temp.c_str(), std::ios_base::out | std::ios_base::in
|
/external/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/ |
pbackfail.pass.cpp | 5 // This file is dual licensed under the MIT and the University of Illinois Open 40 assert(f.open("underflow.dat", std::ios_base::in) != 0); 48 assert(f.open("underflow.dat", std::ios_base::in | std::ios_base::out) != 0);
|
/external/libvpx/libvpx/tools/ |
intersect-diffs.py | 53 old_hunks = [x for x in diff.ParseDiffHunks(open(sys.argv[1], "r"))] 54 new_hunks = [x for x in diff.ParseDiffHunks(open(sys.argv[2], "r"))]
|
/external/mesa3d/src/glsl/tests/ |
compare_ir | 40 with open(sys.argv[1]) as f: 42 with open(sys.argv[2]) as f:
|
/external/okhttp/android/main/java/com/squareup/okhttp/ |
HttpHandler.java | 33 return newOkHttpClient(null /* proxy */).open(url); 40 return newOkHttpClient(proxy).open(url);
|
/external/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/qemu/distrib/libsparse/src/ |
img2simg.c | 2 * Copyright (C) 2012 The Android Open Source Project 72 in = open(argv[1], O_RDONLY | O_BINARY); 74 fprintf(stderr, "Cannot open input file %s\n", argv[1]); 82 out = open(argv[2], O_WRONLY | O_CREAT | O_TRUNC | O_BINARY, 0664); 84 fprintf(stderr, "Cannot open output file %s\n", argv[2]);
|
simg2img.c | 2 * Copyright (C) 2010 The Android Open Source Project 51 out = open(argv[argc - 1], O_WRONLY | O_CREAT | O_TRUNC | O_BINARY, 0664); 53 fprintf(stderr, "Cannot open output file %s\n", argv[argc - 1]); 61 in = open(argv[i], O_RDONLY | O_BINARY); 63 fprintf(stderr, "Cannot open input file %s\n", argv[i]);
|
/external/qemu/distrib/sdl-1.2.15/Xcode/SDL/pkg-support/devel-resources/ |
install.sh | 75 # open up the README file 76 sudo -u $USER open ~/"Readme SDL Developer.txt"
|
/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/ |
SDL_ataridevmouse.c | 61 handle = open(mousedev, 0); 66 handle = open(DEVICE_NAME, 0);
|
/external/skia/gm/ |
gm_json.py | 179 file_contents = open(file_path, 'r').read() 188 with io.open(file_path, mode='w', newline='', encoding='utf-8') as outfile:
|