HomeSort by relevance Sort by last modified time
    Searched refs:Open (Results 251 - 275 of 4029) sorted by null

<<11121314151617181920>>

  /external/chromium_org/media/audio/
virtual_audio_output_stream.h 40 virtual bool Open() OVERRIDE;
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/devfs/
dev_fs.h 18 virtual Error Open(const Path& path, int open_flags, ScopedNode* out_node);
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/memfs/
mem_fs.h 33 virtual Error Open(const Path& path, int mode, ScopedNode* out_node);
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
mock_fs.h 27 MOCK_METHOD3(Open, Error(const Path&, int, ScopedNode*));
  /external/chromium_org/net/base/
file_stream.h 41 // Call this method to open the FileStream asynchronously. The remaining
47 // Open() was called, with the result code. open_flags is a bitfield of
54 virtual int Open(const base::FilePath& path, int open_flags,
63 // Returns true if Open succeeded and Close has not been called.
  /external/chromium_org/ppapi/c/dev/
ppb_video_capture_dev.h 40 * 3- Open a video capture device. In addition to a device reference (0 can be
123 int32_t (*Open)(PP_Resource video_capture,
154 * not valid to call |Open()| again after a call to this method.
155 * If a video capture resource is destroyed while a device is still open, then
  /external/chromium_org/ppapi/c/
ppb_url_loader.h 39 * -# Call Open() with the <code>URLRequestInfo</code> as an argument.
40 * -# When Open() completes, call GetResponseInfo() to examine the response
77 * Open() begins loading the <code>URLRequestInfo</code>. The operation
86 * asynchronous completion of Open(). This callback will run when response
88 * will only run if Open() returns <code>PP_OK_COMPLETIONPENDING</code>.
92 int32_t (*Open)(PP_Resource loader,
96 * FollowRedirect() can be invoked to follow a redirect after Open()
113 * meaningful after Open() has been called). Progress only refers to the
117 * to Open() had the <code>PP_URLREQUESTPROPERTY_REPORTUPLOADPROGRESS</code>
133 * meaningful after Open() has been called. Progress only refers to th
    [all...]
  /external/chromium_org/ppapi/proxy/
video_source_resource.h 39 virtual int32_t Open(
  /external/chromium_org/ppapi/thunk/
ppb_file_io_thunk.cc 34 int32_t Open(PP_Resource file_io,
38 VLOG(4) << "PPB_FileIO::Open()";
42 return enter.SetResult(enter.object()->Open(file_ref,
144 &Open,
157 &Open,
  /external/chromium_org/third_party/leveldatabase/src/include/leveldb/
table.h 26 // Attempt to open the table that is stored in bytes [0..file_size)
38 static Status Open(const Options& options,
  /external/chromium_org/third_party/libjingle/source/talk/base/
filelock.cc 63 // Open and lock in a single operation.
66 ok = stream->Open(path, "a", NULL) && stream->TryLock();
71 // Something failed, either we didn't succeed to open the
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
code_generator.h 105 virtual io::ZeroCopyOutputStream* Open(const string& filename) = 0;
  /external/chromium_org/third_party/skia/tools/copyright/
main.py 27 'The Android Open Source Project',
88 with open(filepath, 'r') as file_handle:
96 with open(filepath, 'w') as file_handle:
  /external/chromium_org/third_party/webrtc/base/
filelock.cc 46 // Open and lock in a single operation.
49 ok = stream->Open(path, "a", NULL) && stream->TryLock();
54 // Something failed, either we didn't succeed to open the
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
PCMFile.h 34 void Open(const std::string& filename, uint16_t frequency, const char* mode,
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
file_impl.h 31 virtual bool Open() const OVERRIDE;
  /external/lldb/include/lldb/Core/
ConnectionSharedMemory.h 5 // This file is distributed under the University of Illinois Open Source
57 Open (bool create, const char *name, size_t size, Error *error_ptr);
  /external/protobuf/src/google/protobuf/compiler/
code_generator.h 104 virtual io::ZeroCopyOutputStream* Open(const string& filename) = 0;
  /external/skia/tools/copyright/
main.py 27 'The Android Open Source Project',
88 with open(filepath, 'r') as file_handle:
96 with open(filepath, 'w') as file_handle:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
tkFileDialog.py 25 # - initialfile: initial file (ignored by the open dialog). preserved
74 class Open(_Dialog):
75 "Ask for a filename to open"
123 "Ask for a filename to open"
125 return Open(**options).show()
133 """Ask for multiple filenames to open
139 return Open(**options).show()
144 "Ask for a filename to open, and returned the opened file"
146 filename = Open(**options).show()
148 return open(filename, mode
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
tkFileDialog.py 25 # - initialfile: initial file (ignored by the open dialog). preserved
74 class Open(_Dialog):
75 "Ask for a filename to open"
123 "Ask for a filename to open"
125 return Open(**options).show()
133 """Ask for multiple filenames to open
139 return Open(**options).show()
144 "Ask for a filename to open, and returned the opened file"
146 filename = Open(**options).show()
148 return open(filename, mode
    [all...]
  /system/extras/tests/cpueater/
Android.mk 1 # Copyright (C) 2008 The Android Open Source Project
14 # Copyright The Android Open Source Project
  /bootable/recovery/edify/
Android.mk 1 # Copyright 2009 The Android Open Source Project
  /external/chromium_org/chrome/installer/util/
delete_reg_value_work_item.cc 44 LONG result = key.Open(predefined_root_,
92 LONG result = key.Open(predefined_root_,
105 VLOG(1) << "can not open " << key_path_ << " error: " << result;
  /external/chromium_org/ppapi/api/dev/
ppb_video_capture_dev.idl 19 * 3- Open a video capture device. In addition to a device reference (0 can be
112 int32_t Open(
152 * not valid to call |Open()| again after a call to this method.
153 * If a video capture resource is destroyed while a device is still open, then

Completed in 780 milliseconds

<<11121314151617181920>>