/external/dropbear/libtomcrypt/src/hashes/ |
md4.c | 261 } cases[] = { 288 for(i = 0; i < (int)(sizeof(cases) / sizeof(cases[0])); i++) { 290 md4_process(&md, (unsigned char *)cases[i].input, (unsigned long)strlen(cases[i].input)); 292 if (XMEMCMP(digest, cases[i].digest, 16) != 0) {
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma/Expressions/ |
11.13.2-1.js | 58 // NaN cases 63 // number cases 69 // special multiplication cases 86 // string cases 97 // boolean cases 101 // object cases
|
11.13.2-2.js | 58 // NaN cases 67 // number cases 73 // special division cases 100 // string cases 111 // boolean cases 115 // object cases
|
/cts/tests/tests/provider/src/android/provider/cts/ |
Contacts_SettingsTest.java | 38 // the backup for the setting tables which we will modified in test cases 71 // the contents added by test cases can't be removed.
|
/cts/tools/dx-tests/ |
dx-tests.html | 62 all tests. If you want to limit the suite to the test cases 97 report with details on all test cases. While running, console output
|
/external/icu4c/tools/ctestfw/unicode/ |
tstdtmod.h | 72 * @return an instantiated TestData object, ready to provide settings and cases for 79 * @return an instantiated TestData object, ready to provide settings and cases for
|
/external/icu4c/tools/genrb/ |
reslist.h | 72 * for use in non-error cases when no resource is to be added to the bundle. 73 * (NULL is used in error cases.)
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma/TypeConversion/ |
9.3-1.js | 26 see 9.3.1 for cases for converting strings to numbers. 27 special cases:
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma_2/String/ |
match-001.js | 41 // cases in which the regexp global property is false 45 // cases in which the regexp object global property is true
|
/external/webkit/JavaScriptCore/tests/mozilla/js1_1/ |
jsref.js | 137 var sizeTag = "<#TEST CASES SIZE>"; 138 var doneTag = "<#TEST CASES DONE>";
|
/external/webkit/JavaScriptCore/tests/mozilla/js1_4/ |
jsref.js | 135 var sizeTag = "<#TEST CASES SIZE>"; 136 var doneTag = "<#TEST CASES DONE>";
|
/external/webkit/SunSpider/ |
TODO | 2 * Add more test cases. Categories we'd like to cover (with reasonably 23 * Normalize tests. Most of the test cases available have a repeat
|
/external/webkit/WebCore/bindings/generic/ |
BindingSecurityBase.cpp | 66 // There are special cases where security token matching is not enough. 68 // document.setDomain(...). In these cases, the binding code can reset
|
/external/webkit/WebCore/platform/graphics/ |
IntRect.cpp | 64 // Return a clean empty rectangle for non-intersecting cases. 80 // Handle empty special cases first.
|
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/ |
test_files.py | 40 # When collecting test cases, we include any file with these extensions. 43 # When collecting test cases, skip these directories
|
/external/webkit/WebKitTools/Scripts/webkitpy/style/processors/ |
text_unittest.py | 66 """Tests for no error cases.""" 72 """Tests for error cases."""
|
/frameworks/base/core/java/android/text/method/ |
KeyListener.java | 25 * Editable class. Note that for must cases this interface has been 28 * for cases where an application has its own on-screen keypad and also wants
|
/frameworks/base/media/libdrm/mobile2/include/util/domcore/ |
CharacterDataImpl.h | 44 * not fit into a single <code>DOMString</code>. In such cases, the user
62 * not fit into a single <code>DOMString</code>. In such cases, the user
|
/packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/ |
Token.java | 79 * Simply add the cases to the switch for all those special cases.
|
TokenMgrError.java | 122 * For example, cases like LOOP_DETECTED and INVALID_LEXICAL_STATE are not 127 * from this method for such cases in the release version of your parser.
|
/packages/apps/Email/src/org/apache/james/mime4j/field/contenttype/parser/ |
Token.java | 79 * Simply add the cases to the switch for all those special cases.
|
TokenMgrError.java | 122 * For example, cases like LOOP_DETECTED and INVALID_LEXICAL_STATE are not 127 * from this method for such cases in the release version of your parser.
|
/packages/apps/Email/src/org/apache/james/mime4j/field/datetime/parser/ |
Token.java | 79 * Simply add the cases to the switch for all those special cases.
|
TokenMgrError.java | 122 * For example, cases like LOOP_DETECTED and INVALID_LEXICAL_STATE are not 127 * from this method for such cases in the release version of your parser.
|
/external/v8/tools/ |
test.py | 57 def __init__(self, cases): 58 self.cases = cases 59 self.queue = Queue(len(cases)) 60 for case in cases: 63 self.remaining = len(cases) 64 self.total = len(cases) 152 print 'Running %i tests' % len(self.cases) 225 def __init__(self, cases, templates): 226 super(CompactProgressIndicator, self).__init__(cases) [all...] |