/external/e2fsprogs/lib/blkid/ |
save.c | 61 const char *opened = NULL; local 100 opened = tmp; 108 opened = filename; 113 filename, opened)); 134 if (opened != filename) { 136 unlink(opened); 138 printf("unlinked temp cache %s\n", opened)); 149 rename(opened, filename); 151 printf("moved temp cache %s\n", opened));
|
/external/libcap-ng/libcap-ng-0.7/docs/ |
capng_set_caps_fd.3 | 11 This function will write the file based capabilities to the extended attributes of the file that the descriptor was opened against. The bounding set is not included in file based capabilities operations. Note that this function will only work if compiled on a kernel that supports file based capabilities such as 2.6.2
|
/development/host/windows/usb/api/ |
adb_legacy_endpoint_object.h | 21 encapsulates a handle opened to an endpoint on our device controlled by
28 /** Encapsulates a handle opened to an endpoint on our device controlled by
106 this parameter has no effect on the way item is opened. It's
109 this parameter has no effect on the way item is opened. It's
114 made to create already opened object.
123 We override this method in order to close handle to the endpoint opened
132 /// Gets handle to the endpoint opened on our USB device.
138 /// Handle to the endpoint opened on our USB device.
|
adb_legacy_interface.h | 59 made to create already opened object.
106 this parameter has no effect on the way endpoint is opened. It's
109 this parameter has no effect on the way endpoint is opened. It's
111 @return Handle to the opened endpoint object or NULL on failure.
130 this parameter has no effect on the way endpoint is opened. It's
133 this parameter has no effect on the way endpoint is opened. It's
135 @return Handle to the opened endpoint object or NULL on failure.
|
/external/chromium/chrome/browser/tabs/ |
tab_strip_model_order_controller.h | 33 // Determine where to place a newly opened tab by using the supplied 34 // transition and foreground flag to figure out how it was opened.
|
/external/chromium_org/chrome/browser/history/ |
download_row.cc | 16 opened(false) { 51 opened(download_opened),
|
/external/chromium_org/chrome/browser/ui/tabs/ |
tab_strip_model_order_controller.h | 22 // Determine where to place a newly opened tab by using the supplied 23 // transition and foreground flag to figure out how it was opened.
|
/external/chromium_org/chrome/common/extensions/api/ |
hangouts_private.idl | 22 // user otherwise the hangout will not be opened. 33 // Fired when Chrome wants to request a new hangout be opened up with a
|
streams_private.json | 33 "description": "The ID of the tab that opened the stream. If the stream is not opened in a tab, it will be -1."
|
/external/chromium_org/chrome/test/chromedriver/chrome/ |
chrome.h | 27 // Return ids of opened WebViews in the same order as they are opened.
|
/external/chromium_org/content/test/data/indexeddb/ |
cursor_test.js | 7 debug('Empty cursor opened successfully.') 29 debug('Cursor opened successfully.');
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
autofill_alignment.html | 15 field, the drop-down box should be opened with the items aligned right. 16 Double click the "Last name" field, the drop-down box should be opened
|
/external/doclava/res/assets/templates/ |
diff.cs | 37 .handle-opened { property 38 background-image: url("<?cs var:triangle.opened ?>"); 69 $(tr).children(".handle").addClass("handle-opened"); 77 $(tr).children(".handle").removeClass("handle-opened"); 96 $(tr).children(".handle").addClass("handle-opened"); 104 $(tr).children(".handle").removeClass("handle-opened"); 134 <td class="handle handle-opened"> </td> 154 <td class="handle handle-opened"> </td>
|
/frameworks/native/services/surfaceflinger/ |
Barrier.h | 33 state = OPENED; 47 enum { OPENED, CLOSED };
|
/external/chromium_org/ppapi/api/ |
ppb_file_io.idl | 115 * Query() queries info about the file opened by this FileIO object. The 116 * FileIO object must be opened, and there must be no other operations 129 * PP_ERROR_FAILED will be returned if the file isn't opened, and 137 * Touch() Updates time stamps for the file opened by this FileIO object. 138 * This function will fail if the FileIO object has not been opened. The 139 * FileIO object must be opened, and there must be no other operations 150 * PP_ERROR_FAILED will be returned if the file isn't opened, and 163 * The FileIO object must have been opened with read access. 192 * partial write. The FileIO object must have been opened with write access. 217 * have been opened with write access and there must be no other operation [all...] |
/hardware/akm/AK8975_FS/akmdfs/ |
AK8975Driver.c | 85 ALOGE("%s: Device file is not opened.", __FUNCTION__); 138 ALOGE("%s: Device file is not opened.", __FUNCTION__); 180 ALOGE("%s: Device file is not opened.", __FUNCTION__); 203 ALOGE("%s: Device file is not opened.", __FUNCTION__); 216 ALOGE("%s: Device file is not opened.", __FUNCTION__); 231 ALOGE("%s: Device file is not opened.", __FUNCTION__); 251 ALOGE("%s: Device file is not opened.", __FUNCTION__); 272 ALOGE("%s: Device file is not opened.\n", __FUNCTION__); 290 ALOGE("%s: Device file is not opened.", __FUNCTION__); 307 ALOGE("%s: Device file is not opened.", __FUNCTION__) [all...] |
/system/core/adb/ |
usb_windows.c | 34 /// Previous entry in the list of opened usb handles 37 /// Next entry in the list of opened usb handles 59 /// List of opened usb handles 65 /// Locker for the list of opened usb handles 68 /// Checks if there is opened usb handle in handle_list for this device. 71 /// Checks if there is opened usb handle in handle_list for this device. 75 /// Registers opened usb handle (adds it to handle_list). 98 /// Writes data to the opened usb handle 101 /// Reads data using the opened usb handle 104 /// Cleans up opened usb handl [all...] |
/external/chromium_org/content/browser/renderer_host/media/ |
audio_input_device_manager_unittest.cc | 31 MOCK_METHOD2(Opened, void(MediaStreamType, const int)); 107 Opened(MEDIA_DEVICE_AUDIO_CAPTURE, session_id)) 142 Opened(MEDIA_DEVICE_AUDIO_CAPTURE, session_id[index])) 184 Opened(MEDIA_DEVICE_AUDIO_CAPTURE, session_id)) 207 Opened(MEDIA_DEVICE_AUDIO_CAPTURE, first_session_id)) 210 Opened(MEDIA_DEVICE_AUDIO_CAPTURE, second_session_id)) 247 Opened(MEDIA_DEVICE_AUDIO_CAPTURE, session_id[index])) 273 Opened(MEDIA_DEVICE_AUDIO_CAPTURE, session_id)) 277 // Access a non-opened device.
|
/external/chromium_org/chrome/browser/ui/cocoa/browser/ |
zoom_bubble_controller.h | 31 // when not at the user's default. It is opened by the ZoomDecoration in the 38 // opened. 56 // |autoClose| is YES, then the bubble was opened in response to a
|
/external/chromium_org/content/renderer/pepper/ |
pepper_file_system_host.h | 28 // subsequently be opened before use. 35 // opened. Once created, the PepperFileSystemHost is already opened for use.
|
/external/webrtc/src/system_wrappers/interface/ |
file_wrapper.h | 32 // Returns true if a file has been opened. 50 // Returns the opened file's name in |fileNameUTF8|. Provide the size of 56 // Write |format| to the opened file. Arguments are taken in the same manner
|
/libcore/luni/src/main/java/java/io/ |
FileReader.java | 37 * a File to be opened for reading characters from. 47 * a previously opened FileDescriptor is passed as an argument, no 51 * the previously opened file descriptor.
|
/dalvik/tests/048-server-socket/src/ |
Main.java | 29 System.out.println("opened!");
|
/external/bluetooth/bluedroid/bta/include/ |
bta_pan_api.h | 44 #define BTA_PAN_OPENING_EVT 2 /* Connection is being opened. */ 45 #define BTA_PAN_OPEN_EVT 3 /* Connection has been opened. */ 106 tBTA_PAN_OPEN open; /* Connection has been opened. */ 107 tBTA_PAN_OPENING opening; /* Connection being opened */
|
/external/chromium/base/ |
dir_reader_fallback.h | 17 // successfully opened.
|