HomeSort by relevance Sort by last modified time
    Searched refs:names (Results 76 - 100 of 4940) sorted by null

1 2 34 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
cp0sel-names-mips64r2.d 1 #objdump: -dr --prefix-addresses --show-raw-insn -mmips:isa32 -M gpr-names=numeric,cp0-names=mips64r2
4 #source: cp0sel-names.s
6 # Check objdump's handling of -M cp0-names=foo options.
cp0sel-names-numeric.d 1 #objdump: -dr --prefix-addresses --show-raw-insn -mmips:isa32 -M gpr-names=numeric,cp0-names=numeric
4 #source: cp0sel-names.s
6 # Check objdump's handling of -M cp0-names=foo options.
cp0sel-names-sb1.d 1 #objdump: -dr --prefix-addresses --show-raw-insn -mmips:isa32 -M gpr-names=numeric,cp0-names=sb1
4 #source: cp0sel-names.s
6 # Check objdump's handling of -M cp0-names=foo options.
hwr-names-mips32r2.d 1 #objdump: -dr --prefix-addresses --show-raw-insn -mmips:isa32r2 -M gpr-names=numeric,hwr-names=mips32r2
4 #source: hwr-names.s
6 # Check objdump's handling of -M hwr-names=foo options.
hwr-names-mips64r2.d 1 #objdump: -dr --prefix-addresses --show-raw-insn -mmips:isa32r2 -M gpr-names=numeric,hwr-names=mips64r2
4 #source: hwr-names.s
6 # Check objdump's handling of -M hwr-names=foo options.
hwr-names-numeric.d 1 #objdump: -dr --prefix-addresses --show-raw-insn -mmips:isa32r2 -M gpr-names=numeric,hwr-names=numeric
4 #source: hwr-names.s
6 # Check objdump's handling of -M hwr-names=foo options.
cp0-names-r4000.d 1 #objdump: -dr --prefix-addresses --show-raw-insn -M gpr-names=numeric
4 #source: cp0-names.s
6 # Check objdump's handling of -M cp0-names=foo options.
cp1-names-r4000.d 1 #objdump: -dr --prefix-addresses --show-raw-insn -M gpr-names=numeric
4 #source: cp1-names.s
6 # Check objdump's handling of -M cp1-names=foo options.
gpr-names-n32.d 1 #objdump: -dr --prefix-addresses --show-raw-insn -M gpr-names=n32
3 #source: gpr-names.s
5 # Check objdump's handling of -M gpr-names=foo options.
gpr-names-numeric.d 1 #objdump: -dr --prefix-addresses --show-raw-insn -M gpr-names=numeric
3 #source: gpr-names.s
5 # Check objdump's handling of -M gpr-names=foo options.
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
Axis.java 182 /** The names of the axes for diagnostic purposes. */
183 private static final String[] names = field in class:Axis
213 return names[index];
217 return names.length;
  /external/desugar/test/java/com/google/devtools/build/android/desugar/testdata/
MethodReferenceInSubclass.java 21 public MethodReferenceInSubclass(List<String> names) {
22 super(names);
31 return names.stream().filter(this::containsE).collect(Collectors.toList());
  /external/libmojo/mojo/public/cpp/test_support/lib/
test_support.cc 14 char** names = MojoTestSupportEnumerateSourceRootRelativeDirectory( local
17 for (char** ptr = names; *ptr != nullptr; ++ptr) {
21 free(names);
  /art/tools/
external_oj_libjdwp_art_failures.txt 32 names: [ "org.apache.harmony.jpda.tests.jdwp.ArrayReference.SetValues003Test#testSetValues003_InvalidIndex",
59 names: [ "org.apache.harmony.jpda.tests.jdwp.VMDebug.VMDebugTest#testVMDebug",
  /external/jcommander/src/test/java/com/beust/jcommander/args/
Args2.java 31 @Parameter(names = {"-log", "-verbose"}, description = "Level of verbosity")
34 @Parameter(names = "-groups", description = "Comma-separated list of group names to be run")
37 @Parameter(names = "-debug", description = "Debug mode")
40 @Parameter(names = "-host", description = "The host")
ArgsBooleanArity.java 24 @Parameter(names = "-debug", arity = 1)
ArgsBooleanArity0.java 24 @Parameter(names = "-debug", arity = 0)
ArgsHelp.java 28 @Parameter(names = "-h", description = "Display help")
ArgsMaster.java 29 @Parameter(names = "-master")
ArgsSlave.java 29 @Parameter(names = "-slave")
ArgsSlaveBogus.java 29 @Parameter(names = "-master")
  /external/jcommander/src/test/java/com/beust/jcommander/command/
CommandMain.java 25 @Parameter(names = "-v", description = "Verbose mode")
  /external/ply/ply/test/pkg_test6/parsing/
statement.py 5 names[t[1]] = t[3]
  /external/proguard/src/proguard/obfuscate/
DictionaryNameFactory.java 27 * This <code>NameFactory</code> generates names that are read from a
38 private final List names; field in class:DictionaryNameFactory
46 * @param file the file from which the names can be read.
47 * @param nameFactory the name factory from which names will be retrieved
48 * if the list of read names has been exhausted.
53 this.names = new ArrayList();
81 // Add the completed name to the list of names, if it's
84 if (!names.contains(name))
86 names.add(name);
126 * @param nameFactory the name factory from which names will b
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/m68k/
mcf-trap.s 1 # the m68k compatible names
6 # the coldfire specific names

Completed in 197 milliseconds

1 2 34 5 6 7 8 91011>>