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

<<919293949596979899100>>

  /device/asus/grouper/nfc/
nfc_hw.c 2 * Copyright (C) 2011 The Android Open Source Project
136 .open = nfc_open,
146 .author = "The Android Open Source Project",
  /device/generic/goldfish/lights/
lights_qemu.c 1 /* Copyright (C) 2011 The Android Open Source Project
158 /** Open a new instance of a lights device using name */
199 .open = open_lights,
211 .author = "The Android Open Source Project",
  /device/samsung/manta/health/
healthd-manta.cpp 2 * Copyright (C) 2013 The Android Open Source Project
290 charge_enabled_fd = open(POWER_SUPPLY_SYSFS_PATH
293 KLOG_ERROR(LOG_TAG, "open manta-battery/charge_enabled failed"
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarSerializerFoo.java 58 public void open(String filename) throws IOException { method in class:GrammarSerializerFoo
  /external/bluetooth/bluedroid/bta/include/
bta_av_co.h 221 ** When one stream is closed and no other audio stream is open,
223 ** Otherwise, the MTU remains open is reported.
346 ** opened (open=TRUE) or closed (open=FALSE).
351 BTA_API extern void bta_av_co_video_report_conn (BOOLEAN open, UINT8 avdt_handle);
  /external/bluetooth/bluedroid/btif/src/
btif_hf.c 269 if (p_data->open.status == BTA_AG_SUCCESS)
271 bdcpy(btif_hf_cb.connected_bda.address, p_data->open.bd_addr);
282 BTIF_TRACE_WARNING4("%s: AG open failed, but another device connected. status=%d state=%d connected device=%s",
283 __FUNCTION__, p_data->open.status, btif_hf_cb.state, bd2str(&btif_hf_cb.connected_bda, &bdstr));
292 if (p_data->open.status != BTA_AG_SUCCESS)
    [all...]
  /external/chromium/build/
gyp_chromium 47 file_contents = open(file_path).read()
  /external/chromium/chrome/browser/resources/file_manager/js/
mock_chrome.js 164 OPEN_LABEL: 'Open',
167 SELECT_FOLDER_TITLE: 'Select a folder to open',
168 SELECT_OPEN_FILE_TITLE: 'Select a file to open',
  /external/chromium/chrome/browser/resources/
menu.js 5 // How long to wait to open submenu when mouse hovers.
388 * Set the selected item. This controls timers to open/close submenus.
390 * start timer to open. This will not cancel close timer, so
392 * open.
394 * cancel both open/close timer.
398 * navigating menus. To open submenu, you need to wait a bit, or click
435 * Open submenu {@code item}. It does nothing if the submenu is
437 * @param {MenuItem} item The submenu item to open.
609 * Cancels timers to open/close submenus.
  /external/chromium/chrome/common/extensions/docs/examples/extensions/imageinfo/imageinfo/
binaryajax.js 135 oHTTP.open("HEAD", strURL, true);
183 oHTTP.open("GET", strURL, true);
  /external/chromium/net/tools/flip_server/
loadtime_measurement.h 89 int fd = open(filename, 0, "r");
  /external/chromium_org/android_webview/buildbot/
deps_whitelist.py 35 'sdch/open-vcdiff',
194 with open(opts.output_json, 'w') as output_json_file:
  /external/chromium_org/build/android/buildbot/
bb_host_steps.py 45 with open(landmine_path) as f:
  /external/chromium_org/build/android/lint/
suppress.py 93 with open(config_path, 'w') as f:
  /external/chromium_org/build/android/pylib/gtest/
test_package_exe.py 101 for line in open(sh_script_file.name).readlines():
  /external/chromium_org/build/mac/
change_mach_o_flags.py 256 executable_file = open(executable_path, 'rb+')
  /external/chromium_org/chrome/browser/resources/chromeos/
menu.js 5 // How long to wait to open submenu when mouse hovers.
383 * Set the selected item. This controls timers to open/close submenus.
385 * start timer to open. This will not cancel close timer, so
387 * open.
389 * cancel both open/close timer.
393 * navigating menus. To open submenu, you need to wait a bit, or click
430 * Open submenu {@code item}. It does nothing if the submenu is
432 * @param {MenuItem} item The submenu item to open.
604 * Cancels timers to open/close submenus.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/imageinfo/imageinfo/
binaryajax.js 135 oHTTP.open("HEAD", strURL, true);
183 oHTTP.open("GET", strURL, true);
  /external/chromium_org/chrome/common/extensions/docs/server2/
reference_resolver_test.py 40 with open(os.path.join(self._base_path, filename), 'r') as f:
rietveld_patcher.py 46 tar = tarfile.open(fileobj=StringIO(tarball_result.content))
  /external/chromium_org/chrome/installer/util/
duplicate_tree_detector_unittest.cc 30 file.open(filename.c_str());
  /external/chromium_org/chrome/renderer/resources/extensions/
platform_app.js 75 // Disable document.open|close|write|etc.
77 ['open', 'clear', 'close', 'write', 'writeln']);
  /external/chromium_org/chrome/test/chromedriver/third_party/googlecode/
googlecode_upload.py 141 f = open(file_path, 'rb')
  /external/chromium_org/chrome/test/functional/
chromeos_crosh.py 123 # Open 6 tabs
163 with open(bigfn, 'w') as file:
  /external/chromium_org/chrome/test/functional/media/
media_jerky.py 135 # Open *.error.gnuplot and scrape out jerkiness.
137 with open('%s.error.gnuplot' % results_log_base) as results:

Completed in 1024 milliseconds

<<919293949596979899100>>