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

1 2 3 4 5 6

  /sdk/draw9patch/src/com/android/draw9patch/ui/
ImageTransferHandler.java 39 for (DataFlavor flavor : transferable.getTransferDataFlavors()) {
40 if (flavor.isFlavorJavaFileListType()) {
46 } else if (flavor.isFlavorTextType()) {
47 if (flavor.getRepresentationClass() == String.class) {
48 String mime = flavor.getMimeType();
79 for (DataFlavor flavor : dataFlavors) {
80 if (flavor.isFlavorJavaFileListType() || flavor.isFlavorTextType()) {
  /external/stlport/src/
cxa.c 43 long int flavor; member in struct:exit_function
77 new->flavor = ef_cxa;
122 if (l->fns[i].flavor == ef_free)
144 /* Mark entry as used, but we don't know the flavor now. */
146 l->fns[i].flavor = ef_us;
175 if ( (d == NULL || d == f->func.cxa.dso_handle) && (f->flavor == ef_cxa) ) {
176 f->flavor = ef_free;
  /ndk/sources/cxx-stl/stlport/src/
cxa.c 43 long int flavor; member in struct:exit_function
77 new->flavor = ef_cxa;
122 if (l->fns[i].flavor == ef_free)
144 /* Mark entry as used, but we don't know the flavor now. */
146 l->fns[i].flavor = ef_us;
175 if ( (d == NULL || d == f->func.cxa.dso_handle) && (f->flavor == ef_cxa) ) {
176 f->flavor = ef_free;
  /external/kernel-headers/original/linux/sunrpc/
auth.h 48 /* per-flavor data */
77 * differ from the flavor in
83 /* per-flavor data */
95 rpc_authflavor_t au_flavor; /* flavor (RPC_AUTH_*) */
msg_prot.h 14 /* spec defines authentication flavor as an unsigned 32 bit integer */
svcauth.h 118 extern int svc_auth_register(rpc_authflavor_t flavor, struct auth_ops *aops);
119 extern void svc_auth_unregister(rpc_authflavor_t flavor);
  /packages/experimental/
README 2 not included with any flavor of the device, the SDK, or any other kind
  /external/webkit/WebCore/platform/graphics/android/
android_graphics.h 57 enum Flavor {
77 Flavor m_flavor;
android_graphics.cpp 150 m_flavor = static_cast<Flavor>(m_flavor + NORMAL_ANIMATING);
154 DBG_NAV_LOGD("cursorNode=%d (nodePointer=%p) flavor=%s rings=%d"
  /frameworks/base/include/utils/
StreamingZipInflater.h 31 // Flavor that pages in the compressed data from a fd
34 // Flavor that gets the compressed data from an in-memory buffer
  /development/pdk/pndk/config/
config.mk 1 # Assumes PREBUILT is defined to point to the correct flavor of the prebuilt
  /development/pdk/pndk/samples/sample/
Makefile.lib 6 # Assumes PREBUILT is defined to point to the correct flavor of the prebuilt
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/nfsd/
export.h 41 /* The flags that may vary depending on security flavor: */
  /external/chromium/third_party/icu/source/common/
wintz.c 52 * HKLM subkeys used to probe for the flavor of Windows. Note that we
80 * Flavor of Windows, from our perspective. Not a real OS version,
81 * but rather the flavor of the layout of the time zone information in
179 the flavor of Windows):
  /external/icu4c/common/
wintz.c 52 * HKLM subkeys used to probe for the flavor of Windows. Note that we
80 * Flavor of Windows, from our perspective. Not a real OS version,
81 * but rather the flavor of the layout of the time zone information in
181 the flavor of Windows):
  /external/tcpdump/
rpc_auth.h 69 u_int32_t oa_flavor; /* flavor of auth */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/
auth_unix.h 79 * If a response verifier has flavor AUTH_SHORT,
  /development/pdk/docs/porting/
build_system.jd 217 This is the default flavor. A plain <code>make</code> is the
238 This is the flavor intended to be the final release bits.
266 If you build one flavor and then want to build another, you should run
268 you don't pick up files installed by the previous flavor. <code>make
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/
README 23 on parse.y. If your system doesn't have a flavor of yacc available,
  /frameworks/base/docs/html/guide/topics/drawing/
opengl.jd 7 <p>OpenGL ES is a flavor of the OpenGL specification intended for embedded
  /frameworks/base/docs/html/guide/topics/graphics/
opengl.jd 10 <p>OpenGL ES is a flavor of the OpenGL specification intended for embedded
  /external/jpeg/
djpeg.1 71 Select BMP output format (Windows flavor). 8-bit colormapped format is
85 Select BMP output format (OS/2 1.x flavor). 8-bit colormapped format is
  /external/v8/src/
platform-macos.cc 562 thread_state_flavor_t flavor = x86_THREAD_STATE64; local
571 thread_state_flavor_t flavor = i386_THREAD_STATE;
584 flavor,
  /external/webkit/JavaScriptCore/runtime/
Collector.cpp 879 thread_state_flavor_t flavor = i386_THREAD_STATE; local
882 thread_state_flavor_t flavor = x86_THREAD_STATE64;
885 thread_state_flavor_t flavor = PPC_THREAD_STATE;
888 thread_state_flavor_t flavor = PPC_THREAD_STATE64;
891 thread_state_flavor_t flavor = ARM_THREAD_STATE;
896 kern_return_t result = thread_get_state(platformThread, flavor, (thread_state_t)&regs, &user_count);
    [all...]
  /dalvik/libdex/
InstrUtils.h 103 kInstrInvoke = 1 << 5, // a flavor of invoke

Completed in 399 milliseconds

1 2 3 4 5 6