Searched
full:actual (Results
501 -
525 of
9217) sorted by null
<<21222324252627282930>>
/cts/tests/tests/widget/src/android/widget/cts/ |
MultiAutoCompleteTextView_CommaTokenizerTest.java | 129 SpannableString actual = (SpannableString) mCommaTokenizer.terminateToken(spannableString); local 130 assertEquals(expected.toString(), actual.toString()); 131 assertEquals(0, actual.getSpanStart(what)); 132 assertEquals(spannableString.length(), actual.getSpanEnd(what));
|
/external/antlr/antlr-3.4/gunit/src/main/resources/org/antlr/gunit/ |
junit.stg | 51 Object actual = examineExecResult(<tokenType>, retval); 54 assertEquals("testing rule "+<testTreeRuleName>, expecting, actual); 71 Object actual = examineExecResult(<tokenType>, retval); 74 assertEquals("testing rule "+<testRuleName>, expecting, actual);
|
/external/clang/test/Parser/ |
cxx-member-crash.cpp | 5 // We only care to check whether the compiler crashes; the actual
|
/external/easymock/src/org/easymock/internal/ |
AlwaysMatcher.java | 25 public boolean matches(Object[] expected, Object[] actual) {
|
/external/easymock/src/org/easymock/internal/matchers/ |
Any.java | 32 public boolean matches(Object actual) {
|
/external/google-breakpad/src/testing/gtest/test/ |
gtest_env_var_test.py | 48 def AssertEq(expected, actual): 49 if expected != actual: 51 print ' Actual: %s' % (actual,)
|
/external/gtest/test/ |
gtest_env_var_test.py | 48 def AssertEq(expected, actual): 49 if expected != actual: 51 print ' Actual: %s' % (actual,)
|
/external/harfbuzz_ng/test/shaping/ |
run-tests.sh | 22 echo "Actual: $glyphs" >&2
|
/external/icu/icu4c/source/i18n/ |
tolowtrn.h | 54 * ICU "poor man's RTTI", returns a UClassID for the actual class.
|
toupptrn.h | 54 * ICU "poor man's RTTI", returns a UClassID for the actual class.
|
/external/icu/icu4c/source/layout/ |
ContextualGlyphSubstProc.h | 38 * ICU "poor man's RTTI", returns a UClassID for the actual class.
|
IndicRearrangementProcessor.h | 40 * ICU "poor man's RTTI", returns a UClassID for the actual class.
|
IndicRearrangementProcessor2.h | 40 * ICU "poor man's RTTI", returns a UClassID for the actual class.
|
LigatureSubstProc.h | 40 * ICU "poor man's RTTI", returns a UClassID for the actual class.
|
SegmentArrayProcessor.h | 35 * ICU "poor man's RTTI", returns a UClassID for the actual class.
|
SegmentArrayProcessor2.h | 35 * ICU "poor man's RTTI", returns a UClassID for the actual class.
|
SegmentSingleProcessor.h | 35 * ICU "poor man's RTTI", returns a UClassID for the actual class.
|
SegmentSingleProcessor2.h | 35 * ICU "poor man's RTTI", returns a UClassID for the actual class.
|
SimpleArrayProcessor.h | 35 * ICU "poor man's RTTI", returns a UClassID for the actual class.
|
SimpleArrayProcessor2.h | 35 * ICU "poor man's RTTI", returns a UClassID for the actual class.
|
SingleTableProcessor.h | 35 * ICU "poor man's RTTI", returns a UClassID for the actual class.
|
SingleTableProcessor2.h | 35 * ICU "poor man's RTTI", returns a UClassID for the actual class.
|
TrimmedArrayProcessor.h | 35 * ICU "poor man's RTTI", returns a UClassID for the actual class.
|
TrimmedArrayProcessor2.h | 35 * ICU "poor man's RTTI", returns a UClassID for the actual class.
|
/external/icu/icu4c/source/samples/ucnv/ |
flagcb.h | 29 * the actual callback
|
Completed in 308 milliseconds
<<21222324252627282930>>