Home
last modified time | relevance | path

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

12345678910>>...348

/external/python/cpython2/Misc/
Ddevelopers.txt4 This file is a running log of developers given permissions on SourceForge.
6 The purpose is to provide some institutional memory of who was given access
26 - David Malcolm was given commit access on Oct 27 2010 by GFB,
29 - Tal Einat was given commit access on Oct 4 2010 by MvL,
32 - Łukasz Langa was given commit access on Sep 08 2010 by GFB,
35 - Daniel Stutzbach was given commit access on Aug 22 2010 by MvL,
38 - Ask Solem was given commit access on Aug 17 2010 by MvL,
42 - George Boutsioukis was given commit access on Aug 10 2010
45 - Éric Araujo was given commit access on Aug 10 2010 by BAC,
48 - Terry Reedy was given commit access on Aug 04 2010 by MvL,
[all …]
/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/main/java/org/mockito/
DAdditionalMatchers.java45 * argument greater than or equal the given value.
50 * the given value.
59 * byte argument greater than or equal to the given value.
64 * the given value.
73 * double argument greater than or equal to the given value.
78 * the given value.
87 * float argument greater than or equal to the given value.
92 * the given value.
101 * int argument greater than or equal to the given value.
106 * 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/flatbuffers/go/
Dtable.go59 // Union initializes any Table-derived type to point to the union at the given
67 // GetBool retrieves a bool at the given offset.
72 // GetByte retrieves a byte at the given offset.
77 // GetUint8 retrieves a uint8 at the given offset.
82 // GetUint16 retrieves a uint16 at the given offset.
87 // GetUint32 retrieves a uint32 at the given offset.
92 // GetUint64 retrieves a uint64 at the given offset.
97 // GetInt8 retrieves a int8 at the given offset.
102 // GetInt16 retrieves a int16 at the given offset.
107 // GetInt32 retrieves a int32 at the given offset.
[all …]
/external/protobuf/objectivec/
DGPBCodedOutputStream.h58 /// Creates a stream to fill in the given data. Data must be sized to fit or
62 /// Creates a stream to write into the given @c NSOutputStream.
65 /// Initializes a stream to fill in the given data. Data must be sized to fit
69 /// Initializes a stream to write into the given @c NSOutputStream.
78 /// Write the tag for the given field number and wire format.
101 /// Writes out the given data.
113 /// Write a double for the given field number.
115 /// Write a packed array of double for the given field number.
122 /// Write a float for the given field number.
124 /// Write a packed array of float for the given field number.
[all …]
/external/mockito/src/test/java/org/mockitousage/
DCompilationWarningsTest.java47 willReturn(null).given(mock(IMethods.class)).objectReturningMethodNoArgs(); in no_warnings_for_most_common_api()
48 willReturn("a", 12).given(mock(IMethods.class)).objectReturningMethodNoArgs(); in no_warnings_for_most_common_api()
49 willReturn(1000).given(mock(IMethods.class)).objectReturningMethodNoArgs(); in no_warnings_for_most_common_api()
50 … willThrow(new NullPointerException()).given(mock(IMethods.class)).objectReturningMethodNoArgs(); in no_warnings_for_most_common_api()
51 …willThrow(new NullPointerException(), new IllegalArgumentException()).given(mock(IMethods.class)).… in no_warnings_for_most_common_api()
52 … willThrow(NullPointerException.class).given(mock(IMethods.class)).objectReturningMethodNoArgs(); in no_warnings_for_most_common_api()
54 … willAnswer(ignore()).willReturn(null).given(mock(IMethods.class)).objectReturningMethodNoArgs(); in no_warnings_for_most_common_api()
55 …willAnswer(ignore()).willReturn("a", 12).given(mock(IMethods.class)).objectReturningMethodNoArgs(); in no_warnings_for_most_common_api()
56 … willAnswer(ignore()).willReturn(1000).given(mock(IMethods.class)).objectReturningMethodNoArgs(); in no_warnings_for_most_common_api()
57 …willAnswer(ignore()).willThrow(new NullPointerException()).given(mock(IMethods.class)).objectRetur… in no_warnings_for_most_common_api()
[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.h174 * Constructs a GregorianCalendar based on the current time in the given time zone
175 * with the default locale. Clients are no longer responsible for deleting the given
178 * @param zoneToAdopt The given timezone.
186 * Constructs a GregorianCalendar based on the current time in the given time zone
189 * @param zone The given timezone.
198 * with the given locale.
200 * @param aLocale The given locale.
208 * Constructs a GregorianCalendar based on the current time in the given time zone
209 * with the given locale. Clients are no longer responsible for deleting the given
212 * @param zoneToAdopt The given timezone.
[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/spirv-llvm/lib/SPIRV/Mangler/
DParameterType.h127 /// appropriate visit method in the given visitor.
135 /// @brief Returns true if given param type is equal to this type.
136 /// @param ParamType given param type.
137 /// @return true if given param type is equal to this type and false otherwise.
170 /// appropriate visit method in the given visitor.
178 /// @brief Returns true if given param type is equal to this type.
179 /// @param ParamType given param type.
180 /// @return true if given param type is equal to this type and false otherwise.
208 /// appropriate visit method in the given visitor.
216 /// @brief Returns true if given param type is equal to this type.
[all …]
/external/libbackup/src/com/google/android/libraries/backup/
DBackupKeyPredicates.java19 * Returns a predicate that determines whether a key was defined as a field with the given
20 * annotation in one of the given classes. Assumes that the given annotation and classes are
33 * with the given annotation in one of the given classes. The test used is equivalent to
34 * {@link #containsPattern(String)} for each annotated field value. Assumes that the given
78 * Returns a predicate that determines whether a key is a member of the given collection. Changes
79 * to the given collection will change the returned predicate.
83 throw new NullPointerException("Null collection given."); in in()
94 * Returns a predicate that determines whether a key contains any match for the given regular
108 * Returns a predicate that determines whether a key passes any of the given predicates. Each
109 * predicate is evaluated in the order given, and the evaluation process stops as soon as an
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DInstructionSimplify.h30 /// SimplifyAddInst - Given operands for an Add, see if we can
35 /// SimplifySubInst - Given operands for a Sub, see if we can
40 /// SimplifyMulInst - Given operands for a Mul, see if we can
45 /// SimplifySDivInst - Given operands for an SDiv, see if we can
50 /// SimplifyUDivInst - Given operands for a UDiv, see if we can
55 /// SimplifyFDivInst - Given operands for an FDiv, see if we can
60 /// SimplifySRemInst - Given operands for an SRem, see if we can
65 /// SimplifyURemInst - Given operands for a URem, see if we can
70 /// SimplifyFRemInst - Given operands for an FRem, see if we can
75 /// SimplifyShlInst - Given operands for a Shl, see if we can
[all …]
/external/mockito/src/main/java/org/mockito/verification/
DVerificationAfterDelay.java32 …es that there are exactly N invocations during the given period. This will wait the full period gi…
37 …* Allows verification that there are no invocations at any point during the given period. This wil…
38 … * full period given, unless an invocation occurs (in which case there will be immediate failure)
43 …ies that there is at least 1 invocation during the given period. This will wait the full period gi…
48 …s that there is are least N invocations during the given period. This will wait the full period gi…
53 …es that there is are most N invocations during the given period. This will wait the full period gi…
59 …* Verifies that there the given method is invoked and is the only method invoked. This will wait t…
60 …* period given, unless another method is invoked (in which case there will be an immediate failure)
/external/libmojo/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
DDecoder.java20 * types from a {@link Message} object at a given offset into it's byte buffer.
128 * Deserializes a {@link DataHeader} for an union at the given offset.
155 * Deserializes a {@link DataHeader} at the given offset.
198 * Deserializes a {@link DataHeader} at the given offset and checks if it is correct for an
206 * Deserializes a {@link DataHeader} at the given offset and checks if it is correct for an
214 * Deserializes a {@link DataHeader} at the given offset and checks if it is correct for a map.
229 * Deserializes a byte at the given offset.
237 * Deserializes a boolean at the given offset, re-using any partially read byte.
245 * Deserializes a short at the given offset.
253 * Deserializes an int at the given offset.
[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/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/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/v8/src/runtime/
Druntime-utils.h15 // Cast the given object to a value of the specified type and store
16 // it in a variable with the given name. If the object is not of the
30 // Cast the given object to a boolean and store it in a variable with
31 // the given name. If the object is not a boolean we crash safely.
36 // Cast the given argument to a Smi and store its value in an int variable
37 // with the given name. If the argument is not a Smi we crash safely.
42 // Cast the given argument to a double and store it in a variable with
43 // the given name. If the argument is not a number (as opposed to
49 // Cast the given argument to a size_t and store its value in a variable with
50 // the given name. If the argument is not a size_t we crash safely.
[all …]
/external/protobuf/csharp/src/Google.Protobuf/
DFieldCodec.cs48 /// Retrieves a codec suitable for a string field with the given tag.
51 /// <returns>A codec for the given tag.</returns>
58 /// Retrieves a codec suitable for a bytes field with the given tag.
61 /// <returns>A codec for the given tag.</returns>
68 /// Retrieves a codec suitable for a bool field with the given tag.
71 /// <returns>A codec for the given tag.</returns>
78 /// Retrieves a codec suitable for an int32 field with the given tag.
81 /// <returns>A codec for the given tag.</returns>
88 /// Retrieves a codec suitable for an sint32 field with the given tag.
91 /// <returns>A codec for the given tag.</returns>
[all …]

12345678910>>...348