/external/icu/icu4c/source/samples/datecal/ |
Makefile | 26 # the actual rules (this is a simple sample)
|
/external/icu/icu4c/source/samples/datefmt/ |
Makefile | 22 # the actual rules (this is a simple sample)
|
/external/icu/icu4c/source/samples/msgfmt/ |
Makefile | 24 # the actual rules (this is a simple sample)
|
/external/icu/icu4c/source/samples/numfmt/ |
Makefile | 24 # the actual rules (this is a simple sample)
|
/external/icu/icu4c/source/samples/props/ |
Makefile | 24 # the actual rules (this is a simple sample)
|
/external/icu/icu4c/source/samples/strsrch/ |
Makefile | 24 # the actual rules (this is a simple sample)
|
/external/icu/icu4c/source/samples/translit/ |
Makefile | 24 # the actual rules (this is a simple sample)
|
/external/icu/icu4c/source/samples/uciter8/ |
Makefile | 22 # the actual rules (this is a simple sample)
|
/external/icu/icu4c/source/samples/ucnv/ |
Makefile | 25 # the actual rules (this is a simple sample)
|
/external/icu/icu4c/source/samples/ugrep/ |
Makefile | 26 # the actual rules (this is a simple sample)
|
/external/icu/icu4c/source/samples/ustring/ |
Makefile | 22 # the actual rules (this is a simple sample)
|
/external/icu/icu4c/source/test/intltest/ |
reldatefmttest.cpp | 732 UnicodeString actual; local 836 UnicodeString actual; local 860 UnicodeString actual; local 905 UnicodeString actual; local [all...] |
tsmthred.h | 19 * Tests actual threading
|
tsputil.h | 30 // the actual tests; methods return the number of errors
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/ |
MethodSanitizerTest.java | 29 private MethodNode actual; field in class:MethodSanitizerTest 36 actual = new MethodNode(0, "test", "()V", null, null); 38 sanitizer = new MethodSanitizer(actual, 0, "test", "()V", null, null); 142 assertEquals(dump(expected), dump(actual));
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/instr/ |
DuplicateFrameEliminatorTest.java | 44 private MethodRecorder actual; field in class:DuplicateFrameEliminatorTest 50 actual = new MethodRecorder(); 52 eliminator = new DuplicateFrameEliminator(actual.getVisitor()); 57 assertEquals(expected, actual);
|
/external/libvpx/libvpx/test/ |
i420_video_source.h | 21 // so that we can do actual file encodes.
|
/external/libxml2/result/SVG/ |
private.xml | 16 <!-- In here would be the actual graphics elements which
|
/external/libxml2/test/SVG/ |
private.xml | 17 <!-- In here would be the actual graphics elements which
|
/external/llvm/ |
android_test.sh | 12 # Use this script's location to determine the actual top-level directory.
|
/external/llvm/test/CodeGen/PowerPC/ |
bitreverse.ll | 4 ; actual output is massive at the moment as llvm.bitreverse is not yet legal.
|
/external/llvm/test/CodeGen/Thumb2/ |
thumb2-bcc.ll | 4 ; happen and we get actual branches.
|
/external/mockito/src/main/java/org/mockito/internal/matchers/ |
ContainsExtraTypeInfo.java | 9 * When ArgumentMatcher fails, chance is that the actual object has the same output of toString() than
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/apple/ |
AppleTrackNumberBox.java | 16 * @param track the actual track number
|
/external/protobuf/gtest/test/ |
gtest_env_var_test.py | 48 def AssertEq(expected, actual): 49 if expected != actual: 51 print ' Actual: %s' % (actual,)
|