/external/webkit/LayoutTests/fast/encoding/GBK/ |
csgb2312.html | 8 <p>The following two lines should look identically:</p>
|
csgb231280.html | 8 <p>The following two lines should look identically:</p>
|
gb2312.html | 8 <p>The following two lines should look identically:</p>
|
gb_2312-80.html | 8 <p>The following two lines should look identically:</p>
|
gbk.html | 8 <p>The following two lines should look identically:</p>
|
iso-ir-58.html | 8 <p>The following two lines should look identically:</p>
|
x-euc-cn.html | 8 <p>The following two lines should look identically:</p>
|
x-gbk.html | 8 <p>The following two lines should look identically:</p>
|
/external/webkit/LayoutTests/fast/encoding/ |
charset-utf16.html | 7 This should look like a Roman ?B?: ???.
|
xml-charset-utf16.html | 8 This should look like a Roman ?B?: ?’.
|
/frameworks/native/opengl/tests/testFramerate/ |
Android.mk | 2 # Test framerate and look for hiccups
|
/ndk/tests/device/whole-static-libs/jni/ |
foo2.c | 3 * main() will dlopen() itself to look for the function symbol.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
if_vlan.h | 38 VLAN_NAME_TYPE_PLUS_VID, /* Name will look like: vlan0005 */ 39 VLAN_NAME_TYPE_RAW_PLUS_VID, /* name will look like: eth1.0005 */ 40 VLAN_NAME_TYPE_PLUS_VID_NO_PAD, /* Name will look like: vlan5 */ 41 VLAN_NAME_TYPE_RAW_PLUS_VID_NO_PAD, /* Name will look like: eth0.5 */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
if_vlan.h | 38 VLAN_NAME_TYPE_PLUS_VID, /* Name will look like: vlan0005 */ 39 VLAN_NAME_TYPE_RAW_PLUS_VID, /* name will look like: eth1.0005 */ 40 VLAN_NAME_TYPE_PLUS_VID_NO_PAD, /* Name will look like: vlan5 */ 41 VLAN_NAME_TYPE_RAW_PLUS_VID_NO_PAD, /* Name will look like: eth0.5 */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
if_vlan.h | 38 VLAN_NAME_TYPE_PLUS_VID, /* Name will look like: vlan0005 */ 39 VLAN_NAME_TYPE_RAW_PLUS_VID, /* name will look like: eth1.0005 */ 40 VLAN_NAME_TYPE_PLUS_VID_NO_PAD, /* Name will look like: vlan5 */ 41 VLAN_NAME_TYPE_RAW_PLUS_VID_NO_PAD, /* Name will look like: eth0.5 */
|
/external/webkit/PerformanceTests/PageLoad/svg/ |
LICENSES | 24 http://www.kde-look.org/content/show.php?content=19524 27 http://www.kde-look.org/content/show.php?content=19064 28 http://www.kde-look.org/content/show.php?content=31481 29 http://www.kde-look.org/content/files/42450-under%20the%20see.svg 30 http://www.kde-look.org/content/files/42470-flower_from_my_garden_v2.svg 31 http://www.kde-look.org/content/files/44057-drops%20on%20a%20blade.svg 32 http://www.kde-look.org/content/files/33041-Samurai.svgz
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/ |
ASTTreeParser.stg | 29 _save_last_<treeLevel> = _last = @input.look 64 _last = @input.look 69 _last = @input.look 95 _last = @input.look 115 _last = @input.look 130 _last = @input.look 155 _last = @input.look 175 _last = @input.look 192 _last = @input.look 207 _last = @input.look [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRPtrStack.h | 40 /* look for s in ptrBuffer */ 42 /* look for s in ptrBuffer */
|
/device/sample/products/ |
AndroidProducts.mk | 7 # LOCAL_DIR; do not use any conditionals, and do not look up the
|
/external/bison/src/ |
lalr.h | 1 /* Compute look-ahead criteria for bison, 36 which rules need look-ahead in each state, and which look-ahead 41 /* Release the information related to look-ahead tokens. Can be performed
|
/external/chromium-trace/src/shared/css/chromeos/ |
ui_account_tweaks.css | 7 * look and feel based on account status (owner/non-owner/guest).
|
/external/webkit/Source/WebCore/manual-tests/ |
caret-image.html | 3 If the test is successful, the caret will look thin as usual.
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
manis.sed | 2 # The input should look just like the input after this is run.
|
/external/jmonkeyengine/engine/src/core/com/jme3/scene/control/ |
BillboardControl.java | 53 private Vector3f look; field in class:BillboardControl 85 look = new Vector3f(); 149 look.set(camera.getLocation()).subtractLocal( 153 // The xzp vector is the projection of the look vector on the xz plane 154 xzp.set(look.x, 0, look.z); 161 look.normalizeLocal(); 163 float cosp = look.dot(xzp); 167 orient.set(0, 1, xzp.x * -look.y); 171 orient.set(1, 2, look.y) [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/ |
test-trees.rb | 156 stream.look(index + 1).type.should == type 158 stream.look(100).type.should == EOF 175 13.times { stream.look(1); stream.consume } # consume until end 177 stream.look(1).type.should == EOF 178 stream.look(-1).type.should == UP 181 13.times { stream.look(1); stream.consume } # consume until end 183 stream.look(1).type.should == EOF 184 stream.look(-1).type.should == UP 202 stream.look(1).type.should == 107 208 stream.look(1).type.should == va [all...] |