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

<<71727374757677787980>>

  /external/chromium_org/chrome/tools/build/mac/
generate_localizer 136 file_fd = open(output_path, 'w')
  /external/chromium_org/chrome/tools/build/win/
sln_deps.py 31 sln = open(filename, "r")
33 sys.stderr.write("Unable to open " + filename + " for reading.\n")
  /external/chromium_org/content/public/browser/
download_item.h 146 // Open the file associated with this download. If the download is
275 // Open/Show State accessors ----------------------------------------------
277 // Returns true if it is OK to open a folder which this file is inside.
280 // Returns true if it is OK to open the download.
310 virtual void SetOpenWhenComplete(bool open) = 0;
  /external/chromium_org/media/audio/openbsd/
audio_manager_openbsd.cc 26 // Maximum number of output streams that can be open simultaneously.
43 if ((fd = open(file, O_RDONLY)) < 0)
  /external/chromium_org/media/tools/layout_tests/
layouttest_analyzer_runner.py 72 file_object = open(file_name, 'wb')
  /external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/
sdk_update_main.py 64 with open(path) as f:
93 with open(path, 'w') as f:
104 with open(path) as f:
134 with open(path, 'w') as f:
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
fuse.h 19 // or receive an fd; that is, operations to open/create a node, or operations
22 // This is filled with the flags passed to open()
38 // open() is called, and reused for subsequent calls on the same node.
95 // Called when O_CREAT is passed to open()
105 // Also called by open() to determine if the path is a directory or a regular
110 // Called when O_CREAT is passed to open(), but only if fuse_operations.create
113 // Called by open()
114 int (*open)(const char* path, struct fuse_file_info*); member in struct:fuse_operations
183 // Called by truncate(), as well as open() when O_TRUNC is passed.
kernel_wrap_glibc.cc 135 OP(open); \
230 int WRAP(open)(const char* pathname, int oflag, mode_t cmode, int* newfd) { function
367 CHECK_REAL(open);
368 return REAL(open)(pathname, oflag, cmode, newfd);
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
kernel_proxy_mock.h 52 MOCK_METHOD2(open, int(const char*, int));
  /external/chromium_org/remoting/tools/build/
remoting_localize.py 570 The file must exist, otherwise you get the Python exception from open().
572 for line in open(file_name, 'r').readlines():
581 The file must exist, otherwise you get the Python exception from open().
583 messages_file = io.open(file_name, encoding='utf-8-sig')
599 target = io.open(file_name, 'r')
611 io.open(file_name, 'w', encoding=encoding).write(contents)
  /external/chromium_org/remoting/tools/
me2me_virtual_host.py 90 settings_file = open(self.path, 'r')
106 settings_file = open(self.path, 'w')
228 with open(env_filename, "r") as env_file:
269 pulse_config = open(os.path.join(pulse_path, "daemon.conf"), "w")
275 pulse_script = open(os.path.join(pulse_path, "default.pa"), "w")
297 devnull = open(os.devnull, "rw")
414 stdin=open(os.devnull, "r"),
585 # Ensure write_pipe is closed on exec, otherwise it will be kept open by
681 log_fd = os.open(os.environ[LOG_FILE_ENV_VAR],
684 devnull_fd = os.open(os.devnull, os.O_RDONLY
    [all...]
  /external/chromium_org/sandbox/linux/seccomp-bpf/
bpf_tests.h 79 BPF_ASSERT((proc_fd = open("/proc", O_RDONLY | O_DIRECTORY)) >= 0);
  /external/chromium_org/sandbox/linux/suid/
linux_util.c 91 proc_pid_fd = open(buf, O_RDONLY | O_DIRECTORY);
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/unstable/
idl_validator.py 80 with open(extended_attributes_filename) as extended_attributes_file:
interface_dependency_resolver.py 163 with open(interface_dependencies_filename) as interface_dependencies_file:
  /external/chromium_org/third_party/WebKit/Source/build/scripts/
in_generator.py 70 with open(file_path, "w") as file_to_write:
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
CodeGeneratorInstrumentation.py 471 fin = open(input_path, "r")
481 fout = open(output_dir + "/" + f.header_name + ".h", "w")
492 fout = open(output_dir + "/" + "InstrumentingAgentsInl.h", "w")
496 fout = open(output_dir + "/InspectorInstrumentationImpl.cpp", "w")
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/
generate_devtools_grd.py 116 with open(parsed_args.output_filename, 'w') as output_file:
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocket.h 68 OPEN = 1,
101 DEFINE_ATTRIBUTE_EVENT_LISTENER(open);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
parse-malloc-history 64 open FILE, "<$fileName" or die "bad file: $fileName";
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
annotate.py 60 dest = open(dest_file, 'w')
  /external/chromium_org/third_party/android_platform/development/scripts/
stack 3 # Copyright (C) 2013 The Android Open Source Project
150 f = open(arguments[0], "r")
  /external/chromium_org/third_party/freetype/include/freetype/
ftstroke.h 325 * A boolean. If~1, the outline is treated as an open path instead
335 * If `opened' is~1, the outline is processed as an open path, and the
361 * open ::
362 * A boolean. If~1, the sub-path is treated as an open one.
374 FT_Bool open );
  /external/chromium_org/third_party/icu/source/i18n/unicode/
colldata.h 269 * of this, they are cached. When you call <code>CollData::open</code> it
297 static CollData *open(UCollator *collator, UErrorCode &status);
  /external/chromium_org/third_party/mesa/src/scons/
source_list.py 115 fp = open(filename)

Completed in 2007 milliseconds

<<71727374757677787980>>