Searched full:given (Results 1 – 25 of 10275) sorted by relevance
12345678910>>...411
| /third_party/protobuf/ruby/tests/ |
| D | type_errors.rb | 16 … "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 …]
|
| /third_party/flatbuffers/go/ |
| D | table.go | 59 // 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/boost/boost/numeric/ublas/operation/ |
| D | end.hpp | 47 * \brief Return an iterator to the last element of the given vector 51 * \return An iterator over the given vector expression. 61 * \brief Return a const iterator to the last element of the given vector 65 * \return A const iterator to the first element of the given vector 82 * \brief Return an iterator to the last element of the given row-major 86 * \return An iterator over the major dimension of the given matrix 97 * \brief Return a const iterator to the last element of the given row-major 101 * \return A const iterator over the major dimension of the given matrix 118 * \brief Return an iterator to the last element of the given column-major 122 * \return An iterator over the major dimension of the given matrix [all …]
|
| D | begin.hpp | 46 * \brief Return an iterator to the first element of the given vector 50 * \return An iterator over the given vector expression. 60 * \brief Return a const iterator to the first element of the given vector 64 * \return A const iterator to the first element of the given vector 81 * \brief Return an iterator to the first element of the given row-major 85 * \return An iterator over the major dimension of the given matrix 96 * \brief Return a const iterator to the first element of the given 100 * \return A const iterator over the major dimension of the given matrix 117 * \brief Return an iterator to the first element of the given column-major 121 * \return An iterator over the major dimension of the given matrix [all …]
|
| /third_party/protobuf/objectivec/ |
| D | GPBArray.h | 60 * 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 …]
|
| D | GPBDictionary.h | 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 …]
|
| D | GPBCodedOutputStream.h | 69 * Creates a stream to fill in the given data. Data must be sized to fit or 79 * Creates a stream to write into the given NSOutputStream. 88 * Initializes a stream to fill in the given data. Data must be sized to fit 98 * Initializes a stream to write into the given @c NSOutputStream. 119 * Write the tag for the given field number and wire format. 168 * Writes out the given data. 183 * Write a double for the given field number. 190 * Write a packed array of double for the given field number. 207 * Write a float for the given field number. 214 * Write a packed array of float for the given field number. [all …]
|
| /third_party/protobuf/js/experimental/runtime/kernel/ |
| D | kernel.js | 69 * 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 …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/ |
| D | AMDGPUBaseInfo.h | 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 \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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
| D | InstructionSimplify.h | 121 /// 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/spirv-tools/source/ |
| D | opcode.h | 38 // 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/spirv-tools/source/ |
| D | opcode.h | 38 // 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/tint/src/sem/ |
| D | intrinsic.h | 29 /// 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/swiftshader/third_party/SPIRV-Tools/source/ |
| D | opcode.h | 38 // 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/ |
| D | test_urllib.py | 984 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/skia/third_party/externals/icu/source/i18n/unicode/ |
| D | gregocal.h | 176 * 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/flutter/skia/third_party/externals/icu/source/i18n/unicode/ |
| D | gregocal.h | 174 * 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 …]
|
| /third_party/icu/icu4c/source/i18n/unicode/ |
| D | gregocal.h | 176 * 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/node/deps/icu-small/source/i18n/unicode/ |
| D | gregocal.h | 176 * 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/grpc/src/python/grpcio/grpc/framework/interfaces/face/ |
| D | utilities.py | 42 """Creates an face.MethodImplementation for the given behavior. 50 An face.MethodImplementation derived from the given behavior. 58 """Creates an face.MethodImplementation for the given behavior. 66 An face.MethodImplementation derived from the given behavior. 74 """Creates an face.MethodImplementation for the given behavior. 82 An face.MethodImplementation derived from the given behavior. 90 """Creates an face.MethodImplementation for the given behavior. 98 An face.MethodImplementation derived from the given behavior. 106 """Creates an face.MethodImplementation for the given behavior. 114 An face.MethodImplementation derived from the given behavior. [all …]
|
| /third_party/protobuf/csharp/src/Google.Protobuf/ |
| D | FieldCodec.cs | 50 /// Retrieves a codec suitable for a string field with the given tag. 53 /// <returns>A codec for the given tag.</returns> 60 /// Retrieves a codec suitable for a bytes field with the given tag. 63 /// <returns>A codec for the given tag.</returns> 70 /// Retrieves a codec suitable for a bool field with the given tag. 73 /// <returns>A codec for the given tag.</returns> 80 /// Retrieves a codec suitable for an int32 field with the given tag. 83 /// <returns>A codec for the given tag.</returns> 90 /// Retrieves a codec suitable for an sint32 field with the given tag. 93 /// <returns>A codec for the given tag.</returns> [all …]
|
| /third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/ |
| D | def_use_manager.h | 48 // Constructs a def-use manager from the given |module|. All internal messages 49 // will be communicated to the outside via the given message |consumer|. This 62 // Analyzes the defs in the given |inst|. 65 // Analyzes the uses in the given |inst|. 68 // Analyzes the defs and uses in the given |inst|. 71 // Returns the def instruction for the given |id|. If there is no instruction 74 // Returns the use instructions for the given |id|. If there is no uses of 78 // Returns the annotation instrunctions which are a direct use of the given 81 // instrcution(s) which refer to the given id as an operand. The OpDecorate 90 // Turns the instruction defining the given |id| into a Nop. Returns true on [all …]
|
| D | fold_spec_constant_op_and_composite_pass.h | 46 // section of the given module, finds the Spec Constants defined with 52 // Processes the OpSpecConstantOp instruction pointed by the given 64 // the given instruction iterator to a normal constant defining instruction. 70 // given instruction iterator to a normal constant defining instruction. 76 // pointed by the given instruction iterator to a normal constant defining 82 // Creates a constant defining instruction for the given Constant instance 83 // and inserts the instruction at the position specified by the given 92 // Creates a Constant instance to hold the constant value of the given 93 // instruction. If the given instruction defines a normal constants whose 100 // Creates a Constant instance with the given type and a vector of constant [all …]
|
| /third_party/typescript/src/lib/ |
| D | es2020.sharedmemory.d.ts | 3 * 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 …]
|
| /third_party/abseil-cpp/absl/strings/ |
| D | ascii.h | 79 // Determines whether the given character is an alphabetic character. 86 // Determines whether the given character is an alphanumeric character. 93 // Determines whether the given character is a whitespace character (space, 101 // Determines whether the given character is a punctuation character. 108 // Determines whether the given character is a blank character (tab or space). 115 // Determines whether the given character is a control character. 122 // Determines whether the given character can be represented as a hexadecimal 130 // Determines whether the given character can be represented as a decimal 136 // Determines whether the given character is printable, including whitespace. 141 // Determines whether the given character has a graphical representation. [all …]
|
12345678910>>...411