/external/markdown/tests/misc/ |
lists6.txt | 1 Test five or more spaces as start of list: 3 * five spaces 8 * five spaces 14 * five spaces
|
lists6.html | 1 <p>Test five or more spaces as start of list:</p> 3 <li>five spaces</li> 8 <li>five spaces</li> 16 <p>five spaces</p>
|
/external/srec/doc/logs/srec/ |
recog4_SHIP_change_sample_rate2.res | 1 R: oh eight four nine two five one eight five 3 R: eight eight nine five eight eight two eight four 5 R: zero seven six five nine oh zero two five two 7 R: five zero two seven four nine three three zero zero 9 R: six nine five zero two eight seven seven 11 R: seven one one five six zero oh six five nine 13 R: oh three seven nine zero six eight five seve [all...] |
out_SHIP_change_sample_rate2.txt | 15 C: oh eight four zero nine two five one eight five 21 TRANSCRIPTION : 'oh eight four zero nine two five one eight five' 22 LITERAL[ 0] : 'oh eight four nine two five one eight five' 27 LITERAL[ 1] : 'five four nine two five one eight five' 32 LITERAL[ 2] : 'oh eight four nine two five one eight five oh [all...] |
/external/mesa3d/src/glsl/glcpp/tests/ |
054-if-with-macros.c | 4 #define five 5 macro 5 #if five < two 15 #if two + three <= five 20 #if five - two == three 30 #if one != five
|
/external/srec/config/en.us/tcp/ |
change_sample_rate2.tcp | 12 recognize_nist dallas/0000/S072.nwf 0 0 oh eight four zero nine two five one eight five 13 recognize_nist dallas/0000/S074.nwf 0 0 eight six one oh five six six two six two 14 recognize_nist dallas/0000/S075.nwf 0 0 zero seven six five nine oh zero two five two 15 recognize_nist dallas/0000/S076.nwf 0 0 five zero two seven four nine three three zero zero 16 recognize_nist dallas/0000/S077.nwf 0 0 six nine five zero two eight seven seven three six 17 recognize_nist dallas/0000/S079.nwf 0 0 seven one one five six zero oh six five nine 18 recognize_nist dallas/0000/S080.nwf 0 0 seven oh three seven nine zero six eight five seve [all...] |
/dalvik/tests/055-enum-performance/src/ |
SamePackagePrivateEnum.java | 2 ZERO, ONE, TWO, THREE, FOUR, FIVE, SIX, SEVEN, EIGHT, NINE,
|
SamePackagePublicEnum.java | 2 ZERO, ONE, TWO, THREE, FOUR, FIVE, SIX, SEVEN, EIGHT, NINE,
|
/dalvik/tests/055-enum-performance/src/otherpackage/ |
OtherPackagePublicEnum.java | 4 ZERO, ONE, TWO, THREE, FOUR, FIVE, SIX, SEVEN, EIGHT, NINE,
|
/dalvik/tests/055-enum-performance/ |
expected.txt | 5 FIVE
|
/dalvik/tests/093-serialization/ |
expected.txt | 1 one=true two=2 three=three four=4.0 five=5.0 six=6 seven=7 eight=8 nine=9 thing=X
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Scope/ |
scope-001.js | 22 * The idea behind bug 53268 is as follows. The item 'five' below is defined 24 * obj.__proto__ = this, 'five' should become a read-only propery of obj. 26 * If we then change obj.__proto__ to null, obj.five should initially be 27 * undefined. We should be able to define obj.five to whatever we want, 28 * and be able to access this value as obj.five. 30 * Bug 53268 was filed because obj.five could not be set or accessed after 39 const five = 5; 57 actual = obj.five; 61 obj.five=1; 62 actual = obj.five; [all...] |
/external/valgrind/main/memcheck/tests/ |
vcpu_fbench.stdout.exp | 7 adjust iteration count so the benchmark runs about five minutes.
|
/external/clang/test/Analysis/ |
idempotent-operations.cpp | 11 int five = 5; local 13 test(five * a); // expected-warning {{The right operand to '*' is always 0}}
|
/ndk/sources/host-tools/make-3.81/tests/scripts/options/ |
dash-q | 13 five: ; \ 39 run_make_test(undef, '-q five', '');
|
/external/llvm/test/YAMLParser/ |
construct-null.data | 13 # This sequence has five
|
/external/srec/config/en.us/dictionary/ |
basic.ok | 18 five R>3
|
/external/e2fsprogs/lib/ext2fs/ |
sparse.c | 52 unsigned int *five, unsigned int *seven) 65 if (*five < *min) { 66 min = five;
|
/dalvik/tests/093-serialization/src/ |
Main.java | 93 Float five; field in class:Sub 102 five = 5.0f; 111 + " four=" + four + " five=" + five + " six=" + six
|
/external/valgrind/main/memcheck/tests/x86-linux/ |
scalar_supp.c | 13 // Five errors:
|
/libcore/luni/src/test/java/libcore/java/lang/ |
OldAndroidInstanceofTest.java | 79 ChildOfAOne five = mFive; local 81 assertTrue("m_five is suppose to be a ChildOfAFive", five instanceof ChildOfAFive); 86 ChildOfAFive five = mFive; local 88 assertTrue("m_five is suppose to be a InterfaceFour", five instanceof InterfaceFour);
|
/external/clang/test/CodeGenObjC/ |
ns_consume_null_check.m | 21 // CHECK: [[FIVE:%.*]] = call i8* @objc_retain 30 // CHECK: call void @objc_release(i8* [[FIVE]]) nounwind
|
/frameworks/base/core/tests/coretests/src/android/view/ |
CreateViewTest.java | 67 ViewOne five = new ViewOne(mContext); local 68 vert.addView(five, new LinearLayout.LayoutParams(MATCH_PARENT, MATCH_PARENT, 0)); 109 TextView five = new TextView(mContext); local 110 five.setText("H"); 111 vert.addView(five, new LinearLayout.LayoutParams(MATCH_PARENT, WRAP_CONTENT, 0));
|
/external/clang/test/SemaObjC/ |
objc-literal-nsnumber.m | 32 int five = 5; 33 @-five; // expected-error{{@- must be followed by a number to form an NSNumber object}} 34 @+five; // expected-error{{@+ must be followed by a number to form an NSNumber object}}
|
/external/chromium/chrome/browser/diagnostics/ |
sqlite_diagnostics.h | 15 // The following five factories create the error handlers that we use when
|