Searched
full:actual (Results
1251 -
1275 of
10182) sorted by null
<<51525354555657585960>>
/frameworks/base/core/java/com/android/internal/policy/ |
PolicyManager.java | 36 // Pull in the actual implementation of the policy at run-time
|
/frameworks/base/libs/androidfw/ |
BackupData.cpp | 203 #define CHECK_SIZE(actual, expected) \ 205 if ((actual) != (expected)) { \ 206 if ((actual) == 0) { \ 212 long(actual), long(expected), __LINE__, strerror(m_status)); \
|
/frameworks/base/test-runner/tests/src/android/test/ |
InstrumentationTestRunnerTest.java | 176 private void assertContentsInOrder(List<TestDescriptor> actual, TestDescriptor... source) { 178 assertEquals("Unexpected number of items.", clonedSource.length, actual.size()); 179 for (int i = 0; i < actual.size(); i++) { 180 TestDescriptor actualItem = actual.get(i);
|
/frameworks/base/tests/CoreTests/android/core/ |
JniLibTest.java | 36 * LD_LIBRARY_PATH. The actual library name searched for will be
|
/frameworks/base/tools/layoutlib/bridge/src/android/os/ |
ServiceManager.java | 56 // actual implementation returns null sometimes, so it's ok
|
/frameworks/compile/libbcc/include/bcinfo/Wrap/ |
file_wrapper_input.h | 33 // actual number of bytes read.
|
wrapper_input.h | 35 // actual number of bytes read.
|
/frameworks/native/libs/diskusage/ |
dirsize.c | 27 // count actual blocks used instead of nominal file size
|
/frameworks/native/opengl/tests/testPauseResume/ |
README | 18 Actual behavior:
|
/frameworks/support/v7/appcompat/res/values/ |
config.xml | 26 maximum (let them grow as large as the screen). Actual values are
|
/hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/ |
mcVersionHelper.h | 94 * It returns either only the actual version, or on mismatch, actual and required version. 155 * It returns either only the actual version, or on mismatch, actual and
|
/libcore/json/src/test/java/org/json/ |
ParsingTest.java | 233 Object actual = new JSONTokener(json).nextValue(); local 234 actual = canonicalize(actual); 236 assertEquals("For input \"" + json + "\" " + message, expected, actual);
|
/libcore/luni/src/main/java/java/sql/ |
Wrapper.java | 21 * This class is an actual usage of the wrapper pattern for JDBC classes.
|
/libcore/luni/src/main/java/libcore/net/url/ |
FtpURLInputStream.java | 31 private InputStream is; // Actual input stream
|
/libcore/luni/src/main/java/libcore/reflect/ |
ParameterizedTypeImpl.java | 57 // Here the actual loading of the class has to be performed and the
|
/ndk/sources/host-tools/make-3.81/config/ |
nls.m4 | 13 dnl Please note that the actual code of the GNU gettext library is covered
|
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
reinvoke | 57 # Now try with the file we're not updating being the actual file we're
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/ |
argument.hpp | 12 // Description : model of actual argument (both typed and abstract interface)
|
/packages/apps/Calendar/tests/src/com/android/calendar/alerts/ |
MockAlarmManager.java | 47 context, expectedAlarmTime, DateUtils.FORMAT_SHOW_TIME) + ", actual:"
|
/packages/apps/Camera/src/com/android/camera/ |
CountDownTimerPreference.java | 25 * and entry values (the actual value recorded in preference) in
|
/packages/apps/Camera2/src/com/android/camera/ |
PhotoController.java | 35 // returns the actual set zoom value
|
/packages/apps/Nfc/nci/jni/ |
DataQueue.h | 76 ** actualLen: actual length of the data.
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/ |
KeyboardStateTestsBase.java | 46 private static void assertLayout(final String message, final int expected, final int actual) { 48 + " actual=" + MockKeyboardSwitcher.getLayoutName(actual), 49 expected == actual);
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/ |
ExpandableDictionaryTests.java | 30 // For tests, its actual value does not matter.
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
diagnostic.def | 20 assign this kind to an actual diagnostic, we only use this in
|
Completed in 1548 milliseconds
<<51525354555657585960>>