/prebuilts/tools/common/m2/repository/org/apache/commons/commons-exec/1.1/ |
commons-exec-1.1.pom | 110 <artifactId>maven-assembly-plugin</artifactId> 113 <descriptor>src/assembly/bin.xml</descriptor> 114 <descriptor>src/assembly/src.xml</descriptor> 210 <!-- e.g. mvn assembly:assembly -Ptest-distribution [-DskipTests] --> 215 <artifactId>maven-assembly-plugin</artifactId> 218 <descriptor>src/assembly/test-distribution.xml</descriptor> 226 <goal>assembly</goal>
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
mips32r2.s | 1 # source file to test assembly of mips32r2 *non-fp* instructions 31 # be used for this arch, and checks assembly
|
/external/antlr/antlr-3.4/ |
antlrsources.xml | 5 This is the assembly descriptor for building a full source code 6 distribution of ANTLR and all its related components. This assembly 19 <assembly> 21 <!-- The name of this assembly descriptor, which is referenced in 54 <!-- The Maven artifact name tells the assembly artifact a bunch 172 </assembly>
|
/frameworks/minikin/tests/data/ |
ColorTextMixedEmojiFont.ttx | 162 <contour></contour><instructions><assembly></assembly></instructions> 166 <contour></contour><instructions><assembly></assembly></instructions> 169 <contour></contour><instructions><assembly></assembly></instructions>
|
/external/libpng/contrib/libtests/ |
timepng.c | 340 " timepng --assemble <assembly> {files}\n" 341 " Read the files into <assembly>, output the count. Options are ignored.\n" 342 " timepng --dissemble <assembly> <count> [options]\n" 343 " Time <count> files from <assembly>, additional files may not be given.\n" 352 " PNG files to copy into the assembly and time. Invalid files are skipped\n" 356 " For --assemble the output is the name of the assembly file followed by the\n" 369 const char *assembly = NULL; local 375 assembly = argv[2]; 376 fp = fopen(assembly, "wb"); 379 perror(assembly); [all...] |
/external/llvm/docs/CommandGuide/ |
llc.rst | 12 The :program:`llc` command compiles LLVM source inputs into assembly language 13 for a specified architecture. The assembly language output can then be passed 16 The choice of architecture for the output assembly code is automatically 24 Otherwise, it will from ``filename``. Inputs can be in either the LLVM assembly 57 Specify the architecture for which to generate assembly, overriding the target 75 for textual assembly ( ``'.s'``), ``obj`` for native object files (``'.o'``) 183 Specify whether to emit assembly code in AT&T syntax (the default) or Intel
|
/prebuilts/misc/common/robolectric/lib/ |
httpcomponents-core-4.0.1.pom | 136 <artifactId>maven-assembly-plugin</artifactId> 140 <descriptor>src/main/assembly/bin.xml</descriptor> 141 <descriptor>src/main/assembly/osgi-bin.xml</descriptor> 142 <descriptor>src/main/assembly/src.xml</descriptor> 152 <ant antfile="src/main/assembly/build.xml"> 156 <ant antfile="src/main/assembly/build.xml"> 160 <ant antfile="src/main/assembly/build.xml">
|
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcomponents-core/4.0.1/ |
httpcomponents-core-4.0.1.pom | 136 <artifactId>maven-assembly-plugin</artifactId> 140 <descriptor>src/main/assembly/bin.xml</descriptor> 141 <descriptor>src/main/assembly/osgi-bin.xml</descriptor> 142 <descriptor>src/main/assembly/src.xml</descriptor> 152 <ant antfile="src/main/assembly/build.xml"> 156 <ant antfile="src/main/assembly/build.xml"> 160 <ant antfile="src/main/assembly/build.xml">
|
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcomponents-core/4.1/ |
httpcomponents-core-4.1.pom | 138 <artifactId>maven-assembly-plugin</artifactId> 141 <descriptor>src/main/assembly/bin.xml</descriptor> 142 <descriptor>src/main/assembly/osgi-bin.xml</descriptor> 143 <descriptor>src/main/assembly/src.xml</descriptor> 153 <ant antfile="src/main/assembly/build.xml"> 157 <ant antfile="src/main/assembly/build.xml"> 161 <ant antfile="src/main/assembly/build.xml">
|
/prebuilts/tools/common/offline-m2/org/apache/httpcomponents/httpcomponents-core/4.1/ |
httpcomponents-core-4.1.pom | 138 <artifactId>maven-assembly-plugin</artifactId> 141 <descriptor>src/main/assembly/bin.xml</descriptor> 142 <descriptor>src/main/assembly/osgi-bin.xml</descriptor> 143 <descriptor>src/main/assembly/src.xml</descriptor> 153 <ant antfile="src/main/assembly/build.xml"> 157 <ant antfile="src/main/assembly/build.xml"> 161 <ant antfile="src/main/assembly/build.xml">
|
/external/mesa3d/docs/ |
dispatch.html | 164 <h3>3.3. Assembly Language Dispatch Stubs</h3> 169 routines are very short, and it is trivial to create optimal assembly 170 language versions. The amount of optimization provided by using assembly 172 However, by using the assembly stubs, many platforms can use an additional 175 <p>The biggest hurdle to creating assembly stubs is handling the various 190 <p>People wishing to implement assembly stubs for new platforms should focus 207 of the assembly source file different implementations of the macro are 216 <tr><td>SPARC Assembly Implementation of <tt>glColor3fv</tt></td></tr></table> 221 changed lines in the assembly code.</p> 233 first technique, is to insert <tt>#ifdef</tt> within the assembly [all...] |
/prebuilts/go/darwin-x86/src/cmd/pprof/internal/report/ |
source.go | 182 // a set of assembly statements. 196 // and classifies the assembly instructions according to its 199 assembly := make(map[int]nodes) 203 return assembly 206 // Extract assembly for matched symbol 209 return assembly 220 assembly[lineno] = append(assembly[lineno], an) 224 return assembly 268 // printFunctionSourceLine prints a source line and the corresponding assembly [all...] |
/prebuilts/go/linux-x86/src/cmd/pprof/internal/report/ |
source.go | 182 // a set of assembly statements. 196 // and classifies the assembly instructions according to its 199 assembly := make(map[int]nodes) 203 return assembly 206 // Extract assembly for matched symbol 209 return assembly 220 assembly[lineno] = append(assembly[lineno], an) 224 return assembly 268 // printFunctionSourceLine prints a source line and the corresponding assembly [all...] |
/prebuilts/tools/common/m2/repository/org/apache/maven/plugins/maven-assembly-plugin/2.2-beta-5/ |
maven-assembly-plugin-2.2-beta-5.pom | 31 <artifactId>maven-assembly-plugin</artifactId>
35 <name>Maven Assembly Plugin</name>
36 <description>A Maven 2 plugin to create archives of your project's sources, classes, dependencies etc. from flexible assembly descriptors.</description>
43 <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/tags/maven-assembly-plugin-2.2-beta-5</connection>
44 <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-assembly-plugin-2.2-beta-5</developerConnection>
45 <url>http://svn.apache.org/viewvc/maven/plugins/tags/maven-assembly-plugin-2.2-beta-5</url>
322 <itParent>${java.io.tmpdir}/assembly-ITs/it-project-parent</itParent>
323 <itProjects>${java.io.tmpdir}/assembly-ITs/projects</itProjects>
409 <pomExclude>**/assembly/pom.xml</pomExclude>
|
/external/icu/icu4c/source/tools/genccode/ |
genccode.c | 87 UOPTION_DEF("assembly", 'a', UOPT_REQUIRES_ARG) 131 "\t-a or --assembly Create assembly file. (possible values are: "); 139 message="generating assembly code for %s\n"; 145 "Assembly type \"%s\" is unknown.\n", options[kOptAssembly].value);
|
/external/jline/src/ |
pom.xml | 31 mvn clean compile package site assembly:assembly deploy site:deploy 132 <artifactId>maven-assembly-plugin</artifactId> 135 <descriptor>src/assembly/assembly.xml</descriptor>
|
/external/llvm/docs/ |
MarkedUpDisassembly.rst | 20 To provide this functionality the assembly text is marked up with annotations. 44 Annoated assembly display will supply contextual markup to help clients more 49 Annotated assembly goes through the normal instruction printer, but optionally 78 1: For assembly dialects in which '<' and/or '>' are legal tokens, a literal token is escaped by following immediately with a repeat of the character. For example, a literal '<' character is output as '<<' in an annotated assembly string.
|
/external/llvm/include/llvm/MC/MCParser/ |
MCParsedAsmOperand.h | 20 /// MCParsedAsmOperand - This abstract class represents a source-level assembly 26 /// parsing MS-style inline assembly. 30 /// MS-style inline assembly. 71 /// variable/label? Only valid when parsing MS-style inline assembly. 76 /// inline assembly.
|
/external/llvm/utils/ |
findoptdiff | 22 # and gccld run until there is a difference in the assembly resulting 28 # To work around differences in the assembly language format, the script 29 # can also take two filter arguments that post-process the assembly 46 # is an optional filter for filtering the llvm1 generated assembly 48 # is an optional filter for filtering the llvm2 generated assembly
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_atomic.h | 18 * locally coded assembly, compiler intrinsic or ultimately a 39 #define PIPE_ATOMIC "GCC x86_64 assembly" 86 #define PIPE_ATOMIC "GCC x86 assembly" 194 /* Locally coded assembly for MSVC on x86: 198 #define PIPE_ATOMIC "MSVC x86 assembly"
|
/external/mockftpserver/branches/1.x_Branch/ |
pom.xml | 126 <artifactId>maven-assembly-plugin</artifactId>
129 <descriptor>src/assembly/assembly.xml</descriptor>
138 <preparationGoals>clean site assembly:assembly</preparationGoals>
|
/external/swiftshader/third_party/LLVM/utils/ |
findoptdiff | 22 # and gccld run until there is a difference in the assembly resulting
28 # To work around differences in the assembly language format, the script
29 # can also take two filter arguments that post-process the assembly
46 # is an optional filter for filtering the llvm1 generated assembly
48 # is an optional filter for filtering the llvm2 generated assembly
|
/external/syslinux/gpxe/src/include/ |
compiler.h | 34 #ifndef ASSEMBLY 38 #endif /* ASSEMBLY */ 61 #ifdef ASSEMBLY 65 #else /* ASSEMBLY */ 68 #endif /* ASSEMBLY */ 75 #ifdef ASSEMBLY 81 #else /* ASSEMBLY */ 100 #ifdef ASSEMBLY 103 #else /* ASSEMBLY */ 106 #endif /* ASSEMBLY */ [all...] |
/prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/ |
commons-io-1.3.2.pom | 184 <artifactId>maven-assembly-plugin</artifactId> 187 <descriptor>src/main/assembly/bin.xml</descriptor> 188 <descriptor>src/main/assembly/src.xml</descriptor> 246 <artifactId>maven-assembly-plugin</artifactId> 275 <artifactId>maven-assembly-plugin</artifactId>
|
/prebuilts/tools/common/m2/repository/commons-io/commons-io/1.3.2/ |
commons-io-1.3.2.pom | 184 <artifactId>maven-assembly-plugin</artifactId> 187 <descriptor>src/main/assembly/bin.xml</descriptor> 188 <descriptor>src/main/assembly/src.xml</descriptor> 246 <artifactId>maven-assembly-plugin</artifactId> 275 <artifactId>maven-assembly-plugin</artifactId>
|