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

12 3 4 5 6 7 8 91011>>

  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_JoystickNumButtons.3 11 Return the number of buttons available from a previously opened \fBSDL_Joystick\fR\&.
SDL_JoystickNumHats.3 11 Return the number of hats available from a previously opened \fBSDL_Joystick\fR\&.
SDL_JoystickOpen.3 11 Opens a joystick for use within SDL\&. The \fBindex\fR refers to the N\&'th joystick in the system\&. A joystick must be opened before it game be used\&.
27 printf("Opened Joystick 0
42 // Close if opened
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/sftp/
OpenFlags.java 67 * Disposition is a 3 bit field that controls how the file is opened.
81 * A new file is created; if the file already exists, it is opened
87 * An existing file is opened. If the file does not exist, the
96 * If the file exists, it is opened. If the file does not exist,
102 * An existing file is opened and truncated. If the file does not
138 * When a file is opened with this flag, the offset field in the read
151 * The server MUST guarantee that no other handle has been opened
153 * opened with ACE4_READ_DATA access until the client closes the
161 * Other handles MAY be opened for ACE4_WRITE_DATA or any other
168 * The server MUST guarantee that no other handle has been opened
    [all...]
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/translate/
TranslateInfoBarTest.java 50 assertTrue("InfoBar not opened.", mListener.addInfoBarAnimationFinished());
54 assertTrue("Language Panel not opened.", TranslateUtil.openLanguagePanel(this, infoBar));
68 assertTrue("InfoBar not opened.", mListener.addInfoBarAnimationFinished());
76 assertTrue("InfoBar not opened", mListener.addInfoBarAnimationFinished());
80 assertTrue("Never Panel not opened.",
  /external/clang/test/Analysis/
simple-stream-checks.c 23 if (Data) // expected-warning {{Opened file is never closed; potential resource leak}}
48 } // expected-warning {{Opened file is never closed; potential resource leak}}
52 return; // expected-warning {{Opened file is never closed; potential resource leak}}
77 return; // expected-warning {{Opened file is never closed; potential resource leak}}
84 return; // expected-warning {{Opened file is never closed; potential resource leak}}
  /external/chromium/chrome/browser/sync/syncable/
directory_manager.cc 58 return syncable::OPENED == result;
65 bool opened = false; local
73 opened = *was_open = true;
77 if (opened)
78 return syncable::OPENED;
83 if (syncable::OPENED == result) {
93 // Erase from mounted and opened directory lists.
directory_event.h 12 // somehow, such as the directory being opened or closed. Don't confuse it with
  /development/tools/axl/
chewie.py 52 # thread, queued, opened, send, sent, reading, read, uri, server, y
57 opened = {"http0": None,
97 # save opened time and server for this thread, so we can stuff it in l8r
99 opened[thread] = [time, host, connectionCount]
103 opentime, host, connection = opened[thread]
141 opened = []
147 opened.append(val[2])
153 print opened, rng
154 pylab.plot(opened, rng, 'ro')
158 thread, queued, opened, send, sent, reading, read, uri, server, y = va
    [all...]
  /external/qemu/android/protocol/
core-connection.h 63 * opened, this routine will simply return with success.
70 /* Closes a socket handle to the console opened with core_connection_open.
72 * desc Console client descriptor opened with core_connection_open.
79 * desc Console client descriptor opened with core_connection_open.
95 * desc Console client descriptor opened with core_connection_open.
108 /* Switches opened console client to a given stream.
110 * desc Console client descriptor opened with core_connection_open. Note
139 /* Detaches opened console client from the console.
143 * desc Console client descriptor opened with core_connection_open.
149 * desc Console client descriptor opened with core_connection_open
    [all...]
  /external/webrtc/test/testsupport/metrics/
video_metrics.h 56 // -1 if the source file cannot be opened
57 // -2 if the test file cannot be opened
78 // -1 if the source file cannot be opened
79 // -2 if the test file cannot be opened
99 // -1 if the source file cannot be opened
100 // -2 if the test file cannot be opened
  /frameworks/base/core/java/android/hardware/camera2/
CameraAccessException.java 23 * be queried or opened by the {@link CameraManager}, or if the connection to an
24 * opened {@link CameraDevice} is no longer valid.</p>
38 * and more camera devices cannot be opened until previous instances are
45 * The camera is disabled due to a device policy, and cannot be opened.
123 "and more camera devices cannot be opened until previous instances " +
130 return "The camera is disabled due to a device policy, and cannot be opened.";
  /frameworks/base/core/java/android/os/
ConditionVariable.java 48 * Pass true for opened and false for closed.
87 * Block the current thread until the condition is opened.
90 * If the condition is already opened, return immediately.
106 * Block the current thread until the condition is opened or until
110 * If the condition is already opened, return immediately.
114 * @return true if the condition was opened, false if the call returns
  /external/chromium_org/ppapi/shared_impl/
file_io_state_manager.h 18 // most of the operations only work when the file has been opened.
47 // the file is opened, or operations might need to run exclusively.
60 // Set to true when the file has been successfully opened.
  /build/tools/droiddoc/templates-pdk/
trailer.cs 1 </div> <!-- end body-content --> <?cs # normally opened by header.cs ?>
  /build/tools/droiddoc/templates-sac/
trailer.cs 1 </div> <!-- end body-content --> <?cs # normally opened by header.cs ?>
  /build/tools/droiddoc/templates-sdk/
trailer.cs 1 </div> <!-- end body-content --> <?cs # normally opened by header.cs ?>
  /external/chromium/base/
rand_util_c.h 16 // Returns an FD for /dev/urandom, possibly pre-opened before sandboxing
  /external/chromium/net/base/
file_stream.h 37 // opened.
38 // The already opened file will not be automatically closed when FileStream
51 // opened then an error code is returned.
73 // If opened with PLATFORM_FILE_ASYNC, then a non-null callback
84 // This method should not be called if the stream was opened WRITE_ONLY.
101 // If opened with PLATFORM_FILE_ASYNC, then a non-null callback
112 // This method should not be called if the stream was opened READ_ONLY.
131 // This method should not be called if the stream was opened READ_ONLY.
139 // the FileStream was opened with PLATFORM_FILE_ASYNC.
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/contextmenu/
ChromeContextMenuItemDelegate.java 38 * Called when the {@code url} should be opened in a new tab with the same incognito state as
45 * Called when the {@code url} should be opened in a new incognito tab.
51 * Called when the {@code url} is of an image and should be opened in the same tab.
57 * Called when the {@code url} is of an image and should be opened in a new tab.
  /external/chromium_org/chrome/browser/ui/sync/
one_click_signin_bubble_links_delegate.h 25 // Browser in which the links should be opened.
  /external/chromium_org/content/browser/renderer_host/media/
media_stream_provider.h 43 // Called by a MediaStreamProvider when a stream has been opened.
44 virtual void Opened(MediaStreamType stream_type,
75 // started. |Opened| is called when the device is opened.
  /external/chromium_org/sync/syncable/
dir_open_result.h 11 OPENED, // success.
on_disk_directory_backing_store.cc 61 return OPENED;
71 if (result == OPENED) {
74 return OPENED;
93 if (result == OPENED) {
  /external/chromium_org/third_party/WebKit/ManualTests/resources/
before-go-back.html 11 This test checks if you can go back to a _blank previously tab-opened page.

Completed in 1898 milliseconds

12 3 4 5 6 7 8 91011>>