Searched
full:actual (Results
926 -
950 of
9217) sorted by null
<<31323334353637383940>>
/external/bison/m4/ |
nls.m4 | 12 dnl Please note that the actual code of the GNU gettext library is covered
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
ASN1Primitive.java | 6 * Base class for ASN.1 primitive objects. These are the actual objects used to generate byte encodings.
|
/external/clang/test/CodeGenObjC/ |
debug-info-instancetype.m | 3 // Substitute the actual type for a method returning instancetype.
|
/external/clang/test/Index/ |
complete-pch.m | 19 // Run the actual tests
|
/external/clang/test/PCH/ |
pragma-optimize.c | 10 // then includes that pch, so HEADER is defined and the actual code is compiled.
|
/external/easymock/src/org/easymock/internal/ |
ErrorMessage.java | 45 buffer.append("\n ").append(message).append(", actual: ");
|
Invocation.java | 135 public boolean matches(Invocation actual, org.easymock.ArgumentsMatcher matcher) {
136 return this.mock.equals(actual.mock)
137 && this.method.equals(actual.method)
138 && matcher.matches(this.arguments, actual.arguments);
|
/external/eigen/unsupported/Eigen/src/SVD/ |
doneInBDCSVD.txt | 16 In the actual implementation, it returns matrices of zero when ask to do a svd on an int matrix.
|
/external/elfutils/src/m4/ |
lcmessage.m4 | 13 dnl Please note that the actual code of the GNU gettext library is covered
|
nls.m4 | 11 dnl Please note that the actual code of the GNU gettext library is covered
|
/external/fio/lib/ |
linux-dev-lookup.c | 49 * major minor in the actual blktrace
|
/external/freetype/src/autofit/ |
afloader.h | 31 * actual fonts. If necessary, `local' data like the current face, the
|
/external/google-breakpad/src/testing/gtest/test/ |
gtest_repeat_test.cc | 63 #define GTEST_CHECK_INT_EQ_(expected, actual) \ 66 const int actual_val = (actual);\ 68 ::std::cout << "Value of: " #actual "\n"\ 69 << " Actual: " << actual_val << "\n"\
|
/external/gtest/test/ |
gtest_repeat_test.cc | 63 #define GTEST_CHECK_INT_EQ_(expected, actual) \ 66 const int actual_val = (actual);\ 68 ::std::cout << "Value of: " #actual "\n"\ 69 << " Actual: " << actual_val << "\n"\
|
/external/guava/guava/src/com/google/common/reflect/ |
TypeCapture.java | 25 * Captures the actual type of {@code T}.
|
/external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/testers/ |
CollectionToArrayTester.java | 175 private void expectArrayContentsAnyOrder(Object[] expected, Object[] actual) { 177 Arrays.asList(expected), Arrays.asList(actual)); 180 private void expectArrayContentsInOrder(List<E> expected, Object[] actual) { 182 expected, Arrays.asList(actual));
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
CollectionToArrayTester.java | 178 private void expectArrayContentsAnyOrder(Object[] expected, Object[] actual) { 180 Arrays.asList(expected), Arrays.asList(actual)); 183 private void expectArrayContentsInOrder(List<E> expected, Object[] actual) { 185 expected, Arrays.asList(actual));
|
/external/icu/icu4c/source/common/ |
uinit.cpp | 50 * for errors there, to make sure that the actual items they need are
|
/external/icu/icu4c/source/i18n/ |
nultrans.h | 56 * ICU "poor man's RTTI", returns a UClassID for the actual class.
|
remtrans.h | 63 * ICU "poor man's RTTI", returns a UClassID for the actual class.
|
uni2name.h | 52 * ICU "poor man's RTTI", returns a UClassID for the actual class.
|
/external/icu/icu4c/source/layout/ |
ContextualGlyphSubstProc2.h | 38 * ICU "poor man's RTTI", returns a UClassID for the actual class.
|
LigatureSubstProc2.h | 41 * ICU "poor man's RTTI", returns a UClassID for the actual class.
|
/external/icu/icu4c/source/test/intltest/ |
itspoof.cpp | 253 UnicodeString actual; local 254 uspoof_getSkeletonUnicodeString(sc, type, uInput, actual, &status); 260 if (uExpected != actual) { 261 errln("File %s, Line %d, Test case from line %d, Actual and Expected skeletons differ.", 263 errln(UnicodeString(" Actual Skeleton: \"") + actual + UnicodeString("\"\n") + 429 UnicodeString actual; local 430 uspoof_getSkeletonUnicodeString(sc.getAlias(), skeletonType, from, actual, &status); 432 TEST_ASSERT(actual == expected); 433 if (actual != expected) [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
LanguageBreakEngine.java | 25 * Implements the actual breaking logic.
|
Completed in 351 milliseconds
<<31323334353637383940>>