HomeSort by relevance Sort by last modified time
    Searched refs:TestState (Results 1 - 25 of 36) sorted by null

1 2

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/flashlight/
CameraFlashlightActivity.java 45 private TestState mTestState;
54 // TestState -> enabled buttons
55 private final HashMap<TestState, HashSet<View>> mStateButtonsMap = new HashMap<>();
57 private enum TestState {
80 mTestState = TestState.ALL_PASSED;
90 mTestState = TestState.WAITING_ON_CALLBACK_ON;
93 mTestState = TestState.FAILED;
102 mTestState = TestState.WAITING_ON_CALLBACK_OFF;
105 mTestState = TestState.FAILED;
136 if (mTestState == TestState.TESTING_ON)
    [all...]
  /external/guice/core/test/com/google/inject/internal/
WeakKeySetTest.java 68 TestState state = new TestState();
89 TestState state = new TestState();
110 TestState state1 = new TestState();
111 TestState state2 = new TestState();
158 TestState state1 = new TestState();
    [all...]
  /external/boringssl/src/ssl/test/
bssl_shim.cc 93 struct TestState {
126 delete ((TestState *)ptr);
140 static bool SetTestState(SSL *ssl, std::unique_ptr<TestState> state) {
149 static TestState *GetTestState(const SSL *ssl) {
150 return (TestState *)SSL_get_ex_data(ssl, g_state_index);
154 TestState *state = GetTestState(src);
330 TestState *test_state = GetTestState(ssl);
408 TestState *test_state = GetTestState(ssl);
435 TestState *test_state = GetTestState(ssl);
514 TestState *test_state = GetTestState(ssl)
    [all...]
  /frameworks/rs/tests/lldb/tests/
run_test.py 39 class TestState(object):
50 state: Test suite state collection, instance of TestState.
102 state: Test suite state collection, instance of TestState.
132 state: test suite state collection, instance of TestState.
205 state: The current TestState object.
352 state = TestState(
  /external/cmockery/cmockery_0_1_2/src/
cmockery.c 68 typedef struct TestState {
72 } TestState;
    [all...]
  /external/webrtc/webrtc/video/
video_send_stream_tests.cc 859 enum TestState {
888 TestState test_state_ GUARDED_BY(crit_);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Attrs.inc     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Attrs.inc     [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
Attrs.inc     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
Attrs.inc     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
Attrs.inc     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
Attrs.inc     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
Attrs.inc     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
Attrs.inc     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
Attrs.inc     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
Attrs.inc     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
Attrs.inc     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
Attrs.inc     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
Attrs.inc     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
Attrs.inc     [all...]
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0/
intellij-core-26.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-alpha4/
intellij-core-26.0.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-alpha5/
intellij-core-26.0.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-alpha6/
intellij-core-26.0.0-alpha6.jar 

Completed in 1144 milliseconds

1 2