HomeSort by relevance Sort by last modified time
    Searched refs:names (Results 1 - 25 of 4940) 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: [
  /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...]
  /art/tools/
libcore_gcstress_debug_failures.txt 11 names: ["jsr166.CompletableFutureTest#testCompleteOnTimeout_completed",
libcore_gcstress_failures.txt 11 names: ["libcore.javax.crypto.CipherBasicsTest#testGcmEncryption"]
libcore_failures.txt 27 names: ["libcore.java.lang.OldSystemTest#test_getProperties"]
36 names: ["libcore.libcore.io.OsTest#testUnixDomainSockets_in_file_system"]
42 names: ["libcore.android.system.OsConstantsTest#testTcpUserTimeoutIsDefined",
51 names: ["libcore.java.util.TimeZoneTest#testDisplayNames",
61 names: ["org.apache.harmony.tests.java.util.DateTest#test_Constructor"]
67 names: ["libcore.icu.DateIntervalFormatTest#test10089890",
84 names: ["libcore.javax.crypto.CipherTest#testCipherInitWithCertificate",
99 names: ["org.apache.harmony.tests.java.util.ScannerTest#testPerformance"]
105 names: ["org.apache.harmony.tests.java.lang.ProcessTest#test_getErrorStream"]
110 names: ["libcore.java.lang.SystemTest#testArrayCopyConcurrentModification"]
    [all...]
  /external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
EnumInNestedNS.java 11 public static final String[] names = { "A", "B", "C", }; field in class:EnumInNestedNS
13 public static String name(int e) { return names[e]; }
  /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...]
  /external/desugar/test/java/com/google/devtools/build/android/desugar/testdata/
CaptureLambda.java 21 private final List<String> names; field in class:CaptureLambda
23 public CaptureLambda(List<String> names) {
24 this.names = names;
28 return names
GuavaLambda.java 22 private final List<String> names; field in class:GuavaLambda
24 public GuavaLambda(List<String> names) {
25 this.names = names;
29 return filter(names, n -> n.startsWith("A"));
MethodReferenceSuperclass.java 21 protected final List<String> names; field in class:MethodReferenceSuperclass
23 public MethodReferenceSuperclass(List<String> names) {
24 this.names = names;
30 return names
  /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/adhd/cras/src/server/
cras_alsa_mixer_name.c 13 struct mixer_name *mixer_name_add(struct mixer_name *names,
21 return names;
25 return names;
30 return names;
35 DL_APPEND(names, m_name);
36 return names;
39 struct mixer_name *mixer_name_add_array(struct mixer_name *names,
47 names = mixer_name_add(names, name_array[i], dir, type);
48 return names;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/
listcodecs.py 14 names = []
31 names.append(name)
32 return names
36 names = listcodecs(encodings.__path__[0]) variable
37 names.sort()
39 for name in names:
  /external/e2fsprogs/lib/support/
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);
  /external/python/cpython2/Tools/unicode/
listcodecs.py 14 names = []
31 names.append(name)
32 return names
36 names = listcodecs(encodings.__path__[0]) variable
37 names.sort()
39 for name in names:
  /external/python/cpython3/Tools/unicode/
listcodecs.py 14 names = []
31 names.append(name)
32 return names
36 names = listcodecs(encodings.__path__[0]) variable
37 names.sort()
39 for name in names:
  /toolchain/binutils/binutils-2.27/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.

Completed in 176 milliseconds

1 2 3 4 5 6 7 8 91011>>