HomeSort by relevance Sort by last modified time
    Searched full:candidate (Results 801 - 825 of 1480) sorted by null

<<31323334353637383940>>

  /external/skia/src/core/
SkPictureFlat.h 509 SkFlatData* candidate = fHash.find(scratch); local
510 if (candidate != NULL) return candidate;
  /external/webp/src/enc/
histogram.c 443 // What is the bit cost of moving square_histogram from cur_symbol to candidate.
445 const VP8LHistogram* const candidate,
447 return HistogramAddThresh(candidate, square_histogram, cost_threshold);
  /external/wpa_supplicant_8/src/common/
ieee802_11_defs.h 538 * BSS Transition Candidate List
548 * BSS Transition Candidate List
556 /* BSS Transition Candidate List
    [all...]
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityInteractionClient.java 701 AccessibilityNodeInfo candidate = infos.get(j); local
702 if (root.getParentNodeId() == candidate.getSourceNodeId()) {
703 root = candidate;
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnEN.java 554 if (mWordSeparators.contains(ev.word.candidate) &&
888 mInputConnection.commitText(word.candidate, (FIX_CURSOR_TEXT_END ? 1 : word.candidate.length()));
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tempfile.py 17 another candidate location to store temporary files.
149 """Generate a list of candidate temporary directories which
180 We determine whether or not a candidate temp dir is usable by
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tempfile.py 17 another candidate location to store temporary files.
149 """Generate a list of candidate temporary directories which
180 We determine whether or not a candidate temp dir is usable by
  /external/chromium/chrome/browser/history/
in_memory_url_index.cc 361 // candidate pool is large. (See comments in header.)
405 // Break the terms down into individual terms (words), get the candidate
406 // set for each term, and intersect each to get a final candidate list.
446 // scan through all candidate words and make sure the |uni_word| is a
447 // substring within the candidate words, eliminating those which aren't.
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
avcenc_lib.h 569 \return "The cost function of the best candidate."
578 \param "mvx" "Pointer to the candidate, x-coordinate."
579 \param "mvy" "Pointer to the candidate, y-coordinate."
652 This function calculates the SATD of a subpel candidate.
653 \param "cand" "Pointer to a candidate."
    [all...]
motion_est.cpp 323 type_pred = 0; /* for initial candidate selection */
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java 223 NameMatchCandidate candidate = mList.get(mCount); local
224 candidate.mName = name;
225 candidate.mLookupType = nameLookupType;
1652 final NameMatchCandidate candidate = candidates.mList.get(i); local
1705 NameMatchCandidate candidate = candidates.mList.get(i); local
    [all...]
  /packages/apps/Browser/src/com/android/browser/view/
ScrollerView.java     [all...]
  /external/smack/asmack-master/jingle/
60-remove-jingle_mediaimpl.patch 43 - * @param remote the remote information. The candidate that the jmf will be sent to.
44 - * @param local the local information. The candidate that will receive the jmf
169 - * @param remote remote Candidate
170 - * @param local local Candidate
732 - * @param remote the remote information. The candidate that the jmf will be sent to.
733 - * @param local the local information. The candidate that will receive the jmf
    [all...]
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
PhoneNumberUtil.java 463 boolean verify(PhoneNumber number, String candidate, PhoneNumberUtil util) {
475 boolean verify(PhoneNumber number, String candidate, PhoneNumberUtil util) {
477 !PhoneNumberMatcher.containsOnlyValidXChars(number, candidate, util)) {
496 boolean verify(PhoneNumber number, String candidate, PhoneNumberUtil util) {
498 !PhoneNumberMatcher.containsOnlyValidXChars(number, candidate, util) ||
499 PhoneNumberMatcher.containsMoreThanOneSlash(candidate) ||
504 number, candidate, util, new PhoneNumberMatcher.NumberGroupingChecker() {
527 boolean verify(PhoneNumber number, String candidate, PhoneNumberUtil util) {
529 !PhoneNumberMatcher.containsOnlyValidXChars(number, candidate, util) ||
530 PhoneNumberMatcher.containsMoreThanOneSlash(candidate) ||
    [all...]
  /external/v8/src/
hydrogen-instructions.cc 1202 HValue* candidate = NULL; local
1205 while (position < count && candidate == NULL) {
1207 if (current != this) candidate = current;
1211 if (current != this && current != candidate) return NULL;
1213 ASSERT(candidate != this);
1214 return candidate;
    [all...]
ast.cc 535 Handle<JSFunction> candidate(JSFunction::cast(cell_->value()));
538 if (!HEAP->InNewSpace(*candidate)) {
539 target_ = candidate;
    [all...]
  /packages/inputmethods/PinyinIME/jni/share/
matrixsearch.cpp 759 // Choose a candidate, and give new candidates for next step.
813 // 2. It is not the full sentence candidate.
814 // Find the length of the candidate.
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
favicon_cache.cc 816 linked_ptr<SyncedFaviconInfo> candidate = *recent_favicons_.begin(); local
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
armVC.h 53 * [in] mvX x coordinate of the candidate motion vector
54 * [in] mvY y coordinate of the candidate motion vector
55 * [in] candSAD Candidate SAD
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
armVC.h 53 * [in] mvX x coordinate of the candidate motion vector
54 * [in] mvY y coordinate of the candidate motion vector
55 * [in] candSAD Candidate SAD
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
armVC.h 53 * [in] mvX x coordinate of the candidate motion vector
54 * [in] mvY y coordinate of the candidate motion vector
55 * [in] candSAD Candidate SAD
    [all...]
  /sdk/files/typos/
typos-it.txt 391 candadate->candidate
392 candiate->candidate
393 candidiate->candidate
  /dalvik/dx/src/com/android/dx/cf/code/
Ropper.java 390 int candidate = getMinimumUnreservedLabel(); local
394 if (label >= candidate) {
395 candidate = label + 1;
399 return candidate;
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
Label.java 100 * need this. EOF is another candidate for a run time token type for
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
constants.cc 138 const std::string LN_CANDIDATE("candidate");

Completed in 1355 milliseconds

<<31323334353637383940>>