Home
last modified time | relevance | path

Searched full:given (Results 1 – 25 of 9157) sorted by relevance

12345678910>>...367

/external/proguard/src/proguard/evaluation/value/
DIntegerValue.java82 * Returns the generalization of this IntegerValue and the given other
88 * Returns the sum of this IntegerValue and the given IntegerValue.
93 * Returns the difference of this IntegerValue and the given IntegerValue.
98 * Returns the difference of the given IntegerValue and this IntegerValue.
103 * Returns the product of this IntegerValue and the given IntegerValue.
109 * Returns the quotient of this IntegerValue and the given IntegerValue.
115 * Returns the quotient of the given IntegerValue and this IntegerValue.
121 * Returns the remainder of this IntegerValue divided by the given
128 * Returns the remainder of the given IntegerValue divided by this
135 * Returns this IntegerValue, shifted left by the given IntegerValue.
[all …]
DLongValue.java68 * Returns the generalization of this LongValue and the given other
77 * Returns the sum of this LongValue and the given LongValue.
85 * Returns the difference of this LongValue and the given LongValue.
93 * Returns the difference of the given LongValue and this LongValue.
101 * Returns the product of this LongValue and the given LongValue.
110 * Returns the quotient of this LongValue and the given LongValue.
119 * Returns the quotient of the given LongValue and this LongValue.
128 * Returns the remainder of this LongValue divided by the given
138 * Returns the remainder of the given LongValue divided by this
148 * Returns this LongValue, shifted left by the given IntegerValue.
[all …]
DDoubleValue.java67 * Returns the generalization of this DoubleValue and the given other
74 * Returns the sum of this DoubleValue and the given DoubleValue.
79 * Returns the difference of this DoubleValue and the given DoubleValue.
84 * Returns the difference of the given DoubleValue and this DoubleValue.
89 * Returns the product of this DoubleValue and the given DoubleValue.
94 * Returns the quotient of this DoubleValue and the given DoubleValue.
99 * Returns the quotient of the given DoubleValue and this DoubleValue.
104 * Returns the remainder of this DoubleValue divided by the given DoubleValue.
109 * Returns the remainder of the given DoubleValue divided by this DoubleValue.
115 * less than, equal to, or greater than the given DoubleValue, respectively.
[all …]
DFloatValue.java67 * Returns the generalization of this FloatValue and the given other
74 * Returns the sum of this FloatValue and the given FloatValue.
79 * Returns the difference of this FloatValue and the given FloatValue.
84 * Returns the difference of the given FloatValue and this FloatValue.
89 * Returns the product of this FloatValue and the given FloatValue.
94 * Returns the quotient of this FloatValue and the given FloatValue.
99 * Returns the quotient of the given FloatValue and this FloatValue.
104 * Returns the remainder of this FloatValue divided by the given FloatValue.
109 * Returns the remainder of the given FloatValue divided by this FloatValue.
115 * less than, equal to, or greater than the given FloatValue, respectively.
[all …]
DReferenceValue.java53 * Returns whether the type is an instance of the given type.
75 * Returns the value of the array at the given index, assuming this type
85 * Returns the value of the array at the given index, assuming this type
95 * Returns the value of the array at the given index, assuming this type
105 * Returns the value of the array at the given index, assuming this type
115 * Returns the value of the array at the given index, assuming this type
122 * Stores the given value at the given index in the given array, assuming
133 * Returns the generalization of this ReferenceValue and the given other
140 * Returns whether this ReferenceValue is equal to the given other
162 * Returns whether this ReferenceValue and the given ReferenceValue are different.
[all …]
/external/mockito/src/org/mockito/
DAdditionalMatchers.java47 * argument greater than or equal the given value.
52 * the given value.
60 * byte argument greater than or equal to the given value.
65 * the given value.
73 * double argument greater than or equal to the given value.
78 * the given value.
86 * float argument greater than or equal to the given value.
91 * the given value.
99 * int argument greater than or equal to the given value.
104 * the given value.
[all …]
/external/parameter-framework/upstream/test/functional-tests/
Dplan.md6 - All scenarios implicitly start by _"GIVEN a parameter framework"_.
45 * GIVEN config files that emit warnings
46 * GIVEN a logger that store logs
52 * GIVEN config files that emit warnings
53 * GIVEN a logger that store logs
62 * GIVEN config files with tuning enabled on a valid port
67 * GIVEN config files with tuning enabled on an invalid port (0?)
72 * GIVEN config files with tuning enabled on an invalid port (0?)
78 * GIVEN config files with a valid plugin
83 * GIVEN config files with a invalid plugin
[all …]
/external/easymock/src/org/easymock/
DEasyMock.java37 * compatibility, this property can change the default. A given mock still
44 * Creates a mock object that implements the given interface, order checking
59 * Creates a mock object that implements the given interface, order checking
75 * Creates a mock object that implements the given interface, order checking
90 * Creates a mock object that implements the given interface, order checking
107 * Creates a mock object that implements the given interface, order checking
123 * Creates a mock object that implements the given interface, order checking
300 * Expects a comparable argument greater than or equal the given value. For details, see
305 * the given value.
314 * Expects a byte argument greater than or equal to the given value. For
[all …]
/external/proguard/src/proguard/util/
DArrayUtil.java32 * Returns whether the elements of the two given arrays are the same.
53 * Returns whether the elements of the two given arrays are the same.
74 * Returns whether the elements of the two given arrays are the same.
95 * Returns whether the elements of the two given arrays are the same.
116 * Returns whether the elements of the two given arrays are the same, or
130 * Returns whether the elements of the two given arrays are the same, or
146 * Returns a hash code for the elements of the given array.
165 * Returns a hash code for the elements of the given array.
184 * Returns a hash code for the elements of the given array.
203 * Returns a hash code for the elements of the given array.
[all …]
/external/icu/icu4c/source/i18n/unicode/
Dgregocal.h172 * Constructs a GregorianCalendar based on the current time in the given time zone
173 * with the default locale. Clients are no longer responsible for deleting the given
176 * @param zoneToAdopt The given timezone.
184 * Constructs a GregorianCalendar based on the current time in the given time zone
187 * @param zone The given timezone.
196 * with the given locale.
198 * @param aLocale The given locale.
206 * Constructs a GregorianCalendar based on the current time in the given time zone
207 * with the given locale. Clients are no longer responsible for deleting the given
210 * @param zoneToAdopt The given timezone.
[all …]
Dcalendar.h205 * specific. Example ranges given are for illustration only; see specific Calendar
321 * Creates a Calendar using the given timezone and the default locale.
325 * @param zoneToAdopt The given timezone to be adopted.
335 * Creates a Calendar using the given timezone and the default locale. The TimeZone
348 * Creates a Calendar using the default timezone and the given locale.
350 * @param aLocale The given locale.
360 * Creates a Calendar using the given timezone and given locale.
364 * @param zoneToAdopt The given timezone to be adopted.
365 * @param aLocale The given locale.
375 * Gets a Calendar using the given timezone and given locale. The TimeZone
[all …]
Dtimezone.h165 * Creates a <code>TimeZone</code> for the given ID.
169 * if the given ID cannot be understood or if the given ID is "Etc/Unknown".
178 * Returns an enumeration over system time zone IDs with the given
208 * Returns an enumeration over time zone IDs with a given raw
228 * given country. Some zones are affiliated with no country
240 * includes the given ID. An equivalency group contains zones
243 * <p>The returned count includes the given ID; it is always >= 1.
244 * The given ID must be a system time zone. If it is not, returns
256 * includes the given ID. An equivalency group contains zones
259 * <p>The given index must be in the range 0..n-1, where n is the
[all …]
Ducurr.h64 * Finds a currency code for the given locale.
113 * Register an (existing) ISO 4217 currency code for the given locale.
143 * Returns the display name for the given currency in the
144 * given locale. For example, the display name for the USD
168 * Returns the plural name for the given currency in the
169 * given locale. For example, the plural name for the USD
193 * be displayed for the given currency.
207 * be displayed for the given currency with usage.
221 * Returns the rounding increment for the given currency, or 0.0 if no
235 * Returns the rounding increment for the given currency, or 0.0 if no
[all …]
/external/proguard/src/proguard/classfile/
DClazz.java58 * Returns the full internal name of the interface at the given index of
122 * Returns the interface at the given index.
127 * Returns whether this class extends the given class.
141 * Returns whether this class implements the given class.
158 * Returns the field with the given name and descriptor.
163 * Returns the method with the given name and descriptor.
171 * Accepts the given class visitor.
176 * Accepts the given class visitor in the class hierarchy.
191 * Lets the given class visitor visit all known subclasses.
198 * Lets the given constant pool entry visitor visit all constant pool entries
[all …]
/external/llvm/include/llvm/Analysis/
DInstructionSimplify.h49 /// SimplifyAddInst - Given operands for an Add, see if we can
58 /// SimplifySubInst - Given operands for a Sub, see if we can
67 /// Given operands for an FAdd, see if we can fold the result. If not, this
76 /// Given operands for an FSub, see if we can fold the result. If not, this
85 /// Given operands for an FMul, see if we can fold the result. If not, this
94 /// SimplifyMulInst - Given operands for a Mul, see if we can
102 /// SimplifySDivInst - Given operands for an SDiv, see if we can
110 /// SimplifyUDivInst - Given operands for a UDiv, see if we can
118 /// SimplifyFDivInst - Given operands for an FDiv, see if we can
127 /// SimplifySRemInst - Given operands for an SRem, see if we can
[all …]
/external/elfutils/libelf/
Dgelf.h204 /* Retrieve REL relocation info at the given index. */
207 /* Retrieve RELA relocation info at the given index. */
210 /* Update REL relocation information at given index. */
213 /* Update RELA relocation information at given index. */
217 /* Retrieve symbol information from the symbol table at the given index. */
220 /* Update symbol information in the symbol table at the given index. */
225 symbol table at the given index. */
231 table at the given index. */
238 given index. */
243 given index. */
[all …]
/external/v8/src/runtime/
Druntime-utils.h22 // Cast the given object to a value of the specified type and store
23 // it in a variable with the given name. If the object is not of the
37 // Cast the given object to a boolean and store it in a variable with
38 // the given name. If the object is not a boolean call IllegalOperation
44 // Cast the given argument to a Smi and store its value in an int variable
45 // with the given name. If the argument is not a Smi call IllegalOperation
51 // Cast the given argument to a double and store it in a variable with
52 // the given name. If the argument is not a number (as opposed to
59 // Cast the given argument to a size_t and store its value in a variable with
60 // the given name. If the argument is not a size_t call IllegalOperation and
[all …]
/external/proguard/src/proguard/classfile/editor/
DConstantPoolEditor.java27 * This class can add constant pool entries to a given class.
39 * Creates a new ConstantPoolEditor that will edit constants in the given
49 * Finds or creates a IntegerConstant constant pool entry with the given
79 * Finds or creates a LongConstant constant pool entry with the given value.
108 * Finds or creates a FloatConstant constant pool entry with the given
138 * Finds or creates a DoubleConstant constant pool entry with the given
168 * Finds or creates a StringConstant constant pool entry with the given
203 * given bootstrap method constant pool entry index, method name, and
219 * Finds or creates a InvokeDynamicConstant constant pool entry with the given
256 * specified kind and with the given field ref, interface method ref,
[all …]
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h33 // In the given example, each time our matcher finds a match we get a callback
149 /// Given
163 /// Given
217 /// partially matching a given regex.
263 /// Given
287 /// Given
298 /// Given
344 /// Given
359 /// Given
370 /// Given
[all …]
/external/guice/core/src/com/google/inject/binder/
DConstantBindingBuilder.java25 * Binds constant to the given value.
30 * Binds constant to the given value.
35 * Binds constant to the given value.
40 * Binds constant to the given value.
45 * Binds constant to the given value.
50 * Binds constant to the given value.
55 * Binds constant to the given value.
60 * Binds constant to the given value.
65 * Binds constant to the given value.
72 * Binds constant to the given value.
[all …]
/external/libdivsufsort/android_include/
Ddivsufsort64.h68 * Constructs the suffix array of a given string.
71 * @param n The length of the given string.
79 * Constructs the burrows-wheeler transformed string of a given string.
83 * @param n The length of the given string.
100 * Constructs the burrows-wheeler transformed string of a given string and suffix array.
104 * @param n The length of the given string.
115 * Inverse BW-transforms a given BWTed string.
119 * @param n The length of the given string.
130 * Checks the correctness of a given suffix array.
133 * @param n The length of the given string.
[all …]
Ddivsufsort.h68 * Constructs the suffix array of a given string.
71 * @param n The length of the given string.
79 * Constructs the burrows-wheeler transformed string of a given string.
83 * @param n The length of the given string.
100 * Constructs the burrows-wheeler transformed string of a given string and suffix array.
104 * @param n The length of the given string.
115 * Inverse BW-transforms a given BWTed string.
119 * @param n The length of the given string.
130 * Checks the correctness of a given suffix array.
133 * @param n The length of the given string.
[all …]
/external/dnsmasq/man/
Ddnsmasq.842 Additional hosts file. Read the specified file as well as /etc/hosts. If -h is given, read
44 additional hosts file. If a directory is given, then read all the files contained in that directory…
56 time-to-live (in seconds) to be given for these replies. This will
85 the facility given contains at least one '/' character, it is taken to
86 be a filename, and dnsmasq logs to the given file, instead of
138 Do not use ports less than that given as source for outbound DNS
140 when this option is given, the ports used will always to larger
152 options are given dnsmasq listens on all available interfaces except any
153 given in
175 Listen on the given IP address(es). Both
[all …]
/external/autotest/client/cros/cellular/pseudomodem/
Ddbus_std_ifaces.py26 to indicate that a value for the given interface or
126 Sets the given uint32 value matching the given property and interface.
127 Wraps the given value inside a dbus.types.UInt32.
132 @raises: MMPropertyError, if the given |interface_name| or
143 Sets the given int32 value matching the given property and interface.
144 Wraps the given value inside a dbus.types.Int32.
149 @raises: MMPropertyError, if the given |interface_name| or
163 Returns the value matching the given property and interface.
167 @returns: The value matching the given property and interface.
168 @raises: MMPropertyError, if the given |interface_name| or
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/util/
DBuddhistCalendar.java67 * in the given time zone with the default locale.
69 * @param zone the given time zone.
77 * in the default time zone with the given locale.
79 * @param aLocale the given locale.
87 * in the default time zone with the given locale.
89 * @param locale the given ulocale.
97 * in the given time zone with the given locale.
99 * @param zone the given time zone.
101 * @param aLocale the given locale.
109 * in the given time zone with the given locale.
[all …]

12345678910>>...367