Home
last modified time | relevance | path

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

12345678910>>...321

/third_party/protobuf/ruby/tests/
Dtype_errors.rb13 "Invalid argument for string field 'optional_string' (given Integer)." do
17 "Invalid argument for string field 'oneof_string' (given Integer)." do
21 … "Expected array as initializer value for repeated field 'repeated_string' (given String)." do
28 "Expected number type for float field 'optional_float' (given TrueClass)." do
32 "Expected number type for float field 'oneof_float' (given TrueClass)." do
36 … "Expected array as initializer value for repeated field 'repeated_float' (given String)." do
43 "Expected number type for double field 'optional_double' (given Symbol)." do
47 "Expected number type for double field 'oneof_double' (given Symbol)." do
51 … "Expected array as initializer value for repeated field 'repeated_double' (given FalseClass)." do
58 "Invalid argument for boolean field 'optional_bool' (given Float)." do
[all …]
/third_party/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 …]
/third_party/protobuf/objectivec/
DGPBArray.h40 * Creates and initializes a GPBInt32Array with the single element given.
49 * Creates and initializes a GPBInt32Array with the contents of the given
59 * Creates and initializes a GPBInt32Array with the given capacity.
73 * Initializes the array, copying the given values.
84 * Initializes the array, copying the given values.
93 * Initializes the array with the given capacity.
102 * Gets the value at the given index.
106 * @return The value at the given index.
111 * Enumerates the values on this array with the given block.
122 * Enumerates the values on this array with the given block.
[all …]
DGPBDictionary.h44 * Initializes this dictionary, copying the given values and keys.
57 * Initializes this dictionary, copying the entries from the given dictionary.
61 * @return A newly initialized dictionary with the entries of the given dictionary.
75 * Gets the value for the given key.
85 * Enumerates the keys and values on this dictionary with the given block.
104 * Sets the value for the given key.
112 * Removes the entry for the given key.
140 * Initializes this dictionary, copying the given values and keys.
153 * Initializes this dictionary, copying the entries from the given dictionary.
157 * @return A newly initialized dictionary with the entries of the given dictionary.
[all …]
DGPBCodedOutputStream.h41 * Creates a stream to fill in the given data. Data must be sized to fit or
51 * Creates a stream to write into the given NSOutputStream.
60 * Initializes a stream to fill in the given data. Data must be sized to fit
70 * Initializes a stream to write into the given @c NSOutputStream.
96 * Write the tag for the given field number and wire format.
145 * Writes out the given data.
160 * Write a double for the given field number.
167 * Write a packed array of double for the given field number.
184 * Write a float for the given field number.
191 * Write a packed array of float for the given field number.
[all …]
/third_party/skia/third_party/externals/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 …]
/third_party/openssl/doc/man3/
DOSSL_CRMF_MSG_set1_regCtrl_regToken.pod58 returns the respective control X in the given I<msg>, if present.
60 OSSL_CRMF_MSG_set1_regCtrl_regToken() sets the regToken control in the given
61 I<msg> copying the given I<tok> as value. See RFC 4211, section 6.1.
64 the given I<msg> copying the given I<auth> as value. See RFC 4211, section 6.2.
66 OSSL_CRMF_MSG_PKIPublicationInfo_push0_SinglePubInfo() pushes the given I<spi>
69 OSSL_CRMF_MSG_set0_SinglePubInfo() sets in the given SinglePubInfo I<spi>
79 OSSL_CRMF_MSG_set_PKIPublicationInfo_action() sets the action in the given I<pi>
80 using the given I<action> as value. See RFC 4211, section 6.3.
86 control in the given I<msg> copying the given I<tok> as value. See RFC 4211,
90 the given I<msg> copying the given I<pubkey> as value. See RFC 4211 section 6.6.
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DInstructionSimplify.h121 /// Given operand for an FNeg, fold the result or return null.
125 /// Given operands for an Add, fold the result or return null.
129 /// Given operands for a Sub, fold the result or return null.
133 /// Given operands for an FAdd, fold the result or return null.
137 /// Given operands for an FSub, fold the result or return null.
141 /// Given operands for an FMul, fold the result or return null.
145 /// Given operands for the multiplication of a FMA, fold the result or return
152 /// Given operands for a Mul, fold the result or return null.
155 /// Given operands for an SDiv, fold the result or return null.
158 /// Given operands for a UDiv, fold the result or return null.
[all …]
/third_party/skia/third_party/externals/tint/src/sem/
Dintrinsic.h29 /// Determines if the given `i` is a coarse derivative
31 /// @returns true if the given derivative is coarse.
34 /// Determines if the given `i` is a fine derivative
36 /// @returns true if the given derivative is fine.
39 /// Determine if the given `i` is a derivative intrinsic
41 /// @returns true if the given `i` is a derivative intrinsic
44 /// Determines if the given `i` is a float classification intrinsic
46 /// @returns true if the given `i` is a float intrinsic
49 /// Determines if the given `i` is a texture operation intrinsic
51 /// @returns true if the given `i` is a texture operation intrinsic
[all …]
/third_party/skia/third_party/externals/spirv-tools/source/
Dopcode.h38 // Finds the named opcode in the given opcode table. On success, returns
44 // Finds the opcode by enumerant in the given opcode table. On success, returns
59 // Determine if the given opcode is a scalar type. Returns zero if false,
63 // Determines if the given opcode is a specialization constant. Returns zero if
67 // Determines if the given opcode is a constant. Returns zero if false, non-zero
71 // Returns true if the given opcode is a constant or undef.
74 // Returns true if the given opcode is a scalar specialization constant.
77 // Determines if the given opcode is a composite type. Returns zero if false,
81 // Determines if the given opcode results in a pointer when using the logical
85 // Returns whether the given opcode could result in a pointer or a variable
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Dopcode.h38 // Finds the named opcode in the given opcode table. On success, returns
44 // Finds the opcode by enumerant in the given opcode table. On success, returns
59 // Determine if the given opcode is a scalar type. Returns zero if false,
63 // Determines if the given opcode is a specialization constant. Returns zero if
67 // Determines if the given opcode is a constant. Returns zero if false, non-zero
71 // Returns true if the given opcode is a constant or undef.
74 // Returns true if the given opcode is a scalar specialization constant.
77 // Determines if the given opcode is a composite type. Returns zero if false,
81 // Determines if the given opcode results in a pointer when using the logical
85 // Returns whether the given opcode could result in a pointer or a variable
[all …]
/third_party/python/Lib/test/
Dtest_urllib.py984 given = "a b cd e f"
985 expect = given.replace(' ', hexescape(' '))
986 result = urllib.parse.quote(given)
989 expect = given.replace(' ', '+')
990 result = urllib.parse.quote_plus(given)
1008 given = b"\xa2\xd8ab\xff"
1010 result = urllib.parse.quote(given)
1014 self.assertRaises(TypeError, urllib.parse.quote, given,
1017 result = urllib.parse.quote_from_bytes(given)
1024 given = "\xa2\xd8ab\xff"
[all …]
/third_party/rust/rust/tests/ui/macros/
Dmacro-comma-behavior.std.stderr1 error: 1 positional argument in format string, but no arguments were given
7 error: 1 positional argument in format string, but no arguments were given
13 error: 1 positional argument in format string, but no arguments were given
19 error: 1 positional argument in format string, but no arguments were given
25 error: 1 positional argument in format string, but no arguments were given
31 error: 1 positional argument in format string, but no arguments were given
37 error: 1 positional argument in format string, but no arguments were given
43 error: 1 positional argument in format string, but no arguments were given
49 error: 1 positional argument in format string, but no arguments were given
55 error: 1 positional argument in format string, but no arguments were given
[all …]
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dgregocal.h176 * Constructs a GregorianCalendar based on the current time in the given time zone
177 * with the default locale. Clients are no longer responsible for deleting the given
180 * @param zoneToAdopt The given timezone.
188 * Constructs a GregorianCalendar based on the current time in the given time zone
191 * @param zone The given timezone.
200 * with the given locale.
202 * @param aLocale The given locale.
210 * Constructs a GregorianCalendar based on the current time in the given time zone
211 * with the given locale. Clients are no longer responsible for deleting the given
214 * @param zoneToAdopt The given timezone.
[all …]
/third_party/spirv-tools/source/
Dopcode.h38 // Finds the named opcode in the given opcode table. On success, returns
44 // Finds the opcode by enumerant in the given opcode table. On success, returns
59 // Determine if the given opcode is a scalar type. Returns zero if false,
63 // Determines if the given opcode is a specialization constant. Returns zero if
67 // Determines if the given opcode is a constant. Returns zero if false, non-zero
71 // Returns true if the given opcode is a constant or undef.
74 // Returns true if the given opcode is a scalar specialization constant.
77 // Determines if the given opcode is a composite type. Returns zero if false,
81 // Determines if the given opcode results in a pointer when using the logical
85 // Returns whether the given opcode could result in a pointer or a variable
[all …]
/third_party/protobuf/csharp/src/Google.Protobuf/
DFieldCodec.cs26 /// Retrieves a codec suitable for a string field with the given tag.
29 /// <returns>A codec for the given tag.</returns>
33 /// Retrieves a codec suitable for a bytes field with the given tag.
36 /// <returns>A codec for the given tag.</returns>
40 /// Retrieves a codec suitable for a bool field with the given tag.
43 /// <returns>A codec for the given tag.</returns>
47 /// Retrieves a codec suitable for an int32 field with the given tag.
50 /// <returns>A codec for the given tag.</returns>
54 /// Retrieves a codec suitable for an sint32 field with the given tag.
57 /// <returns>A codec for the given tag.</returns>
[all …]
/third_party/grpc/src/python/grpcio/grpc/framework/interfaces/face/
Dutilities.py47 """Creates an face.MethodImplementation for the given behavior.
55 An face.MethodImplementation derived from the given behavior.
72 """Creates an face.MethodImplementation for the given behavior.
80 An face.MethodImplementation derived from the given behavior.
97 """Creates an face.MethodImplementation for the given behavior.
105 An face.MethodImplementation derived from the given behavior.
122 """Creates an face.MethodImplementation for the given behavior.
130 An face.MethodImplementation derived from the given behavior.
147 """Creates an face.MethodImplementation for the given behavior.
155 An face.MethodImplementation derived from the given behavior.
[all …]
/third_party/icu/icu4c/source/i18n/unicode/
Dgregocal.h176 * Constructs a GregorianCalendar based on the current time in the given time zone
177 * with the default locale. Clients are no longer responsible for deleting the given
180 * @param zoneToAdopt The given timezone.
188 * Constructs a GregorianCalendar based on the current time in the given time zone
191 * @param zone The given timezone.
200 * with the given locale.
202 * @param aLocale The given locale.
210 * Constructs a GregorianCalendar based on the current time in the given time zone
211 * with the given locale. Clients are no longer responsible for deleting the given
214 * @param zoneToAdopt The given timezone.
[all …]
/third_party/elfutils/libelf/
Dgelf.h192 Elf32_Phdr or an Elf64_Phdr depending on whether the given ELF is
211 /* Retrieve REL relocation info at the given index. */
214 /* Retrieve RELA relocation info at the given index. */
217 /* Update REL relocation information at given index. */
220 /* Update RELA relocation information at given index. */
224 /* Retrieve symbol information from the symbol table at the given index. */
227 /* Update symbol information in the symbol table at the given index. */
232 symbol table at the given index. */
238 table at the given index. */
245 given index. */
[all …]
/third_party/openssl/doc/internal/man3/
Dossl_cmp_hdr_init.pod55 ossl_cmp_hdr_set_pvno() sets hdr->pvno to the given B<pvno>.
57 ossl_cmp_hdr_get_pvno() returns the pvno of the given B<hdr> or -1 on error.
62 ossl_cmp_hdr_get0_sendernonce() returns the sender nonce of the given PKIHeader.
64 ossl_cmp_general_name_is_NULL_DN() determines if the given GENERAL_NAME
67 ossl_cmp_hdr_set1_sender() sets the sender field in the given PKIHeader
68 to the given X509 Name value, without consuming the pointer.
70 ossl_cmp_hdr_set1_recipient() sets the recipient field in the given
71 PKIHeader to the given X509 Name value, without consuming the pointer.
80 ossl_cmp_hdr_set1_senderKID() Sets hdr->senderKID to the given string.
85 hdr->freeText and consumes the given pointer.
[all …]
/third_party/parse5/packages/parse5/lib/tree-adapters/
Dinterface.ts37 …* Copies attributes to the given element. Only attributes that are not yet present in the element …
45 * Appends a child node to the given parent node.
93 * Returns the given element's attributes in an array, in the form of name-value pairs.
101 * Returns the given node's children in an array.
108 * Returns the given comment node's content.
122 * Returns the given document type node's name.
129 * Returns the given document type node's public identifier.
136 * Returns the given document type node's system identifier.
143 * Returns the first child of the given node.
150 * Returns the given element's namespace.
[all …]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DPersonNameFormatterTest.java106 …new NameAndTestCases("locale=en_US,prefix=Mr.,given=Richard,given-informal=Rich,given2=Theodore,su… in TestEnglishName()
161 …new NameAndTestCases("locale=en_US,given=Willem,surname-prefix=van der,surname-core=Plas", new Str… in TestPrefixCore()
191 new NameAndTestCases("locale=en_US,given=Willem,surname=van der Plas", new String[][] { in TestPrefixCore()
212 …new NameAndTestCases("locale=en_US,given=Willem,surname-prefix=van der,surname-core=Plas,surname-i… in TestPrefixCore()
226 …new NameAndTestCases("locale=en_US,given=George,given2=Herbert Walker,surname=Bush", new String[][… in TestInitialGeneration()
234 … new NameAndTestCases("locale=en_US,given=Ralph,surname=Vaughan Williams", new String[][] { in TestInitialGeneration()
242 …new NameAndTestCases("locale=en_US,given=John Paul,given2=Stephen David George,surname=Smith", new… in TestInitialGeneration()
258 …new NameAndTestCases("locale=en_US,given=John,given2=Paul,surname=Smith,suffix=Jr.", new String[][… in TestLiteralTextElision()
261 … new NameAndTestCases("locale=en_US,given=John,given2=Paul,surname=Smith", new String[][] { in TestLiteralTextElision()
270 new NameAndTestCases("locale=en_US,given=John", new String[][] { in TestLiteralTextElision()
[all …]
/third_party/skia/m133/third_party/externals/icu/source/i18n/unicode/
Dgregocal.h176 * Constructs a GregorianCalendar based on the current time in the given time zone
177 * with the default locale. Clients are no longer responsible for deleting the given
180 * @param zoneToAdopt The given timezone.
188 * Constructs a GregorianCalendar based on the current time in the given time zone
191 * @param zone The given timezone.
200 * with the given locale.
202 * @param aLocale The given locale.
210 * Constructs a GregorianCalendar based on the current time in the given time zone
211 * with the given locale. Clients are no longer responsible for deleting the given
214 * @param zoneToAdopt The given timezone.
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/core/mindapi/ir/
Danf.h60 /// \brief Get the input node of the given index.
62 /// \param[in] i The given index.
64 /// \return The input node of the given index.
93 /// \brief Erase the attribute with the given name.
98 /// \brief Get the attribute with the given name.
145 /// \brief Create ValueNode with the given value.
160 /// \brief Create a ValueNode with the given value.
162 /// \param[in] value The given value.
170 /// \brief Create a ValueNode with the given primitive type value.
172 /// \param[in] value The given primitive type value.
[all …]
/third_party/typescript/src/lib/
Des2020.sharedmemory.d.ts3 * Adds a value to the value at the given position in the array, returning the original value.
10 * Stores the bitwise AND of a value with the value at the given position in the array,
17 * Replaces the value at the given position in the array if the original value equals the given
24 * Replaces the value at the given position in the array, returning the original value. Until
31 * Returns the value at the given position in the array. Until this atomic operation completes,
37 * Stores the bitwise OR of a value with the value at the given position in the array,
44 * Stores a value at the given position in the array, returning the new value. Until this
50 * Subtracts a value from the value at the given position in the array, returning the original
57 * If the value at the given position in the array is equal to the provided value, the current
65 * Wakes up sleeping agents that are waiting on the given index of the array, returning the
[all …]

12345678910>>...321