HomeSort by relevance Sort by last modified time
    Searched full:opened (Results 101 - 125 of 3270) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
stdio_ext.h 50 /* Return non-zero value iff the stream FP is opened readonly, or if the
54 /* Return non-zero value iff the stream FP is opened write-only or
60 /* Return non-zero value iff stream FP is not opened write-only or
64 /* Return non-zero value iff stream FP is not opened read-only. */
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completionvalues1-expected-completion30.txt 5 android:animateOnClick : Indicates whether the drawer should be opened/closed with an animation when the user clicks the handle. [boolean]
  /development/host/windows/usb/api/
adb_interface_enum.cpp 60 // Make sure that it's opened
94 // Make sure that it's opened
adb_api.h 150 I/O performed on an endpoint. When an endpoint object gets opened through
151 this API it is opened for asynchronous (or overlapped) I/O. And each time
164 should be opened.
181 should be opened.
416 Endpoints are always opened for overlapped I/O.
424 this parameter has no effect on the way endpoint is opened. It's
427 this parameter has no effect on the way endpoint is opened. It's
429 @return Handle to the opened endpoint object or NULL on failure. If NULL is
439 Endpoints are always opened for overlapped I/O.
443 this parameter has no effect on the way endpoint is opened. It's
    [all...]
  /external/chromium/chrome/browser/ui/
browser_navigator_browsertest_chromeos.cc 29 // This test verifies that the settings page is opened in the incognito window
47 // Settings page should be opened in incognito window.
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_folder_hover_state_unittest.mm 47 // Test transition from opening to opened.
56 // Test transition from opening to opened.
  /external/chromium/chrome/browser/ui/cocoa/wrench_menu/
menu_tracked_button.h 17 // is opened sticky, a tracking rect produces mouse entered/exit events that
34 // In order to get hover effects when the menu is sticky-opened, a tracking
  /external/chromium/chrome/common/extensions/docs/examples/api/tabs/screenshot/
screenshot.js 15 // We are waiting for the tab we opened to finish loading.
16 // Check that the the tab's id matches the tab we opened,
  /external/chromium_org/chrome/browser/chromeos/file_manager/
open_util.h 31 // directory will be opened in the file manager. If the target is a file, the
32 // file will be opened using a file handler, a file browser handler, or the
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_folder_hover_state_unittest.mm 47 // Test transition from opening to opened.
57 // Test transition from opening to opened.
  /external/chromium_org/chrome/browser/ui/cocoa/wrench_menu/
menu_tracked_button.h 16 // is opened sticky, a tracking rect produces mouse entered/exit events that
33 // In order to get hover effects when the menu is sticky-opened, a tracking
  /external/chromium_org/content/renderer/media/
video_capture_impl_manager.h 33 // by |id| to VideoCaptureImplManager's list of opened device list.
41 // by |id| from VideoCaptureImplManager's list of opened device list.
  /external/chromium_org/media/video/capture/linux/
video_capture_device_linux.h 34 kIdle, // The device driver is opened but camera is not in use.
62 int device_fd_; // File descriptor for the opened camera device.
  /external/chromium_org/ppapi/proxy/
file_system_resource.h 29 // Creates a new FileSystemResource. The resource must be subsequently opened
36 // already-opened file systems.
  /external/chromium_org/sync/test/engine/
test_directory_setter_upper.cc 37 ASSERT_EQ(syncable::OPENED, directory_->Open(
54 ASSERT_EQ(syncable::OPENED, directory_->Open(
  /external/giflib/
gif_err.c 49 Err = "Given file was not opened for write";
82 Err = "Given file was not opened for read";
  /frameworks/support/v7/mediarouter/src/android/support/v7/app/
MediaRouteDialogFactory.java 47 * Called when the chooser dialog is being opened and it is time to create the fragment.
59 * Called when the controller dialog is being opened and it is time to create the fragment.
  /external/chromium_org/third_party/sqlite/src/test/
savepoint2.test 81 # transaction has been opened.
90 # Check that the database signature is as it was when "one" was opened.
109 # signature is as it was when savepoint "two" was opened.
119 # signature is as it was when savepoint "two" was opened.
136 # The transaction being committed here may have been opened normally using
137 # "BEGIN", or may have been opened using a transaction savepoint created
  /external/ppp/pppd/
fsm.h 102 void (*up) /* Called when fsm reaches OPENED state */
104 void (*down) /* Called when fsm leaves OPENED state */
123 #define INITIAL 0 /* Down, hasn't been opened */
124 #define STARTING 1 /* Down, been opened */
125 #define CLOSED 2 /* Up, hasn't been opened */
132 #define OPENED 9 /* Connection available */
  /external/qemu/android/utils/
mapfile.h 48 * oflag - Defines mode in which file is to be opened. This value follows the
50 * share_mode Defines sharing mode for the opened file. This value follows the
53 * A valid handle to the opened file on success, or an invalid value on
58 /* Closes a file handle opened with mapfile_open routine.
67 /* Reads from a file opened with mapfile_open routine.
76 /* Reads from a specific offset in a file opened with mapfile_open routine.
  /ndk/sources/host-tools/ndk-stack/elff/
mapfile.h 48 * oflag - Defines mode in which file is to be opened. This value follows the
50 * share_mode Defines sharing mode for the opened file. This value follows the
53 * A valid handle to the opened file on success, or an invalid value on
58 /* Closes a file handle opened with mapfile_open routine.
67 /* Reads from a file opened with mapfile_open routine.
76 /* Reads from a specific offset in a file opened with mapfile_open routine.
  /external/chromium_org/net/base/
file_stream.h 42 // opened.
60 // methods cannot be used unless the file is opened successfully. Returns
77 // the file cannot be opened then an error code is returned. open_flags is
122 // The file must be opened with PLATFORM_FILE_ASYNC, and a non-null
135 // This method must not be called if the stream was opened WRITE_ONLY.
145 // The file must not be opened with PLATFORM_FILE_ASYNC.
146 // This method must not be called if the stream was opened WRITE_ONLY.
162 // The file must be opened with PLATFORM_FILE_ASYNC, and a non-null
175 // This method must not be called if the stream was opened READ_ONLY.
187 // The file must not be opened with PLATFORM_FILE_ASYNC
    [all...]
  /external/chromium_org/ppapi/c/
ppb_file_io.h 129 * Query() queries info about the file opened by this FileIO object. The
130 * FileIO object must be opened, and there must be no other operations
143 * PP_ERROR_FAILED will be returned if the file isn't opened, and
150 * Touch() Updates time stamps for the file opened by this FileIO object.
151 * This function will fail if the FileIO object has not been opened. The
152 * FileIO object must be opened, and there must be no other operations
163 * PP_ERROR_FAILED will be returned if the file isn't opened, and
175 * The FileIO object must have been opened with read access.
203 * partial write. The FileIO object must have been opened with write access.
228 * have been opened with write access and there must be no other operation
    [all...]
  /external/chromium_org/content/browser/renderer_host/media/
video_capture_manager_unittest.cc 38 MOCK_METHOD2(Opened, void(MediaStreamType, int));
151 EXPECT_CALL(*listener_, Opened(MEDIA_DEVICE_VIDEO_CAPTURE, _)).Times(1);
177 EXPECT_CALL(*listener_, Opened(MEDIA_DEVICE_VIDEO_CAPTURE, _)).Times(2);
234 // formats. Then start the opened device. The capability list should be reduced
247 EXPECT_CALL(*listener_, Opened(MEDIA_DEVICE_VIDEO_CAPTURE, _)).Times(1);
251 // When the device has been opened, we should see all the devices'
298 EXPECT_CALL(*listener_, Opened(MEDIA_DEVICE_VIDEO_CAPTURE, _)).Times(2);
327 EXPECT_CALL(*listener_, Opened(MEDIA_DEVICE_VIDEO_CAPTURE, _)).Times(1);
369 EXPECT_CALL(*listener_, Opened(MEDIA_DEVICE_VIDEO_CAPTURE, _)).Times(1);
  /external/qemu/android/camera/
camera-capture.h 43 * cd - Camera descriptor representing a camera device opened in
60 * cd - Camera descriptor representing a camera device opened in
69 * cd - Camera descriptor representing a camera device opened in
93 /* Closes camera device, opened in camera_device_open routine.
95 * cd - Camera descriptor representing a camera device opened in

Completed in 2788 milliseconds

1 2 3 45 6 7 8 91011>>