/cts/tests/tests/graphics/src/android/graphics/cts/ |
PorterDuffXfermodeTest.java | 44 Bitmap target = Bitmap.createBitmap(WIDTH, HEIGHT, Config.ARGB_8888); local 45 target.eraseColor(Color.TRANSPARENT); 51 Canvas canvas = new Canvas(target); 56 assertEquals(Color.RED, target.getPixel(WIDTH / 4, HEIGHT / 4)); 57 assertEquals(Color.BLUE, target.getPixel(WIDTH / 4, HEIGHT * 3 / 4)); 58 assertEquals(Color.BLUE, target.getPixel(WIDTH * 3 / 4, HEIGHT * 3 / 4)); 60 target.eraseColor(Color.TRANSPARENT); 65 assertEquals(Color.RED, target.getPixel(WIDTH / 4, HEIGHT / 4)); 66 assertEquals(Color.RED, target.getPixel(WIDTH / 4, HEIGHT * 3 / 4)); 67 assertEquals(Color.TRANSPARENT, target.getPixel(WIDTH * 3 / 4, HEIGHT * 3 / 4)) [all...] |
/development/tools/emulator/opengl/host/libs/Translator/GLcommon/ |
GLESvalidate.cpp | 61 bool GLESvalidate::bufferTarget(GLenum target) { 62 return target == GL_ARRAY_BUFFER || target == GL_ELEMENT_ARRAY_BUFFER; 89 bool GLESvalidate::textureTarget(GLenum target) { 90 return target==GL_TEXTURE_2D || target==GL_TEXTURE_CUBE_MAP; 93 bool GLESvalidate::textureTargetLimited(GLenum target) { 94 return target==GL_TEXTURE_2D; 97 bool GLESvalidate::textureTargetEx(GLenum target) { 98 switch(target) { [all...] |
/external/icu4c/samples/legacy/ |
Makefile | 29 # Name of your target 30 TARGET=legacy 35 CLEANFILES=*~ $(TARGET).out 42 all: $(TARGET) $(ICU_INC) 51 -$(RMV) $(OBJECTS) $(TARGET) 56 $(TARGET): $(OBJECTS) 60 check: $(TARGET) 61 $(INVOKE) ./$(TARGET) | tee $(TARGET).out 64 report: $(TARGET).repor [all...] |
/external/llvm/lib/Support/ |
TargetRegistry.cpp | 1 //===--- TargetRegistry.cpp - Target registration -------------------------===// 10 #include "llvm/Target/TargetRegistry.h" 16 static Target *FirstTarget = 0; 22 const Target *TargetRegistry::lookupTarget(const std::string &TT, 26 Error = "Unable to find target for this triple (no targets are registered)"; 29 const Target *Best = 0, *EquallyBest = 0; 48 // Otherwise, take the best target, but make sure we don't have two equally 59 void TargetRegistry::RegisterTarget(Target &T, 62 Target::TripleMatchQualityFnTy TQualityFn, 65 "Missing required target information!") [all...] |
/external/proguard/docs/ |
sections.html | 13 <li><a target="main" href="main.html">Main</a></li> 14 <li><a target="main" href="results.html">Results</a></li> 15 <li><a target="main" href="FAQ.html">FAQ</a></li> 17 <li><a target="main" href="quality.html">Quality</a></li> 18 <li><a target="main" href="screenshots.html">Screenshots</a></li> 19 <li><a target="main" href="testimonials.html">Testimonials</a></li> 20 <li><a target="main" href="license.html">License</a></li> 21 <li><a target="main" href="downloads.html">Downloads</a></li> 22 <li><a target="main" href="feedback.html">Feedback</a></li> 23 <li><a target="main" href="acknowledgements.html">Ack'ments</a></li [all...] |
/frameworks/base/media/libeffects/lvm/lib/Common/src/ |
LVC_MixInSoft_D16C31_SAT.c | 51 if (pInstance->Current != pInstance->Target) 54 pInstance->Current = pInstance->Target; 55 TargetGain=pInstance->Target>>(16-pInstance->Shift); // TargetGain in Q16.15 format 57 }else if (Abs_32(pInstance->Current-pInstance->Target) < pInstance->Delta){ 58 pInstance->Current = pInstance->Target; /* Difference is not significant anymore. Make them equal. */ 59 TargetGain=pInstance->Target>>(16-pInstance->Shift); // TargetGain in Q16.15 format 78 if (pInstance->Target != 0){ /* Nothing to do in case Target = 0 */ 79 if ((pInstance->Target>>16) == 0x7FFF){ 87 Mac3s_Sat_16x16(src,(LVM_INT16)(pInstance->Target>>16),dst,n) [all...] |
LVC_MixSoft_1St_D16C31_SAT.c | 51 if (pInstance->Current != pInstance->Target) 54 pInstance->Current = pInstance->Target; 55 TargetGain=pInstance->Target>>(16-pInstance->Shift); // TargetGain in Q16.15 format 57 }else if (Abs_32(pInstance->Current-pInstance->Target) < pInstance->Delta){ 58 pInstance->Current = pInstance->Target; /* Difference is not significant anymore. Make them equal. */ 59 TargetGain=pInstance->Target>>(16-pInstance->Shift); // TargetGain in Q16.15 format 78 if (pInstance->Target == 0) 82 if ((pInstance->Target>>16) != 0x7FFF) 83 Mult3s_16x16( dst, (LVM_INT16)(pInstance->Target>>16), dst, n ); 86 if ((pInstance->Target>>16) != 0x7FFF [all...] |
/libcore/dom/src/test/resources/ |
build.xml | 3 <target name="init">
9 </target>
11 <target name="versiontag" depends="init">
19 </target>
21 <target name="build" depends="versiontag">
27 </target>
29 <target name="dist" depends="build">
76 </target>
78 <target name="zip">
85 </target>
[all...] |
/frameworks/base/docs/html/sdk/api_diff/14/changes/ |
fields_index_all.html | 76 <nobr><A HREF="android.R.attr.html#android.R.attr.accessibilityEventTypes" class="hiddenlink" target="rightframe">accessibilityEventTypes</A> 78 <nobr><A HREF="android.R.attr.html#android.R.attr.accessibilityFeedbackType" class="hiddenlink" target="rightframe">accessibilityFeedbackType</A> 80 <nobr><A HREF="android.R.attr.html#android.R.attr.accessibilityFlags" class="hiddenlink" target="rightframe">accessibilityFlags</A> 82 <nobr><A HREF="android.content.Intent.html#android.content.Intent.ACTION_APP_ERROR" class="hiddenlink" target="rightframe">ACTION_APP_ERROR</A> 84 <nobr><A HREF="android.view.MotionEvent.html#android.view.MotionEvent.ACTION_HOVER_ENTER" class="hiddenlink" target="rightframe">ACTION_HOVER_ENTER</A> 86 <nobr><A HREF="android.view.MotionEvent.html#android.view.MotionEvent.ACTION_HOVER_EXIT" class="hiddenlink" target="rightframe">ACTION_HOVER_EXIT</A> 88 <nobr><A HREF="android.content.Intent.html#android.content.Intent.ACTION_INSTALL_PACKAGE" class="hiddenlink" target="rightframe">ACTION_INSTALL_PACKAGE</A> 90 <nobr><A HREF="android.content.Intent.html#android.content.Intent.ACTION_MANAGE_NETWORK_USAGE" class="hiddenlink" target="rightframe">ACTION_MANAGE_NETWORK_USAGE</A> 92 <nobr><A HREF="android.hardware.Camera.html#android.hardware.Camera.ACTION_NEW_PICTURE" class="hiddenlink" target="rightframe">ACTION_NEW_PICTURE</A> 94 <nobr><A HREF="android.hardware.Camera.html#android.hardware.Camera.ACTION_NEW_VIDEO" class="hiddenlink" target="rightframe">ACTION_NEW_VIDEO</A [all...] |
/frameworks/base/docs/html/sdk/api_diff/11/changes/ |
fields_index_additions.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...] |
alldiffs_index_all.html | 77 <nobr><A HREF="android.test.mock.MockCursor.html#android.test.mock.MockCursor.abortUpdates_removed()" class="hiddenlink" target="rightframe"><strike>abortUpdates</strike> 80 <A HREF="android.widget.AbsListView.html" class="hiddenlink" target="rightframe">AbsListView</A><br> 82 <A HREF="pkg_android.widget.html#AbsListView.MultiChoiceModeListener" class="hiddenlink" target="rightframe"><b><i>AbsListView.MultiChoiceModeListener</i></b></A><br> 84 <A HREF="pkg_android.widget.html#AbsListView.SelectionBoundsAdjuster" class="hiddenlink" target="rightframe"><b><i>AbsListView.SelectionBoundsAdjuster</i></b></A><br> 86 <A HREF="android.database.AbstractCursor.html" class="hiddenlink" target="rightframe">AbstractCursor</A><br> 89 <A HREF="android.content.AbstractThreadedSyncAdapter.html" class="hiddenlink" target="rightframe">android.content</A><br> 91 <nobr><A HREF="android.content.AbstractThreadedSyncAdapter.html#android.content.AbstractThreadedSyncAdapter.ctor_added(android.content.Context, boolean, boolean)" class="hiddenlink" target="rightframe"><b>AbstractThreadedSyncAdapter</b> 94 <A HREF="android.database.AbstractWindowedCursor.html" class="hiddenlink" target="rightframe">AbstractWindowedCursor</A><br> 96 <A HREF="android.accounts.AccountManager.html" class="hiddenlink" target="rightframe">AccountManager</A><br> 98 <nobr><A HREF="android.bluetooth.BluetoothAdapter.html#android.bluetooth.BluetoothAdapter.ACTION_CONNECTION_STATE_CHANGED" class="hiddenlink" target="rightframe">ACTION_CONNECTION_STATE_CHANGED</A [all...] |
/development/tools/emulator/opengl/system/GLESv1_enc/ |
gl.in | 15 GL_ENTRY(void, glGetTexParameterfv, GLenum target, GLenum pname, GLfloat *params) 25 GL_ENTRY(void, glMultiTexCoord4f, GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q) 34 GL_ENTRY(void, glTexEnvf, GLenum target, GLenum pname, GLfloat param) 35 GL_ENTRY(void, glTexEnvfv, GLenum target, GLenum pname, const GLfloat *params) 36 GL_ENTRY(void, glTexParameterf, GLenum target, GLenum pname, GLfloat param) 37 GL_ENTRY(void, glTexParameterfv, GLenum target, GLenum pname, const GLfloat *params) 41 GL_ENTRY(void, glBindBuffer, GLenum target, GLuint buffer) 42 GL_ENTRY(void, glBindTexture, GLenum target, GLuint texture) 44 GL_ENTRY(void, glBufferData, GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) 45 GL_ENTRY(void, glBufferSubData, GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data [all...] |
/external/clang/include/clang/Basic/ |
TargetOptions.h | 18 /// TargetOptions - Options for controlling the target. 21 /// If given, the name of the target triple to compile for. If not given the 22 /// target will be selected to match the host. 25 /// If given, the name of the target CPU to generate code for. 28 /// If given, the name of the target ABI to use. 31 /// If given, the name of the target C++ ABI to use. If not given, defaults 38 /// The list of target specific features to enable or disable -- this should
|
/external/guava/ |
build.xml | 9 <target name="compile" description="Compile Java source."> 24 target="1.5" 31 </target> 33 <target name="clean" 36 </target> 38 <target name="javadoc" 58 </target>
|
/external/llvm/include/llvm-c/ |
Target.h | 1 /*===-- llvm-c/Target.h - Target Lib C Iface --------------------*- C++ -*-===*/ 11 /* implements target information. */ 34 /* Declare all of the target-initialization functions that are available. */ 40 #define LLVM_TARGET(TargetName) void LLVMInitialize##TargetName##Target(void); 67 #define LLVM_TARGET(TargetName) LLVMInitialize##TargetName##Target(); 73 initialize the native target corresponding to the host. This is useful 74 for JIT applications to ensure that the target gets linked in correctly. */ 76 /* If we have a native target, initialize it to ensure it is linked in. */ 88 /*===-- Target Data -------------------------------------------------------===* [all...] |
/external/webkit/Source/WebCore/manual-tests/ |
array-out-of-memory.html | 9 // The index 'target' is the location in the array we expect to fault on access, should the size calculation of the realloc of the vector be allowed 10 // to overflow. The vector needs to be ((target + 1) * sizeof(JSValue*)) bytes long to hold 'target', or approximately 2/3 UINT32_MAX. Upon growing 12 var target = Math.floor(0xFFFFFFFF / 6); 13 // In order to force arr[target] to be stored in the vector, rather than the sparse map, we need ensure the vector is sufficiently densely populated. 14 var populate = Math.floor(target / 8 + 1); 20 arr[target] = 0;
|
/frameworks/base/core/java/android/os/ |
RemoteCallback.java | 47 RemoteCallbackProxy(IRemoteCallback target) { 48 super(target); 60 RemoteCallback(IRemoteCallback target) { 62 mTarget = target; 98 IBinder target = in.readStrongBinder(); 99 return target != null ? new RemoteCallbackProxy( 100 IRemoteCallback.Stub.asInterface(target)) : null;
|
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/ |
ProcessingInstructionImpl.java | 36 private String target; field in class:ProcessingInstructionImpl 40 ProcessingInstructionImpl(DocumentImpl document, String target, String data) { 42 this.target = target; // TODO: validate that target is well-formed 52 return target; 66 return target;
|
/system/media/mca/filterfw/java/android/filterfw/format/ |
ImageFormat.java | 40 int target) { 41 MutableFrameFormat result = new MutableFrameFormat(FrameFormat.TYPE_BYTE, target); 45 if (target == FrameFormat.TARGET_SIMPLE) { 54 int target) { 59 target); 62 public static MutableFrameFormat create(int colorspace, int target) { 67 target);
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/ |
IAndroidTarget.java | 24 * A version of Android that applications can target when building. 62 /** OS Path to the target specific docs */ 64 /** OS Path to the target's version of the aapt tool. 68 /** OS Path to the target's version of the aidl tool. 72 /** OS Path to the target's version of the dx too.<br> 76 /** OS Path to the target's version of the dx.jar file.<br> 89 * Android target. 93 /** An optional library provided by an Android Target */ 106 * Returns the target location. 111 * Returns the name of the vendor of the target [all...] |
/frameworks/base/opengl/libs/GLES2/ |
gl2_api.in | 10 void API_ENTRY(glBindBuffer)(GLenum target, GLuint buffer) { 11 CALL_GL_API(glBindBuffer, target, buffer); 13 void API_ENTRY(glBindFramebuffer)(GLenum target, GLuint framebuffer) { 14 CALL_GL_API(glBindFramebuffer, target, framebuffer); 16 void API_ENTRY(glBindRenderbuffer)(GLenum target, GLuint renderbuffer) { 17 CALL_GL_API(glBindRenderbuffer, target, renderbuffer); 19 void API_ENTRY(glBindTexture)(GLenum target, GLuint texture) { 20 CALL_GL_API(glBindTexture, target, texture); 37 void API_ENTRY(glBufferData)(GLenum target, GLsizeiptr size, const GLvoid* data, GLenum usage) { 38 CALL_GL_API(glBufferData, target, size, data, usage) [all...] |
/frameworks/base/opengl/libs/GLES2_dbg/ |
gl2_api_annotated.in | 10 void API_ENTRY(glBindBuffer)(GLenum target, GLuint buffer) { 11 CALL_GL_API(glBindBuffer, target, buffer); 13 void API_ENTRY(glBindFramebuffer)(GLenum target, GLuint framebuffer) { 14 CALL_GL_API(glBindFramebuffer, target, framebuffer); 16 void API_ENTRY(glBindRenderbuffer)(GLenum target, GLuint renderbuffer) { 17 CALL_GL_API(glBindRenderbuffer, target, renderbuffer); 19 void API_ENTRY(glBindTexture)(GLenum target, GLuint texture) { 20 CALL_GL_API(glBindTexture, target, texture); 37 void API_ENTRY(glBufferData)(GLenum target, GLsizeiptr size, const GLvoid:size:in data, GLenum usage) { 38 CALL_GL_API(glBufferData, target, size, data, usage) [all...] |
/external/webkit/Tools/DumpRenderTree/chromium/ |
fonts.conf | 5 <match target="font"> 9 <match target="pattern"> 18 <match target="pattern"> 27 <match target="pattern"> 38 <match target="pattern"> 47 <match target="pattern"> 56 <match target="pattern"> 65 <match target="pattern"> 74 <match target="pattern"> 83 <match target="pattern" [all...] |
/external/v8/test/mjsunit/ |
debug-setbreakpoint.js | 86 testArguments(dcp, '{"target":"f"}', false); 87 testArguments(dcp, '{"type":"xx","target":"xx"}', false); 88 testArguments(dcp, '{"type":"function","target":1}', false); 89 testArguments(dcp, '{"type":"function","target":"f","line":-1}', false); 90 testArguments(dcp, '{"type":"function","target":"f","column":-1}', false); 91 testArguments(dcp, '{"type":"function","target":"f","ignoreCount":-1}', false); 92 testArguments(dcp, '{"type":"handle","target":"-1"}', false); 94 testArguments(dcp, '{"type":"handle","target":' + mirror.handle() + '}', false); 97 testArguments(dcp, '{"type":"function","target":"f"}', true, false); 98 testArguments(dcp, '{"type":"function","target":"h"}', true, false) [all...] |
/frameworks/base/docs/html/sdk/api_diff/12/changes/ |
packages_index_all.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="changes-summary.html#android.hardware.usb" class="hiddenlink" target="rightframe"><b>android.hardware.usb</b></A><br [all...] |