/external/apache-harmony/support/src/test/resources/ |
hyts_Foo.c | 1 /* Some random file for it to look at. *
|
/external/webkit/LayoutTests/fast/encoding/GBK/ |
EUC-CN-expected.txt | 1 The following two lines should look identically:
|
chinese-expected.txt | 1 The following two lines should look identically:
|
cn-gb-expected.txt | 1 The following two lines should look identically:
|
csgb2312-expected.txt | 1 The following two lines should look identically:
|
csgb231280-expected.txt | 1 The following two lines should look identically:
|
gb2312-expected.txt | 1 The following two lines should look identically:
|
gb_2312-80-expected.txt | 1 The following two lines should look identically:
|
gbk-expected.txt | 1 The following two lines should look identically:
|
iso-ir-58-expected.txt | 1 The following two lines should look identically:
|
x-euc-cn-expected.txt | 1 The following two lines should look identically:
|
x-gbk-expected.txt | 1 The following two lines should look identically:
|
EUC-CN.html | 8 <p>The following two lines should look identically:</p>
|
chinese.html | 8 <p>The following two lines should look identically:</p>
|
cn-gb.html | 8 <p>The following two lines should look identically:</p>
|
/external/webkit/LayoutTests/fast/encoding/ |
charset-utf16-expected.txt | 1 This should look like a Roman ?B?: ???.
|
xml-charset-utf16-expected.txt | 1 This should look like a Roman ?B?: ???.
|
charset-koi8-u-expected.txt | 3 The test passes if these two letters look inverted along the vertical axis: "??"
|
mispositioned-meta-expected.txt | 3 The first letter should look like a Latin "C" here:
|
tag-in-title-expected.txt | 3 The first letter should look like a Latin "K" here:
|
/libcore/luni/src/test/resources/ |
hyts_Foo.c | 1 /* Some random file for it to look at. *
|
/external/llvm/test/YAMLParser/ |
spec-08-04.data | 3 # We don't currently look at the content of literal tags.
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/ |
debug-mode.rb | 100 lt_events, found = listener.events.partition { |event| event.start_with?( "(look): " ) } 128 [ 'look', '1', '0', '4', 'default', '1', '0', '"a"' ], 129 [ 'look', '1', '0', '4', 'default', '1', '0', '"a"' ], 132 [ 'look', '1', '-1', '-1', 'default', '0', '-1', 'nil' ], 133 [ 'look', '1', '-1', '-1', 'default', '0', '-1', 'nil' ], 159 [ "look", "1", "0", "4", "default", "1", "0", "\"a\"" ], 160 [ "look", "1", "0", "4", "default", "1", "0", "\"a\"" ], 164 [ "look", "1", "2", "4", "default", "1", "2", "\"b\"" ], 165 [ "look", "1", "2", "4", "default", "1", "2", "\"b\"" ], 166 [ "look", "2", "-1", "-1", "default", "0", "-1", "nil" ] [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/ |
rule-tracer.rb | 33 input_symbol = @input.look || :EOF 34 @device.puts( " look = %p" % input_symbol ) 48 input_symbol = ( @input.look || :EOF ) 49 @device.puts( " look = %p" % input_symbol )
|
/external/iproute2/include/linux/ |
if_vlan.h | 40 VLAN_NAME_TYPE_PLUS_VID, /* Name will look like: vlan0005 */ 41 VLAN_NAME_TYPE_RAW_PLUS_VID, /* name will look like: eth1.0005 */ 42 VLAN_NAME_TYPE_PLUS_VID_NO_PAD, /* Name will look like: vlan5 */ 43 VLAN_NAME_TYPE_RAW_PLUS_VID_NO_PAD, /* Name will look like: eth0.5 */
|