Searched defs:names (Results 1 - 4 of 4) sorted by relevance

/packages/apps/UnifiedEmail/src/org/apache/commons/io/filefilter/
H A DNameFileFilter.java50 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) { argument
89 this(names, null);
93 * Constructs a new name file filter for an array of names specifying case-sensitivity.
98 * @param names th
102 NameFileFilter(String[] names, IOCase caseSensitivity) argument
117 NameFileFilter(List<String> names) argument
129 NameFileFilter(List<String> names, IOCase caseSensitivity) argument
[all...]
/packages/experimental/procstatlog/
H A Dprocstatlog.c218 static struct data *read_stats(char *names[], int name_count) { argument
260 for (n = 0; n < name_count && !strstr(cmdline, names[n]); ++n);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DContactsManager.java118 * The hash code of list of valid contacts names in the most recent dictionary
145 * Returns all the valid names in the Contacts DB. Callers should also
149 * These names are sorted by their affinity to the user, with favorite
153 // Check all contacts since it's not possible to find out which names have changed.
186 final HashSet<String> names = new HashSet<>();
187 for (int i = 0; i < contacts.size() && names.size() < MAX_CONTACT_NAMES; ++i) {
188 names.add(contacts.get(i).mName);
190 return new ArrayList<>(names);
234 public void updateLocalState(final ArrayList<String> names) { argument
236 mHashCodeAtLastRebuild.set(names
[all...]
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 194 milliseconds