Home
last modified time | relevance | path

Searched refs:initState (Results 1 – 11 of 11) sorted by relevance

/external/lzma/C/
DLzma2Dec.c170 void LzmaDec_InitDicAndState(CLzmaDec *p, Bool initDic, Bool initState);
268 Bool initState = (mode != 0); in Lzma2Dec_DecodeToDic() local
269 if ((!initDic && p->needInitDic) || (!initState && p->needInitState)) in Lzma2Dec_DecodeToDic()
275 LzmaDec_InitDicAndState(&p->decoder, initDic, initState); in Lzma2Dec_DecodeToDic()
DLzmaDec.c769 void LzmaDec_InitDicAndState(CLzmaDec *p, Bool initDic, Bool initState) in LzmaDec_InitDicAndState() argument
781 if (initState) in LzmaDec_InitDicAndState()
/external/skqp/src/core/
DSkColorMatrixFilterRowMajor255.cpp38 void SkColorMatrixFilterRowMajor255::initState() { in initState() function in SkColorMatrixFilterRowMajor255
58 this->initState(); in SkColorMatrixFilterRowMajor255()
333 cf->initState(); in MakeSingleChannelOutput()
DSkColorMatrixFilterRowMajor255.h45 void initState();
/external/skia/src/core/
DSkColorMatrixFilterRowMajor255.cpp38 void SkColorMatrixFilterRowMajor255::initState() { in initState() function in SkColorMatrixFilterRowMajor255
58 this->initState(); in SkColorMatrixFilterRowMajor255()
333 cf->initState(); in MakeSingleChannelOutput()
DSkColorMatrixFilterRowMajor255.h45 void initState();
/external/oj-libjdwp/src/share/back/
DstepControl.c166 initState(JNIEnv *env, jthread thread, StepRequest *step) in initState() function
501 error = initState(env, thread, step); in completeStep()
715 error = initState(env, thread, step); in stepControl_resetRequest()
822 error = initState(env, thread, step); in stepControl_beginStep()
/external/brotli/java/org/brotli/dec/
DBitReaderTest.java25 Decode.initState(reader, new ByteArrayInputStream(new byte[1])); in testReadAfterEos()
DBrotliInputStream.java79 Decode.initState(state, source); in BrotliInputStream()
DDecode.java148 static void initState(State s, InputStream input) { in initState() method in Decode
/external/brotli/js/
Ddecode.js66 function initState(s, input) { function in BrotliDecode
1679 initState(s, new InputStream(bytes));