Home
last modified time | relevance | path

Searched defs:currentState (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/
DDuplexEngine.cpp77 auto currentState = outStream->getState(); in startStreams() local
/third_party/skia/src/gpu/d3d/
DGrD3DTextureResource.h50 D3D12_RESOURCE_STATES currentState() const { in currentState() function
/third_party/skia/third_party/externals/icu/source/common/
Ducnv_ct.cpp346 COMPOUND_TEXT_CONVERTERS currentState, tmpState; in UConverter_fromUnicode_CompoundText_OFFSETS() local
474 COMPOUND_TEXT_CONVERTERS currentState, tmpState; in UConverter_toUnicode_CompoundText_OFFSETS() local
/third_party/node/deps/icu-small/source/common/
Ducnv_ct.cpp346 COMPOUND_TEXT_CONVERTERS currentState, tmpState; in UConverter_fromUnicode_CompoundText_OFFSETS() local
474 COMPOUND_TEXT_CONVERTERS currentState, tmpState; in UConverter_toUnicode_CompoundText_OFFSETS() local
/third_party/icu/icu4c/source/common/
Ducnv_ct.cpp346 COMPOUND_TEXT_CONVERTERS currentState, tmpState; in UConverter_fromUnicode_CompoundText_OFFSETS() local
474 COMPOUND_TEXT_CONVERTERS currentState, tmpState; in UConverter_toUnicode_CompoundText_OFFSETS() local
/third_party/skia/third_party/externals/oboe/src/opensles/
DAudioStreamOpenSLES.cpp366 Result AudioStreamOpenSLES::waitForStateChange(StreamState currentState, in waitForStateChange()
/third_party/skia/third_party/externals/oboe/src/aaudio/
DAudioStreamAAudio.cpp451 Result AudioStreamAAudio::waitForStateChange(StreamState currentState, in waitForStateChange()
/third_party/skia/src/gpu/vk/
DGrVkGpu.cpp2005 sk_sp<GrBackendSurfaceMutableStateImpl> currentState, in setBackendSurfaceState()
2039 sk_sp<GrBackendSurfaceMutableStateImpl> currentState = backendTeture.getMutableState(); in setBackendTextureState() local
2053 sk_sp<GrBackendSurfaceMutableStateImpl> currentState = backendRenderTarget.getMutableState(); in setBackendRenderTargetState() local
/third_party/typescript/src/compiler/transformers/
Des2015.ts2847 const currentState = createConvertedLoopState(node); constant
2966 const currentState: ConvertedLoopState = { loopParameters, loopOutParameters }; constant
/third_party/node/deps/v8/tools/profview/
Dprofview.js57 currentState : emptyState(), property
/third_party/typescript/lib/
DtypingsInstaller.js31274 function nextState(machine, currentState) { argument
105499 … var currentState = { loopParameters: loopParameters, loopOutParameters: loopOutParameters }; variable
105601 function createFunctionForInitializerOfForStatement(node, currentState) { argument
105652 function createFunctionForBodyOfIterationStatement(node, currentState, outerState) { argument
Dtsc.js25230 function nextState(machine, currentState) { argument
88245 … var currentState = { loopParameters: loopParameters, loopOutParameters: loopOutParameters }; variable
88313 function createFunctionForInitializerOfForStatement(node, currentState) { argument
88330 function createFunctionForBodyOfIterationStatement(node, currentState, outerState) { argument
/third_party/typescript/tests/lib/
Dlib.d.ts11427 currentState: number; property