HomeSort by relevance Sort by last modified time
    Searched full:attached (Results 1 - 25 of 3602) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/google/dragon/bluetooth/
bt_vendor.conf 1 # UART device port where Bluetooth controller is attached
  /device/htc/flounder/bluetooth/
bt_vendor.conf 1 # UART device port where Bluetooth controller is attached
  /hardware/broadcom/libbt/conf/asus/grouper/
bt_vendor.conf 1 # UART device port where Bluetooth controller is attached
  /hardware/broadcom/libbt/conf/moto/wingray/
bt_vendor.conf 1 # UART device port where Bluetooth controller is attached
  /hardware/broadcom/libbt/conf/samsung/crespo/
bt_vendor.conf 1 # UART device port where Bluetooth controller is attached
  /hardware/broadcom/libbt/conf/samsung/crespo4g/
bt_vendor.conf 1 # UART device port where Bluetooth controller is attached
  /hardware/broadcom/libbt/conf/samsung/maguro/
bt_vendor.conf 1 # UART device port where Bluetooth controller is attached
  /device/asus/fugu/
bt_vendor.conf 1 # UART device port where Bluetooth controller is attached
  /hardware/broadcom/libbt/conf/google/gce_x86/
bt_vendor.conf 1 # UART device port where Bluetooth controller is attached
  /development/samples/browseable/MidiScope/
_index.jd 9 attached input device.
  /development/samples/browseable/MidiSynth/
_index.jd 9 attached input device.
  /hardware/bsp/intel/peripheral/bluetooth/bcm43340/
bt_vendor.conf 2 # UART device port where Bluetooth controller is attached
  /external/clang/test/Sema/
no-documentation-warn-tagdecl-specifier.c 17 // expected-warning@+1 {{'@return' command used in a comment that is not attached to a function or method declaration}}
26 // expected-warning@+1 {{'@return' command used in a comment that is not attached to a function or method declaration}}
31 // expected-warning@+1 {{'@return' command used in a comment that is not attached to a function or method declaration}}
36 // expected-warning@+1 {{'@return' command used in a comment that is not attached to a function or method declaration}}
59 // expected-warning@+1 {{'@return' command used in a comment that is not attached to a function or method declaration}}
68 // expected-warning@+1 {{'@return' command used in a comment that is not attached to a function or method declaration}}
73 // expected-warning@+1 {{'@return' command used in a comment that is not attached to a function or method declaration}}
78 // expected-warning@+1 {{'@return' command used in a comment that is not attached to a function or method declaration}}
  /external/skia/platform_tools/ios/bin/
ios_restart 9 # Restarts the the attached iOS device.
  /external/valgrind/gdbserver_tests/
nlgone_abrt.stdinB.gdb 3 echo vgdb launched process attached\n
nlgone_exit.stdinB.gdb 3 echo vgdb launched process attached\n
nlgone_return.stdinB.gdb 3 echo vgdb launched process attached\n
mcmain_pic.stdinB.gdb 3 echo vgdb launched process attached\n
mssnapshot.stdinB.gdb 3 echo vgdb launched process attached\n
  /external/valgrind/memcheck/tests/solaris/
name_service_door.vgtest 2 # The nscd must be running and its door attached.
  /frameworks/base/media/java/android/mtp/
package.html 5 application can receive notifications when devices are attached and removed, manage files and
  /frameworks/base/core/tests/coretests/src/android/view/
ViewAttachView.java 33 private boolean attached; field in class:ViewAttachView
58 if (attached) {
61 attached = true;
68 if (!attached) {
72 attached = false;
  /cts/tests/fragment/src/android/fragment/cts/
StrictFragment.java 30 public static final int ATTACHED = 1;
45 case ATTACHED: return "ATTACHED";
89 mState = ATTACHED;
100 checkState("onCreate", ATTACHED);
109 checkState("onActivityCreated", ATTACHED, CREATED);
163 mState = ATTACHED;
171 checkState("onDestroy", CREATED, ATTACHED);
  /external/clang/test/SemaObjC/
ibaction.m 13 // Normally attributes should not be attached to method definitions, but
14 // we allow 'ibaction' to be attached because it can be expanded from
  /frameworks/support/v4/tests/java/android/support/v4/app/
StrictFragment.java 29 public static final int ATTACHED = 1;
45 case ATTACHED: return "ATTACHED";
94 mState = ATTACHED;
105 checkState("onCreate", ATTACHED);
114 checkState("onActivityCreated", ATTACHED, CREATED);
168 mState = ATTACHED;
176 checkState("onDestroy", CREATED, ATTACHED);

Completed in 3534 milliseconds

1 2 3 4 5 6 7 8 91011>>