HomeSort by relevance Sort by last modified time
    Searched refs:open (Results 1051 - 1075 of 4686) sorted by null

<<41424344454647484950>>

  /cts/tests/tests/permission/src/android/permission/cts/
CameraPermissionTest.java 2 * Copyright (C) 2009 The Android Open Source Project
79 (Camera.open()).takePicture(new ShutterCallback(),
  /development/ndk/sources/android/libportable/arch-x86/
open.c 2 * Copyright 2012, The Android Open Source Project
60 int WRAP(open)(const char *pathname, int flags, ...) function
  /development/samples/Support4Demos/src/com/example/android/supportv4/content/
SharingSupportProvider.java 2 * Copyright (C) 2011 The Android Open Source Project
80 return ParcelFileDescriptor.open(
  /development/tools/axl/
log.py 4 # Copyright 2007, The Android Open Source Project
25 """_file: filename or open file"""
28 self._file = open(file, "a")
  /development/tutorials/NotepadCodeLab/Notepadv1Solution/src/com/android/demo/notepad1/
Notepadv1.java 38 mDbHelper.open();
  /device/asus/flo/camera/QCamera2/HAL/
QCamera2Factory.cpp 146 * DESCRIPTION: open a camera device with its ID
178 * DESCRIPTION: static function to open a camera device by its ID
193 ALOGE("Invalid module. Trying to open %p, expect %p",
205 open: QCamera2Factory::camera_device_open,
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3Factory.cpp 149 * DESCRIPTION: open a camera device with its ID
181 * DESCRIPTION: static function to open a camera device by its ID
196 ALOGE("Invalid module. Trying to open %p, expect %p",
208 open: QCamera3Factory::camera_device_open,
  /external/antlr/antlr-3.4/runtime/Python/
ez_setup.py 141 dst = open(saveto,"wb"); dst.write(data)
196 f = open(name,'rb')
206 f = open(srcfile, 'rb'); src = f.read(); f.close()
214 f = open(srcfile,'w')
  /external/apache-harmony/support/src/test/java/tests/support/
Support_URLConnector.java 37 * @see com.ibm.support.Support_HttpConnector#open(String)
39 public void open(String address) throws IOException { method in class:Support_URLConnector
  /external/apache-http/src/org/apache/http/conn/
ManagedClientConnection.java 67 * The return value is well-defined only while the connection is open.
68 * It may change even while the connection is open.
89 * If this connection is open, and the underlying socket is an
110 * @param route the route along which to open. It will be opened to
117 void open(HttpRoute route, HttpContext context, HttpParams params) method in interface:ManagedClientConnection
124 * The route is the one previously passed to {@link #open open}.
173 * The route is the one previously passed to {@link #open open}.
  /external/bison/djgpp/
subpipe.c 151 from_in_fd = open(tmp_file_name[0], O_WRONLY | O_CREAT | O_TRUNC, S_IWUSR);
181 int from_out_fd = open(tmp_file_name[0], O_RDONLY, S_IRUSR); /* pipe from bison to m4. */
182 int to_in_fd = open(tmp_file_name[1], O_WRONLY | O_CREAT | O_TRUNC, S_IWUSR); /* pipe from m4 to bison. */
254 to_in_fd = open(tmp_file_name[1], O_RDONLY, S_IRUSR); /* pipe from m4 to bison. */
  /external/bison/lib/
fopen.c 0 /* Open a stream to a file.
86 fd = open (filename, O_RDONLY);
  /external/bluetooth/bluedroid/bta/include/
bta_pan_api.h 90 tBTA_PAN_STATUS status; /* status of open event */
106 tBTA_PAN_OPEN open; /* Connection has been opened. */ member in union:__anon3251
172 ** When connection is open callback function is called
  /external/chromium/base/
dir_reader_linux.h 33 : fd_(open(directory_path, O_RDONLY | O_DIRECTORY)),
  /external/chromium/chrome/browser/
process_singleton_mac.cc 36 // is only one instance of the process, and we get URLs to open via AppleEvents
72 DCHECK_EQ(-1, lock_fd_) << "lock_path_ is already open.";
74 lock_fd_ = HANDLE_EINTR(open(lock_path_.value().c_str(),
101 // The file is open by another process and locked.
  /external/chromium/chrome/browser/ui/cocoa/infobars/
infobar_controller.h 60 // Open or animate open the infobar.
61 - (void)open;
  /external/chromium/third_party/libjingle/source/talk/session/phone/
v4llookup.cc 40 video_fd = ::open(device_path.c_str(), O_RDONLY | O_NONBLOCK);
55 LOG(LS_ERROR) << "Failed to open " << device_path;
  /external/chromium-trace/trace-viewer/build/
check_gyp.py 15 f = open(GYP_FILE, 'r')
generate_template_contents.py 35 f = open(filename, 'r')
  /external/chromium_org/base/files/
dir_reader_linux.h 32 : fd_(open(directory_path, O_RDONLY | O_DIRECTORY)),
  /external/chromium_org/build/
gyp_helper.py 18 with open(file_path, 'rU') as f:
symlink.py 39 with open(options.touch, 'w') as f:
  /external/chromium_org/chrome/browser/
process_singleton_mac.cc 35 // is only one instance of the process, and we get URLs to open via AppleEvents
73 DCHECK_EQ(-1, lock_fd_) << "lock_path_ is already open.";
75 lock_fd_ = HANDLE_EINTR(open(lock_path_.value().c_str(),
102 // The file is open by another process and locked.
  /external/chromium_org/chrome/browser/ui/cocoa/infobars/
infobar_controller.h 73 // Open or animate open the infobar.
74 - (void)open;
  /external/chromium_org/chrome/common/extensions/docs/examples/howto/contentscript_xhr/
contentscript.js 29 xhr.open('GET', url, true);

Completed in 493 milliseconds

<<41424344454647484950>>