HomeSort by relevance Sort by last modified time
    Searched refs:open (Results 76 - 100 of 5433) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/tools/gyp/test/library/
gyptest-shared-obj-install-path.py 31 with open(makefile_path) as makefile:
37 with open(makefile_path, 'w') as makefile:
  /external/libcxx/test/input.output/file.streams/fstreams/ifstream.members/
close.pass.cpp 5 // This file is dual licensed under the MIT and the University of Illinois Open
25 fs.open("test.dat");
33 fs.open("test.dat");
  /external/llvm/utils/
DSAclean.py 17 input = open(sys.argv[1], 'r')
18 output = open(sys.argv[2], 'w')
  /external/pcre/dist/
Detrail 11 open(IN, "$file") || die "Can't open $file for input";
24 open(OUT, ">$file") || die "Can't open $file for output";
  /external/qemu/distrib/sdl-1.2.15/src/main/macos/exports/
gendef.pl 8 if ( ! defined(open(FILE, $file)) ) {
9 warn "Couldn't open $file: $!\n";
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ifstream.members/
close.pass.cpp 5 // This file is dual licensed under the MIT and the University of Illinois Open
25 fs.open("test.dat");
33 fs.open("test.dat");
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
icopen.py 13 This patch causes files created by Python's open(filename, 'w') command (and
45 _builtin_open = globals().get('_builtin_open', __builtin__.open)
61 __builtin__.open = _open_with_typer
64 open('test.py')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bufio.py 16 # Write s + "\n" + s to file, then open it and ensure that successive
19 # Ensure we can open TESTFN for writing.
24 f = self.open(support.TESTFN, "wb")
31 f = open(support.TESTFN, "rb")
66 open = io.open variable in class:CBufferSizeTest
69 open = staticmethod(pyio.open) variable in class:PyBufferSizeTest
72 open = open variable in class:BuiltinBufferSizeTest
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bufio.py 16 # Write s + "\n" + s to file, then open it and ensure that successive
19 # Ensure we can open TESTFN for writing.
24 f = self.open(support.TESTFN, "wb")
31 f = open(support.TESTFN, "rb")
66 open = io.open variable in class:CBufferSizeTest
69 open = staticmethod(pyio.open) variable in class:PyBufferSizeTest
72 open = open variable in class:BuiltinBufferSizeTest
    [all...]
  /external/chromium_org/third_party/cython/src/pyximport/test/
test_pyximport.py 28 open(filename, "w").write("print 'Hello world from the Pyrex install hook'")
33 depend_file = open(depend_filename, "w")
38 build_file = open(build_filename, "w")
46 open(os.path.join(tempdir, "foo.bar"), "w").write(" ")
47 open(os.path.join(tempdir, "1.txt"), "w").write(" ")
48 open(os.path.join(tempdir, "abc.txt"), "w").write(" ")
54 open(os.path.join(tempdir, "abc.txt"), "w").write(" ")
  /hardware/intel/img/libdrm/tests/
gem_flink.c 44 struct drm_gem_open open; local
47 printf("Testing flink and open.\n");
58 open.name = flink.name;
59 ret = ioctl(fd, DRM_IOCTL_GEM_OPEN, &open);
61 assert(open.handle != 0);
105 struct drm_gem_open open; local
108 printf("Testing error return on bad open ioctl.\n");
110 open.name = 0x10101010;
111 ret = ioctl(fd, DRM_IOCTL_GEM_OPEN, &open);
122 fprintf(stderr, "failed to open intel drm device, skipping\n")
    [all...]
  /libcore/luni/src/test/java/libcore/java/nio/channels/
SelectorTest.java 2 * Copyright (C) 2010 The Android Open Source Project
37 Selector selector = Selector.open();
38 ServerSocketChannel ssc = ServerSocketChannel.open();
43 SocketChannel sc = SocketChannel.open();
58 Selector selector = Selector.open();
61 SocketChannel sc = SocketChannel.open();
79 Selector selector = Selector.open();
95 Selector selector = Selector.open();
110 final Selector selector = Selector.open();
143 Selector selector = Selector.open();
    [all...]
  /external/chromium_org/third_party/simplejson/
tool.py 21 infile = open(sys.argv[1], 'rb')
24 infile = open(sys.argv[1], 'rb')
25 outfile = open(sys.argv[2], 'wb')
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
InputPort.java 2 * Copyright (C) 2011 The Android Open Source Project
42 public void open() { method in class:InputPort
43 super.open();
45 mSourcePort.open();
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
PipeTest.java 34 * @tests java.nio.channels.Pipe#open()
37 Pipe pipe = Pipe.open();
45 Pipe pipe = Pipe.open();
54 Pipe pipe = Pipe.open();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
tool.py 21 infile = open(sys.argv[1], 'rb')
24 infile = open(sys.argv[1], 'rb')
25 outfile = open(sys.argv[2], 'wb')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
tool.py 21 infile = open(sys.argv[1], 'rb')
24 infile = open(sys.argv[1], 'rb')
25 outfile = open(sys.argv[2], 'wb')
  /packages/experimental/SELinux/CTS/src/
example_input_policy.conf 333 open
344 open
351 open
362 open
369 open
377 open
385 open
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/core/platform/
linux_based_platform_backend_unittest.py 35 with open(os.path.join(util.GetUnittestDataDir(), 'stat')) as f:
37 with open(os.path.join(util.GetUnittestDataDir(), 'status')) as f:
39 with open(os.path.join(util.GetUnittestDataDir(), 'smaps')) as f:
54 with open(os.path.join(util.GetUnittestDataDir(), 'stat')) as f:
56 with open(os.path.join(util.GetUnittestDataDir(), 'status_nohwm')) as f:
58 with open(os.path.join(util.GetUnittestDataDir(), 'smaps')) as f:
  /external/strace/linux/sparc/
gen.pl 0 open SPARC, "syscallent.h" || die "no puedo abrir el de la sparc";
2 open ALPHA, "../alpha/syscallent.h" || die "no puedo abrir el de la alpha";
3 open PC, "../i386/syscallent.h" || die "no puedo abrir PC\n";
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
whichdb.py 2 """Guess which db package to use to open a db file."""
18 """Guess which db package to use to open a db file.
32 f = open(filename + os.extsep + "pag", "rb")
36 f = open(filename + os.extsep + "dir", "rb")
43 f = open(filename + os.extsep + "db", "rb")
45 # guarantee we can actually open the file using dbm
49 d = dbm.open(filename)
63 f = open(filename + os.extsep + "dir", "rb")
74 f = open(filename, "rb")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
whichdb.py 2 """Guess which db package to use to open a db file."""
18 """Guess which db package to use to open a db file.
32 f = open(filename + os.extsep + "pag", "rb")
36 f = open(filename + os.extsep + "dir", "rb")
43 f = open(filename + os.extsep + "db", "rb")
45 # guarantee we can actually open the file using dbm
49 d = dbm.open(filename)
63 f = open(filename + os.extsep + "dir", "rb")
74 f = open(filename, "rb")
  /external/apache-http/src/org/apache/http/impl/
SocketHttpClientConnection.java 65 private volatile boolean open; field in class:SocketHttpClientConnection
73 if (this.open) {
74 throw new IllegalStateException("Connection is already open");
79 if (!this.open) {
80 throw new IllegalStateException("Connection is not open");
116 this.open = true;
120 return this.open;
185 this.open = false;
193 if (!this.open) {
196 this.open = false
    [all...]
SocketHttpServerConnection.java 65 private volatile boolean open; field in class:SocketHttpServerConnection
73 if (this.open) {
74 throw new IllegalStateException("Connection is already open");
79 if (!this.open) {
80 throw new IllegalStateException("Connection is not open");
114 this.open = true;
122 return this.open;
183 this.open = false;
191 if (!this.open) {
194 this.open = false
    [all...]
  /external/chromium_org/build/toolchain/mac/
setup_toolchain.py 12 with open(source_path) as source_file:
18 with open(out_path, 'w') as tool_file:

Completed in 3656 milliseconds

1 2 34 5 6 7 8 91011>>