/external/llvm/lib/Target/ |
TargetAsmInfo.cpp | 1 //===-- llvm/Target/TargetAsmInfo.cpp - Target Assembly Info --------------===// 10 #include "llvm/Target/TargetAsmInfo.h" 11 #include "llvm/Target/TargetLowering.h" 12 #include "llvm/Target/TargetLoweringObjectFile.h" 13 #include "llvm/Target/TargetMachine.h"
|
/external/mesa3d/docs/ |
games.html | 14 </li><li><a href="http://evlweb.eecs.uic.edu/aej/AndyBattalion.html" target="_parent">Battalion</a> 16 </li><li><a href="http://bzflag.sourceforge.net/" target="_parent">BZFLAG</a> - 3-D tank 19 </li><li><a href="http://www.crystalspace.org/" target="_parent">CrystalSpace</a> - Free 21 </li><li><a href="http://www.afn.org/%7Ecthugha/" target="_parent">Cthugha</a> - music-sync'ed 23 </li><li><a href="http://www.sics.se/dive/" target="_parent">DIVE</a> - Distributed Interactive 25 </li><li><a href="http://www.newdoom.com/doomlegacy/" target="_parent">Doom Legacy</a> 27 </li><li><a href="http://www.asimov.de/intern_dropit.html" target="_parent">DropIt</a> - 3-D tetris game 28 </li><li><a href="http://www.flightgear.org/" target="_parent">Flight Gear</a> - Flight 30 </li><li><a href="http://freetrek.linuxgames.com/" target="_parent">Free Trek</a> - Star 33 </li><li><a href="http://glchess.sourceforge.net/" target="_parent">GLChess</a> - chess gam [all...] |
/external/webkit/LayoutTests/storage/indexeddb/ |
objectstore-clear-expected.txt | 7 db = event.target.result 9 trans = event.target.result 19 PASS event.target.result is undefined. 21 PASS event.target.result is null 25 PASS event.target.result is null 29 PASS event.target.result is "value"
|
objectstore-removeobjectstore-expected.txt | 7 db = event.target.result 9 trans = event.target.result 19 PASS event.target.result is "value" 21 trans = event.target.result 28 PASS event.target.result is undefined 29 PASS event.target.source.indexNames.contains('indexName') is false
|
cursor-delete.html | 28 var db = evalAndLog("db = event.target.result"); 38 window.trans = evalAndLog("trans = event.target.result"); 65 if (event.target.result == null) { 72 evalAndLog("event.target.result.delete()"); 73 shouldBeEqualToString("event.target.result.value", "myValue" + counter++); 74 evalAndLog("event.target.result.continue()"); 79 shouldBeNull("event.target.result"); 102 shouldBeNonNull(event.target.result); 103 evalAndLog("event.target.result.delete()"); 111 shouldBe("event.target.result", "undefined") [all...] |
/external/webkit/Source/WebCore/manual-tests/ |
plug-in-mutates-NSView-hierarchy-during-resize.html | 14 var target = document.getElementById("target"); 15 if (!target) 18 target.parentNode.removeChild(target); 29 <div id="target" style="border: solid orange;">
|
/external/webkit/Source/WebKit2/ |
WebProcess.pro | 2 TARGET = QtWebProcess 3 INSTALLS += target 6 target.path = $$[QT_INSTALL_BINS] 8 target.path = $$INSTALL_BINS 37 TARGET.UID3 = 0xA000E544 38 TARGET.CAPABILITY = ReadUserData WriteUserData NetworkServices
|
/frameworks/base/docs/html/sdk/api_diff/12/changes/ |
packages_index_changes.html | 53 <A HREF="pkg_android.html" class="hiddenlink" target="rightframe">android</A><br> 54 <A HREF="pkg_android.animation.html" class="hiddenlink" target="rightframe">android.animation</A><br> 55 <A HREF="pkg_android.app.html" class="hiddenlink" target="rightframe">android.app</A><br> 56 <A HREF="pkg_android.appwidget.html" class="hiddenlink" target="rightframe">android.appwidget</A><br> 57 <A HREF="pkg_android.content.html" class="hiddenlink" target="rightframe">android.content</A><br> 58 <A HREF="pkg_android.content.pm.html" class="hiddenlink" target="rightframe">android.content.pm</A><br> 59 <A HREF="pkg_android.drm.html" class="hiddenlink" target="rightframe">android.drm</A><br> 60 <A HREF="pkg_android.graphics.html" class="hiddenlink" target="rightframe">android.graphics</A><br> 61 <A HREF="pkg_android.hardware.html" class="hiddenlink" target="rightframe">android.hardware</A><br> 62 <A HREF="pkg_android.net.html" class="hiddenlink" target="rightframe">android.net</A><br [all...] |
/frameworks/base/docs/html/sdk/api_diff/3/changes/ |
packages_index_all.html | 52 <A HREF="pkg_android.html" class="hiddenlink" target="rightframe">android</A><br> 53 <A HREF="pkg_android.app.html" class="hiddenlink" target="rightframe">android.app</A><br> 54 <A HREF="changes-summary.html#android.appwidget" class="hiddenlink" target="rightframe"><b>android.appwidget</b></A><br> 55 <A HREF="pkg_android.content.html" class="hiddenlink" target="rightframe">android.content</A><br> 56 <A HREF="pkg_android.content.pm.html" class="hiddenlink" target="rightframe">android.content.pm</A><br> 57 <A HREF="pkg_android.content.res.html" class="hiddenlink" target="rightframe">android.content.res</A><br> 58 <A HREF="pkg_android.database.html" class="hiddenlink" target="rightframe">android.database</A><br> 59 <A HREF="pkg_android.database.sqlite.html" class="hiddenlink" target="rightframe">android.database.sqlite</A><br> 60 <A HREF="pkg_android.graphics.html" class="hiddenlink" target="rightframe">android.graphics</A><br> 61 <A HREF="pkg_android.graphics.drawable.html" class="hiddenlink" target="rightframe">android.graphics.drawable</A><br [all...] |
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/ |
p11.cpp | 14 namespace ns { void foo(); } // expected-note {{target of using declaration}} 16 using ns::foo; // expected-error {{target of using declaration conflicts with declaration already in scope}} 20 namespace ns { void foo(); } // expected-note {{target of using declaration}} 22 int foo(); // expected-error {{declaration conflicts with target of using declaration already in scope}} 26 namespace ns { void foo(); } // expected-note 2 {{target of using declaration}} 29 using ns::foo; // expected-error {{target of using declaration conflicts with declaration already in scope}} 34 int foo(); // expected-error {{declaration conflicts with target of using declaration already in scope}} 39 namespace ns { void foo(); } // expected-note 2 {{target of using declaration}} 43 using ns::foo; // expected-error {{target of using declaration conflicts with declaration already in scope}} 50 int foo(); // expected-error {{declaration conflicts with target of using declaration already in scope} [all...] |
/external/proguard/docs/manual/ |
sections.html | 16 <li><a target="main" href="introduction.html">Introduction</a></li> 17 <li><a target="main" href="usage.html">Usage</a></li> 18 <li><a target="main" href="limitations.html">Limitations</a></li> 19 <li><a target="main" href="examples.html">Examples</a></li> 20 <li><a target="main" href="troubleshooting.html">Troubleshooting</a></li> 21 <li><a target="main" href="refcard.html">Ref Card</a></li> 22 <li><a target="main" href="gui.html">GUI</a></li> 23 <li><a target="main" href="ant.html">Ant Task</a></li> 24 <li><a target="main" href="wtk.html">JME WTK</a></li> 27 <li><a target="main" href="retrace/introduction.html">Introduction</a></li [all...] |
/external/chromium/sdch/open-vcdiff/src/ |
vcdiff_test.sh | 48 -dictionary $DICTIONARY_FILE -target $TARGET_FILE -delta $DELTA_FILE \ 53 # vcdiff with all three arguments. Verify that output file matches target file 56 -target $TARGET_FILE \ 62 -target $OUTPUT_TARGET_FILE \ 66 || { echo "Decoded target does not match original"; \ 73 # vcdiff using stdin/stdout. Verify that output file matches target file 86 || { echo "Decoded target does not match original"; \ 96 -target $TARGET_FILE \ 106 || { echo "Decoded target does not match original"; \ 121 -target $OUTPUT_TARGET_FILE; } [all...] |
/frameworks/base/docs/html/sdk/api_diff/11/changes/ |
fields_index_all.html | 75 <nobr><A HREF="android.bluetooth.BluetoothAdapter.html#android.bluetooth.BluetoothAdapter.ACTION_CONNECTION_STATE_CHANGED" class="hiddenlink" target="rightframe">ACTION_CONNECTION_STATE_CHANGED</A> 77 <nobr><A HREF="android.os.DropBoxManager.html#android.os.DropBoxManager.ACTION_DROPBOX_ENTRY_ADDED" class="hiddenlink" target="rightframe">ACTION_DROPBOX_ENTRY_ADDED</A> 79 <nobr><A HREF="android.provider.Settings.html#android.provider.Settings.ACTION_INPUT_METHOD_SUBTYPE_SETTINGS" class="hiddenlink" target="rightframe">ACTION_INPUT_METHOD_SUBTYPE_SETTINGS</A> 81 <nobr><A HREF="android.app.admin.DeviceAdminReceiver.html#android.app.admin.DeviceAdminReceiver.ACTION_PASSWORD_EXPIRING" class="hiddenlink" target="rightframe">ACTION_PASSWORD_EXPIRING</A> 83 <nobr><A HREF="android.content.Intent.html#android.content.Intent.ACTION_PASTE" class="hiddenlink" target="rightframe">ACTION_PASTE</A> 85 <nobr><A HREF="android.app.admin.DevicePolicyManager.html#android.app.admin.DevicePolicyManager.ACTION_START_ENCRYPTION" class="hiddenlink" target="rightframe">ACTION_START_ENCRYPTION</A> 87 <nobr><A HREF="android.R.attr.html#android.R.attr.actionBarSize" class="hiddenlink" target="rightframe">actionBarSize</A> 89 <nobr><A HREF="android.R.attr.html#android.R.attr.actionBarStyle" class="hiddenlink" target="rightframe">actionBarStyle</A> 91 <nobr><A HREF="android.R.attr.html#android.R.attr.actionBarTabBarStyle" class="hiddenlink" target="rightframe">actionBarTabBarStyle</A> 93 <nobr><A HREF="android.R.attr.html#android.R.attr.actionBarTabStyle" class="hiddenlink" target="rightframe">actionBarTabStyle</A [all...] |
/development/tools/emulator/opengl/host/libs/Translator/GLES_CM/ |
GLDispatch.h | 37 void (GLAPIENTRY *glBindBuffer) (GLenum target, GLuint buffer); 38 void (GLAPIENTRY *glBindTexture) (GLenum target, GLuint texture); 40 void (GLAPIENTRY *glBufferData) (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage); 41 void (GLAPIENTRY *glBufferSubData) (GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data); 55 void (GLAPIENTRY *glCompressedTexImage2D) ( GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data ); 56 void (GLAPIENTRY *glCompressedTexSubImage2D) ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data ); 57 void (GLAPIENTRY *glCopyTexImage2D) (GLenum target, GLint level, GLenum internalFormat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border); 58 void (GLAPIENTRY *glCopyTexSubImage2D) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height); 91 void (GLAPIENTRY *glGetTexEnvfv) (GLenum target, GLenum pname, GLfloat *params); 92 void (GLAPIENTRY *glGetTexEnviv) (GLenum target, GLenum pname, GLint *params) [all...] |
/frameworks/base/docs/html/sdk/api_diff/4/changes/ |
packages_index_all.html | 52 <A HREF="pkg_android.html" class="hiddenlink" target="rightframe">android</A><br> 53 <A HREF="changes-summary.html#android.accessibilityservice" class="hiddenlink" target="rightframe"><b>android.accessibilityservice</b></A><br> 54 <A HREF="pkg_android.app.html" class="hiddenlink" target="rightframe">android.app</A><br> 55 <A HREF="pkg_android.content.html" class="hiddenlink" target="rightframe">android.content</A><br> 56 <A HREF="pkg_android.content.pm.html" class="hiddenlink" target="rightframe">android.content.pm</A><br> 57 <A HREF="pkg_android.content.res.html" class="hiddenlink" target="rightframe">android.content.res</A><br> 58 <A HREF="changes-summary.html#android.gesture" class="hiddenlink" target="rightframe"><b>android.gesture</b></A><br> 59 <A HREF="pkg_android.graphics.html" class="hiddenlink" target="rightframe">android.graphics</A><br> 60 <A HREF="pkg_android.graphics.drawable.html" class="hiddenlink" target="rightframe">android.graphics.drawable</A><br> 61 <A HREF="pkg_android.hardware.html" class="hiddenlink" target="rightframe">android.hardware</A><br [all...] |
/frameworks/base/docs/html/sdk/api_diff/5/changes/ |
packages_index_changes.html | 52 <A HREF="pkg_android.html" class="hiddenlink" target="rightframe">android</A><br> 53 <A HREF="pkg_android.app.html" class="hiddenlink" target="rightframe">android.app</A><br> 54 <A HREF="pkg_android.content.html" class="hiddenlink" target="rightframe">android.content</A><br> 55 <A HREF="pkg_android.content.pm.html" class="hiddenlink" target="rightframe">android.content.pm</A><br> 56 <A HREF="pkg_android.content.res.html" class="hiddenlink" target="rightframe">android.content.res</A><br> 57 <A HREF="pkg_android.database.html" class="hiddenlink" target="rightframe">android.database</A><br> 58 <A HREF="pkg_android.database.sqlite.html" class="hiddenlink" target="rightframe">android.database.sqlite</A><br> 59 <A HREF="pkg_android.graphics.html" class="hiddenlink" target="rightframe">android.graphics</A><br> 60 <A HREF="pkg_android.graphics.drawable.html" class="hiddenlink" target="rightframe">android.graphics.drawable</A><br> 61 <A HREF="pkg_android.hardware.html" class="hiddenlink" target="rightframe">android.hardware</A><br [all...] |
/frameworks/base/opengl/libs/GLES_CM/ |
gl_api.in | 43 void API_ENTRY(glGetTexParameterfv)(GLenum target, GLenum pname, GLfloat *params) { 44 CALL_GL_API(glGetTexParameterfv, target, pname, params); 73 void API_ENTRY(glMultiTexCoord4f)(GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q) { 74 CALL_GL_API(glMultiTexCoord4f, target, s, t, r, q); 100 void API_ENTRY(glTexEnvf)(GLenum target, GLenum pname, GLfloat param) { 101 CALL_GL_API(glTexEnvf, target, pname, param); 103 void API_ENTRY(glTexEnvfv)(GLenum target, GLenum pname, const GLfloat *params) { 104 CALL_GL_API(glTexEnvfv, target, pname, params); 106 void API_ENTRY(glTexParameterf)(GLenum target, GLenum pname, GLfloat param) { 107 CALL_GL_API(glTexParameterf, target, pname, param) [all...] |
/external/jdiff/ |
build.xml | 9 <target name="init" description="Properties used by other targets"> 21 </target> 23 <target name="create.dirs" depends="init"> 27 </target> 29 <target name="clean" depends="init"> 35 </target> 37 <target name="compile" depends="create.dirs" description="Compile everything except the Ant task"> 48 </target> 51 <target name="jar" depends="compile"> 56 </target> [all...] |
/external/jsr305/ri/nbproject/ |
project.xml | 33 <target>build</target> 36 <target>clean</target> 39 <target>clean</target> 40 <target>build</target> 46 <build-target>build</build-target> [all...] |
/external/proguard/docs/ |
screenshots.html | 14 <a href="screenshot_gui1.gif" target="other"> 19 <area shape="rect" coords="2,7,46,16" alt="ProGuard" href="screenshot_gui1.gif" target="other"> 20 <area shape="rect" coords="2,17,46,27" alt="Input/Output" href="screenshot_gui2.gif" target="other"> 21 <area shape="rect" coords="2,28,46,37" alt="Shrinking" href="screenshot_gui3.gif" target="other"> 22 <area shape="rect" coords="2,38,46,48" alt="Optimization" href="screenshot_gui4.gif" target="other"> 23 <area shape="rect" coords="2,49,46,58" alt="Obfuscation" href="screenshot_gui5.gif" target="other"> 24 <area shape="rect" coords="2,59,46,69" alt="Information" href="screenshot_gui6.gif" target="other"> 25 <area shape="rect" coords="2,70,46,79" alt="Process" href="screenshot_gui7.gif" target="other"> 26 <area shape="rect" coords="2,80,46,90" alt="ReTrace" href="screenshot_gui8.gif" target="other"> 37 <a href="screenshot_console.gif" target="other" [all...] |
/external/webkit/Source/WebKit/qt/declarative/ |
declarative.pro | 0 TARGET = qmlwebkitplugin 24 TARGET = $$qtLibraryTarget($$TARGET) 30 TARGET.EPOCALLOWDLLDATA=1 31 TARGET.CAPABILITY = All -Tcb 33 TARGET = $$TARGET$${QT_LIBINFIX} 63 target.path = $$[QT_INSTALL_IMPORTS]/$$TARGETPATH 70 TARGET.UID3 = 0x20021321 73 INSTALLS += target qmldi [all...] |
/frameworks/base/media/libeffects/lvm/lib/Common/src/ |
MixSoft_1St_D32C31_WRA.c | 50 if (pInstance->Current != pInstance->Target) 53 pInstance->Current = pInstance->Target; 54 }else if ((pInstance->Current-pInstance->Target <POINT_ZERO_ONE_DB)&& 55 (pInstance->Current-pInstance->Target > -POINT_ZERO_ONE_DB)){ 56 pInstance->Current = pInstance->Target; /* Difference is not significant anymore. Make them equal. */ 69 if (pInstance->Target == 0) 71 else if ((pInstance->Target>>16) == 0x7FFF){ 84 if ((pInstance->Current-pInstance->Target <POINT_ZERO_ONE_DB)&& 85 (pInstance->Current-pInstance->Target > -POINT_ZERO_ONE_DB)){ 86 pInstance->Current = pInstance->Target; /* Difference is not significant anymore. Make them equal. * [all...] |
/libcore/luni/src/main/java/java/lang/reflect/ |
InvocationTargetException.java | 31 private Throwable target; field in class:InvocationTargetException 35 * {@code null} cause / target exception. 43 * cause / target exception filled in. 51 target = exception; 56 * cause / target exception and message filled in. 66 target = exception; 70 * Returns the target exception, which may be {@code null}. 72 * @return the target exception 75 return target; 85 return target; [all...] |
/external/webkit/Source/WebCore/bindings/js/ |
JSEventTarget.cpp | 107 JSValue toJS(ExecState* exec, JSDOMGlobalObject* globalObject, EventTarget* target) 109 if (!target) 113 if (EventSource* eventSource = target->toEventSource()) 119 if (SVGElementInstance* instance = target->toSVGElementInstance()) 123 if (Node* node = target->toNode()) 126 if (DOMWindow* domWindow = target->toDOMWindow()) 129 if (XMLHttpRequest* xhr = target->toXMLHttpRequest()) 132 if (XMLHttpRequestUpload* upload = target->toXMLHttpRequestUpload()) 136 if (DOMApplicationCache* cache = target->toDOMApplicationCache()) 140 if (MessagePort* messagePort = target->toMessagePort() [all...] |
/cts/tests/tests/graphics/src/android/graphics/cts/ |
PorterDuffColorFilterTest.java | 48 Bitmap target = Bitmap.createBitmap(width, height, Config.ARGB_8888); local 49 target.eraseColor(Color.TRANSPARENT); 50 Canvas canvas = new Canvas(target); 58 assertEquals(Color.RED, target.getPixel(width / 4, height / 4)); 59 int lowerLeft = target.getPixel(width / 4, height * 3 / 4); 62 int lowerRight = target.getPixel(width * 3 / 4, height * 3 / 4); 65 target.eraseColor(Color.BLACK); 71 assertEquals(Color.RED, target.getPixel(width / 4, height / 4)); 72 assertEquals(Color.BLUE, target.getPixel(width / 4, height * 3 / 4)); 73 assertEquals(Color.BLUE, target.getPixel(width * 3 / 4, height * 3 / 4)) [all...] |