HomeSort by relevance Sort by last modified time
    Searched refs:candidates (Results 26 - 50 of 571) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/objenesis/tck/src/main/java/org/objenesis/tck/candidates/
ConstructorWithArguments.java 16 package org.objenesis.tck.candidates;
SerializableConstructorWithMandatoryArguments.java 16 package org.objenesis.tck.candidates;
SerializableConstructorWithArguments.java 16 package org.objenesis.tck.candidates;
  /external/jline/src/src/main/java/jline/
SimpleCompletor.java 29 * The list of candidates that will be completed.
31 SortedSet candidates; field in class:SimpleCompletor
64 * Complete candidates using the contents of the specified Reader.
71 * Complete candidates using the whitespearated values in
99 SortedSet matches = candidates.tailSet(start);
136 public void setCandidates(final SortedSet candidates) {
140 for (Iterator i = candidates.iterator(); i.hasNext();) {
149 this.candidates = filtered;
151 this.candidates = candidates;
    [all...]
FileNameCompletor.java 22 * <li>Candidates that are directories will end with "/"</li>
39 final List candidates) {
69 return matchFiles(buffer, translated, entries, candidates);
72 sortFileNames(candidates);
82 * and enter the matches into the list of <i>candidates</i>. This method
89 * @param candidates the list of candidates to populate
94 List candidates) {
125 candidates.add(name);
ArgumentCompletor.java 136 final List candidates) {
173 int ret = comp.complete(list.getCursorArgument(), argpos, candidates);
184 * from the candidates, since we do not need to have an extra
192 for (int i = 0; i < candidates.size(); i++) {
193 String val = candidates.get(i).toString();
200 candidates.set(i, val);
205 + "with: " + candidates + ": offset=" + pos);
  /tools/tradefederation/core/src/com/android/tradefed/util/
ConfigCompletor.java 42 public int complete(String buffer, int cursor, List candidates) {
45 candidates.addAll(mListConfig);
52 candidates.add(configName);
  /external/webrtc/webrtc/p2p/base/
transportdescription.h 72 typedef std::vector<Candidate> Candidates;
85 const Candidates& candidates)
92 candidates(candidates) {}
106 candidates(from.candidates) {}
121 candidates = from.candidates;
149 Candidates candidates member in struct:cricket::TransportDescription
    [all...]
  /frameworks/base/core/tests/coretests/src/android/app/
ApplicationPackageManagerTest.java 158 List<VolumeInfo> candidates = local
160 verifyReturnedVolumes(candidates, sInternalVol);
164 candidates = appPkgMgr.getPackageCandidateVolumes(sysAppInfo, storageManager, pm);
165 verifyReturnedVolumes(candidates, sInternalVol);
169 candidates = appPkgMgr.getPackageCandidateVolumes(sysAppInfo, storageManager, pm);
170 verifyReturnedVolumes(candidates, sInternalVol);
174 candidates = appPkgMgr.getPackageCandidateVolumes(sysAppInfo, storageManager, pm);
175 verifyReturnedVolumes(candidates, sInternalVol);
197 List<VolumeInfo> candidates = appPkgMgr.getPackageCandidateVolumes( local
199 verifyReturnedVolumes(candidates, sInternalVol, sAdoptedVol)
227 List<VolumeInfo> candidates = appPkgMgr.getPackageCandidateVolumes( local
    [all...]
  /sdk/bash_completion/
adb.bash 240 local candidates
254 candidates=$(command adb ${args[@]} shell dumpsys -l 2> /dev/null | sed -e '1d;s/^ *//' | tr -d '\r')
255 candidates="-l $candidates"
256 COMPREPLY=( $(compgen -W "$candidates" -- "$cur") )
266 local candidates
275 candidates="broadcast clear-debug-app clear-watch-heap dumpheap force-stop get-config get-inactive hang idle-maintenance instrument kill kill-all monitor package-importance profile restart screen-compat send-trim-memory set-debug-app set-inactive set-watch-heap stack start startservice start-user stopservice stop-user suppress-resize-config-changes switch-user task to-app-uri to-intent-uri to-uri"
276 COMPREPLY=( $(compgen -W "$candidates" -- "$cur") )
287 local candidates
296 candidates="-l -lf -p clear create-user default-state disable
    [all...]
  /packages/apps/Settings/tests/robotests/src/com/android/settings/display/
ColorModePreferenceFragmentTest.java 88 List<? extends CandidateInfo> candidates = mFragment.getCandidates(); local
90 assertThat(candidates.size()).isEqualTo(4);
91 assertThat(candidates.get(0).getKey())
93 assertThat(candidates.get(1).getKey())
95 assertThat(candidates.get(2).getKey())
97 assertThat(candidates.get(3).getKey())
106 List<? extends CandidateInfo> candidates = mFragment.getCandidates(); local
108 assertThat(candidates.size()).isEqualTo(0);
119 List<? extends CandidateInfo> candidates = mFragment.getCandidates(); local
121 assertThat(candidates.size()).isEqualTo(2)
137 List<? extends CandidateInfo> candidates = mFragment.getCandidates(); local
    [all...]
VrDisplayPreferencePickerTest.java 61 List<VrDisplayPreferencePicker.VrCandidateInfo> candidates = mPicker.getCandidates(); local
63 assertThat(candidates.size()).isEqualTo(2);
64 assertThat(candidates.get(0).getKey())
66 assertThat(candidates.get(1).getKey())
  /external/icu/android_icu4j/src/main/java/android/icu/text/
BurmeseBreakEngine.java 114 int candidates = words[wordsFound%BURMESE_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd); local
117 if (candidates == 1) {
123 else if (candidates > 1) {
129 if (words[(wordsFound+1)%BURMESE_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd) > 0) {
144 if (words[(wordsFound+2)%BURMESE_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd) > 0) {
166 if (words[wordsFound%BURMESE_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd) <= 0 &&
182 int candidate = words[(wordsFound + 1) %BURMESE_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd);
KhmerBreakEngine.java 114 int candidates = words[wordsFound % KHMER_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd); local
117 if (candidates == 1) {
123 else if (candidates > 1) {
129 if (words[(wordsFound+1)%KHMER_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd) > 0) {
144 if (words[(wordsFound+2)%KHMER_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd) > 0) {
166 if (words[wordsFound%KHMER_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd) <= 0 &&
182 int candidate = words[(wordsFound + 1) %KHMER_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd);
LaoBreakEngine.java 113 int candidates = words[wordsFound%LAO_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd); local
116 if (candidates == 1) {
122 else if (candidates > 1) {
128 if (words[(wordsFound+1)%LAO_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd) > 0) {
143 if (words[(wordsFound+2)%LAO_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd) > 0) {
165 if (words[wordsFound%LAO_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd) <= 0 &&
181 int candidate = words[(wordsFound + 1) %LAO_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
BurmeseBreakEngine.java 113 int candidates = words[wordsFound%BURMESE_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd); local
116 if (candidates == 1) {
122 else if (candidates > 1) {
128 if (words[(wordsFound+1)%BURMESE_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd) > 0) {
143 if (words[(wordsFound+2)%BURMESE_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd) > 0) {
165 if (words[wordsFound%BURMESE_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd) <= 0 &&
181 int candidate = words[(wordsFound + 1) %BURMESE_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd);
KhmerBreakEngine.java 113 int candidates = words[wordsFound % KHMER_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd); local
116 if (candidates == 1) {
122 else if (candidates > 1) {
128 if (words[(wordsFound+1)%KHMER_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd) > 0) {
143 if (words[(wordsFound+2)%KHMER_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd) > 0) {
165 if (words[wordsFound%KHMER_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd) <= 0 &&
181 int candidate = words[(wordsFound + 1) %KHMER_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd);
LaoBreakEngine.java 112 int candidates = words[wordsFound%LAO_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd); local
115 if (candidates == 1) {
121 else if (candidates > 1) {
127 if (words[(wordsFound+1)%LAO_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd) > 0) {
142 if (words[(wordsFound+2)%LAO_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd) > 0) {
164 if (words[wordsFound%LAO_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd) <= 0 &&
180 int candidate = words[(wordsFound + 1) %LAO_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd);
  /dalvik/dx/tests/127-merge-stress/
run 33 candidates=`find "$ANDROID_BUILD_TOP/out" -name '*.dex' -o -name '*.jar' -o -name '*.apk'`
36 for dex in $candidates; do
  /external/objenesis/tck/src/main/java/org/objenesis/tck/
TCK.java 57 private final List<Class<?>> candidates = new ArrayList<Class<?>>(); field in class:TCK
67 candidates.add(candidateClass);
88 reporter.startTests(describePlatform(), findAllDescriptions(candidates, descriptions),
91 for(Class<?> candidateClass : candidates) {
120 * candidates)
  /packages/apps/Settings/src/com/android/settings/display/
VrDisplayPreferencePicker.java 48 List<VrCandidateInfo> candidates = new ArrayList<>(); local
50 candidates.add(new VrCandidateInfo(context, 0, R.string.display_vr_pref_low_persistence));
51 candidates.add(new VrCandidateInfo(context, 1, R.string.display_vr_pref_off));
52 return candidates;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
AppStoragePreference.java 45 final List<VolumeInfo> candidates = local
47 if (candidates.size() > 1 ||
48 (candidates.size() == 1 && !candidates.contains(volumeInfo))) {
  /external/autotest/client/bin/
kernel_versions_unittest.py 69 candidates = ['2.6.1-rc1' , '2.6.18-smp-220.0_rc1'] variable in class:kernel_versions_test
76 for v in self.candidates + self.experiments:
81 for v in self.releases + self.candidates:
  /frameworks/minikin/libs/minikin/
OptimalLineBreaker.cpp 64 // between two candidates. The line width between two line break
65 // candidates i and j is calculated as postBreak(j) - preBreak(i).
88 // The break candidates.
89 std::vector<Candidate> candidates; member in struct:minikin::__anon46097::OptimizeContext
99 // Append desperate break point to the candidates.
102 candidates.emplace_back(offset, sumOfCharWidths, sumOfCharWidths, SCORE_DESPERATE,
107 // Append hyphenation break point to the candidates.
111 candidates.emplace_back(offset, preBreak, postBreak, penalty, spaceCount, spaceCount, type,
115 // Append word break point to the candidates.
119 candidates.emplace_back(offset, preBreak, postBreak, penalty, preSpaceCount, postSpaceCount
338 const std::vector<Candidate>& candidates = context.candidates; local
    [all...]
  /external/objenesis/tck/src/test/java/org/objenesis/tck/
TextReporterTest.java 52 Map<String, Object> candidates = new HashMap<String, Object>(); local
53 candidates.put("candidate A", "A");
54 candidates.put("candidate B", "B");
55 candidates.put("candidate C", "C");
69 textReporter.startTests("Some platform", candidates, instantiators);

Completed in 1365 milliseconds

12 3 4 5 6 7 8 91011>>