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

1 2 3

  /external/qemu/distrib/sdl-1.2.12/src/joystick/darwin/
SDL_sysjoystick.c 237 CFTypeRef refType;
239 refType = CFDictionaryGetValue (refElement, CFSTR(kIOHIDElementCookieKey));
240 if (refType && CFNumberGetValue (refType, kCFNumberLongType, &number))
242 refType = CFDictionaryGetValue (refElement, CFSTR(kIOHIDElementMinKey));
243 if (refType && CFNumberGetValue (refType, kCFNumberLongType, &number))
245 refType = CFDictionaryGetValue (refElement, CFSTR(kIOHIDElementMaxKey));
246 if (refType && CFNumberGetValue (refType, kCFNumberLongType, &number)
    [all...]
  /external/chromium/base/
tuple.h 37 // RefType: the ref version of a type (same as the type for refs).
43 typedef P& RefType;
50 typedef P& RefType;
79 typedef Tuple1<typename TupleTraits<A>::RefType> RefTuple;
95 typedef Tuple2<typename TupleTraits<A>::RefType,
96 typename TupleTraits<B>::RefType> RefTuple;
119 typedef Tuple3<typename TupleTraits<A>::RefType,
120 typename TupleTraits<B>::RefType,
121 typename TupleTraits<C>::RefType> RefTuple;
149 typedef Tuple4<typename TupleTraits<A>::RefType,
    [all...]
  /dalvik/vm/interp/
Interp.c     [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_xmf.c 545 EAS_I32 refType;
581 if ((result = XMF_ReadVLQ(hwInstData, pXMFData->fileHandle, &refType)) != EAS_SUCCESS)
593 if (refType == 2)
603 else if (refType != 1)
605 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "Unexpected reference type %d\n", refType); */ }
  /external/skia/src/core/
SkBitmap.cpp 1270 int reftype = buffer.readU8(); local
    [all...]
  /dalvik/vm/analysis/
CodeVerify.c     [all...]
  /external/libxml2/
xmlschemas.c     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/arm-eabi/bin/
ar 
nm 
ranlib 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/
arm-eabi-addr2line 
arm-eabi-ar 
arm-eabi-c++filt 
arm-eabi-nm 
arm-eabi-ranlib 
arm-eabi-size 
arm-eabi-strings 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/arm-eabi/bin/
ar 
nm 
ranlib 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/
arm-eabi-addr2line 
arm-eabi-ar 
arm-eabi-c++filt 
arm-eabi-nm 
arm-eabi-ranlib 

Completed in 314 milliseconds

1 2 3