HomeSort by relevance Sort by last modified time
    Searched refs:names (Results 1 - 25 of 5000) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/dx/tests/108-string-annotation/
Fizmo.java 18 String[] names(); method in interface:Fizmo
Blort.java 23 @Fizmo(names = "gruesome")
28 @Fizmo(names = {"awful", "awesome"})
  /cts/tests/jdwp/runner/host-side/resources/expectations/
jdwp-known-failures.txt 7 names: [
  /cts/tests/libcore/luni/resources/expectations/
cts-runner-specific-failures.txt 15 names: [
  /libcore/expectations/
taggedtests.txt 9 names: [
brokentests.txt 40 names: [
47 names: [
63 names: [
73 names: [
82 names: [
90 names: [
98 names: [
109 names: [
120 names: [
128 names:
    [all...]
  /art/tools/
libcore_failures_concurrent_collector.txt 16 names: ["jsr166.LinkedTransferQueueTest#testTransfer2",
libcore_failures.txt 27 names: ["libcore.java.lang.OldSystemTest#test_getProperties"]
36 names: ["libcore.io.OsTest#testUnixDomainSockets_in_file_system"]
42 names: ["libcore.java.util.TimeZoneTest#testDisplayNames",
52 names: ["org.apache.harmony.tests.java.util.DateTest#test_Constructor"]
58 names: ["libcore.icu.DateIntervalFormatTest#test10089890",
75 names: ["libcore.javax.crypto.CipherTest#testCipherInitWithCertificate",
91 names: ["org.apache.harmony.tests.java.util.ScannerTest#testPerformance"]
97 names: ["org.apache.harmony.tests.java.lang.ProcessTest#test_getErrorStream"]
114 names: ["libcore.java.lang.SystemTest#testArrayCopyConcurrentModification"],
120 names: ["libcore.io.OsTest#test_socketPing"
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
insert_test.cpp 36 deque<char const*> names(array1, array1 + 3);
37 deque<char const*>::iterator i = names.begin() + 2;
39 insert_iterator<deque <char const*> > itd(names, i);
40 itd = copy(array2, array2 + 3, insert_iterator<deque <char const*> >(names, i));
42 CPPUNIT_ASSERT( !strcmp(names[0], "laurie") );
43 CPPUNIT_ASSERT( !strcmp(names[1], "jennifer") );
44 CPPUNIT_ASSERT( !strcmp(names[2], "amanda") );
45 CPPUNIT_ASSERT( !strcmp(names[3], "saskia") );
46 CPPUNIT_ASSERT( !strcmp(names[4], "carrie") );
47 CPPUNIT_ASSERT( !strcmp(names[5], "leisa") )
    [all...]
finsert_test.cpp 34 deque<char const*> names; local
35 front_insert_iterator<deque<char const*> > fit(names);
36 fit = copy(array, array + 3, front_insert_iterator<deque <char const*> >(names));
38 CPPUNIT_ASSERT(names[0]==array[2]);
39 CPPUNIT_ASSERT(names[1]==array[1]);
40 CPPUNIT_ASSERT(names[2]==array[0]);
43 CPPUNIT_ASSERT(names[3]==array[2]);
44 CPPUNIT_ASSERT(names[4]==array[1]);
45 CPPUNIT_ASSERT(names[5]==array[0]);
52 deque<char const*> names; local
    [all...]
  /ndk/tests/device/test-stlport/unit/
insert_test.cpp 36 deque<char const*> names(array1, array1 + 3);
37 deque<char const*>::iterator i = names.begin() + 2;
39 insert_iterator<deque <char const*> > itd(names, i);
40 itd = copy(array2, array2 + 3, insert_iterator<deque <char const*> >(names, i));
42 CPPUNIT_ASSERT( !strcmp(names[0], "laurie") );
43 CPPUNIT_ASSERT( !strcmp(names[1], "jennifer") );
44 CPPUNIT_ASSERT( !strcmp(names[2], "amanda") );
45 CPPUNIT_ASSERT( !strcmp(names[3], "saskia") );
46 CPPUNIT_ASSERT( !strcmp(names[4], "carrie") );
47 CPPUNIT_ASSERT( !strcmp(names[5], "leisa") )
    [all...]
finsert_test.cpp 34 deque<char const*> names; local
35 front_insert_iterator<deque<char const*> > fit(names);
36 fit = copy(array, array + 3, front_insert_iterator<deque <char const*> >(names));
38 CPPUNIT_ASSERT(names[0]==array[2]);
39 CPPUNIT_ASSERT(names[1]==array[1]);
40 CPPUNIT_ASSERT(names[2]==array[0]);
43 CPPUNIT_ASSERT(names[3]==array[2]);
44 CPPUNIT_ASSERT(names[4]==array[1]);
45 CPPUNIT_ASSERT(names[5]==array[0]);
52 deque<char const*> names; local
    [all...]
  /external/jcommander/src/test/java/com/beust/jcommander/args/
CommandLineArgs.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 = "-excludedgroups", description ="Comma-separated list of group names to be " +
41 @Parameter(names = "-d", description ="Output directory")
44 @Parameter(names = "-junit", description ="JUnit mode")
47 @Parameter(names = "-listener", description = "List of .class files or list of class names" +
51 @Parameter(names = "-methodselectors", description = "List of .class files or list of class "
    [all...]
ArgsLongDescription.java 7 @Parameter(names = "--classpath", description = "The classpath. This is a very long "
14 @Parameter(names = { "-c", "--convention" }, description = "The convention", required = true)
17 @Parameter(names = { "-d", "--destination" }, description = "The destination to go to")
20 @Parameter(names = "--configure", description = "How to configure")
23 @Parameter(names = "--filespec")
CommandLineArgs2.java 31 @Parameter(names = { "-v", "--verbose" }, description = "print verbose log messages.", arity = 1)
34 @Parameter(names = { "-h", "--help" }, description = "show this help.")
37 @Parameter(names = { "-F", "--flush-preferences" }, description = "flush gui preferences.")
40 @Parameter(names = { "-L", "--flush-licensed" }, description = "flush licensed.")
43 @Parameter(names = { "-I", "--index-file" }, description = "indexes the given file.")
46 @Parameter(names = { "-b", "--bonjour" }, description = "enable Bonjour.")
49 @Parameter(names = { "-m", "--md5" }, description = "create an MD5 checksum for the given file.", converter = FileConverter.class)
52 @Parameter(names = { "-c", "--cat" }, description = "'cat' the given Lilith logfile.", converter = FileConverter.class)
55 @Parameter(names = { "-t", "--tail" }, description = "'tail' the given Lilith logfile.", converter = FileConverter.class)
58 @Parameter(names = { "-p", "--pattern" }, description = "pattern used by 'cat' or 'tail'."
    [all...]
  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/
JavaNamesTest.java 24 private ILanguageNames names; field in class:JavaNamesTest
28 names = new JavaNames();
33 assertEquals("default", names.getPackageName(""));
38 assertEquals("java.lang", names.getPackageName("java/lang"));
43 assertEquals("Main", names.getClassName("Main", null, null, null));
49 names.getClassName("java/lang/Object", null, null, null));
55 names.getClassName("java/util/Map$Entry", null, null, null));
60 assertEquals("Bar.new Object() {...}", names.getClassName(
66 assertEquals("Bar.new ISample() {...}", names.getClassName(
74 names.getClassName("com/foo/Bar$1", null, null, null))
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/filefilter/
NameFileFilter.java 50 private final String[] names; field in class:NameFileFilter
75 this.names = new String[] {name};
80 * Constructs a new case-sensitive name file filter for an array of names.
85 * @param names the names to allow, must not be null
86 * @throws IllegalArgumentException if the names array is null
88 public NameFileFilter(String[] names) {
89 this(names, null);
93 * Constructs a new name file filter for an array of names specifying case-sensitivity.
98 * @param names the names to allow, must not be nul
    [all...]
  /libcore/ojluni/src/main/java/sun/security/x509/
GeneralNames.java 47 private final List<GeneralName> names; field in class:GeneralNames
77 names = new ArrayList<GeneralName>();
84 names.add(name);
89 return names.get(index);
93 return names.isEmpty();
97 return names.size();
101 return names.iterator();
104 public List<GeneralName> names() { method in class:GeneralNames
105 return names;
120 for (GeneralName gn : names) {
    [all...]
  /external/e2fsprogs/e2fsck/
profile_helpers.h 13 (profile_t profile, const char *const *names, char ***ret_values);
19 (profile_t profile, const char **names, char ***ret_names);
22 (profile_t profile, const char **names, char ***ret_names);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
cp0-names-mips32.d 1 #objdump: -dr --prefix-addresses --show-raw-insn -M gpr-names=numeric,cp0-names=mips32
3 #source: cp0-names.s
5 # Check objdump's handling of -M cp0-names=foo options.
cp0-names-mips32r2.d 1 #objdump: -dr --prefix-addresses --show-raw-insn -M gpr-names=numeric,cp0-names=mips32r2
3 #source: cp0-names.s
5 # Check objdump's handling of -M cp0-names=foo options.
cp0-names-mips64.d 1 #objdump: -dr --prefix-addresses --show-raw-insn -M gpr-names=numeric,cp0-names=mips64
3 #source: cp0-names.s
5 # Check objdump's handling of -M cp0-names=foo options.
cp0-names-mips64r2.d 1 #objdump: -dr --prefix-addresses --show-raw-insn -M gpr-names=numeric,cp0-names=mips64r2
3 #source: cp0-names.s
5 # Check objdump's handling of -M cp0-names=foo options.
cp0-names-numeric.d 1 #objdump: -dr --prefix-addresses --show-raw-insn -M gpr-names=numeric,cp0-names=numeric
3 #source: cp0-names.s
5 # Check objdump's handling of -M cp0-names=foo options.
cp0-names-r3000.d 1 #objdump: -dr --prefix-addresses --show-raw-insn -M gpr-names=numeric,cp0-names=r3000
4 #source: cp0-names.s
6 # Check objdump's handling of -M cp0-names=foo options.

Completed in 612 milliseconds

1 2 3 4 5 6 7 8 91011>>