HomeSort by relevance Sort by last modified time
    Searched refs:nOutput (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/sqlite/src/ext/icu/
icu.c 331 int nOutput;
347 nOutput = nInput * 2 + 2;
348 zOutput = sqlite3_malloc(nOutput);
354 u_strToUpper(zOutput, nOutput/2, zInput, nInput/2, zLocale, &status);
356 u_strToLower(zOutput, nOutput/2, zInput, nInput/2, zLocale, &status);
  /frameworks/base/core/java/android/view/
RenderNode.java 801 nOutput(mNativeRenderNode);
903 private static native void nOutput(long renderNode)
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
OMX_AacDec_Utils.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
OMX_Mp3Dec_Utils.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
OMX_WmaDec_Utils.c     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Utils.c     [all...]

Completed in 825 milliseconds