Home
last modified time | relevance | path

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

12345678910>>...602

/external/tensorflow/
DCITATION.cff7 given-names: Martín
9 given-names: Ashish
11 given-names: Paul
13 given-names: Eugene
15 given-names: Zhifeng
17 given-names: Craig
19 given-names: Greg S.
21 given-names: Andy
23 given-names: Jeffrey
25 given-names: Matthieu
[all …]
/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 …]
/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/cronet/third_party/protobuf/ruby/tests/
Dtype_errors.rb16 … "Invalid argument for string field 'optional_string' (given #{IntegerType.name})." do
20 "Invalid argument for string field 'oneof_string' (given #{IntegerType.name})." do
24 … "Expected array as initializer value for repeated field 'repeated_string' (given String)." do
31 "Expected number type for float field 'optional_float' (given TrueClass)." do
35 "Expected number type for float field 'oneof_float' (given TrueClass)." do
39 … "Expected array as initializer value for repeated field 'repeated_float' (given String)." do
46 "Expected number type for double field 'optional_double' (given Symbol)." do
50 "Expected number type for double field 'oneof_double' (given Symbol)." do
54 … "Expected array as initializer value for repeated field 'repeated_double' (given FalseClass)." do
61 "Invalid argument for boolean field 'optional_bool' (given Float)." do
[all …]
/external/protobuf/ruby/tests/
Dtype_errors.rb16 … "Invalid argument for string field 'optional_string' (given #{IntegerType.name})." do
20 "Invalid argument for string field 'oneof_string' (given #{IntegerType.name})." do
24 … "Expected array as initializer value for repeated field 'repeated_string' (given String)." do
31 "Expected number type for float field 'optional_float' (given TrueClass)." do
35 "Expected number type for float field 'oneof_float' (given TrueClass)." do
39 … "Expected array as initializer value for repeated field 'repeated_float' (given String)." do
46 "Expected number type for double field 'optional_double' (given Symbol)." do
50 "Expected number type for double field 'oneof_double' (given Symbol)." do
54 … "Expected array as initializer value for repeated field 'repeated_double' (given FalseClass)." do
61 "Invalid argument for boolean field 'optional_bool' (given Float)." do
[all …]
/external/cronet/third_party/protobuf/js/experimental/runtime/kernel/
Dkernel.js69 * Reads the last entry of the index array using the given read function.
87 * Converts all entries of the index array to the template type using given read
124 * Converts all entries of the index array to the template type using the given
144 * Converts all entries of the index array to the template type using the given
204 * Merges all index entries of the index array using the given read function.
220 * Merges all index entries of the index array using the given read function.
240 * Merges all index entries of the index array using the given read function.
287 * Writes the array of Messages into the writer for the given field number.
299 * Writes the array of Messages into the writer for the given field number.
345 * Create a Kernel for the given binary bytes.
[all …]
/external/cronet/third_party/protobuf/objectivec/
DGPBArray.h60 * Creates and initializes a GPBInt32Array with the single element given.
69 * Creates and initializes a GPBInt32Array with the contents of the given
79 * Creates and initializes a GPBInt32Array with the given capacity.
93 * Initializes the array, copying the given values.
104 * Initializes the array, copying the given values.
113 * Initializes the array with the given capacity.
122 * Gets the value at the given index.
126 * @return The value at the given index.
131 * Enumerates the values on this array with the given block.
141 * Enumerates the values on this array with the given block.
[all …]
DGPBDictionary.h64 * Initializes this dictionary, copying the given values and keys.
77 * Initializes this dictionary, copying the entries from the given dictionary.
81 * @return A newly initialized dictionary with the entries of the given dictionary.
95 * Gets the value for the given key.
105 * Enumerates the keys and values on this dictionary with the given block.
124 * Sets the value for the given key.
132 * Removes the entry for the given key.
159 * Initializes this dictionary, copying the given values and keys.
172 * Initializes this dictionary, copying the entries from the given dictionary.
176 * @return A newly initialized dictionary with the entries of the given dictionary.
[all …]
/external/protobuf/objectivec/
DGPBArray.h60 * Creates and initializes a GPBInt32Array with the single element given.
69 * Creates and initializes a GPBInt32Array with the contents of the given
79 * Creates and initializes a GPBInt32Array with the given capacity.
93 * Initializes the array, copying the given values.
104 * Initializes the array, copying the given values.
113 * Initializes the array with the given capacity.
122 * Gets the value at the given index.
126 * @return The value at the given index.
131 * Enumerates the values on this array with the given block.
141 * Enumerates the values on this array with the given block.
[all …]
DGPBDictionary.h64 * Initializes this dictionary, copying the given values and keys.
77 * Initializes this dictionary, copying the entries from the given dictionary.
81 * @return A newly initialized dictionary with the entries of the given dictionary.
95 * Gets the value for the given key.
105 * Enumerates the keys and values on this dictionary with the given block.
124 * Sets the value for the given key.
132 * Removes the entry for the given key.
159 * Initializes this dictionary, copying the given values and keys.
172 * Initializes this dictionary, copying the entries from the given dictionary.
176 * @return A newly initialized dictionary with the entries of the given dictionary.
[all …]
/external/mockito/src/test/java/org/mockitousage/
DCompilationWarningsTest.java51 willReturn(null).given(mock(IMethods.class)).objectReturningMethodNoArgs(); in no_warnings_for_most_common_api()
52 willReturn("a", 12).given(mock(IMethods.class)).objectReturningMethodNoArgs(); in no_warnings_for_most_common_api()
53 willReturn(1000).given(mock(IMethods.class)).objectReturningMethodNoArgs(); in no_warnings_for_most_common_api()
54 … willThrow(new NullPointerException()).given(mock(IMethods.class)).objectReturningMethodNoArgs(); in no_warnings_for_most_common_api()
55 …willThrow(new NullPointerException(), new IllegalArgumentException()).given(mock(IMethods.class)).… in no_warnings_for_most_common_api()
56 … willThrow(NullPointerException.class).given(mock(IMethods.class)).objectReturningMethodNoArgs(); in no_warnings_for_most_common_api()
58 … willAnswer(ignore()).willReturn(null).given(mock(IMethods.class)).objectReturningMethodNoArgs(); in no_warnings_for_most_common_api()
59 …willAnswer(ignore()).willReturn("a", 12).given(mock(IMethods.class)).objectReturningMethodNoArgs(); in no_warnings_for_most_common_api()
60 … willAnswer(ignore()).willReturn(1000).given(mock(IMethods.class)).objectReturningMethodNoArgs(); in no_warnings_for_most_common_api()
61 …willAnswer(ignore()).willThrow(new NullPointerException()).given(mock(IMethods.class)).objectRetur… in no_warnings_for_most_common_api()
[all …]
/external/mockito-kotlin/tests/src/test/kotlin/test/
DBDDMockitoTest.kt12 /* Given */ in <lambda>()
16 given(mock.stringResult()) will Answer<String> { "Test" } in <lambda>()
24 /* Given */ in <lambda>()
28 given(mock.stringResult()).willReturn("Test") in <lambda>()
36 /* Given */ in <lambda>()
40 given { mock.stringResult() }.willReturn("Test") in <lambda>()
48 /* Given */ in <lambda>()
52 given(mock.stringResult()).willReturn { "Test" } in <lambda>()
60 /* Given */ in <lambda>()
64 given { mock.stringResult() } willReturn { "Test" } in <lambda>()
[all …]
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/include/mlir-hlo-c/
DAttributes.h24 // Creates a new ScatterDimensionNumbers attribute with the given parameters.
34 // Returns true if the given attribute is a ScatterDimenionNumbers attribute.
58 // Creates a new GatherDimensionNumbers attribute with the given parameters. The
66 // Returns true if the given attribute is a GatherDimensionNumbers attribute.
87 // Creates a new DotDimensionNumbers attribute with the given parameters. The
100 // Returns true of the given attribute is a DotDimensionNumbers attribute.
126 // Creates a new ConvDimensionNumbers attribute with the given parameters. The
137 // Returns true of the given attribute is a ConvDimensionNumbers attribute.
174 // Creates a new ComparisonDirection attribute with the given
179 // Returns true if the given attribute is a ComparisonDirection attribute.
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.h68 /// Streams isa version string for given subtarget \p STI into \p Stream.
71 /// \returns True if given subtarget \p STI supports code object version 3,
75 /// \returns Wavefront size for given subtarget \p STI.
78 /// \returns Local memory size in bytes for given subtarget \p STI.
81 /// \returns Number of execution units per compute unit for given subtarget \p
85 /// \returns Maximum number of work groups per compute unit for given subtarget
86 /// \p STI and limited by given \p FlatWorkGroupSize.
90 /// \returns Maximum number of waves per compute unit for given subtarget \p
94 /// \returns Maximum number of waves per compute unit for given subtarget \p
95 /// STI and limited by given \p FlatWorkGroupSize.
[all …]
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowDevicePolicyManagerTest.java71 // GIVEN an test package which is not the device owner app of the device in isDeviceOwnerAppShouldReturnFalseForNonDeviceOwnerApp()
82 // GIVEN an test package which is the profile owner app of the device in isDeviceOwnerShouldReturnFalseForProfileOwner()
94 // GIVEN an test package which is the device owner app of the device in isDeviceOwnerShouldReturnTrueForDeviceOwner()
106 // GIVEN an test package which is the device owner app of the device in getDeviceOwnerShouldReturnDeviceOwnerPackageName()
126 // GIVEN a test component is the device owner app of the device in isDeviceManagedShouldReturnTrueWhenThereIsADeviceOwner()
145 // GIVEN an test package which is not the profile owner app of the device in isProfileOwnerAppShouldReturnFalseForNonProfileOwnerApp()
156 // GIVEN an test package which is the device owner app of the device in isProfileOwnerShouldReturnFalseForDeviceOwner()
168 // GIVEN an test package which is the profile owner app of the device in isProfileOwnerShouldReturnTrueForProfileOwner()
180 // GIVEN an test package which is the profile owner app of the device in getProfileOwnerShouldReturnDeviceOwnerComponentName()
198 // GIVEN a test component which is not an active admin of the device in isAdminActiveShouldReturnFalseForNonAdminDevice()
[all …]
/external/javaparser/javaparser-core-testing-bdd/src/test/resources/com/github/javaparser/
Dpretty_printing_scenarios.story3 Given the class:
17 Given the class:
36 Given the class:
62 Given the class:
81 Given the class:
102 Given the class:
127 Given the compilation unit:
137 Given the compilation unit:
149 Given the class:
165 Given the class:
[all …]
Dparsing_scenarios.story3 Given a CompilationUnit
15 Given a CompilationUnit
27 Given a CompilationUnit
41 Given a CompilationUnit
55 Given a CompilationUnit
56 Given a second CompilationUnit
83 Given a CompilationUnit
84 Given a second CompilationUnit
111 Given a CompilationUnit
112 Given a second CompilationUnit
[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 …]

12345678910>>...602