HomeSort by relevance Sort by last modified time
    Searched defs:candidates (Results 51 - 75 of 476) sorted by null

1 23 4 5 6 7 8 91011>>

  /packages/apps/Settings/src/com/android/settings/applications/assist/
DefaultAssistPicker.java 81 final List<DefaultAppInfo> candidates = new ArrayList<>(); local
89 candidates.add(new DefaultAppInfo(getContext(), mPm, mUserId, info.component));
91 return candidates;
  /external/deqp/external/vulkancts/framework/vulkan/
vkMemUtil.cpp 73 const deUint32 candidates = allowedMemTypeBits & compatibleTypes; local
75 if (candidates == 0)
78 return (deUint32)deCtz32(candidates);
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DictionaryBreakEngine.java 28 private int count[]; // Count of candidates
30 private int offset; // Offset in the text of these candidates
41 // Fill the list of candidates if needed, select the longest, and return the number found
42 public int candidates(CharacterIterator fIter, DictionaryMatcher dict, int rangeEnd) { method in class:DictionaryBreakEngine.PossibleWord
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);
ThaiBreakEngine.java 124 int candidates = words[wordsFound%THAI_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd); local
127 if (candidates == 1) {
133 else if (candidates > 1) {
139 if (words[(wordsFound+1)%THAI_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd) > 0) {
154 if (words[(wordsFound+2)%THAI_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd) > 0) {
177 if (words[wordsFound%THAI_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd) <= 0 &&
197 int candidate = words[(wordsFound + 1) %THAI_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd);
231 if (words[wordsFound%THAI_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd) <= 0 &&
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DictionaryBreakEngine.java 27 private int count[]; // Count of candidates
29 private int offset; // Offset in the text of these candidates
40 // Fill the list of candidates if needed, select the longest, and return the number found
41 public int candidates(CharacterIterator fIter, DictionaryMatcher dict, int rangeEnd) { method in class:DictionaryBreakEngine.PossibleWord
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);
ThaiBreakEngine.java 123 int candidates = words[wordsFound%THAI_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd); local
126 if (candidates == 1) {
132 else if (candidates > 1) {
138 if (words[(wordsFound+1)%THAI_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd) > 0) {
153 if (words[(wordsFound+2)%THAI_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd) > 0) {
176 if (words[wordsFound%THAI_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd) <= 0 &&
196 int candidate = words[(wordsFound + 1) %THAI_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd);
230 if (words[wordsFound%THAI_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd) <= 0 &&
  /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)
  /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...]
  /packages/apps/Settings/src/com/android/settings/applications/defaultapps/
DefaultBrowserPreferenceController.java 51 final List<ResolveInfo> candidates = getCandidates(); local
52 return candidates != null && !candidates.isEmpty();
DefaultHomePicker.java 61 final List<DefaultAppInfo> candidates = new ArrayList<>(); local
83 candidates.add(candidate);
85 return candidates;
DefaultAutofillPicker.java 190 final List<DefaultAppInfo> candidates = new ArrayList<>(); local
197 candidates.add(new DefaultAppInfo(context, mPm, mUserId, new ComponentName(
205 candidates.add(new DefaultAppInfo(context, mPm, mUserId, new ComponentName(
209 return candidates;
  /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...]
  /packages/apps/Settings/src/com/android/settings/accessibility/
ShortcutServicePickerFragment.java 80 final List<CandidateInfo> candidates = new ArrayList<>(numInstalledServices); local
92 candidates.add(new FrameworkCandidateInfo(frameworkFeatureInfoMap.get(componentName),
96 candidates.add(new ServiceCandidateInfo(installedServices.get(i)));
99 return candidates;
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiLastResortWatchdogTest.java 72 List<Pair<ScanDetail, WifiConfiguration>> candidates = new ArrayList<>(); local
87 candidates.add(Pair.create(scanDetail, config));
89 return candidates;
95 List<Pair<ScanDetail, WifiConfiguration>> candidates = local
112 candidates.add(Pair.create(scanDetail, config));
114 return candidates;
136 // Buffer potential candidates 1,2,3 & 4
137 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(mSsids, local
139 mLastResortWatchdog.updateAvailableNetworks(candidates);
142 // Repeatedly buffer candidates 1 & 2, MAX_BSSID_AGE - 1 time
177 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(mSsids, local
206 List<Pair<ScanDetail, WifiConfiguration>> candidates; local
237 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(mSsids, local
279 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(mSsids, local
331 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(mSsids, local
381 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(mSsids, local
425 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(mSsids, local
470 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(ssids, local
519 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(mSsids, local
565 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(mSsids, local
608 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(mSsids, local
653 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(mSsids, local
717 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(mSsids, local
790 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(mSsids, local
850 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(ssids, local
907 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(mSsids, local
956 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(mSsids, local
1006 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(mSsids, local
1061 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(mSsids, local
1124 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(mSsids, local
1185 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(mSsids, local
1232 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(mSsids, local
1308 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(mSsids, local
1337 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(mSsids, local
1395 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates( local
1451 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(ssids, local
1565 List<Pair<ScanDetail, WifiConfiguration>> candidates = local
1601 List<Pair<ScanDetail, WifiConfiguration>> candidates = local
1648 List<Pair<ScanDetail, WifiConfiguration>> candidates = local
1743 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(ssids, local
1788 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(ssids, local
1857 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(ssids, local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_coercion.py 91 candidates = [2, 2L, 4.0, 2+0j, [1], (2,), None, variable
261 for ia, a in enumerate(candidates):
262 for ib, b in enumerate(candidates):
288 for ia, a in enumerate(candidates):
289 for ib, b in enumerate(candidates):
  /external/deqp/framework/randomshaders/
rsgStatement.cpp 257 vector<Variable*> candidates; local
262 candidates.push_back(*i);
265 variable = state.getRandom().choose<Variable*>(candidates.begin(), candidates.end());
  /external/doclava/src/com/google/doclava/
AndroidAuxSource.java 272 final HashMap<String, FieldInfo> candidates = new HashMap<>(); local
277 candidates.put(String.valueOf(field.constantValue()), field);
282 candidates.put(String.valueOf(field.constantValue()), field);
290 final FieldInfo field = candidates.remove(expected);
  /external/jline/src/src/main/java/jline/
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);

Completed in 650 milliseconds

1 23 4 5 6 7 8 91011>>