/external/webkit/LayoutTests/storage/indexeddb/ |
cursor-delete-expected.txt | 7 db = event.target.result 10 trans = event.target.result 21 event.target.result.delete() 22 PASS event.target.result.value is "myValue1" 23 event.target.result.continue() 24 event.target.result.delete() 25 PASS event.target.result.value is "myValue2" 26 event.target.result.continue() 27 event.target.result.delete() 28 PASS event.target.result.value is "myValue3 [all...] |
cursor-index-delete-expected.txt | 7 db = event.target.result 10 trans = event.target.result 22 event.target.result.delete() 23 PASS event.target.result.key is counter++ 24 event.target.result.continue() 25 event.target.result.delete() 26 PASS event.target.result.key is counter++ 27 event.target.result.continue() 28 event.target.result.delete() 29 PASS event.target.result.key is counter+ [all...] |
index-basics-expected.txt | 7 db = event.target.result 10 trans = event.target.result 30 event.target.source.add({x: 'value2', y: 'zzz2', z: 2.71, foobar: 12}, 'key2') 34 PASS event.target.result is "key" 36 PASS event.target.result is "key" 38 PASS event.target.result.x is "value2" 40 PASS event.target.result.x is "value" 41 PASS event.target.result.y is "zzz" 43 PASS event.target.errorCode is webkitIDBDatabaseException.NOT_FOUND_ERR 46 PASS event.target.errorCode is webkitIDBDatabaseException.NOT_FOUND_ER [all...] |
/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
glspec-1.1extpack | 1 void glBindFramebufferOES ( GLint target, GLint framebuffer ) 2 void glBindRenderbufferOES ( GLint target, GLint renderbuffer ) 3 void glBindTexture ( GLint target, GLint texture ) 7 GLint glCheckFramebufferStatusOES ( GLint target ) 8 void glCompressedTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data ) 9 void glCopyTexImage2D ( GLint target, GLint level, GLint internalformat, GLint x, GLint y, GLint width, GLint height, GLint border ) 13 void glFramebufferRenderbufferOES ( GLint target, GLint attachment, GLint renderbuffertarget, GLint renderbuffer ) 14 void glFramebufferTexture2DOES ( GLint target, GLint attachment, GLint textarget, GLint texture, GLint level ) 15 void glGenerateMipmapOES ( GLint target ) 18 void glGetFramebufferAttachmentParameterivOES ( GLint target, GLint attachment, GLint pname, GLint *params [all...] |
/cts/tests/tests/webkitsecurity/assets/ |
hover-timer-crash.html | 12 var target = document.getElementById("target"); 13 target.contentDocument.body.parentNode.removeChild(target.contentDocument.body); 14 target.parentNode.removeChild(target); 23 var target = document.getElementById("target"); 24 eventSender.mouseMoveTo(target.offsetLeft + target.offsetWidth / 2, target.offsetTop + target.offsetHeight / 2) [all...] |
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
TargetInsn.java | 23 * Instruction which has a single branch target. 26 /** {@code non-null;} the branch target */ 27 private CodeAddress target; field in class:TargetInsn 31 * unknown ({@code -1}), and the target is initially 39 * @param target {@code non-null;} the branch target 42 RegisterSpecList registers, CodeAddress target) { 45 if (target == null) { 46 throw new NullPointerException("target == null"); 49 this.target = target [all...] |
/dalvik/dx/src/com/android/dx/dex/code/ |
TargetInsn.java | 23 * Instruction which has a single branch target. 26 /** {@code non-null;} the branch target */ 27 private CodeAddress target; field in class:TargetInsn 31 * unknown ({@code -1}), and the target is initially 39 * @param target {@code non-null;} the branch target 42 RegisterSpecList registers, CodeAddress target) { 45 if (target == null) { 46 throw new NullPointerException("target == null"); 49 this.target = target [all...] |
/dalvik/dx/tests/120-disable-extended-ops/ |
info.txt | 1 This is a test of the dx option --target-api, which is supposed to 2 disable the emission of extended-opcode instructions when the target
|
/external/chromium/chrome/common/extensions/docs/examples/api/tabs/screenshot/ |
screenshot.html | 4 document.getElementById('target').src = url; 10 <img id="target" src="white.png" width="640" height="480">
|
/external/chromium/testing/gtest/xcode/Config/ |
TestTarget.xcconfig | 4 // These are Test target settings for the gtest framework and examples. It 5 // is set in the "Based On:" dropdown in the "Target" info dialog.
|
/external/clang/test/Driver/ |
arch.c | 1 // RUN: %clang -target armv7a-unknown-linux-gnueabi -S -emit-llvm %s -o - | FileCheck %s 3 // CHECK: target triple = "armv7-unknown-linux-gnueabi"
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
TargetInsn.java | 23 * Instruction which has a single branch target. 26 /** {@code non-null;} the branch target */ 27 private CodeAddress target; field in class:TargetInsn 31 * unknown ({@code -1}), and the target is initially 39 * @param target {@code non-null;} the branch target 42 RegisterSpecList registers, CodeAddress target) { 45 if (target == null) { 46 throw new NullPointerException("target == null"); 49 this.target = target [all...] |
/external/jsr305/ri/ |
build.xml | 5 <target name="build" depends="clean,classes,jars"/> 6 <target name="classes"> 8 <javac destdir="build/classes" source="1.5" target="1.5" debug="on"> 14 </target> 16 <target name="clean"> 18 </target> 19 <target name="jars" depends="classes"> 32 </target>
|
/external/llvm/test/CodeGen/PowerPC/ |
darwin-labels.ll | 3 target datalayout = "E-p:32:32" 4 target triple = "powerpc-apple-darwin8.2.0"
|
/external/protobuf/gtest/xcode/Config/ |
TestTarget.xcconfig | 4 // These are Test target settings for the gtest framework and examples. It 5 // is set in the "Based On:" dropdown in the "Target" info dialog.
|
/external/webkit/Source/WebCore/manual-tests/ |
redirect.html | 1 <meta http-equiv="refresh" content="0;url=redirection-target.html"> 2 <p>See redirection-target.html for details of what this tests.</p>
|
/external/webkit/Source/WebKit/qt/tests/benchmarks/loading/ |
loading.pro | 3 exists($${TARGET}.qrc):RESOURCES += $${TARGET}.qrc
|
/external/webkit/Source/WebKit/qt/tests/benchmarks/painting/ |
painting.pro | 3 exists($${TARGET}.qrc):RESOURCES += $${TARGET}.qrc
|
/external/webkit/Source/WebKit/qt/tests/qwebelement/ |
qwebelement.pro | 3 exists($${TARGET}.qrc):RESOURCES += $${TARGET}.qrc
|
/external/webkit/Source/WebKit/qt/tests/qwebframe/ |
qwebframe.pro | 3 exists($${TARGET}.qrc):RESOURCES += $${TARGET}.qrc
|
/external/webkit/Source/WebKit/qt/tests/qwebhistory/ |
qwebhistory.pro | 3 exists($${TARGET}.qrc):RESOURCES += $${TARGET}.qrc
|
/external/webkit/Source/WebKit/qt/tests/qwebhistoryinterface/ |
qwebhistoryinterface.pro | 3 exists($${TARGET}.qrc):RESOURCES += $${TARGET}.qrc
|
/external/webkit/Source/WebKit/qt/tests/qwebinspector/ |
qwebinspector.pro | 3 exists($${TARGET}.qrc):RESOURCES += $${TARGET}.qrc
|
/external/webkit/Source/WebKit/qt/tests/qwebpage/ |
qwebpage.pro | 3 exists($${TARGET}.qrc):RESOURCES += $${TARGET}.qrc
|
/external/webkit/Source/WebKit/qt/tests/qwebplugindatabase/ |
qwebplugindatabase.pro | 3 exists($${TARGET}.qrc):RESOURCES += $${TARGET}.qrc
|