/external/e2fsprogs/tests/d_loaddump/ |
name | 1 debugfs load/dump test
|
/dalvik/vm/mterp/armv5te/ |
OP_IGET_BOOLEAN.S | 2 @include "armv5te/OP_IGET.S" { "load":"ldrb", "sqnum":"1" } 3 %include "armv5te/OP_IGET.S" { "load":"ldr", "sqnum":"1" }
|
OP_AGET_BOOLEAN.S | 2 %include "armv5te/OP_AGET.S" { "load":"ldrb", "shift":"0" }
|
OP_AGET_BYTE.S | 2 %include "armv5te/OP_AGET.S" { "load":"ldrsb", "shift":"0" }
|
OP_AGET_CHAR.S | 2 %include "armv5te/OP_AGET.S" { "load":"ldrh", "shift":"1" }
|
OP_AGET_SHORT.S | 2 %include "armv5te/OP_AGET.S" { "load":"ldrsh", "shift":"1" }
|
OP_IGET_BYTE.S | 3 @include "armv5te/OP_IGET.S" { "load":"ldrsb", "sqnum":"2" } 4 %include "armv5te/OP_IGET.S" { "load":"ldr", "sqnum":"2" }
|
OP_IGET_CHAR.S | 3 @include "armv5te/OP_IGET.S" { "load":"ldrh", "sqnum":"3" } 4 %include "armv5te/OP_IGET.S" { "load":"ldr", "sqnum":"3" }
|
OP_IGET_SHORT.S | 3 @include "armv5te/OP_IGET.S" { "load":"ldrsh", "sqnum":"4" } 4 %include "armv5te/OP_IGET.S" { "load":"ldr", "sqnum":"4" }
|
/dalvik/vm/mterp/x86/ |
OP_AGET_BOOLEAN.S | 2 %include "x86/OP_AGET.S" { "load":"movzbl", "shift":"1" }
|
OP_AGET_BYTE.S | 2 %include "x86/OP_AGET.S" { "load":"movsbl", "shift":"1" }
|
OP_AGET_CHAR.S | 2 %include "x86/OP_AGET.S" { "load":"movzwl", "shift":"2" }
|
OP_AGET_SHORT.S | 2 %include "x86/OP_AGET.S" { "load":"movswl", "shift":"2" }
|
OP_DOUBLE_TO_FLOAT.S | 2 %include "x86/fpcvt.S" {"load":"fldl","store":"fstps"}
|
OP_FLOAT_TO_DOUBLE.S | 2 %include "x86/fpcvt.S" {"load":"flds","store":"fstpl"}
|
OP_IGET_BOOLEAN.S | 2 %include "x86/OP_IGET.S" { "load":"movzbl", "sqnum":"1" }
|
OP_INT_TO_DOUBLE.S | 2 %include "x86/fpcvt.S" {"load":"fildl","store":"fstpl"}
|
OP_INT_TO_FLOAT.S | 2 %include "x86/fpcvt.S" {"load":"fildl","store":"fstps"}
|
OP_LONG_TO_DOUBLE.S | 2 %include "x86/fpcvt.S" {"load":"fildll","store":"fstpl"}
|
OP_LONG_TO_FLOAT.S | 2 %include "x86/fpcvt.S" {"load":"fildll","store":"fstps"}
|
/external/webkit/LayoutTests/http/tests/appcache/resources/ |
not-in-cache.txt | 1 This file is not in the cache and is thus not possible to load
|
/frameworks/base/core/java/android/gesture/ |
package.html | 3 Provides classes to create, recognize, load and save gestures.
|
/external/webkit/WebCore/manual-tests/resources/ |
focused-iframe.html | 2 <body onload="load()"> 6 function load()
|
/dalvik/dx/src/junit/runner/ |
StandardTestSuiteLoader.java | 4 * The standard test suite loader. It can only load the same class once. 8 * Uses the system class loader to load the test class 10 public Class load(String suiteClassName) throws ClassNotFoundException { method in class:StandardTestSuiteLoader 14 * Uses the system class loader to load the test class
|
/dalvik/dx/tests/105-verify-load-store-ops/ |
info.txt | 1 This tests that load and store opcodes verify that their arguments are
|