Searched refs:TARGET (Results 1 - 18 of 18) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DAvoidXfermode.java29 TARGET (1); //!< draw only on top of the opColor enum constant in enum:AvoidXfermode.Mode
/frameworks/rs/tests/cppallocation/
H A DAndroid.mk20 intermediates := $(call intermediates-dir-for,STATIC_LIBRARIES,libRS,TARGET,)
/frameworks/rs/tests/cppbasic/
H A DAndroid.mk20 intermediates := $(call intermediates-dir-for,STATIC_LIBRARIES,libRS,TARGET,)
/frameworks/rs/tests/cppbasic-getpointer/
H A DAndroid.mk16 intermediates := $(call intermediates-dir-for,STATIC_LIBRARIES,libRS,TARGET,)
/frameworks/rs/tests/cppbasic-shared/
H A DAndroid.mk16 intermediates := $(call intermediates-dir-for,STATIC_LIBRARIES,libRS,TARGET,)
/frameworks/rs/tests/cppstrided/
H A DAndroid.mk20 intermediates := $(call intermediates-dir-for,STATIC_LIBRARIES,libRS,TARGET,)
/frameworks/rs/tests/latency/
H A DAndroid.mk20 intermediates := $(call intermediates-dir-for,STATIC_LIBRARIES,libRS,TARGET,)
/frameworks/rs/tests/typecheck/
H A DAndroid.mk20 intermediates := $(call intermediates-dir-for,STATIC_LIBRARIES,libRS,TARGET,)
/frameworks/compile/libbcc/tests/debuginfo/
H A Dbuild_test_apk.sh22 TARGET=1
98 TARGET="$2"
168 run $SDK/tools/android create project --target $TARGET --name $NAME --path $OUT_DIR --activity $ACTIVITY --package $PACKAGE
/frameworks/base/obex/javax/obex/
H A DHeaderSet.java108 * The value of <code>TARGET</code> is 0x46 (70).
110 public static final int TARGET = 0x46; field in class:HeaderSet
335 case TARGET:
484 case TARGET:
553 out.write(TARGET);
H A DObexHelper.java361 if ((headImpl.mConnectionID != null) && (headImpl.getHeader(HeaderSet.TARGET) == null)) {
527 value = (byte[])headImpl.getHeader(HeaderSet.TARGET);
529 out.write((byte)HeaderSet.TARGET);
536 headImpl.setHeader(HeaderSet.TARGET, null);
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMasObexClientSession.java115 headerset.setHeader(HeaderSet.TARGET, MAS_TARGET);
H A DBluetoothMnsObexServer.java56 byte[] uuid = (byte[]) request.getHeader(HeaderSet.TARGET);
/frameworks/base/libs/hwui/
H A DAndroid.mk73 intermediates := $(call intermediates-dir-for,STATIC_LIBRARIES,libRS,TARGET,)
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
H A DBluetoothPbapObexSession.java204 hs.setHeader(HeaderSet.TARGET, PBAP_TARGET);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedVectorDrawable.java130 private static final String TARGET = "target"; field in class:AnimatedVectorDrawable
297 } else if (TARGET.equals(tagName)) {
/frameworks/compile/mclinker/lib/Script/
H A DScriptScanner.ll83 <LDSCRIPT>"TARGET" { return token::TARGET; }
H A DScriptParser.yy98 %token TARGET

Completed in 324 milliseconds