/development/tools/emulator/opengl/host/libs/Translator/GLES_CM/ |
GLEScmImp.cpp | 173 static ObjectLocalName TextureLocalName(GLenum target, unsigned int tex) { 175 return (tex!=0? tex : ctx->getDefaultTextureName(target)); 197 static TextureData* getTextureTargetData(GLenum target){ 199 unsigned int tex = ctx->getBindedTexture(target); 200 return getTextureData(TextureLocalName(target,tex)); 290 GL_API void GL_APIENTRY glBindBuffer( GLenum target, GLuint buffer) { 292 SET_ERROR_IF(!GLEScmValidate::bufferTarget(target),GL_INVALID_ENUM); 299 ctx->bindBuffer(target,buffer); 307 GL_API void GL_APIENTRY glBindTexture( GLenum target, GLuint texture) { 309 SET_ERROR_IF(!GLEScmValidate::textureTarget(target),GL_INVALID_ENUM 2045 GLenum target; local [all...] |
/frameworks/base/docs/html/sdk/api_diff/9/changes/ |
classes_index_changes.html | 75 <A HREF="java.util.concurrent.AbstractExecutorService.html" class="hiddenlink" target="rightframe">AbstractExecutorService</A><br> 76 <A HREF="java.util.concurrent.locks.AbstractOwnableSynchronizer.html" class="hiddenlink" target="rightframe">AbstractOwnableSynchronizer</A><br> 77 <A HREF="android.content.AbstractThreadedSyncAdapter.html" class="hiddenlink" target="rightframe">AbstractThreadedSyncAdapter</A><br> 78 <A HREF="java.security.AccessController.html" class="hiddenlink" target="rightframe">AccessController</A><br> 79 <A HREF="android.app.Activity.html" class="hiddenlink" target="rightframe">Activity</A><br> 80 <A HREF="android.content.pm.ActivityInfo.html" class="hiddenlink" target="rightframe">ActivityInfo</A><br> 81 <A HREF="android.app.ActivityManager.RunningAppProcessInfo.html" class="hiddenlink" target="rightframe">ActivityManager.RunningAppProcessInfo</A><br> 82 <A HREF="android.content.pm.ApplicationInfo.html" class="hiddenlink" target="rightframe">ApplicationInfo</A><br> 84 <A HREF="java.lang.reflect.Array.html" class="hiddenlink" target="rightframe">java.lang.reflect</A><br> 85 <A HREF="java.sql.Array.html" class="hiddenlink" target="rightframe"><i>java.sql</i></A><br [all...] |
/external/javassist/src/main/javassist/bytecode/ |
CodeAnalyzer.java | 104 int target = index + ci.s16bitAt(index + 1); local 105 checkTarget(index, target, codeLength, stack, stackDepth); 108 int target, index2; local 111 target = index + ci.s16bitAt(index + 1); 112 checkTarget(index, target, codeLength, stack, stackDepth); 115 target = index + ci.s32bitAt(index + 1); 116 checkTarget(index, target, codeLength, stack, stackDepth); 121 target = index + ci.s16bitAt(index + 1); 123 target = index + ci.s32bitAt(index + 1); 125 checkTarget(index, target, codeLength, stack, stackDepth) [all...] |
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
GL11ExtensionPack.java | 111 int target, 116 int target, 121 int target, 142 int target 146 int target, 157 int target, 194 int target, 201 int target, 209 int target 235 int target, [all...] |
/build/target/board/emulator/ |
BoardConfig.mk | 6 # The generic product target doesn't have any hardware-specific pieces.
|
/build/target/board/generic_x86/ |
README.txt | 1 The "generic_x86" product defines a non-hardware-specific IA target
|
/build/target/product/ |
locales_full.mk | 3 $(call inherit-product, build/target/product/languages_full.mk)
|
/dalvik/dx/src/com/android/dx/gen/ |
Code.java | 159 * Creates a new label for use as a branch target. The new label must have 182 public void jump(Label target) { 184 target); 290 public <T> void loadConstant(Local<T> target, T value) { 291 Rop rop = Rops.opConst(target.type.ropType); 293 addInstruction(new PlainCstInsn(rop, sourcePosition, target.spec(), 298 moveResult(target, true); 304 public <T> void negate(Local<T> source, Local<T> target) { 305 unary(Rops.opNeg(source.type.ropType), source, target); local 308 public <T> void not(Local<T> source, Local<T> target) { 309 unary(Rops.opNot(source.type.ropType), source, target); local 313 unary(getCastRop(source.type.ropType, target.type.ropType), source, target); local 426 invoke(Rops.opInvokeStatic(method.prototype(true)), method, target, null, args); local 431 invoke(Rops.opInvokeVirtual(method.prototype(true)), method, target, object, args); local 436 invoke(Rops.opInvokeDirect(method.prototype(true)), method, target, object, args); local 441 invoke(Rops.opInvokeSuper(method.prototype(true)), method, target, object, args); local 446 invoke(Rops.opInvokeInterface(method.prototype(true)), method, target, object, args); local [all...] |
/dalvik/tests/004-annotations/src/android/test/anno/ |
AnnoArrayField.java | 7 @Target({ElementType.FIELD})
|
AnnoFancyField.java | 5 @Target(ElementType.FIELD)
|
AnnoFancyMethod.java | 5 @Target(ElementType.METHOD)
|
ExportedProperty.java | 6 @Target({ ElementType.FIELD, ElementType.METHOD })
|
/dalvik/vm/compiler/template/armv5te-vfp/ |
fbinop.S | 6 * r0 = target dalvik register address
|
fbinopWide.S | 6 * r0 = target dalvik register address
|
/external/chromium/chrome/browser/resources/options/ |
search_page.html | 6 <a target=_blank" i18n-content="searchPageHelpTitle"
|
/external/chromium/net/http/ |
http_auth.cc | 27 Target target, 37 const std::string header_name = GetChallengeHeaderName(target); 43 cur_challenge, target, origin, net_log, &cur); 60 Target target, 71 const std::string header_name = GetChallengeHeaderName(target); 129 std::string HttpAuth::GetChallengeHeaderName(Target target) { 130 switch (target) { [all...] |
/external/clang/test/CodeGen/ |
2009-10-20-GlobalDebug.c | 1 // REQUIRES: x86-registered-target
|
arm-cc.c | 1 // RUN: %clang_cc1 -triple armv7-apple-darwin9 -target-abi apcs-gnu -emit-llvm -w -o - %s | FileCheck -check-prefix=DARWIN-APCS %s 2 // RUN: %clang_cc1 -triple armv7-apple-darwin9 -target-abi aapcs -emit-llvm -w -o - %s | FileCheck -check-prefix=DARWIN-AAPCS %s 3 // RUN: %clang_cc1 -triple arm-none-linux-gnueabi -target-abi apcs-gnu -emit-llvm -w -o - %s | FileCheck -check-prefix=LINUX-APCS %s 4 // RUN: %clang_cc1 -triple arm-none-linux-gnueabi -target-abi aapcs -emit-llvm -w -o - %s | FileCheck -check-prefix=LINUX-AAPCS %s
|
builtins-arm.c | 1 // RUN: %clang_cc1 -Wall -Werror -triple thumbv7-eabi -target-cpu cortex-a8 -O3 -emit-llvm -o - %s | FileCheck %s
|
/external/clang/test/Driver/ |
arch.c | 3 // CHECK: target triple = "armv7-unknown-linux-gnueabi"
|
/external/clang/test/Frontend/ |
ir-support-errors.ll | 3 target triple = "x86_64-apple-darwin10"
|
/external/clang/test/Sema/ |
align-arm-apcs.c | 1 // RUN: %clang_cc1 -triple arm-unknown-unknown -target-abi apcs-gnu -fsyntax-only -verify %s
|
attr-alias.c | 6 // testsuite looks for it to decide if a target supports aliases.
|
/external/clang/test/SemaCXX/ |
vtable-instantiation.cc | 24 class Target 36 static Target<T> Instance; 40 Target<T> Provider<T>::Instance; // expected-note{{in instantiation of}} 44 Target<int*>* traits = &Provider<int*>::Instance;
|
/external/guava/javadoc/com/google/common/annotations/ |
package-frame.html | 19 <A HREF="../../../../com/google/common/annotations/package-summary.html" target="classFrame">com.google.common.annotations</A></FONT> 26 <A HREF="GwtCompatible.html" title="annotation in com.google.common.annotations" target="classFrame">GwtCompatible</A> 28 <A HREF="GwtIncompatible.html" title="annotation in com.google.common.annotations" target="classFrame">GwtIncompatible</A> 30 <A HREF="VisibleForTesting.html" title="annotation in com.google.common.annotations" target="classFrame">VisibleForTesting</A></FONT></TD>
|