HomeSort by relevance Sort by last modified time
    Searched defs:refType (Results 1 - 5 of 5) sorted by null

  /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); */ }
  /dalvik/vm/interp/
Interp.c     [all...]
  /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...]
  /dalvik/vm/analysis/
CodeVerify.c     [all...]
  /prebuilt/common/ecj/
ecj.jar 

Completed in 115 milliseconds