HomeSort by relevance Sort by last modified time
    Searched refs:opened (Results 51 - 75 of 144) sorted by null

1 23 4 5 6

  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/
syslog.h 92 int opened; member in struct:syslog_data
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/
syslog.h 92 int opened; member in struct:syslog_data
  /external/qemu/distrib/sdl-1.2.15/src/audio/
SDL_audio.c 411 if (audio->opened) {
412 SDL_SetError("Audio device is already opened");
498 audio->opened = audio->OpenAudio(audio, &audio->spec)+1;
500 if ( ! audio->opened ) {
548 switch (audio->opened) {
641 if ( audio->opened ) {
643 audio->opened = 0;
SDL_sysaudio.h 76 int opened; member in struct:SDL_AudioDevice
  /build/tools/droiddoc/templates-sdk/
trailer.cs 1 </div> <!-- end body-content --> <?cs # normally opened by header.cs ?>
  /external/webkit/Source/WebCore/storage/
DatabaseSync.cpp 88 if (opened()) {
189 if (!opened())
  /packages/apps/Launcher2/src/com/android/launcher2/
FolderInfo.java 29 * Whether this folder has been opened
31 boolean opened; field in class:FolderInfo
  /external/freetype/include/freetype/
ftstroke.h 126 * These values determine how the end of opened sub-paths are
324 * opened ::
332 * If `opened' is~0 (the default), the outline is treated as a closed
335 * If `opened' is~1, the outline is processed as an open path, and the
343 FT_Bool opened );
394 * If the subpath was not `opened', this function `draws' a
529 * When the outline, or a sub-path, is `opened', the stroker merges
575 * When the outline, or a sub-path, is `opened', the stroker merges
  /external/qemu/distrib/sdl-1.2.15/src/joystick/
SDL_joystick.c 182 * Returns 1 if the joystick has been opened, or 0 if it has not.
186 int i, opened; local
188 opened = 0;
191 opened = 1;
195 return(opened);
203 SDL_SetError("Joystick hasn't been opened yet");
212 * Get the device index of an opened joystick.
352 * Close a joystick previously opened with SDL_JoystickOpen()
  /external/qemu/
qemu-char.h 74 int opened; member in struct:CharDriverState
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/i18n/
messages.properties 26 DeviceView_Debug_Process_Tooltip=Debug the selected process, provided its source project is present and opened in the workspace.
27 DeviceView_Debug_Session_Failed=No opened project found for %1$s. Debug session failed\!
  /bionic/libc/unistd/
syslog.c 240 if (!data->opened)
290 * If the user closed the FD and opened another in the same slot,
346 data->opened = 1; /* ident and facility has been set */
  /external/chromium/chrome/common/extensions/docs/examples/extensions/news/css/
feed.css 42 .opened .open_box {
  /external/webkit/Source/WebCore/platform/network/mac/
FormDataStreamMac.mm 269 bool opened = openNextStream(form);
271 *openComplete = opened;
272 error->error = opened ? 0 : fnfErr;
273 return opened;
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-reference.js 185 node.plus_img.src = me.toroot + "assets/images/triangle-opened-small.png";
314 trigger.src = toRoot + "assets/images/triangle-opened.png";
316 a.addClass("opened");
317 } else if ( (expand == null && a.hasClass("opened")) || (expand == false) ) {
321 a.removeClass("opened");
  /external/bluetooth/bluedroid/btif/co/
bta_av_co.c 124 BOOLEAN opened; /* opened */ member in struct:__anon2385
333 if (p_peer->opened)
335 APPL_TRACE_ERROR0("bta_av_co_audio_disc_res peer already opened");
385 p_peer->opened, p_peer->num_snks, p_peer->num_rx_snks, p_peer->num_sup_snks);
539 /* Sanity check: should not be opened at this point */
540 if (p_peer->opened)
638 ** is opened.
661 p_peer->opened = TRUE;
    [all...]
  /external/bluetooth/bluedroid/bta/hh/
bta_hh_int.h 154 BOOLEAN opened; /* TRUE if device successfully opened HID connection */ member in struct:__anon2077
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
rawmidi.h 92 unsigned int opened: 1, /* open flag */ member in struct:snd_rawmidi_substream
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
rawmidi.h 92 unsigned int opened: 1, /* open flag */ member in struct:snd_rawmidi_substream
  /external/libnfc-nci/src/nfa/hci/
nfa_hci_act.c 646 evt_data.opened.pipe = p_evt_data->open_pipe.pipe;
647 evt_data.opened.status = NFA_STATUS_OK;
654 evt_data.opened.pipe = p_evt_data->open_pipe.pipe;
655 evt_data.opened.status = NFA_STATUS_FAILED;
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
SlidingDrawerTest.java 201 private void assertOpened(final boolean opened, final SlidingDrawer drawer) {
205 return drawer.isOpened() == opened;
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLDocument18.js 78 Calls HTMLDocument.close on a document that has not been opened for modification.
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLDocument18.js 78 Calls HTMLDocument.close on a document that has not been opened for modification.
  /external/chromium/chrome/browser/resources/
print_preview_animations.js 212 if (!el.classList.contains('opened')) {
218 el.classList.add('opened');
230 el.classList.remove('opened');
  /external/doclava/res/assets/templates/assets/
doclava-developer-reference.js 187 node.plus_img.src = me.toroot + "assets/images/triangle-opened-small.png";
316 trigger.src = toRoot + "assets/images/triangle-opened.png";
318 a.addClass("opened");
319 } else if ( (expand == null && a.hasClass("opened")) || (expand == false) ) {
323 a.removeClass("opened");

Completed in 719 milliseconds

1 23 4 5 6