OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mismatch
(Results
26 - 50
of
1426
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/e2fsprogs/lib/et/test_cases/
simple.et
34
"Protocol version
mismatch
"
simple.c
19
"Protocol version
mismatch
",
/external/icu4c/samples/uresb/
en.txt
23
"Resource type
mismatch
",
/external/kernel-headers/original/linux/
errno.h
17
#define ENOTSYNC 522 /* Update synchronization
mismatch
*/
/external/openssl/crypto/bn/
divtest.c
39
bug("
mismatch
",a,b);
/external/clang/test/SemaObjCXX/
related-result-type-inference.mm
25
// Do not infer when the return types
mismatch
.
63
// Not inferred due to return type
mismatch
/frameworks/base/tools/aidl/
options_test.cpp
71
cout << "
mismatch
: result: got " << result << " expected " <<
83
cout << "
mismatch
: systemSearchPath: got" << endl;
92
cout << "
mismatch
: localSearchPath: got" << endl;
101
cout << "
mismatch
: inputFileName: got " << options.inputFileName
108
cout << "
mismatch
: nativeLanguage: got " << options.nativeLanguage
115
cout << "
mismatch
: outputH: got " << options.outputH
122
cout << "
mismatch
: outputCPP: got " << options.outputCPP
129
cout << "
mismatch
: outputJava: got " << options.outputJava
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
test_failures.py
152
return "Text diff
mismatch
"
178
# We call this a simple image
mismatch
to avoid confusion, since
180
return "Image
mismatch
"
198
return "
Mismatch
with reference"
206
return "
Mismatch
with the reference did not occur"
222
return "Audio
mismatch
"
/libcore/luni/src/test/java/libcore/java/nio/charset/
OldCharset_SingleByteAbstractTest.java
118
// System.out.format("
Mismatch
at index %d: %d instead of expected %d.\n",
141
// System.out.format("REPLACE
mismatch
at index %d (byte %d): %d instead of expected %d.\n",
144
// System.out.format("REPLACE
mismatch
at index %d (byte %d): %d instead of expected %d.\n",
149
// System.out.format("
MISMATCH
at index %d (byte %d): %d instead of expected %d.\n",
171
// System.out.format("
MISMATCH
at index %d: %d instead of expected %d.\n",
185
// System.out.format("
MISMATCH
at index %d: %d instead of expected %d.\n",
/dalvik/tests/011-array-copy/src/
Main.java
94
System.out.println("
mismatch
int vs byte at " + i + " : " +
98
System.out.println("
mismatch
int vs short at " + i + " : " +
102
System.out.println("
mismatch
int vs long at " + i + " : " +
/packages/apps/Settings/src/com/android/settings/
SetFullBackupPassword.java
47
//
Mismatch
between new pw and its confirmation re-entry
48
Log.i(TAG, "password
mismatch
");
66
Log.i(TAG, "failure; password
mismatch
?");
/external/webkit/Source/WebCore/platform/efl/
LocalizedStringsEfl.cpp
440
return String::fromUTF8("pattern
mismatch
");
455
return String::fromUTF8("step
mismatch
");
465
return String::fromUTF8("type
mismatch
");
470
return String::fromUTF8("type
mismatch
");
475
return String::fromUTF8("type
mismatch
");
480
return String::fromUTF8("type
mismatch
");
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
ConnectionTest.java
75
assertEquals("Field " + fieldName + " value
mismatch
: ",
77
assertEquals("Field " + fieldName + " modifier
mismatch
: ",
ResultSetMetaDataTest.java
70
assertEquals("Field " + fieldName + " value
mismatch
: ",
72
assertEquals("Field " + fieldName + " modifier
mismatch
: ",
/external/elfutils/tests/
msg_tst.c
55
{ ELF_E_FD_MISMATCH, "archive/member fildes
mismatch
" },
58
{ ELF_E_DATA_MISMATCH, "data/scn
mismatch
" },
/external/libnl-headers/netlink/
object-api.h
158
* // representing the attributes which
mismatch
.
215
* Return true if attributes
mismatch
222
* in both objects, if not this will count as a
mismatch
.
225
* return true if the attributes
mismatch
.
227
* @return True if the attribute
mismatch
, or false if they match.
241
* in both objects, if not this will count as a
mismatch
.
244
* return true if the attributes
mismatch
.
246
* In case the attributes
mismatch
, the attribute is returned, otherwise
/dalvik/dx/src/com/android/dx/io/instructions/
SparseSwitchPayloadDecodedInstruction.java
42
throw new IllegalArgumentException("keys/targets length
mismatch
");
/external/chromium/chrome/browser/sync/sessions/
ordered_commit_set_unittest.cc
58
SCOPED_TRACE(::testing::Message("CommitSet
mismatch
at iteration i = ")
72
SCOPED_TRACE(::testing::Message("UI projection
mismatch
at i = ") << i);
78
SCOPED_TRACE(::testing::Message("PASSIVE projection
mismatch
at i = ")
85
SCOPED_TRACE(::testing::Message("DB projection
mismatch
at i = ") << i);
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p1.cpp
29
// redeclaration
mismatch
/external/openssl/crypto/ts/
ts_err.c
140
{ERR_REASON(TS_R_MESSAGE_IMPRINT_MISMATCH),"message imprint
mismatch
"},
141
{ERR_REASON(TS_R_NONCE_MISMATCH) ,"nonce
mismatch
"},
148
{ERR_REASON(TS_R_POLICY_MISMATCH) ,"policy
mismatch
"},
156
{ERR_REASON(TS_R_TSA_NAME_MISMATCH) ,"tsa name
mismatch
"},
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
dryrun.py
129
elif driver_input.filename.endswith('-expected-
mismatch
.html'):
130
text = 'test-text-
mismatch
'
131
image = 'test-image-
mismatch
'
132
checksum = 'test-checksum-
mismatch
'
/frameworks/compile/libbcc/lib/ExecutionEngine/
MCCacheReader.cpp
157
LOGI("Cache file format version
mismatch
: now %s cached %s\n",
171
LOGE("Machine endianness
mismatch
.\n");
178
LOGE("Machine integer size
mismatch
.\n");
284
LOGE("Dependencies count
mismatch
. (%lu vs %lu)\n",
305
LOGE("Cache dependency name
mismatch
:\n");
313
LOGE("Cache dependency %s sha1
mismatch
:\n", depCachedName);
330
LOGE("Cache dependency %s resource type
mismatch
.\n", depCachedName);
/frameworks/compile/libbcc/lib/ExecutionEngine/OldJIT/
CacheReader.cpp
161
LOGI("Cache file format version
mismatch
: now %s cached %s\n",
175
LOGE("Machine endianness
mismatch
.\n");
182
LOGE("Machine integer size
mismatch
.\n");
297
LOGE("Dependencies count
mismatch
. (%lu vs %lu)\n",
318
LOGE("Cache dependency name
mismatch
:\n");
326
LOGE("Cache dependency %s sha1
mismatch
:\n", depCachedName);
343
LOGE("Cache dependency %s resource type
mismatch
.\n", depCachedName);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
VideoEditorHelper.java
324
assertEquals("Export: Video Codec
Mismatch
for file = " + fileName +
330
assertEquals("Export height
Mismatch
for file " + fileName +
337
assertTrue("Timeline Duration
Mismatch
for file " + fileName +
345
assertTrue("Timeline Duration
Mismatch
for file " + fileName +
371
assertEquals("Export: Video Codec
Mismatch
for file = " + fileName +
378
assertEquals("Export: Audio Codec
Mismatch
for file = " + fileName +
384
assertEquals("Export: height
Mismatch
for file " + fileName +
391
assertTrue("Export :Timeline Duration
Mismatch
for file " +
399
assertTrue("Timeline Duration
Mismatch
for file " + fileName +
/external/chromium/chrome/browser/sync/engine/
syncer_proto_util.cc
272
LOG(WARNING) << "ctime
mismatch
";
280
LOG(WARNING) << "Client name
mismatch
";
284
LOG(WARNING) << "Parent ID
mismatch
";
288
LOG(WARNING) << "Dir field
mismatch
";
292
LOG(WARNING) << "Deletion
mismatch
";
298
LOG(WARNING) << "mtime
mismatch
";
Completed in 1197 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>