/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/ |
SocketChannelTest.java | 143 // correct 156 // correct 176 // correct 183 // correct 208 // correct 214 // correct 220 // correct 236 // correct 243 // correct 261 // correct [all...] |
/frameworks/opt/calendar/tests/src/com/android/calendarcommon/ |
EventRecurrenceTest.java | 680 private static void cmp(int vlen, int[] v, int[] correct, String name) { 681 if ((correct == null && v != null) 682 || (correct != null && v == null)) { 684 + ": correct=" + Arrays.toString(correct) 687 if ((correct == null && vlen != 0) 688 || (vlen != (correct == null ? 0 : correct.length))) { 690 + ": correct=" + ((correct == null) ? "null" : correct.length [all...] |
/device/samsung/toro/overlay/packages/apps/Mms/res/xml/ |
mms_config.xml | 20 <!-- TODO: check if this is correct for Passion --> 58 <!-- TODO: check if this is correct for Passion -->
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/misc/ |
ANTLRFastQueueTest.m | 95 STAssertTrue([queue size] == 2, @"Queue not the correct size, was: %d expected 2", [queue size]); 97 STAssertTrue([queue size] == 1, @"Queue not the correct size, was %d expected 1", [queue size]);
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
StringBufferInputStreamTest.java | 70 assertEquals("Unable to skip correct umber of chars", 6, s); 81 assertEquals("Unable to skip correct umber of chars", 6, s);
|
/external/bluetooth/glib/gmodule/ |
gmodule.h | 88 * PATH. Hence, to be absoultely sure to get the correct module, 93 * No checks are made that the file exists, or is of correct type.
|
/external/chromium/chrome/browser/extensions/ |
external_policy_extension_loader_unittest.cc | 75 // Extension has the correct location. 78 // Provider returns the correct location when asked.
|
/external/chromium/third_party/libjingle/source/talk/examples/call/ |
mucinviterecvtask.cc | 49 // The values of the constants have been chosen such that this is correct. 55 // The values of the constants have been chosen such that this is correct.
|
/external/icu4c/layout/ |
ThaiLayoutEngine.h | 50 * The destructor, virtual for correct polymorphic invocation. 95 * generate the correct contextual character codes, and then calls
|
/external/v8/src/ |
strtod.cc | 125 // correct rounding. 252 // If the function returns true then the result is the correct double. 253 // Otherwise it is either the correct double or the double that is just below 254 // the correct double. 356 // However the returned number is guaranteed to be either the correct 365 // Returns the correct double for the buffer*10^exponent. 366 // The variable guess should be a close guess that is either the correct double 367 // or its lower neighbor (the nearest double less than the correct one).
|
/external/v8/test/mjsunit/compiler/ |
inline-arguments.js | 59 // Ensure that HArgumentsObject is inserted in a correct place 85 // Test correct adapation of arguments.
|
/external/webkit/Source/JavaScriptCore/qt/api/ |
qscriptfunction.cpp | 52 // Make sure that the result will be assigned to the correct engine. 112 // Make sure that the result will be assigned to the correct engine.
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/function/ |
String.js | 59 And ToString() called after ToPrimitive(), so the correct result would be: 76 And ToString() called after ToPrimitive(), so the correct result would be:
|
/external/webkit/Source/WebCore/rendering/ |
RenderApplet.cpp | 51 // layout and sizing to be correct. We should remove this and 63 // In order to work around this problem and have a correct size from the start, we will
|
/external/zlib/contrib/ada/ |
buffer_demo.adb | 14 -- of exactly the correct size is used for decompressed data, and the last 66 -- check inside Zlib that the checksum is correct).
|
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/ |
LVCS_Private.h | 100 LVM_INT16 GainFull; /* CS gain correct 100% effect */ 101 LVM_INT16 GainMin; /* CS gain correct 0% effect */
|
/frameworks/ex/common/tests/src/com/android/common/ |
Rfc822ValidatorTest.java | 67 fixes.put("a@b.com", "<a@b.com>"); // this one is correct 83 fixes.put("a@b.com", "<a@b.com>"); // this one is correct
|
/frameworks/testing/uiautomator/utils/uiautomatorviewer/etc/ |
uiautomatorviewer | 74 # else, if running in the Android source tree, then look for the correct swt folder in prebuilt 75 # else, look for the correct swt folder in the SDK under tools/lib/
|
/libcore/luni/src/test/java/libcore/java/net/ |
OldSocketTestCase.java | 99 * This exception is the correct behavior for platforms which do 105 + "\" instead of correct exception for unsupported socket option: "
|
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
order_only | 63 # TEST #5 -- make sure the parser was correct. 85 # TEST #7 -- make sure the parser was correct.
|
/sdk/ddms/app/etc/ |
ddms | 82 # else, if running in the Android source tree, then look for the correct swt folder in prebuilt 83 # else, look for the correct swt folder in the SDK under tools/lib/
|
/sdk/hierarchyviewer2/app/etc/ |
hierarchyviewer | 83 # else, if running in the Android source tree, then look for the correct swt folder in prebuilt 84 # else, look for the correct swt folder in the SDK under tools/lib/
|
/sdk/monkeyrunner/etc/ |
monkeyrunner | 74 # else, if running in the Android source tree, then look for the correct swt folder in prebuilt 75 # else, look for the correct swt folder in the SDK under tools/lib/
|
/sdk/sdkmanager/app/etc/ |
android | 88 # else, if running in the Android source tree, then look for the correct swt folder in prebuilt 89 # else, look for the correct swt folder in the SDK under tools/lib/
|
/sdk/traceview/etc/ |
traceview | 80 # else, if running in the Android source tree, then look for the correct swt folder in prebuilt 81 # else, look for the correct swt folder in the SDK under tools/lib/
|