Searched
full:sets (Results
751 -
775 of
12879) sorted by null
<<31323334353637383940>>
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
TestStringSortedSetGenerator.java | 26 * Create string sets for testing collections that are sorted by natural
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
CollectionSerializationEqualTester.java | 28 * when reserialized. (Sets and Lists, but not bare Collections.)
|
/external/guava/guava-tests/benchmark/com/google/common/collect/ |
PowerSetBenchmark.java | 39 powerSet = Sets.powerSet(set);
|
/external/guava/guava-tests/test/com/google/common/collect/ |
ForwardingObjectTest.java | 41 final Set<String> delegate = Sets.newHashSet("foo");
|
/external/guice/extensions/grapher/src/com/google/inject/grapher/ |
AbstractInjectorGrapher.java | 21 import com.google.common.collect.Sets; 189 inverse.put(to, Sets.<NodeId>newHashSet()); 209 Set<Key<?>> keys = Sets.newHashSet(root); 210 Set<Key<?>> visitedKeys = Sets.newHashSet();
|
/external/guice/extensions/persist/src/com/google/inject/persist/finder/ |
FirstResult.java | 27 * Useful for paging result sets. Complemented by {@link MaxResults}.
|
MaxResults.java | 26 * the maximum size of returned result window. Usefule for paging result sets.
|
/external/icu/android_icu4j/cts-coverage/src/main/tests/android/icu/cts/coverage/rules/ |
ULocaleDefault.java | 27 * <p>Sets the default to the {@link ULocale} obtained by calling
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
UnhandledBreakEngine.java | 18 // TODO: Use two arrays of UnicodeSet, one with all frozen sets, one with unfrozen.
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
UnhandledBreakEngine.java | 17 // TODO: Use two arrays of UnicodeSet, one with all frozen sets, one with unfrozen.
|
/external/iptables/extensions/ |
libxt_SET.man | 1 This module adds and/or deletes entries from IP sets which can be defined
|
/external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/ |
IAgent.java | 36 * Sets a session identifier.
|
/external/jacoco/org.jacoco.ant/src/org/jacoco/ant/ |
AgentTask.java | 25 * Sets the name of the property to hold the agent JVM options
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/ |
RemoteControlReader.java | 52 * Sets an listener for agent commands.
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/check/ |
Limit.java | 81 * Sets the counter entity to check. 99 * Sets the value to check. 118 * Sets allowed minimum value as decimal string representation. The given 139 * Sets allowed maximum value as decimal string representation. The given
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/html/ |
HTMLFormatter.java | 74 * Sets the implementation for language name display. Java language names 85 * Sets the locale used for report rendering. The current default locale is 96 * Sets the optional text that should be included in every footer page. 106 * Sets the encoding used for generated HTML pages. Default is UTF-8.
|
/external/javassist/src/main/javassist/bytecode/ |
InnerClassesAttribute.java | 78 * Sets <code>classes[nth].inner_class_info_index</code> to 107 * Sets <code>classes[nth].outer_class_info_index</code> to 136 * Sets <code>classes[nth].inner_name_index</code> to 151 * Sets <code>classes[nth].inner_class_access_flags</code> to
|
/external/javassist/src/main/javassist/util/proxy/ |
ProxyObject.java | 25 * Sets a handler. It can be used for changing handlers
|
/external/jcommander/src/main/java/com/beust/jcommander/ |
ParametersDelegate.java | 35 * command sets can be shared by using composition pattern.</p>
|
/external/jcommander/src/main/java/com/beust/jcommander/internal/ |
Sets.java | 25 public class Sets {
|
/external/libbrillo/brillo/ |
asynchronous_signal_handler_interface.h | 15 // Sets up signal handlers for registered signals, and converts signal receipt
|
syslog_logging.h | 25 // Sets the current logging flags.
|
/external/libcap/doc/ |
setcap.8 | 14 sets the capabilities of each specified
|
/external/libcap-ng/libcap-ng-0.7/docs/ |
capng_updatev.3 | 12 capng_updatev will update the internal posix capabilities settings based on the options passed to it. The action should be eith CAPNG_DROP to set the capability bit to 0, or CAPNG_ADD to set the capability bit to 1. The operation is performed on the capability set specified in the type parameter. The values are: CAPNG_EFFECTIVE, CAPNG_PERMITTED, CAPNG_INHERITABLE, CAPNG_BOUNDING_SET. The values may be or'ed together to perform the same operation on multiple sets. The last paramter, capability, is the capability define as given in linux/capability.h.
|
/external/libchrome/crypto/ |
scoped_test_nss_chromeos_user.h | 21 // Opens the software database and sets the public slot for the user. The
|
Completed in 1684 milliseconds
<<31323334353637383940>>