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

<<919293949596979899100>>

  /external/chromium_org/chrome/test/functional/
perf.py 163 with open('/proc/%s/status' % pid) as proc_file:
315 with open(revision_num_file) as f:
328 with open(graphs_file) as f:
344 with open(graphs_file, 'w') as f:
352 with open(data_file) as f:
395 with open(data_file, 'w') as f:
399 with open(revision_num_file, 'w') as f:
506 with open(revision_num_file) as f:
518 with open(data_file) as f:
549 with open(data_file, 'w') as f
    [all...]
  /external/chromium_org/chrome_frame/cfinstall/src/stub/
cfinstall.js 78 // NOTE: @slightlyoff, I'm doing away with the window.open option here. Sites
105 this.prompt_.open(onSuccess, undefined);
  /external/chromium_org/chromeos/memory/
low_memory_listener.cc 115 file_descriptor_ = ::open(kLowMemFile, O_RDONLY);
119 PLOG(ERROR) << "Unable to open " << kLowMemFile;
  /external/chromium_org/content/test/gpu/gpu_tests/
webgl_conformance.py 134 with open(full_path, 'r') as f:
  /external/chromium_org/ipc/
file_descriptor_set_posix_unittest.cc 20 return open("/dev/null", O_RDONLY);
  /external/chromium_org/media/base/android/java/src/org/chromium/media/
AudioRecordInput.java 130 private boolean open() { method in class:AudioRecordInput
132 Log.e(TAG, "open() called twice without a close()");
205 Log.e(TAG, "start() called before open().");
234 // open() was not called.
  /external/chromium_org/media/base/android/
webaudio_media_codec_bridge.cc 65 // Open the file and unlink it, so that it will be actually removed
67 int fd = open(temporaryFile.c_str(), O_RDWR);
  /external/chromium_org/media/video/capture/linux/
video_capture_device_linux.cc 126 if ((fd = open(unique_id.c_str() , O_RDONLY)) < 0) {
127 // Failed to open this device.
153 if ((fd = open(device.id().c_str(), O_RDONLY)) < 0)
259 int fd = open(device_name.id().c_str(), O_RDONLY);
261 DVLOG(1) << "Cannot open device";
331 // Need to open camera with O_RDWR after Linux kernel 3.3.
332 if ((device_fd_ = open(device_name_.id().c_str(), O_RDWR)) < 0) {
333 SetErrorState("Failed to open V4L2 device driver.");
450 // We need to close and open the device if we want to change the settings
  /external/chromium_org/mojo/public/bindings/parse/
mojo_translate.py 142 tree = eval(open(sys.argv[1]).read())
  /external/chromium_org/native_client_sdk/src/build_tools/
nacl-mono-builder.py 69 tar_file = tarfile.open(os.path.join(MONO_BUILD_DIR, sdk_file))
  /external/chromium_org/native_client_sdk/src/tools/
create_html.py 148 with open(htmlfile, 'w') as outfile:
  /external/chromium_org/net/tools/flip_server/
loadtime_measurement.h 89 int fd = open(filename, 0, "r");
  /external/chromium_org/remoting/host/linux/
audio_pipe_reader.cc 64 pipe_fd_ = HANDLE_EINTR(open(
67 LOG(ERROR) << "Failed to open " << pipe_name.value();
  /external/chromium_org/remoting/webapp/
wcs_sandbox_container.js 211 xhr.open(method, url, true, user, password);
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/unstable/
code_generator_v8.py 135 with open(filename, 'w') as output_file:
  /external/chromium_org/third_party/WebKit/Source/build/scripts/
in_file.py 67 with open(os.path.abspath(path)) as in_file:
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
InspectorFrontendHostStub.js 143 window.open(url, "_blank");
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
svn-unapply 31 # "unpatch" script for WebKit Open Source Project, used to remove patches.
129 open(FILE, $file) or die "Can't open '$file': $!";
276 sysopen(CHANGELOG, $fullPath, O_RDONLY) or die "Failed to open $fullPath: $!";
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseSvnPropertyValue.pl 247 open($fileHandle, "<", \$testCase->{inputText});
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/data/rebaselineserver/
queue.js 150 xhr.open('POST',
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/
reflectionhandler.py 127 with codecs.open(file_path, "rb") as static_file:
  /external/chromium_org/third_party/icu/source/common/
ucnv_cnv.h 225 * When open() fails, then close() will be called, if present.
233 UConverterOpen open; member in struct:UConverterImpl
  /external/chromium_org/third_party/icu/source/i18n/
bms.cpp 31 return STATIC_CAST(UCD *, CollData::open(coll, *status));
  /external/chromium_org/third_party/icu/source/test/perf/DateFmtPerf/
DateFmtPerf.cpp 144 out.open(argv[2]);
  /external/chromium_org/third_party/icu/source/test/perf/strsrchperf/
strsrchperf.cpp 71 CollData *data = CollData::open(coll, status);

Completed in 1940 milliseconds

<<919293949596979899100>>