Searched defs:initState (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/lzma_sdk/
H A DLzma2Dec.c168 void LzmaDec_InitDicAndState(CLzmaDec *p, Bool initDic, Bool initState);
250 Bool initState = (mode > 0); local
251 if ((!initDic && p->needInitDic) || (!initState && p->needInitState))
254 LzmaDec_InitDicAndState(&p->decoder, initDic, initState);
H A DLzmaDec.c685 void LzmaDec_InitDicAndState(CLzmaDec *p, Bool initDic, Bool initState) argument
697 if (initState)
/external/lzma/C/
H A DLzma2Dec.c168 void LzmaDec_InitDicAndState(CLzmaDec *p, Bool initDic, Bool initState);
250 Bool initState = (mode > 0); local
251 if ((!initDic && p->needInitDic) || (!initState && p->needInitState))
254 LzmaDec_InitDicAndState(&p->decoder, initDic, initState);
H A DLzmaDec.c685 void LzmaDec_InitDicAndState(CLzmaDec *p, Bool initDic, Bool initState) argument
697 if (initState)
/external/chromium_org/third_party/skia/src/animator/
H A DSkAnimateActive.cpp35 initState(&fApply, 0);
73 initState(apply, oldCount);
269 void SkActive::initState(SkApply* apply, int offset) { function in class:SkActive
276 SkDebugf("%8x %8x active initState:\n", this, animate);
/external/chromium_org/third_party/skia/src/effects/
H A DSkColorMatrixFilter.cpp125 void SkColorMatrixFilter::initState(const SkScalar* SK_RESTRICT src) { function in class:SkColorMatrixFilter
211 this->initState(cm.fMat);
216 this->initState(array);
314 this->initState(fMatrix.fMat);
/external/skia/src/animator/
H A DSkAnimateActive.cpp35 initState(&fApply, 0);
73 initState(apply, oldCount);
269 void SkActive::initState(SkApply* apply, int offset) { function in class:SkActive
276 SkDebugf("%8x %8x active initState:\n", this, animate);
/external/skia/src/effects/
H A DSkColorMatrixFilter.cpp125 void SkColorMatrixFilter::initState(const SkScalar* SK_RESTRICT src) { function in class:SkColorMatrixFilter
211 this->initState(cm.fMat);
216 this->initState(array);
315 this->initState(fMatrix.fMat);
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
H A DLzmaDec.c686 void LzmaDec_InitDicAndState(CLzmaDec *p, Bool initDic, Bool initState) argument
698 if (initState)
/external/robolectric/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 317 milliseconds