HomeSort by relevance Sort by last modified time
    Searched full:heuristics (Results 1 - 25 of 343) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /art/test/090-loop-formation/
info.txt 1 Test loop formation heuristics and code generation. Basically the problem to
  /dalvik/tests/090-loop-formation/
info.txt 1 Test loop formation heuristics and code generation. Basically the problem to
  /external/chromium/chrome/browser/extensions/
extensions_quota_service.cc 37 // Lookup heuristics for function, create if necessary.
38 QuotaLimitHeuristics& heuristics = functions[function->name()]; local
39 if (heuristics.empty())
40 function->GetQuotaLimitHeuristics(&heuristics);
42 if (heuristics.empty())
49 for (QuotaLimitHeuristics::iterator heuristic = heuristics.begin();
50 heuristic != heuristics.end(); ++heuristic) {
66 FunctionHeuristicsMap::iterator heuristics = map->begin(); local
67 while (heuristics != map->end()) {
68 STLDeleteElements(&heuristics->second)
    [all...]
extension_bookmarks_module.cc 743 // Builds heuristics for all BookmarkFunctions using specialized BucketMappers.
748 static void Build(QuotaLimitHeuristics* heuristics) {
749 BuildWithMappers(heuristics, new BookmarkIdMapper<FunctionType>(),
754 static void BuildForCreate(QuotaLimitHeuristics* heuristics,
756 BuildWithMappers(heuristics, new CreateBookmarkBucketMapper(profile),
761 static void BuildForRemove(QuotaLimitHeuristics* heuristics,
763 BuildWithMappers(heuristics, new RemoveBookmarksBucketMapper(profile),
768 static void BuildWithMappers(QuotaLimitHeuristics* heuristics,
774 heuristics->push_back(timed);
775 heuristics->push_back(sustained)
    [all...]
extension_bookmarks_module.h 152 std::list<QuotaLimitHeuristic*>* heuristics) const;
165 std::list<QuotaLimitHeuristic*>* heuristics) const;
178 std::list<QuotaLimitHeuristic*>* heuristics) const;
191 std::list<QuotaLimitHeuristic*>* heuristics) const;
extensions_quota_service_unittest.cc 66 QuotaLimitHeuristics* heuristics) const {
67 heuristics->push_back(new TimedLimit(k2PerMinute, new Mapper()));
76 QuotaLimitHeuristics* heuristics) const {
78 heuristics->push_back(new SustainedLimit(TimeDelta::FromMinutes(5),
81 heuristics->push_back(new TimedLimit(k20PerHour, new Mapper()));
89 QuotaLimitHeuristics* heuristics) const {
90 heuristics->push_back(new TimedLimit(kFrozenConfig, new Mapper()));
  /external/chromium_org/chrome/browser/extensions/
extensions_quota_service.cc 50 // Lookup heuristics for function, create if necessary.
51 QuotaLimitHeuristics& heuristics = functions[function->name()]; local
52 if (heuristics.empty())
53 function->GetQuotaLimitHeuristics(&heuristics);
55 if (heuristics.empty())
64 for (QuotaLimitHeuristics::iterator heuristic = heuristics.begin();
65 heuristic != heuristics.end(); ++heuristic) {
87 FunctionHeuristicsMap::iterator heuristics = map->begin(); local
88 while (heuristics != map->end()) {
89 STLDeleteElements(&heuristics->second)
    [all...]
  /external/chromium/chrome/browser/autofill/
autofill_metrics.h 30 HEURISTIC_TYPE_UNKNOWN = 0, // Our heuristics offered no prediction.
31 HEURISTIC_TYPE_MATCH, // Our heuristics predicted correctly.
32 HEURISTIC_TYPE_MISMATCH, // Our heuristics predicted incorrectly.
42 PREDICTED_TYPE_UNKNOWN = 0, // Neither server nor heuristics offered a
80 // heuristics.
83 // Our heuristics detected at least one auto-fillable field, and the server
87 // Our heuristics did not detect any auto-fillable fields, but the server
form_structure_browsertest.cc 21 const FilePath::CharType kTestName[] = FILE_PATH_LITERAL("heuristics");
31 // A data-driven test for verifying Autofill heuristics. Each input is an HTML
autofill_field.h 58 // The type of the field, as determined by the local heuristics.
  /external/chromium_org/ui/views/layout/
layout_manager.h 23 // the children of a View according to implementation-specific heuristics.
39 // heuristics. The graphics used during painting is provided to allow for
  /external/chromium_org/chrome/browser/extensions/api/storage/
storage_api.cc 137 // Creates quota heuristics for settings modification.
138 void GetModificationQuotaLimitHeuristics(QuotaLimitHeuristics* heuristics) {
144 heuristics->push_back(
156 heuristics->push_back(
249 QuotaLimitHeuristics* heuristics) const {
250 GetModificationQuotaLimitHeuristics(heuristics);
278 QuotaLimitHeuristics* heuristics) const {
279 GetModificationQuotaLimitHeuristics(heuristics);
287 QuotaLimitHeuristics* heuristics) const {
288 GetModificationQuotaLimitHeuristics(heuristics);
    [all...]
storage_api.h 78 QuotaLimitHeuristics* heuristics) const OVERRIDE;
93 QuotaLimitHeuristics* heuristics) const OVERRIDE;
108 QuotaLimitHeuristics* heuristics) const OVERRIDE;
  /external/chromium/chrome/browser/tabs/
tab_strip_model_order_controller.h 18 // heuristics plugged into a TabStripModel.
  /external/chromium_org/chrome/browser/extensions/api/bookmarks/
bookmarks_api.h 204 QuotaLimitHeuristics* heuristics) const OVERRIDE;
227 QuotaLimitHeuristics* heuristics) const OVERRIDE;
246 QuotaLimitHeuristics* heuristics) const OVERRIDE;
265 QuotaLimitHeuristics* heuristics) const OVERRIDE;
bookmarks_api.cc 825 // Builds heuristics for all BookmarkFunctions using specialized BucketMappers.
830 static void Build(QuotaLimitHeuristics* heuristics) {
831 BuildWithMappers(heuristics, new BookmarkIdMapper<FunctionType>(),
836 static void BuildForCreate(QuotaLimitHeuristics* heuristics,
838 BuildWithMappers(heuristics, new CreateBookmarkBucketMapper(profile),
843 static void BuildForRemove(QuotaLimitHeuristics* heuristics,
845 BuildWithMappers(heuristics, new RemoveBookmarksBucketMapper(profile),
850 static void BuildWithMappers(QuotaLimitHeuristics* heuristics,
857 heuristics->push_back(new SustainedLimit(
868 heuristics->push_back(new TimedLimit
    [all...]
  /external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model_order_controller.h 15 // heuristics plugged into a TabStripModel.
  /external/iptables/extensions/
libipt_MASQUERADE.man 18 source port-selection heuristics (see above). This is only valid
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
predict.def 27 in the first match combining heuristics, the predictor appearing
37 /* A value used as final outcome of all heuristics. */
43 /* A combined heuristics using probability determined by first
44 matching heuristics from this list. */
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
predict.def 27 in the first match combining heuristics, the predictor appearing
37 /* A value used as final outcome of all heuristics. */
43 /* A combined heuristics using probability determined by first
44 matching heuristics from this list. */
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
predict.def 27 in the first match combining heuristics, the predictor appearing
37 /* A value used as final outcome of all heuristics. */
43 /* A combined heuristics using probability determined by first
44 matching heuristics from this list. */
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
predict.def 27 in the first match combining heuristics, the predictor appearing
37 /* A value used as final outcome of all heuristics. */
43 /* A combined heuristics using probability determined by first
44 matching heuristics from this list. */
  /external/chromium_org/third_party/WebKit/Source/web/
WebPasswordFormUtils.h 49 // implement their own heuristics related autocomplete.
  /external/chromium_org/v8/test/mjsunit/
sparse-array.js 28 // Because of a bug in the heuristics used to figure out when to
  /external/llvm/test/CodeGen/X86/
early-ifcvt-crash.ll 6 ; Run these tests with and without -stress-early-ifcvt to exercise heuristics.

Completed in 1061 milliseconds

1 2 3 4 5 6 7 8 91011>>