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

1 2 3

  /external/grub/stage2/
freebsd.h 44 * adaptor (uba, mba, etc), unit number and partition number.
62 #define MAKEBOOTDEV(type, adaptor, controller, unit, partition) \
63 (((type) << B_TYPESHIFT) | ((adaptor) << B_ADAPTORSHIFT) | \
  /external/stlport/test/unit/
fadapter.h 6 // used as adaptor's return/argument type,
  /frameworks/base/core/java/android/content/
ContentProviderNative.java 288 // Like bulkQuery() but sets up provided 'adaptor' if not null.
293 BulkCursorToCursorAdaptor adaptor) throws RemoteException {
325 final boolean wantsCursorMetadata = (adaptor != null);
341 adaptor.set(bulkCursor, rowCount, idColumnPosition);
365 BulkCursorToCursorAdaptor adaptor = new BulkCursorToCursorAdaptor(); local
368 adaptor.getObserver(), window,
369 adaptor);
373 return adaptor;
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
utf8.h 69 /// \brief An iterator adaptor to character containers for reading UTF-8 encoded text.
138 /// \brief An iterator adaptor to character containers for writing UTF-8 encoded text.
181 /// Returns a UTF-8 adaptor writing to \p i. Useful in conjuction with back_insert_iterator.
188 /// Returns a UTF-8 adaptor reading from \p i.
  /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/
g_adapt.h 106 Word16 prev_alpha; /* previous adaptor output, Q15 */
118 /* initialize one instance of the gain adaptor
125 /* reset of gain adaptor state (i.e. set state memory to zero)
130 /* de-initialize gain adaptor state (i.e. free state struct)
138 * (and update the adaptor state)
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
g_adapt.h 106 Word16 prev_alpha; /* previous adaptor output, Q15 */
118 /* initialize one instance of the gain adaptor
125 /* reset of gain adaptor state (i.e. set state memory to zero)
130 /* de-initialize gain adaptor state (i.e. free state struct)
138 * (and update the adaptor state)
  /external/apache-http/src/org/apache/http/auth/params/
AuthParams.java 38 * This class implements an adaptor around the {@link HttpParams} interface
  /external/apache-http/src/org/apache/http/client/params/
HttpClientParams.java 36 * An adaptor for accessing HTTP client parameters in {@link HttpParams}.
  /external/v8/src/
frames.h 337 // an arguments adaptor frame.
363 // passed on the stack by the caller. Once argument adaptor frames
372 // actual passed arguments are available in an arguments adaptor
413 // Arguments adaptor frames are automatically inserted below
frames-inl.h 175 // adaptor frames.
  /external/webkit/WebCore/loader/archive/
ArchiveFactory.cpp 49 // of Archive. This adaptor makes the functions have a uniform return type.
  /external/stlport/stlport/stl/
_alloc.h 96 // Allocator adaptor to check size arguments for debugging.
101 // This adaptor can only be applied to raw allocators
191 // Another allocator adaptor: _Alloc_traits. This serves two
  /external/apache-http/src/org/apache/http/params/
HttpProtocolParams.java 39 * This class implements an adaptor around the {@link HttpParams} interface
  /external/v8/test/mjsunit/
arguments-opt.js 73 // adaptor frames.
  /bionic/libc/include/net/
ethertypes.h 112 #define ETHERTYPE_NBPRAS 0x3C0B /* 3Com NBP Remote adaptor status request not registered */
113 #define ETHERTYPE_NBPRAR 0x3C0C /* 3Com NBP Remote adaptor response not registered */
  /ndk/build/platforms/android-3/arch-arm/usr/include/net/
ethertypes.h 112 #define ETHERTYPE_NBPRAS 0x3C0B /* 3Com NBP Remote adaptor status request not registered */
113 #define ETHERTYPE_NBPRAR 0x3C0C /* 3Com NBP Remote adaptor response not registered */
  /ndk/build/platforms/android-4/arch-arm/usr/include/net/
ethertypes.h 112 #define ETHERTYPE_NBPRAS 0x3C0B /* 3Com NBP Remote adaptor status request not registered */
113 #define ETHERTYPE_NBPRAR 0x3C0C /* 3Com NBP Remote adaptor response not registered */
  /ndk/build/platforms/android-5/arch-arm/usr/include/net/
ethertypes.h 112 #define ETHERTYPE_NBPRAS 0x3C0B /* 3Com NBP Remote adaptor status request not registered */
113 #define ETHERTYPE_NBPRAR 0x3C0C /* 3Com NBP Remote adaptor response not registered */
  /ndk/build/platforms/android-5/arch-x86/usr/include/net/
ethertypes.h 112 #define ETHERTYPE_NBPRAS 0x3C0B /* 3Com NBP Remote adaptor status request not registered */
113 #define ETHERTYPE_NBPRAR 0x3C0C /* 3Com NBP Remote adaptor response not registered */
  /ndk/build/platforms/android-8/arch-arm/usr/include/net/
ethertypes.h 112 #define ETHERTYPE_NBPRAS 0x3C0B /* 3Com NBP Remote adaptor status request not registered */
113 #define ETHERTYPE_NBPRAR 0x3C0C /* 3Com NBP Remote adaptor response not registered */
  /ndk/build/platforms/android-8/arch-x86/usr/include/net/
ethertypes.h 112 #define ETHERTYPE_NBPRAS 0x3C0B /* 3Com NBP Remote adaptor status request not registered */
113 #define ETHERTYPE_NBPRAR 0x3C0C /* 3Com NBP Remote adaptor response not registered */
  /external/apache-http/src/org/apache/http/conn/params/
ConnRouteParams.java 43 * An adaptor for accessing route related parameters in {@link HttpParams}.
  /external/webkit/WebCore/platform/graphics/skia/
PlatformContextSkia.h 61 // SkPaint objects. This class provides the adaptor that allows the painting
  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdBldItrIE.c 117 * adaptor's non-volatile memory.
  /system/wlan/ti/wilink_6_1/TWD/Ctrl/
CmdBldItrIE.c 117 * adaptor's non-volatile memory.

Completed in 222 milliseconds

1 2 3