Searched refs:combiner (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Dsuggestions_source.h34 // selected by the combiner. If a source weight is x and the total weight of
35 // all the sources is y, then the combiner will select x/y items from it.
52 // Sets the combiner holding this suggestion source. This method can only
54 virtual void SetCombiner(SuggestionsCombiner* combiner) = 0;
H A Dsuggestions_source_top_sites.h37 virtual void SetCombiner(SuggestionsCombiner* combiner) OVERRIDE;
52 // Our combiner.
H A Dsuggestions_page_handler.cc86 SuggestionsCombiner* combiner = new SuggestionsCombiner(this, profile); local
87 combiner->AddSource(new SuggestionsSourceTopSites());
88 suggestions_combiner_.reset(combiner);
H A Dsuggestions_source_top_sites.cc24 // The weight used by the combiner to determine which ratio of suggestions
84 void SuggestionsSourceTopSites::SetCombiner(SuggestionsCombiner* combiner) { argument
86 combiner_ = combiner;
H A Dsuggestions_combiner_unittest.cc190 virtual void SetCombiner(SuggestionsCombiner* combiner) OVERRIDE {
192 combiner_ = combiner;
195 // Our combiner.
/external/pixman/test/
H A Dcombiner-test.c131 pixman_combine_float_func_t combiner; local
136 combiner = lookup_combiner (impl, op, ca);
142 combiner (impl, op,
/external/smack/src/org/apache/harmony/javax/security/auth/
H A DSubject.java186 final SubjectDomainCombiner combiner;
190 combiner = null;
192 combiner = new SubjectDomainCombiner(subject);
198 return new AccessControlContext(context, combiner);
267 final SubjectDomainCombiner combiner;
271 combiner = null;
273 combiner = new SubjectDomainCombiner(subject);
278 return new AccessControlContext(context, combiner);
497 DomainCombiner combiner = AccessController.doPrivileged(action);
499 if ((combiner
[all...]
/external/valgrind/main/mpi/
H A Dlibmpiwrap.c344 static void showCombiner ( FILE* f, int combiner )
346 switch (combiner) {
488 fprintf(stderr, "freeing combiner ");
872 fprintf(stderr, "%s %5d: walk_type: unhandled combiner 0x%lx\n",
880 barf("walk_type: unhandled combiner, strict checking selected");
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 1670 milliseconds