HomeSort by relevance Sort by last modified time
    Searched full:attach (Results 276 - 300 of 1354) sorted by null

<<11121314151617181920>>

  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface_unix.c 154 if (os_strcmp(buf, "ATTACH") == 0) {
565 "attach", priv->wpa_s->ifname);
576 if (os_strcmp(buf, "ATTACH") == 0) {
577 /* handle ATTACH signal of first monitor interface */
  /frameworks/base/core/java/android/os/storage/
IMountShutdownObserver.java 35 /** Construct the stub at attach it to the interface. */
IObbActionListener.java 36 /** Construct the stub at attach it to the interface. */
  /frameworks/base/core/java/android/widget/
SeekBar.java 29 * Clients of the SeekBar can attach a {@link SeekBar.OnSeekBarChangeListener} to
  /frameworks/base/docs/html/guide/developing/debugging/
ddms.jd 40 (VM). Each VM exposes a unique port that a debugger can attach to.</p>
52 VM. You can only attach a single debugger to a single port, but DDMS can handle multiple, attached
57 it to the debugger on port 8700. This allows you to attach one debugger to port 8700, and debug
74 your IDE to attach to the debugging port</a>, for more information on attaching your
  /frameworks/base/include/binder/
BpBinder.h 70 void attach( const void* objectID,
  /frameworks/base/include/media/
IAudioTrack.h 65 /* Attach track auxiliary output to specified effect. Use effectId = 0
  /frameworks/base/libs/rs/driver/
rsdFrameBuffer.cpp 49 // Now attach color targets
rsdFrameBufferObj.cpp 91 // Now attach color targets
  /frameworks/base/media/java/android/media/audiofx/
AcousticEchoCanceler.java 28 * <p>To attach the AcousticEchoCanceler to a particular {@link android.media.AudioRecord},
AutomaticGainControl.java 28 * <p>To attach the AutomaticGainControl to a particular {@link android.media.AudioRecord},
NoiseSuppressor.java 29 * <p>To attach the NoiseSuppressor to a particular {@link android.media.AudioRecord},
  /frameworks/base/services/tests/servicestests/src/com/android/server/
BroadcastInterceptingContext.java 37 * {@link ContextWrapper} that can attach listeners for upcoming
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
attrgetownerelement02.java 37 * Create a new element and attribute node, attach the attribute to the element.
  /packages/apps/Contacts/src/com/android/contacts/calllog/
IntentProvider.java 30 * Used to create an intent to attach to an action in the call log.
  /packages/apps/MusicFX/src/com/android/musicfx/seekbar/
SeekBar.java 29 * Clients of the SeekBar can attach a {@link SeekBar.OnSeekBarChangeListener} to
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XShm.h 69 Bool readOnly; /* how the server should attach it */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stropts.h 83 /* Attach a STREAMS-based file descriptor FILDES to a file PATH in the
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeLayoutRefactoringTest.java 53 // weight > 0 should fill and subsequent children attach on the bottom/right
  /system/media/mca/filterfw/java/android/filterfw/core/
CachedFrameManager.java 140 // We found one! Take it out of the set of available frames and attach the
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
DalvInsnList.java 220 * @param prefix {@code non-null;} prefix to attach to each line of output
254 * @param prefix {@code non-null;} prefix to attach to each line of output
  /dalvik/dx/src/com/android/dx/dex/code/
DalvInsnList.java 221 * @param prefix {@code non-null;} prefix to attach to each line of output
255 * @param prefix {@code non-null;} prefix to attach to each line of output
  /development/samples/ApiDemos/src/com/example/android/apis/media/
AudioFxDemo.java 96 // Create the Equalizer object (an AudioEffect subclass) and attach it to our media player,
172 // Create the Visualizer object and attach it to our media player.
  /development/tools/emulator/opengl/host/libs/Translator/include/GLcommon/
objectNameManager.h 231 // createShareGroup - create a new ShareGroup object and attach it with
238 // specified in p_existingGroupName and attach p_groupName to the same
  /external/chromium/chrome/browser/chromeos/
native_dialog_window.cc 81 // Init and attach to native dialog.
226 contents_view_->Attach(contents);

Completed in 2214 milliseconds

<<11121314151617181920>>