HomeSort by relevance Sort by last modified time
    Searched refs:candidate (Results 276 - 300 of 807) sorted by null

<<11121314151617181920>>

  /external/opencv3/3rdparty/libwebp/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/v8/src/arm64/
codegen-arm64.cc 331 bool CodeAgingHelper::IsOld(byte* candidate) const {
332 return memcmp(candidate, old_sequence_.start(), kCodeAgeStubEntryOffset) == 0;
  /external/v8/src/x64/
codegen-x64.cc 489 bool CodeAgingHelper::IsOld(byte* candidate) const {
490 return *candidate == kCallOpcode;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
RemoteInputView.java 402 Intent candidate = a.actionIntent.getIntent(); local
403 if (!current.filterEquals(candidate)) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionary.java 634 public boolean shouldAutoCommit(final SuggestedWordInfo candidate) {
635 return candidate.mAutoCommitFirstWordConfidence > CONFIDENCE_TO_AUTO_COMMIT;
  /prebuilts/tools/common/m2/repository/xmlpull/xmlpull/1.1.3.1/
xmlpull-1.1.3.1.jar 
  /dalvik/dx/src/com/android/dx/cf/code/
Ropper.java 479 int candidate = getMinimumUnreservedLabel(); local
483 if (label >= candidate) {
484 candidate = label + 1;
488 return candidate;
    [all...]
  /frameworks/base/services/core/java/com/android/server/
TextServicesManagerService.java 504 SpellCheckerSubtype candidate = null; local
511 } else if (candidate == null) {
515 candidate = scs;
530 return candidate;
    [all...]
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoTable.java 374 for (View candidate: mOnTable) {
375 if (candidate != focus) {
376 final double[] b = getCenter(candidate);
383 bestFocus = candidate;
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar 
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/
httparchive.py 358 If use_path=True, candidate will NOT match in example below
360 candidate = GET www.test.com/b?p=1
397 # until we find a candidate whose ratio() is >= the next quick_ratio().
401 for candidate in requests:
402 matcher.set_seq1(candidate.cmp_seq)
403 candidates.append((matcher.quick_ratio(), candidate))
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jar 
org.eclipse.core.jobs_3.5.1.R36x_v20100824.jar 
  /external/icu/android_icu4j/src/main/java/android/icu/text/
RuleBasedBreakIterator.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RuleBasedBreakIterator.java     [all...]
  /external/jetty/src/java/org/eclipse/jetty/servlets/
DoSFilter.java 609 protected boolean checkWhitelist(List<String> whitelist, String candidate)
615 if (subnetMatch(address, candidate))
620 if (address.equals(candidate))
    [all...]
  /external/ltrace/
read_config_file.c 93 enum arg_type candidate; local
99 candidate = TYPE; \
131 *ret = candidate;
  /external/v8/src/heap/
heap-inl.h 515 HeapObject* candidate = HeapObject::FromAddress(memento_address); local
516 Map* candidate_map = candidate->map();
524 AllocationMemento* memento_candidate = AllocationMemento::cast(candidate);
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiMetrics.java 139 // If there's a ScanResult candidate associated with this config already, get it and
141 ScanResult candidate = config.getNetworkSelectionStatus().getCandidate(); local
142 if (candidate != null) {
143 updateMetricsFromScanResult(candidate);
    [all...]
  /libcore/ojluni/src/main/java/java/util/
WeakHashMap.java 953 Entry<K,V> candidate = getEntry(e.getKey()); local
    [all...]
  /system/vold/
Ext4Crypt.cpp 226 auto const candidate = StringPrintf("%s/cx%010u", directory_path.c_str(), i); local
227 if (paths[0] < candidate) {
228 *ce_key_path = candidate;
  /external/v8/src/
frames.cc 485 StackFrame::Type candidate = local
487 switch (candidate) {
498 return candidate;
680 StackFrame::Type candidate = local
682 switch (candidate) {
    [all...]
  /external/doclava/src/com/google/doclava/
ClassInfo.java     [all...]
  /external/webrtc/talk/app/webrtc/java/jni/
peerconnection_jni.cc 211 void OnIceCandidate(const IceCandidateInterface* candidate) override {
214 RTC_CHECK(candidate->ToString(&sdp)) << "got so far: " << sdp;
218 jstring j_mid = JavaStringFromStdString(jni(), candidate->sdp_mid());
221 candidate_class, ctor, j_mid, candidate->sdp_mline_index(), j_sdp);
    [all...]

Completed in 1339 milliseconds

<<11121314151617181920>>