Searched full:given (Results 1 – 25 of 26902) sorted by relevance
12345678910>>...1077
12 given-names: Jason14 given-names: Edward16 given-names: Horace18 given-names: Natalia20 given-names: Animesh22 given-names: Michael24 given-names: Bin26 given-names: Peter28 given-names: David30 given-names: Evgeni[all …]
7 given-names: Martín9 given-names: Ashish11 given-names: Paul13 given-names: Eugene15 given-names: Zhifeng17 given-names: Craig19 given-names: Greg S.21 given-names: Andy23 given-names: Jeffrey25 given-names: Matthieu[all …]
6 - All scenarios implicitly start by _"GIVEN a parameter framework"_.45 * GIVEN config files that emit warnings46 * GIVEN a logger that store logs52 * GIVEN config files that emit warnings53 * GIVEN a logger that store logs62 * GIVEN config files with tuning enabled on a valid port67 * 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 plugin83 * GIVEN config files with a invalid plugin[all …]
44 * argument greater than or equal the given value.49 * the given value.58 * byte argument greater than or equal to the given value.63 * the given value.72 * double argument greater than or equal to the given value.77 * the given value.86 * float argument greater than or equal to the given value.91 * the given value.100 * int argument greater than or equal to the given value.105 * the given value.[all …]
37 * compatibility, this property can change the default. A given mock still44 * Creates a mock object that implements the given interface, order checking59 * Creates a mock object that implements the given interface, order checking75 * Creates a mock object that implements the given interface, order checking90 * Creates a mock object that implements the given interface, order checking107 * Creates a mock object that implements the given interface, order checking123 * Creates a mock object that implements the given interface, order checking300 * Expects a comparable argument greater than or equal the given value. For details, see305 * the given value.314 * Expects a byte argument greater than or equal to the given value. For[all …]
29 /* GPP_A13 : net NC is not present in the given design */31 /* GPP_A14 : net NC is not present in the given design */33 /* GPP_A15 : net NC is not present in the given design */39 /* GPP_A18 : net NC is not present in the given design */44 /* GPP_B00 : net NC is not present in the given design */48 /* GPP_B02 : net NC is not present in the given design */50 /* GPP_B03 : net NC is not present in the given design */54 /* GPP_B05 : net NC is not present in the given design */56 /* GPP_B06 : net NC is not present in the given design */58 /* GPP_B07 : net NC is not present in the given design */[all …]
59 // Union initializes any Table-derived type to point to the union at the given67 // 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 …]
16 … "Invalid argument for string field 'optional_string' (given #{IntegerType.name})." do20 "Invalid argument for string field 'oneof_string' (given #{IntegerType.name})." do24 … "Expected array as initializer value for repeated field 'repeated_string' (given String)." do31 "Expected number type for float field 'optional_float' (given TrueClass)." do35 "Expected number type for float field 'oneof_float' (given TrueClass)." do39 … "Expected array as initializer value for repeated field 'repeated_float' (given String)." do46 "Expected number type for double field 'optional_double' (given Symbol)." do50 "Expected number type for double field 'oneof_double' (given Symbol)." do54 … "Expected array as initializer value for repeated field 'repeated_double' (given FalseClass)." do61 "Invalid argument for boolean field 'optional_bool' (given Float)." do[all …]
12 /* 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 …]
78 willReturn(null).given(mock(IMethods.class)).objectReturningMethodNoArgs(); in no_warnings_for_most_common_api()79 willReturn("a", 12).given(mock(IMethods.class)).objectReturningMethodNoArgs(); in no_warnings_for_most_common_api()80 willReturn(1000).given(mock(IMethods.class)).objectReturningMethodNoArgs(); in no_warnings_for_most_common_api()82 .given(mock(IMethods.class)) in no_warnings_for_most_common_api()85 .given(mock(IMethods.class)) in no_warnings_for_most_common_api()88 .given(mock(IMethods.class)) in no_warnings_for_most_common_api()93 .given(mock(IMethods.class)) in no_warnings_for_most_common_api()97 .given(mock(IMethods.class)) in no_warnings_for_most_common_api()101 .given(mock(IMethods.class)) in no_warnings_for_most_common_api()105 .given(mock(IMethods.class)) in no_warnings_for_most_common_api()[all …]
24 // 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. The66 // Returns true if the given attribute is a GatherDimensionNumbers attribute.87 // Creates a new DotDimensionNumbers attribute with the given parameters. The100 // Returns true of the given attribute is a DotDimensionNumbers attribute.126 // Creates a new ConvDimensionNumbers attribute with the given parameters. The137 // Returns true of the given attribute is a ConvDimensionNumbers attribute.174 // Creates a new ComparisonDirection attribute with the given179 // Returns true if the given attribute is a ComparisonDirection attribute.[all …]
60 * Creates and initializes a GPBInt32Array with the single element given.69 * Creates and initializes a GPBInt32Array with the contents of the given79 * 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 …]
64 * 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 …]
47 * \brief Return an iterator to the last element of the given vector51 * \return An iterator over the given vector expression.61 * \brief Return a const iterator to the last element of the given vector65 * \return A const iterator to the first element of the given vector82 * \brief Return an iterator to the last element of the given row-major86 * \return An iterator over the major dimension of the given matrix97 * \brief Return a const iterator to the last element of the given row-major101 * \return A const iterator over the major dimension of the given matrix118 * \brief Return an iterator to the last element of the given column-major122 * \return An iterator over the major dimension of the given matrix[all …]
46 * \brief Return an iterator to the first element of the given vector50 * \return An iterator over the given vector expression.60 * \brief Return a const iterator to the first element of the given vector64 * \return A const iterator to the first element of the given vector81 * \brief Return an iterator to the first element of the given row-major85 * \return An iterator over the major dimension of the given matrix96 * \brief Return a const iterator to the first element of the given100 * \return A const iterator over the major dimension of the given matrix117 * \brief Return an iterator to the first element of the given column-major121 * \return An iterator over the major dimension of the given matrix[all …]
5 "given": {29 "given": { object47 "given": { object65 "given": { object83 "given": { object101 "given": { object119 "given": { object137 "given": { object158 "given": { object179 "given": { object[all …]
106 …new NameAndTestCases("locale=en_US,title=Mr.,given=Richard,given-informal=Rich,given2=Theodore,sur… in TestEnglishName()180 …new NameAndTestCases("locale=en_US,given=Willem,surname-prefix=van der,surname-core=Plas", new Str… in TestPrefixCore()213 new NameAndTestCases("locale=en_US,given=Willem,surname=van der Plas", new String[][] { in TestPrefixCore()234 …new NameAndTestCases("locale=en_US,given=Willem,surname-prefix=van der,surname-core=Plas,surname-i… in TestPrefixCore()242 new NameAndTestCases("locale=en_US,given=John,surname-core=Smith", new String[][] { in TestPrefixCore()257 …new NameAndTestCases("locale=en_US,given=George,given2=Herbert Walker,surname=Bush", new String[][… in TestInitialGeneration()265 … new NameAndTestCases("locale=en_US,given=Ralph,surname=Vaughan Williams", new String[][] { in TestInitialGeneration()273 …new NameAndTestCases("locale=en_US,given=John Paul,given2=Stephen David George,surname=Smith", new… in TestInitialGeneration()281 …new NameAndTestCases("locale=en_US,given=John-Paul,given2=Stephen-David-George,surname=Smith", new… in TestInitialGeneration()297 …new NameAndTestCases("locale=en_US,given=John,given2=Paul,surname=Smith,generation=Jr.", new Strin… in TestLiteralTextElision()[all …]
103 …new NameAndTestCases("locale=en_US,title=Mr.,given=Richard,given-informal=Rich,given2=Theodore,sur… in TestEnglishName()177 …new NameAndTestCases("locale=en_US,given=Willem,surname-prefix=van der,surname-core=Plas", new Str… in TestPrefixCore()210 new NameAndTestCases("locale=en_US,given=Willem,surname=van der Plas", new String[][] { in TestPrefixCore()231 …new NameAndTestCases("locale=en_US,given=Willem,surname-prefix=van der,surname-core=Plas,surname-i… in TestPrefixCore()239 new NameAndTestCases("locale=en_US,given=John,surname-core=Smith", new String[][] { in TestPrefixCore()254 …new NameAndTestCases("locale=en_US,given=George,given2=Herbert Walker,surname=Bush", new String[][… in TestInitialGeneration()262 … new NameAndTestCases("locale=en_US,given=Ralph,surname=Vaughan Williams", new String[][] { in TestInitialGeneration()270 …new NameAndTestCases("locale=en_US,given=John Paul,given2=Stephen David George,surname=Smith", new… in TestInitialGeneration()278 …new NameAndTestCases("locale=en_US,given=John-Paul,given2=Stephen-David-George,surname=Smith", new… in TestInitialGeneration()294 …new NameAndTestCases("locale=en_US,given=John,given2=Paul,surname=Smith,generation=Jr.", new Strin… in TestLiteralTextElision()[all …]
3 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 …]
3 Given a CompilationUnit15 Given a CompilationUnit27 Given a CompilationUnit41 Given a CompilationUnit55 Given a CompilationUnit56 Given a second CompilationUnit83 Given a CompilationUnit84 Given a second CompilationUnit111 Given a CompilationUnit112 Given a second CompilationUnit[all …]
68 /// 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 \p85 /// \returns Maximum number of work groups per compute unit for given subtarget86 /// \p STI and limited by given \p FlatWorkGroupSize.90 /// \returns Maximum number of waves per compute unit for given subtarget \p94 /// \returns Maximum number of waves per compute unit for given subtarget \p95 /// STI and limited by given \p FlatWorkGroupSize.[all …]