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

1 23 4 5 6 7 8 91011>>

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_mvref_common.c 309 // Make sure all the candidates are properly clamped etc
348 int_mv candidates[2 + MAX_MV_REF_CANDIDATES]; local
349 candidates[0] = bmi[1].as_mv[ref];
350 candidates[1] = bmi[0].as_mv[ref];
351 candidates[2] = mv_list[0];
352 candidates[3] = mv_list[1];
356 if (nearest->as_int != candidates[n].as_int) {
357 near->as_int = candidates[n].as_int;
  /prebuilts/gdb/darwin-x86/lib/python2.7/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):
  /prebuilts/gdb/linux-x86/lib/python2.7/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):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/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):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/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):
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java 81 MatchCandidateList candidates) {
101 candidates.clear();
111 contactId = pickBestMatchBasedOnData(db, rawContactId, candidates, matcher);
614 MatchCandidateList candidates, ContactMatcher matcher) {
623 bestMatch = pickBestMatchBasedOnSecondaryData(db, rawContactId, candidates, matcher);
639 long rawContactId, MatchCandidateList candidates, ContactMatcher matcher) {
646 loadNameMatchCandidates(db, rawContactId, candidates, true);
661 matchAllCandidates(db, mSb.toString(), candidates, matcher,
897 MatchCandidateList candidates = new MatchCandidateList(); local
    [all...]
ContactAggregator2.java 93 MatchCandidateList candidates) {
120 // Find the set of matching candidates
121 matchingCandidates = findRawContactMatchingCandidates(db, rawContactId, candidates,
139 // on the number of matching candidates and the number of raw_contacts in the
207 * candidates with matching scores > threshold to RawContactMatchingCandidates. Keep doing
211 rawContactId, MatchCandidateList candidates, RawContactMatcher matcher) {
212 updateMatchScores(db, rawContactId, candidates, matcher);
635 MatchCandidateList candidates, RawContactMatcher matcher) {
636 candidates.clear();
638 mNameSplitter, candidates);
810 MatchCandidateList candidates = new MatchCandidateList(); local
    [all...]
AbstractContactAggregator.java 676 MatchCandidateList candidates = new MatchCandidateList(); local
694 candidates);
733 MatchCandidateList candidates);
    [all...]
  /external/deqp/modules/egl/
teglChooseConfigTests.cpp 451 std::vector<AttribSpec> candidates; local
455 candidates.push_back(attributes[ndx]);
460 AttribSpec spec = rnd.choose<AttribSpec>(candidates.begin(), candidates.end());
  /external/webrtc/webrtc/p2p/base/
transportcontroller.cc 33 const Candidates& candidates)
34 : transport_name(transport_name), candidates(candidates) {}
37 Candidates candidates; member in struct:cricket::CandidatesData
123 const Candidates& candidates,
127 transport_name, candidates, err));
254 SignalCandidatesGathered(data->transport_name, data->candidates);
514 std::vector<Candidate> candidates; local
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/common/base/
HwcLayerList.cpp 329 DTRACE("no cursor plane available. candidates %d", cursorCandidates);
335 // need up to number of candidates for plane assignment
379 DTRACE("no overlay plane available. candidates %d", overlayCandidates);
385 // need up to number of candidates for plane assignment
431 VTRACE("no sprite plane available, candidates %d", spriteCandidates);
437 // need up to number of candidates for plane assignment
474 // find a sprit layer that is not candidate but has lower priority than candidates.
483 int candidates = (int)mZOrderConfig.size(); local
487 if (candidates == layers - 1 && spriteLayer != NULL) {
488 // primary plane is configured as sprite, all sprite candidates are offloaded to display plane
    [all...]
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
HwcLayerList.cpp 397 DLOGTRACE("no cursor plane available. candidates %d", cursorCandidates);
403 // need up to number of candidates for plane assignment
448 DLOGTRACE("no overlay plane available. candidates %d", overlayCandidates);
454 // need up to number of candidates for plane assignment
500 VLOGTRACE("no sprite plane available, candidates %d", spriteCandidates);
506 // need up to number of candidates for plane assignment
543 // find a sprit layer that is not candidate but has lower priority than candidates.
552 int candidates = (int)mZOrderConfig.size(); local
556 if (candidates == layers - 1 && spriteLayer != NULL) {
557 // primary plane is configured as sprite, all sprite candidates are offloaded to display plane
    [all...]
  /libcore/ojluni/src/main/java/java/lang/
Runtime.java 995 List<String> candidates = new ArrayList<String>(); local
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
BackupAppsStepFragment.java 154 final List<VolumeInfo> candidates = local
156 for (final VolumeInfo candidate : candidates) {
FormatActivity.java 251 final List<VolumeInfo> candidates = local
254 for (final VolumeInfo candidate : candidates) {
StorageFragment.java 141 final List<VolumeInfo> candidates = local
143 for (final VolumeInfo candidate : candidates) {
  /prebuilts/tools/common/m2/repository/jline/jline/0.9.94/
jline-0.9.94.jar 
  /external/webrtc/webrtc/p2p/client/
basicportallocator.cc 272 // If any of the allocated ports have not completed the candidates allocation,
273 // mark those as error. Since session doesn't need any new candidates
274 // at this stage of the allocation, it's safe to discard any new candidates.
279 // Updating port state to error, which didn't finish allocating candidates
495 // from leaking), we ping from some local candidates even though we don't
496 // signal them. However, if host candidates are also disabled (for example, to
499 // both device enumeration and host candidates being disabled.
514 std::vector<Candidate> candidates; local
515 candidates.push_back(c);
516 SignalCandidatesReady(this, candidates);
566 std::vector<Candidate> candidates; local
    [all...]
  /libcore/ojluni/src/main/java/java/security/
Security.java 501 LinkedHashSet<Provider> candidates = new LinkedHashSet<>(5); local
520 candidates = newCandidates;
525 // For each provider in the candidates set, if it
528 for (Iterator<Provider> cansIte = candidates.iterator();
536 candidates = null;
541 if ((candidates == null) || (candidates.isEmpty()))
544 Object[] candidatesArray = candidates.toArray();
780 LinkedHashSet<Provider> candidates = new LinkedHashSet<>(5); local
785 candidates.add(allProviders[i])
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SuggestedWords.java 391 @Nonnull final ArrayList<SuggestedWordInfo> candidates) {
392 if (candidates.isEmpty()) {
398 typedWord, candidates, -1 /* startIndexExclusive */);
400 for (int i = 0; i < candidates.size(); ++i) {
402 candidates.get(i).mWord, candidates, i /* startIndexExclusive */); local
409 @Nonnull final ArrayList<SuggestedWordInfo> candidates,
412 for (int i = startIndexExclusive + 1; i < candidates.size(); ++i) {
413 final SuggestedWordInfo previous = candidates.get(i);
418 candidates.remove(i)
    [all...]
  /system/tpm/trunks/
resource_manager.cc 206 // Build a list of candidates by excluding |sessions_to_retain|.
207 std::vector<TPM_HANDLE> candidates; local
214 candidates.push_back(item.first);
217 if (candidates.empty()) {
223 candidates.begin(), candidates.end(),
  /art/compiler/optimizing/
code_generator.h 716 // Iterate over potential candidates for sharing. Currently, only same-typed
717 // slow-paths with exactly the same dex-pc are viable candidates.
722 auto candidates = iter->second; local
723 for (const auto& it : candidates) {
  /external/icu/icu4c/source/common/
dictbe.cpp 120 int32_t count; // Count of candidates
122 int32_t offset; // Offset in the text of these candidates
132 // Fill the list of candidates if needed, select the longest, and return the number found
133 int32_t candidates( UText *text, DictionaryMatcher *dict, int32_t rangeEnd );
154 int32_t PossibleWord::candidates( UText *text, DictionaryMatcher *dict, int32_t rangeEnd ) { function in class:PossibleWord
272 int32_t candidates = words[wordsFound%THAI_LOOKAHEAD].candidates(text, fDictionary, rangeEnd); local
275 if (candidates == 1) {
281 else if (candidates > 1) {
288 if (words[(wordsFound + 1) % THAI_LOOKAHEAD].candidates(text, fDictionary, rangeEnd) > 0)
353 int32_t candidates = words[(wordsFound + 1) % THAI_LOOKAHEAD].candidates(text, fDictionary, rangeEnd); local
507 int32_t candidates = words[wordsFound%LAO_LOOKAHEAD].candidates(text, fDictionary, rangeEnd); local
583 int32_t candidates = words[(wordsFound + 1) % LAO_LOOKAHEAD].candidates(text, fDictionary, rangeEnd); local
700 int32_t candidates = words[wordsFound%BURMESE_LOOKAHEAD].candidates(text, fDictionary, rangeEnd); local
776 int32_t candidates = words[(wordsFound + 1) % BURMESE_LOOKAHEAD].candidates(text, fDictionary, rangeEnd); local
905 int32_t candidates = words[wordsFound%KHMER_LOOKAHEAD].candidates(text, fDictionary, rangeEnd); local
981 int32_t candidates = words[(wordsFound + 1) % KHMER_LOOKAHEAD].candidates(text, fDictionary, rangeEnd); local
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
AppStorageSettings.java 397 final List<VolumeInfo> candidates = context.getPackageManager() local
399 if (candidates.size() > 1) {
400 Collections.sort(candidates, VolumeInfo.getDescriptionComparator());
402 CharSequence[] labels = new CharSequence[candidates.size()];
404 for (int i = 0; i < candidates.size(); i++) {
405 final String volDescrip = storage.getBestVolumeDescription(candidates.get(i));
411 mCandidates = candidates.toArray(new VolumeInfo[candidates.size()]);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnEN.java 124 /** Delay time(msec.) to start prediction after key input when the candidates view is not shown. */
127 /** Delay time(msec.) to start prediction after key input when the candidates view is shown. */
130 /** {@code Handler} for drawing candidates/displaying tutorial */
761 * and the candidates view is not shown, dismiss the SW-keyboard.
779 * Thread for updating the candidates view
782 int candidates = 0; local
785 candidates = mConverter.predict(mComposingText, 0, -1);
787 /* update the candidates view */
788 if (candidates > 0) {
801 /* update the candidates view *
    [all...]

Completed in 1071 milliseconds

1 23 4 5 6 7 8 91011>>