/libcore/luni/src/main/java/java/security/ |
AccessControlContext.java | 39 public AccessControlContext(AccessControlContext acc, DomainCombiner combiner) {
|
/external/chromium_org/chrome/browser/ui/webui/ntp/ |
suggestions_source.h | 34 // 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;
|
suggestions_source_discovery.h | 36 virtual void SetCombiner(SuggestionsCombiner* combiner) OVERRIDE; 39 // Our combiner.
|
suggestions_source_top_sites.h | 37 virtual void SetCombiner(SuggestionsCombiner* combiner) OVERRIDE; 54 // Our combiner.
|
suggestions_source_discovery.cc | 28 // The weight used by the combiner to determine which ratio of suggestions 87 void SuggestionsSourceDiscovery::SetCombiner(SuggestionsCombiner* combiner) { 89 combiner_ = combiner;
|
suggestions_combiner.cc | 81 SuggestionsCombiner* combiner = new SuggestionsCombiner(delegate, profile); local 87 combiner->AddSource(new SuggestionsSourceDiscovery(*it)); 90 return combiner;
|
suggestions_page_handler.cc | 86 SuggestionsCombiner* combiner = new SuggestionsCombiner(this, profile); local 87 combiner->AddSource(new SuggestionsSourceTopSites()); 88 suggestions_combiner_.reset(combiner);
|
suggestions_source_top_sites.cc | 24 // The weight used by the combiner to determine which ratio of suggestions 80 void SuggestionsSourceTopSites::SetCombiner(SuggestionsCombiner* combiner) { 82 combiner_ = combiner;
|
suggestions_combiner_unittest.cc | 190 virtual void SetCombiner(SuggestionsCombiner* combiner) OVERRIDE { 192 combiner_ = combiner; 195 // Our combiner.
|
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/ |
SubjectDomainCombinerTest.java | 53 SubjectDomainCombiner combiner = new SubjectDomainCombiner(subject); local 55 assertSame("Subject", subject, combiner.getSubject()); 81 SubjectDomainCombiner combiner = new SubjectDomainCombiner(subject); local 86 assertNull(combiner.combine(null, null)); 105 pd = combiner.combine(new ProtectionDomain[] { domain }, null); 116 pd = combiner.combine(null, new ProtectionDomain[] { domain });
|
/external/pixman/test/ |
combiner-test.c | 131 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/ |
Subject.java | 186 final SubjectDomainCombiner combiner; local 190 combiner = null; 192 combiner = new SubjectDomainCombiner(subject); 198 return new AccessControlContext(context, combiner); 267 final SubjectDomainCombiner combiner; local 271 combiner = null; 273 combiner = new SubjectDomainCombiner(subject); 278 return new AccessControlContext(context, combiner); 497 DomainCombiner combiner = AccessController.doPrivileged(action); local 499 if ((combiner == null) || !(combiner instanceof SubjectDomainCombiner)) [all...] |
/libcore/luni/src/main/java/javax/security/auth/ |
Subject.java | 181 final SubjectDomainCombiner combiner; local 185 combiner = null; 187 combiner = new SubjectDomainCombiner(subject); 192 return new AccessControlContext(context, combiner); 255 final SubjectDomainCombiner combiner; local 259 combiner = null; 261 combiner = new SubjectDomainCombiner(subject); 266 return new AccessControlContext(context, combiner); 481 DomainCombiner combiner = AccessController.doPrivileged(action); local 483 if ((combiner == null) || !(combiner instanceof SubjectDomainCombiner)) [all...] |
/external/valgrind/main/mpi/ |
libmpiwrap.c | 344 static void showCombiner ( FILE* f, int combiner ) 346 switch (combiner) { 486 fprintf(stderr, "freeing combiner "); 870 fprintf(stderr, "%s %5d: walk_type: unhandled combiner 0x%lx\n", 878 barf("walk_type: unhandled combiner, strict checking selected"); [all...] |
/prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/ |
guava-14.0.jar | |
/prebuilts/sdk/10/ |
android.jar | |
/prebuilts/sdk/11/ |
android.jar | |
/prebuilts/sdk/13/ |
android.jar | |
/prebuilts/sdk/16/ |
android.jar | |
/prebuilts/sdk/5/ |
android.jar | |
/prebuilts/sdk/7/ |
android.jar | |
/prebuilts/sdk/8/ |
android.jar | |
/prebuilts/sdk/9/ |
android.jar | |