OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TEST_INT
(Results
1 - 2
of
2
) sorted by null
/external/vixl/test/
test-api.cc
161
#define
TEST_INT
(test_vector) \
171
TEST_LIST(
TEST_INT
)
174
#undef
TEST_INT
/frameworks/base/services/tests/servicestests/src/com/android/server/am/
CoreSettingsObserverTest.java
70
private static final int
TEST_INT
= 111;
109
Settings.Secure.putInt(mContentResolver, TEST_SETTING_SECURE_INT,
TEST_INT
);
116
TEST_INT
, settingsBundle.getInt(TEST_SETTING_SECURE_INT));
Completed in 1154 milliseconds