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

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/base/test/
test_file_util_linux.cc 18 ScopedFD fd(open(file.value().c_str(), O_RDONLY));
  /external/chromium_org/chrome/tools/build/
make_version_cc.py 30 output = open(cc_file, 'w')
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBKeyRange.idl 35 [CallWith=ExecutionContext, RaisesException] static IDBKeyRange lowerBound(any bound, optional boolean open = false);
36 [CallWith=ExecutionContext, RaisesException] static IDBKeyRange upperBound(any bound, optional boolean open = false);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
read-checksum-from-png 38 with open(filename, 'r') as filehandle:
  /external/chromium_org/tools/gyp/test/compiler-override/
gyptest-compiler-global-settings.py 32 s = Template(open(gypfile + '.in').read())
33 output = open(gypfile, 'w')
48 s = Template(open(gypfile + '.in').read())
49 output = open(gypfile, 'w')
  /external/chromium_org/tools/gyp/test/relative/
gyptest-default.py 19 sln_data = open(sln, 'rb').read()
  /external/chromium_org/tools/gyp/test/win/vs-macros/
as.py 15 f = open(options.output, 'w')
  /external/chromium_org/tools/memory_inspector/
start_web_ui 16 webbrowser.open('http://localhost:%d' % HTTP_PORT)
  /external/chromium_org/v8/tools/testrunner/server/
signatures.py 35 with open(filename, "rb") as f:
45 with open(signature_file) as f:
51 with open(filename, "wb") as f:
54 with open(signature_file, "wb") as f:
  /external/clang/utils/TestUtils/
deep-stack.py 13 f = open('t.c','w')
  /external/guava/guava-tests/test/com/google/common/io/
CheckCloseSupplier.java 38 private final Set<Callback> open = Sets.newHashSet(); field in class:CheckCloseSupplier
68 open.remove(this);
74 open.add(callback);
82 * {@code Closeable} is not longer open.
91 return open.isEmpty();
  /external/libcxx/test/input.output/file.streams/fstreams/filebuf.members/
open_pointer.pass.cpp 5 // This file is dual licensed under the MIT and the University of Illinois Open
12 // basic_filebuf<charT,traits>* open(const char* s, ios_base::openmode mode);
23 assert(f.open(temp.c_str(), std::ios_base::out) != 0);
29 assert(f.open(temp.c_str(), std::ios_base::in) != 0);
38 assert(f.open(temp.c_str(), std::ios_base::out) != 0);
44 assert(f.open(temp.c_str(), std::ios_base::in) != 0);
  /external/lldb/test/functionalities/single-quote-in-filename-to-lldb/
TestSingleQuoteInFilename.py 40 with open('child_send.txt', 'w') as f_send:
41 with open('child_read.txt', 'w') as f_read:
56 with open('child_send.txt', 'r') as fs:
60 with open('child_read.txt', 'r') as fr:
  /external/strace/
git-set-file-times 14 open FH, 'git ls-files -z|' or die $!;
22 open FH, "git log -r --name-only --no-color --pretty=raw -z @ARGV |" or die $!;
  /external/valgrind/main/memcheck/tests/
erringfds.c 12 fd = open("foo/bar/xyzzy", O_RDONLY); /* fails */
fwrite.c 8 int fd = open("/dev/null", O_WRONLY);
10 fprintf(stderr, "open failed\n");
mmaptest.c 12 fd = open("dir", O_RDONLY);
  /frameworks/av/media/img_utils/include/img_utils/
Input.h 2 * Copyright 2014 The Android Open Source Project
35 * Open this Input.
39 virtual status_t open();
60 * Close the Input. It is not valid to call open on a previously closed Input.
Output.h 2 * Copyright 2014 The Android Open Source Project
35 * Open this Output.
39 virtual status_t open();
51 * Close this Output. It is not valid to call open on a previously closed Output.
  /hardware/libhardware_legacy/qemu_tracing/
qemu_tracing.c 2 * Copyright (C) 2008 The Android Open Source Project
42 int fd = open(SYS_QEMU_TRACE_STATE, O_WRONLY);
52 int fd = open(SYS_QEMU_TRACE_STATE, O_WRONLY);
66 int fd = open(SYS_QEMU_TRACE_SYMBOL, O_WRONLY);
79 int fd = open(SYS_QEMU_TRACE_SYMBOL, O_WRONLY);
  /libcore/luni/src/test/java/libcore/java/nio/channels/
PipeTest.java 2 * Copyright (C) 2010 The Android Open Source Project
24 Pipe p = Pipe.open();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.members/
open_pointer.pass.cpp 5 // This file is dual licensed under the MIT and the University of Illinois Open
12 // basic_filebuf<charT,traits>* open(const char* s, ios_base::openmode mode);
23 assert(f.open(temp.c_str(), std::ios_base::out) != 0);
29 assert(f.open(temp.c_str(), std::ios_base::in) != 0);
38 assert(f.open(temp.c_str(), std::ios_base::out) != 0);
44 assert(f.open(temp.c_str(), std::ios_base::in) != 0);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
dbhash.py 13 __all__ = ["error","open"]
17 def open(file, flag = 'r', mode=0666): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
dbhash.py 13 __all__ = ["error","open"]
17 def open(file, flag = 'r', mode=0666): function
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gdbm.py 20 self.g = gdbm.open(filename, 'c')
35 # Try to open a non-existent database.
37 self.assertRaises(gdbm.error, gdbm.open, filename, 'r')
39 self.g = gdbm.open(filename, 'c')
42 # try pass an invalid open flag
43 self.assertRaises(gdbm.error, lambda: gdbm.open(filename, 'rx').close())
46 # Test the flag parameter open() by trying all supported flag modes.
51 self.g = gdbm.open(filename, mode)
58 self.g = gdbm.open(filename, mode + flag)
62 self.g = gdbm.open(filename, 'c'
    [all...]

Completed in 442 milliseconds

1 2 3 4 56 7 8 91011>>