HomeSort by relevance Sort by last modified time
    Searched full:target (Results 101 - 125 of 13874) sorted by null

1 2 3 45 6 7 8 91011>>

  /dalvik/tests/004-annotations/src/android/test/anno/
AnnoSimpleConstructor.java 5 @Target(ElementType.CONSTRUCTOR)
AnnoSimpleField.java 5 @Target(ElementType.FIELD)
AnnoSimpleLocalVariable.java 5 @Target(ElementType.LOCAL_VARIABLE)
AnnoSimpleMethod.java 5 @Target(ElementType.METHOD)
AnnoSimplePackage.java 5 @Target(ElementType.PACKAGE)
AnnoSimpleParameter.java 5 @Target(ElementType.PARAMETER)
AnnoSimpleTypeInvis.java 5 @Target(ElementType.TYPE)
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/ANTLR/ANTLR/
ANTLR-Prefix.pch 2 // Prefix header for all source files of the 'ANTLR' target in the 'ANTLR' project
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/ANTLR/ANTLRTests/
ANTLRTests-Prefix.pch 2 // Prefix header for all source files of the 'ANTLRTests' target in the 'ANTLRTests' project
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/dot/
action-edge.st 1 <src> -> <target> [fontsize=11, fontname="Courier", arrowsize=.7, label = "<label>"<if(arrowhead)>, arrowhead = <arrowhead><endif>];
edge.st 1 <src> -> <target> [fontsize=11, fontname="Courier", arrowsize=.7, label = "<label>"<if(arrowhead)>, arrowhead = <arrowhead><endif>];
  /external/clang/include/clang/AST/
CMakeLists.txt 4 TARGET ClangAttrClasses)
9 TARGET ClangAttrImpl)
13 TARGET ClangStmtNodes)
17 TARGET ClangDeclNodes)
  /external/clang/test/Driver/
redundant-args.c 1 // RUN: %clang -target x86_64-apple-darwin10 \
target.c 1 // RUN: %clang -no-canonical-prefixes -target unknown-unknown-unknown -c %s \
5 // CHECK: Target: unknown-unknown-unknown
7 // Also, ensure we don't blindly hand our target selection logic down to GCC.
9 // CHECK-NOT: "-target"
  /external/iptables/extensions/
libxt_NOTRACK.man 1 This target disables connection tracking for all packets matching that rule.
  /external/smali/smali-integration-tests/src/assemble/
zip.xml 9 <source>target/junit-tests/classes.dex</source>
  /external/webkit/Source/JavaScriptCore/qt/tests/qscriptstring/
qscriptstring.pro 2 TARGET = tst_qscriptstring
  /external/webkit/Source/JavaScriptCore/qt/tests/qscriptvalueiterator/
qscriptvalueiterator.pro 2 TARGET = tst_qscriptvalueiterator
  /external/webkit/Source/WebKit/qt/tests/qwebpage/resources/
frame_c.html 1 <a href="content.html" target="frame_b"><img src="" width=100 height=100 alt="Google"></a>
  /external/zlib/contrib/delphi/
ZLibConst.pas 6 sTargetBufferTooSmall = 'ZLib error: target buffer may be too small';
  /frameworks/compile/mclinker/lib/Target/ARM/
README 2 and all target-dependent behavior and data are here.
  /frameworks/compile/slang/tests/F_v15_non_root_kernel/
v15_non_root_kernel.rs 1 // -target-api 15
  /frameworks/compile/slang/tests/P_root_11_iouxy/
root_11_iouxy.rs 1 // -target-api 11
  /frameworks/compile/slang/tests/P_root_graphics_13/
root_graphics_13.rs 1 // -target-api 13
  /ndk/sources/host-tools/make-3.81/tests/scripts/targets/
PHONY 3 $description = "The following tests the use of a PHONY target. It makes\n"
4 ."sure that the rules under a target get executed even if\n"
5 ."a filename of the same name of the target exists in the\n"
8 $details = "This makefile in this test declares the target clean to be a \n"
9 ."PHONY target. We then create a file named \"clean\" in the \n"
10 ."directory. Although this file exists, the rule under the target\n"
31 # Create a file named "clean". This is the same name as the target clean
32 # and tricks the target into thinking that it is up to date. (Unless you
33 # use the .PHONY target.

Completed in 352 milliseconds

1 2 3 45 6 7 8 91011>>