Home
last modified time | relevance | path

Searched refs:TestState (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/flutter/dev/integration_tests/android_splash_screens/splash_screen_kitchen_sink/android/app/src/main/java/io/flutter/splash_screen_kitchen_sink/
DMainActivity.java136 private List<TestState> eventLog = new ArrayList<>();
139 eventLog.add(TestState.WAITING_FOR_LAYOUT); in SplashTestLog()
143 TestState newTestState = TestState.WAITING_FOR_LAYOUT; in update()
145 newTestState = isSplashAvailable ? TestState.SPLASH_SHOWING : TestState.SPLASH_NOT_SHOWING; in update()
168 private String serializeEvent(TestState event) { in serializeEvent()
185 private enum TestState { enum in MainActivity
/third_party/cef/tests/ceftests/
Dtest_server_unittest.cc19 struct TestState { struct
43 TestServerObserver(TestState* state, in TestServerObserver()
188 TestState* const state_;
200 void CreateObserverOnUIThread(TestState* state, in CreateObserverOnUIThread()
227 TestState state; in TEST()
239 TestState states[3]; in TEST()
/third_party/openssl/test/ossl_shim/
Dossl_shim.cc80 struct TestState { struct
97 delete ((TestState *)ptr); in TestStateExFree()
111 static bool SetTestState(SSL *ssl, std::unique_ptr<TestState> state) { in SetTestState()
120 static TestState *GetTestState(const SSL *ssl) { in GetTestState()
121 return (TestState *)SSL_get_ex_data(ssl, g_state_index); in GetTestState()
678 TestState *test_state = GetTestState(ssl); in RetryAsync()
717 TestState *test_state = GetTestState(ssl); in DoRead()
908 !SetTestState(ssl.get(), std::unique_ptr<TestState>(new TestState))) { in DoExchange()
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dframework_test.dart9 class TestState extends State<StatefulWidget> {
41 const GlobalObjectKey<TestState> two = GlobalObjectKey<TestState>(2);
43 const GlobalObjectKey<TestState> four = _MyGlobalObjectKey<TestState>(4);
46 expect(two.toString(), equals('[GlobalObjectKey<TestState> ${describeIdentity(2)}]'));
48 expect(four.toString(), equals('[_MyGlobalObjectKey<TestState> ${describeIdentity(4)}]'));
561 final TestState state = TestState();
Dvisibility_test.dart11 class TestState extends StatefulWidget {
12 const TestState({ Key key, this.child, this.log }) : super(key: key);
16 State<TestState> createState() => _TestStateState();
19 class _TestStateState extends State<TestState> {
41 return TestState(
/third_party/typescript/src/harness/
DfourslashInterfaceImpl.ts3 constructor(private state: FourSlash.TestState) {
48 constructor(private state: FourSlash.TestState) {
57 constructor(private state: FourSlash.TestState) {
124 constructor(protected state: FourSlash.TestState, private negative = false) {
240 constructor(state: FourSlash.TestState) {
606 constructor(private state: FourSlash.TestState) {
674 constructor(private state: FourSlash.TestState) {
742 constructor(private state: FourSlash.TestState) {
771 constructor(private state: FourSlash.TestState) {
DfourslashImpl.ts159 export class TestState { class
394 function memoWrap(ls: ts.LanguageService, target: TestState): ts.LanguageService {
1277 … assert.equal(TestState.getDisplayPartsJson(referencedSymbols[0].definition.displayParts),
1278TestState.getDisplayPartsJson(expected), this.messageAtLastKnownMarker("referenced symbol definiti…
1385 …assert.equal(TestState.getDisplayPartsJson(actualQuickInfo.displayParts), TestState.getDisplayPart…
1386 …assert.equal(TestState.getDisplayPartsJson(actualQuickInfo.documentation), TestState.getDisplayPar…
3484 … const { renamePosition: rp, newContent } = TestState.parseNewContent(newFileContents[fileName]);
3969 const state = new TestState(absoluteFileName, absoluteBasePath, testType, testData);
3979 function runCode(code: string, state: TestState, fileName: string): void {
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dwebrtcbin.c58 } TestState; typedef
75 TestState state;
143 test_webrtc_signal_state_unlocked (struct test_webrtc *t, TestState state) in test_webrtc_signal_state_unlocked()
150 test_webrtc_signal_state (struct test_webrtc *t, TestState state) in test_webrtc_signal_state()
694 test_webrtc_wait_for_state_mask (struct test_webrtc *t, TestState state) in test_webrtc_wait_for_state_mask()
708 TestState states = 0; in test_webrtc_wait_for_answer_error_eos()
809 struct validate_sdp *answer, TestState wait_mask, in test_validate_sdp_full()