OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestState
(Results
1 - 7
of
7
) sorted by null
/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/skia/tests/
PathOpsSkpClipTest.cpp
243
struct
TestState
{
266
TestState
fState;
267
void (*fTestFun)(
TestState
*);
273
TestRunnableDir(void (*testFun)(
TestState
*), int dirNo, TestRunner* runner) {
282
TestRunnableFile(void (*testFun)(
TestState
*), int dirNo, const char* name, TestRunner* runner) {
291
TestRunnableEncode(void (*testFun)(
TestState
*), int dirNo, const char* name, TestRunner* runner)
360
static bool addError(
TestState
* data, const TestResult& testResult) {
668
static void testSkpClip(
TestState
* data) {
700
static bool doOneDir(
TestState
* state, bool threaded) {
755
static void testSkpClipEncode(
TestState
* data)
[
all
...]
/external/boringssl/src/ssl/test/
bssl_shim.cc
83
struct
TestState
{
84
TestState
() {
114
delete ((
TestState
*)ptr);
128
static bool SetTestState(SSL *ssl, std::unique_ptr<
TestState
> state) {
137
static
TestState
*GetTestState(const SSL *ssl) {
138
return (
TestState
*)SSL_get_ex_data(ssl, g_state_index);
161
TestState
*test_state = GetTestState(ssl);
194
TestState
*test_state = GetTestState(ssl);
223
TestState
*test_state = GetTestState(ssl);
251
TestState
*test_state = GetTestState(ssl)
[
all
...]
/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
...]
/external/clang/lib/Sema/
SemaDeclAttr.cpp
[
all
...]
Completed in 633 milliseconds