/external/android-mock/src/ |
build-runtime.xml | 20 <target name="-runtime.dirs"> 23 </target> 25 <target name="-runtime.clean-staging"> 27 </target> 30 <target name="runtime.clean" depends="-runtime.clean-staging"> 34 </target> 36 <target name="runtime.build" depends="-runtime.clean-staging,-runtime.dirs" 38 <javac destdir="${runtime.class-bin}" target="1.5" srcdir="${source-base}" 43 </target> 45 <target name="runtime.build-deploy" depends="runtime.build [all...] |
/external/qemu/distrib/sdl-1.2.12/ |
Makefile.android | 85 $(foreach target,$(INSTALL_TARGETS),\ 86 $(eval $(call install-target,objs/sdl-config,$(target)/bin/sdl-config)) \ 87 $(eval $(call install-target,objs/SDL_config.h,$(target)/include/SDL/SDL_config.h)) \ 88 $(eval $(call install-target,objs/libs/libSDL.a,$(target)/libs/libSDL.a)) \ 89 $(eval $(call install-target,objs/libs/libSDLmain.a,$(target)/libs/libSDLmain.a)) \ 91 $(eval $(call install-target,include/$(header),$(target)/include/SDL/$(header))) [all...] |
/frameworks/base/opengl/libs/ |
debug.in | 6 TRACE_GL_VOID(glBindFramebufferOES, (GLenum target, GLuint framebuffer), (target, framebuffer), 2, "GLenum", target, "GLuint", framebuffer) 7 TRACE_GL_VOID(glBindRenderbufferOES, (GLenum target, GLuint renderbuffer), (target, renderbuffer), 2, "GLenum", target, "GLuint", renderbuffer) 12 TRACE_GL(GLenum, glCheckFramebufferStatusOES, (GLenum target), (target), 1, "GLenum", target) 30 TRACE_GL_VOID(glCompressedTexImage3DOES, (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, G (…) [all...] |
/build/target/board/vbox_x86/ |
README.txt | 1 The "vbox_x86" product defines a non-hardware-specific target intended 6 ADB via ethernet works with this target. You can use 'adb install' to
|
/cts/tests/tests/view/src/android/view/inputmethod/cts/ |
ExtractedTextTest.java | 54 ExtractedText target = ExtractedText.CREATOR.createFromParcel(p); local 55 assertEquals(extractedText.flags, target.flags); 56 assertEquals(extractedText.selectionEnd, target.selectionEnd); 57 assertEquals(extractedText.selectionStart, target.selectionStart); 58 assertEquals(extractedText.startOffset, target.startOffset); 59 assertEquals(extractedText.partialStartOffset, target.partialStartOffset); 60 assertEquals(extractedText.partialEndOffset, target.partialEndOffset); 61 assertEquals(extractedText.text.toString(), target.text.toString());
|
/dalvik/vm/compiler/codegen/ |
CompilerCodegen.h | 47 /* Implemented in the codegen/<target>/ArchUtility.c */ 50 /* Implemented in the codegen/<target>/Assembler.c */ 53 /* Implemented in codegen/<target>/Ralloc.c */ 56 /* Implemented in codegen/<target>/Thumb<version>Util.c */ 59 /* Implemented in codegen/<target>/<target_variant>/ArchVariant.c */ 63 * Implemented in codegen/<target>/<target_variant>/ArchVariant.c 68 /* Implemented in codegen/<target>/<target_variant>/ArchVariant.c */ 71 /* Implemented in codegen/<target>/<target_variant>/ArchVariant.c */
|
/development/ndk/platforms/android-9/samples/native-audio/ |
default.properties | 10 # Project target. 11 target=android-9
|
/external/chromium/net/http/ |
http_auth_filter.h | 25 // Checks if (|url|, |target|) is supported by the authentication scheme. 27 virtual bool IsValid(const GURL& url, HttpAuth::Target target) const = 0; 40 // Adds an individual URL |filter| to the list, of the specified |target|. 41 bool AddFilter(const std::string& filter, HttpAuth::Target target); 49 virtual bool IsValid(const GURL& url, HttpAuth::Target target) const;
|
/external/clang/test/SemaObjC/ |
arc-no-runtime.m | 5 __weak id x; // expected-error {{the current deployment target does not support automated __weak references}} 14 @synthesize testObjectWeakProperty; // expected-error {{the current deployment target does not support automated __weak references}}
|
/external/iptables/extensions/ |
libxt_AUDIT.man | 1 This target allows to create audit records for packets hitting the target.
|
libxt_SECMARK.c | 2 * Shared library add-on to iptables to add SECMARK target support. 4 * Based on the MARK target. 12 #define PFX "SECMARK target: " 21 "SECMARK target options:\n" 52 static void SECMARK_print(const void *ip, const struct xt_entry_target *target, 56 (struct xt_secmark_target_info*)(target)->data; 62 static void SECMARK_save(const void *ip, const struct xt_entry_target *target) 65 (struct xt_secmark_target_info*)target->data;
|
libxt_standard.c | 1 /* Shared library add-on to iptables for standard target support. */ 9 "(If target is DROP, ACCEPT, RETURN or nothing)\n");
|
/external/jsr305/ri/src/main/java/javax/annotation/ |
CheckReturnValue.java | 7 import java.lang.annotation.Target; 12 @Target( { ElementType.METHOD, ElementType.CONSTRUCTOR, ElementType.TYPE,
|
/external/llvm/test/CodeGen/Alpha/ |
2006-01-26-VaargBreak.ll | 4 target datalayout = "e-p:64:64" 5 target triple = "alphaev6-unknown-linux-gnu"
|
call_adj.ll | 4 target datalayout = "e-p:64:64" 5 target triple = "alphaev67-unknown-linux-gnu"
|
/external/llvm/test/CodeGen/CBackend/ |
2005-07-14-NegationToMinusMinus.ll | 4 target datalayout = "e-p:32:32" 5 target triple = "i686-pc-linux-gnu"
|
2007-02-05-memset.ll | 3 target datalayout = "e-p:64:64" 4 target triple = "x86_64-apple-darwin8"
|
/external/llvm/test/CodeGen/Generic/ |
addr-label.ll | 22 %target = bitcast i8* blockaddress(@test2b, %test_label) to i8* 24 call i32 @test2b(i8* %target) 29 define i32 @test2b(i8* %target) nounwind { 31 indirectbr i8* %target, [label %test_label] 63 %target = bitcast i8* blockaddress(@test4b, %usermain) to i8* 64 %ret = call i64 @test4b(i8* %target) 79 %target = ptrtoint i8* blockaddress(@test4b, %label_line_0) to i64 80 ret i64 %target
|
/external/llvm/test/CodeGen/MSP430/ |
2009-12-21-FrameAddr.ll | 3 target datalayout = "e-p:16:8:8-i8:8:8-i16:8:8-i32:8:8" 4 target triple = "msp430-unknown-linux-gnu"
|
/external/llvm/test/CodeGen/PowerPC/ |
2006-01-11-darwin-fp-argument.ll | 3 target datalayout = "E-p:32:32" 4 target triple = "powerpc-apple-darwin8.2.0"
|
2007-02-16-InlineAsmNConstraint.ll | 3 target datalayout = "E-p:32:32" 4 target triple = "powerpc-apple-darwin8.8.0"
|
/external/llvm/test/CodeGen/X86/ |
2006-07-12-InlineAsmQConstraint.ll | 4 target datalayout = "e-p:32:32" 5 target triple = "i686-pc-linux-gnu"
|
2007-03-24-InlineAsmPModifier.ll | 2 target datalayout = "e-p:32:32" 3 target triple = "i686-apple-darwin9"
|
2007-03-24-InlineAsmXConstraint.ll | 2 target datalayout = "e-p:32:32" 3 target triple = "i686-apple-darwin9"
|
x86-64-arg.ll | 6 target datalayout = "e-p:64:64" 7 target triple = "x86_64-apple-darwin8"
|