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

<<131132133134135136137138139140>>

  /device/lge/mako/camera/mm-camera-interface/
mm_camera_interface2.h 296 int32_t (*open)(mm_camera_t * camera, mm_camera_op_mode_type_t op_mode); member in struct:__anon2379
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
socket.rb 328 TCPSocket.open( @host, @port ) do |socket|
  /external/bluetooth/bluedroid/bta/include/
bta_av_api.h 238 #define BTA_AV_RC_OPEN_EVT 8 /* remote control channel open */
247 * signal channel is open and stream is not open
430 tBTA_AV_OPEN open; member in union:__anon387
544 ** be called before AVDT stream is open.
569 ** When connection is open callback function is called
714 ** Description Open an AVRCP connection toward the device with the
  /external/bluetooth/bluedroid/hci/src/
btsnoop.c 44 /* for the S_* open parameters */
48 /* for O_* open parameters */
50 /* defines the O_* open parameters */
175 ** Description Function to check if BTSNOOP is open
177 ** Returns 1 if open otherwise 0
198 ** Description Function to open the BTSNOOP file
212 hci_btsnoop_fd = open(btsnoop_logfile, \
217 perror("open");
218 SNOOPDBG("btsnoop_log_open: Unable to open snoop log file\n");
  /external/bluetooth/bluedroid/stack/mcap/
mca_cact.c 559 evt_data.connect_ind.mtu = p_data->open.peer_mtu;
568 ** Description This function is called when data channel is open.
  /external/bluetooth/bluedroid/test/bluedroidtest/
bluedroidtest.c 410 err = module->methods->open(module, BT_HARDWARE_MODULE_ID, &device);
  /external/chromium/base/files/
file_path_watcher_mac.cc 119 // Returns true if kevent has open file descriptor.
188 return HANDLE_EINTR(open(path.value().c_str(), O_EVTONLY));
286 // If not, attempt to open a file descriptor for it.
  /external/chromium/chrome/browser/importer/
mork_reader.cc 117 stream_.open(path.value().c_str());
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
jsunittest.js 434 // Open the asynchronous POST request
435 xml.open(options.type, options.url, true);
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
unixfilesystem.cc 127 if (fs && !fs->Open(filename.pathname().c_str(), mode.c_str())) {
135 int fd = open(filename.pathname().c_str(),
139 LOG_ERR(LS_ERROR) << "open() failed.";
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
util.py 115 fp = open(script_path)
  /external/chromium_org/base/files/
file_path_watcher_kqueue.cc 133 // Returns true if kevent has open file descriptor.
202 int fd = HANDLE_EINTR(open(path.value().c_str(), O_EVTONLY));
302 // If not, attempt to open a file descriptor for it.
  /external/chromium_org/build/android/pylib/instrumentation/
test_runner.py 268 with open(json_local_file, 'w') as f:
  /external/chromium_org/build/config/win/
get_msvc_config_real.py 449 """Open |path| for writing, creating directories if necessary."""
454 return open(path, mode)
  /external/chromium_org/chrome/browser/ui/webui/options/
manage_profile_browsertest.js 77 // overlay is open, and should not change focus at all otherwise.
351 // Managed users shouldn't be able to open the delete or create dialogs.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
jsunittest.js 434 // Open the asynchronous POST request
435 xml.open(options.type, options.url, true);
    [all...]
  /external/chromium_org/chrome/test/functional/
omnibox.py 145 fp = open(name, 'w') # |name| could be unicode.
  /external/chromium_org/chrome/test/pyautolib/
pyauto.py 437 return (len(open(consent_file).read()) and
445 open(temp_file, 'w').write(client_id)
692 for line in open(lsb_release).readlines():
730 contents = open(data_file).read()
742 for line in open('/etc/lsb-release'):
    [all...]
  /external/chromium_org/chrome/third_party/chromevox/chromevox/injected/
mathjax_external_util.js 65 if (this.data.open) {
66 mml.push(this.data.open.toMathML(mspace));
  /external/chromium_org/chrome_frame/test/
com_message_event_unittest.cc 181 STDMETHODNOTIMP(open, (BSTR, VARIANT, VARIANT, VARIANT, IDispatch**));
  /external/chromium_org/content/common/
plugin_list_posix.cc 169 // First make sure we can open the file and it is in fact, a regular file.
171 // Open with O_NONBLOCK so we don't block on pipes.
172 int fd = open(filename.value().c_str(), O_RDONLY|O_NONBLOCK);
  /external/chromium_org/native_client_sdk/src/doc/devguide/devcycle/
dynamic-loading.rst 364 The dlopen example in the SDK demonstrates how to open a shared libraries
396 **/main.nexe: error while loading shared libraries: libpthread.so.xxxx: cannot open shared object file: Permission denied**
401 **/main.nexe: error while loading shared libraries: /main.nexe: cannot open shared object file: No such file or directory**
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_intercept.cc 151 return s_kp->open(path, oflag);
  /external/chromium_org/sandbox/linux/seccomp-bpf/
demo.cc 415 int proc_fd = open("/proc", O_RDONLY|O_DIRECTORY);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
InspectorBackend.js 299 xhr.open("GET", jsonUrl, false);

Completed in 2113 milliseconds

<<131132133134135136137138139140>>