Searched
full:given (Results
276 -
300 of
7380) sorted by null
<<11121314151617181920>>
/external/guava/src/com/google/common/collect/ |
ComputationException.java | 27 * Creates a new instance with the given cause.
|
ListMultimap.java | 29 * the insertion ordering of values for a given key. 43 * <p>Because the values for a given key may have duplicates and follow the 52 * <p>Because the values for a given key may have duplicates and follow the 61 * <p>Because the values for a given key may have duplicates and follow the
|
Platform.java | 56 * Clone the given array using {@link Object#clone()}. It is factored out so 81 * Returns a new array of the given length with the specified component type. 93 * Returns a new array of the given length with the same type as a reference 110 * Configures the given map maker to use weak keys, if possible; does nothing
|
SetMultimap.java | 44 * <p>Because a {@code SetMultimap} has unique values for a given key, this 53 * <p>Because a {@code SetMultimap} has unique values for a given key, this 62 * <p>Because a {@code SetMultimap} has unique values for a given key, this 73 * <p>Because a {@code SetMultimap} has unique values for a given key, this
|
/external/icu4c/common/ |
umutex.h | 97 * @param mutex The given mutex to be locked. Pass NULL to specify 105 * @param mutex The given mutex to be unlocked. Pass NULL to specify 117 * @param mutex The given mutex to be initialized 127 * @param mutex The given mutex to be destroyed.
|
/external/icu4c/i18n/ |
tolowtrn.h | 33 * @param loc the given locale.
|
toupptrn.h | 33 * @param loc the given locale.
|
/external/icu4c/i18n/unicode/ |
measure.h | 48 * Construct an object with the given numeric amount and the given 49 * unit. After this call, the caller must not delete the given 87 * to the given object.
|
/external/icu4c/tools/toolutil/ |
filetools.cpp | 31 * Goes through the given directory recursive to compare each file's modification time with that of the file given. 32 * Also can be given just one file to check against. Default value for isDir is FALSE. 120 /* Swap the file separater character given with the new one in the file path. */
|
/external/iptables/extensions/ |
libip6t_frag.man | 4 Matches the given Identification or range of it.
|
libipt_set.man | 15 binding for the given set, then the rule will match the packet only if
|
/external/junit/src/junit/framework/ |
TestFailure.java | 18 * Constructs a TestFailure with the given test and exception.
|
/external/junit/src/junit/swingui/ |
TestRunView.java | 24 * Reveals the given failure
|
/external/neven/Embedded/common/src/b_BasicEm/ |
Memory.h | 41 /** copies memory for src to dst (no overlap allowed), size is given in 16-bit words 47 /** copies memory for src to dst (no overlap allowed), size is given in 32-bit words 53 /** fills memory with a value, size is given in 16-bit words 59 /** fills memory with a value, size is given in 32-bit words
|
/external/oprofile/daemon/ |
opd_anon.h | 48 * Try to find an anonymous mapping for the given pc/tgid pair.
|
opd_events.h | 36 /** Find the event for the given counter */
|
opd_kernel.h | 39 /** Find a kernel_image based upon the given parameters in trans. */
|
/external/oprofile/libop/ |
op_events.h | 67 /** Find a given event, returns NULL on error */ 71 /** Find a given event by name */ 76 * Find a mapping for a given event ID for architectures requiring additional information 87 OP_INVALID_COUNTER = 4 /**< event is not allowed for the given counter */
|
op_parse_event.h | 34 * parse events given by the nil terminated array events and fill in
|
/external/proguard/src/proguard/ |
FullyQualifiedClassNameChecker.java | 58 * Checks the classes mentioned in the given class specifications, printing 83 * Checks the classes mentioned in the given class member specifications, 111 * Checks the classes mentioned in the given class member descriptor, 132 * Checks the class mentioned in the given type (if any),
|
/external/proguard/src/proguard/classfile/ |
ProgramMember.java | 73 * Returns the line number range of the given class member as "m:n", 101 * Returns the (first) attribute with the given name. 119 * Accepts the given member info visitor. 127 * Lets the given attribute info visitor visit all the attributes of
|
/external/proguard/src/proguard/classfile/attribute/preverification/ |
FullFrame.java | 49 * Creates a FullFrame with the given variables and stack. 64 * Creates a FullFrame with the given variables and stack. 81 * Applies the given verification type visitor to all variables. 93 * Applies the given verification type visitor to all stack.
|
MoreZeroFrame.java | 47 * Creates a MoreZeroFrame with the given tag. 56 * Creates a MoreZeroFrame with the given additional variables. 65 * Creates a MoreZeroFrame with the given additional variables. 76 * Applies the given verification type visitor to all variables.
|
/external/proguard/src/proguard/classfile/editor/ |
AnnotationAdder.java | 29 * This AnnotationVisitor adds all annotations that it visits to the given 51 * Creates a new AnnotationAdder that will copy annotations into the given 67 * Creates a new AnnotationAdder that will copy annotations into the given 83 * Creates a new AnnotationAdder that will copy annotations into the given
|
/external/proguard/src/proguard/obfuscate/ |
NameAndTypeUsageMarker.java | 109 * Marks the given UTF-8 constant pool entry of the given class. 118 * Marks the given VisitorAccepter as being used. 128 * Returns whether the given VisitorAccepter has been marked as being used.
|
Completed in 85 milliseconds
<<11121314151617181920>>