Searched defs:heuristic (Results 1 - 6 of 6) sorted by relevance

/external/jdiff/src/jdiff/
H A DDiffMyers.java63 /** When set to true, the comparison uses a heuristic to speed it up.
64 With this heuristic, for files with a constant small density
66 public boolean heuristic = false; field in class:DiffMyers
202 With this heuristic, for files with a constant small density
205 if (c > 200 && big_snake && heuristic)
/external/chromium_org/extensions/browser/api/web_request/
H A Dweb_request_api.cc2113 // This quota heuristic is intended to limit the number of times the cache is
2437 ClearCacheQuotaHeuristic* heuristic = local
2439 heuristics->push_back(heuristic);
/external/valgrind/main/memcheck/
H A Dmc_leakcheck.c431 UInt heuristic: (sizeof(UInt)*8)-3; member in struct:__anon33030
433 // LchNone if state != Reachable or no heuristic needed to
513 // are considered reachable due to the corresponding heuristic.
599 default: return "???invalid heuristic???";
675 // If ch is heuristically reachable via an heuristic member of heur_set,
676 // returns this heuristic.
791 if (ex->heuristic && ptr == ch->data)
792 // If block was considered reachable via an heuristic, and it is now
793 // directly reachable via ptr, clear the heuristic field.
794 ex->heuristic
[all...]
/external/guava/guava/lib/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 164 milliseconds