Home
last modified time | relevance | path

Searched refs:InitialState (Results 1 - 19 of 19) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86WinEHState.cpp670 int InitialState = OverdefinedState; in addStateStores() local
673 InitialState = FinalState = ParentBaseState; in addStateStores()
680 if (InitialState == OverdefinedState) in addStateStores()
681 InitialState = State; in addStateStores()
686 if (InitialState == OverdefinedState) { in addStateStores()
691 << " InitialState=" << InitialState << '\n'); in addStateStores()
694 InitialStates.insert({BB, InitialState}); in addStateStores()
724 // Update our FinalState to reflect the common InitialState of our in addStateStores()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/
H A DMatrixModeTest.cpp32 TEST_P(MatrixModeTest, InitialState) in TEST_P()
H A DShadeModelTest.cpp34 TEST_P(ShadeModelTest, InitialState) in TEST_P()
H A DTextureTargetEnableTest.cpp30 TEST_P(TextureTargetEnableTest, InitialState) in TEST_P()
H A DCurrentNormalTest.cpp36 TEST_P(CurrentNormalTest, InitialState) in TEST_P()
H A DClientActiveTextureTest.cpp34 TEST_P(ClientActiveTextureTest, InitialState) in TEST_P()
H A DMatrixStackTest.cpp32 TEST_P(MatrixStackTest, InitialState) in TEST_P()
H A DClientStateEnable.cpp37 TEST_P(ClientStateEnable, InitialState) in TEST_P()
H A DCurrentTextureCoordsTest.cpp39 TEST_P(CurrentTextureCoordsTest, InitialState) in TEST_P()
H A DClipPlaneTest.cpp34 TEST_P(ClipPlaneTest, InitialState) in TEST_P()
H A DCurrentColorTest.cpp34 TEST_P(CurrentColorTest, InitialState) in TEST_P()
H A DTextureParameterTest.cpp34 TEST_P(TextureParameterTest, InitialState) in TEST_P()
H A DMaterialsTest.cpp36 TEST_P(MaterialsTest, InitialState) in TEST_P()
H A DFogTest.cpp34 TEST_P(FogTest, InitialState) in TEST_P()
H A DPointParameterTest.cpp34 TEST_P(PointParameterTest, InitialState) in TEST_P()
H A DLightsTest.cpp39 TEST_P(LightsTest, InitialState) in TEST_P()
H A DTextureEnvTest.cpp132 TEST_P(TextureEnvTest, InitialState) in TEST_P()
/third_party/python/Modules/clinic/
H A Doverlapped.c.h200 "CreateEvent($module, EventAttributes, ManualReset, InitialState, Name,\n"
213 BOOL ManualReset, BOOL InitialState,
222 BOOL InitialState; in _overlapped_CreateEvent() local
226 &EventAttributes, &ManualReset, &InitialState, _PyUnicode_WideCharString_Opt_Converter, &Name)) { in _overlapped_CreateEvent()
229 return_value = _overlapped_CreateEvent_impl(module, EventAttributes, ManualReset, InitialState, Name); in _overlapped_CreateEvent()
/third_party/python/Modules/
H A Doverlapped.c434 InitialState: BOOL
445 BOOL ManualReset, BOOL InitialState, in _overlapped_CreateEvent_impl()
457 Event = CreateEventW(NULL, ManualReset, InitialState, Name); in _overlapped_CreateEvent_impl()
444 _overlapped_CreateEvent_impl(PyObject *module, PyObject *EventAttributes, BOOL ManualReset, BOOL InitialState, const Py_UNICODE *Name) _overlapped_CreateEvent_impl() argument

Completed in 13 milliseconds