/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/ |
utf8.h | 36 /** Test if the specified strings qualifies as valid UTF8. Return the string if so, otherwise NULL */ 39 /** Test if the specified strings qualifies as valid 7-bit ASCII. Return the string if so, otherwise NULL. \since 0.9.15 */ 42 /** Filter all invalid UTF8 characters from the specified string, returning a new fully UTF8 valid string. Don't forget to free the returned string with pa_xfree() */ 45 /** Filter all invalid ASCII characters from the specified string, returning a new fully ASCII valid string. Don't forget to free the returned string with pa_xfree(). \since 0.9.15 */
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/containers/unord/unord.set/ |
missing_hash_specialization.fail.cpp | 19 // Test that we generate a reasonable diagnostic when the specified hash is 50 Set s; // expected-error@__hash_table:* {{the specified hash does not meet the Hash requirements}} 60 Set s; // expected-error@__hash_table:* {{the specified hash does not meet the Hash requirements}} 64 Set s; // expected-error@__hash_table:* {{the specified hash does not meet the Hash requirements}}
|
/system/sepolicy/tools/sepolicy-analyze/ |
dups.c | 24 if (!(k->specified & AVTAB_ALLOWED)) 31 avkey.specified = k->specified; 58 node = avtab_search_node_next(node, avkey.specified)) {
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/elf/ |
bignums.d | 6 # Test that 8-bit and 16-bit constants can be specified via bignums.
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/ppc/ |
altivec_and_spe.d | 3 #name: Check that ISA extensions can be specified before CPU selection
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/SmmReportStatusCodeLib/ |
ReportStatusCodeLib.c | 109 Converts the status code specified by CodeType and Value to an 8-bit POST code
121 @retval TRUE The status code specified by CodeType and Value was converted
123 @retval FALSE The status code specified by CodeType and Value could not be
156 Converts the status code specified by CodeType, Value, and Data to the ASSERT()
157 arguments specified by Filename, Description, and LineNumber. If CodeType is
161 status code buffer specified by Data. The optional data area of Data contains
179 @retval TRUE The status code specified by CodeType, Value, and Data was
180 converted ASSERT() arguments specified by Filename, Description,
182 @retval FALSE The status code specified by CodeType, Value, and Data could
220 Converts the status code specified by Data to the DEBUG() arguments specified [all...] |
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
Ip6Config.h | 216 event on the specified configuration data. Once the event is signaled, the caller
227 @retval EFI_SUCCESS The specified configuration data for the EFI IPv6
234 @retval EFI_WRITE_PROTECTED The specified configuration data is read-only or the specified
236 @retval EFI_ACCESS_DENIED Another set operation on the specified configuration
238 @retval EFI_NOT_READY An asynchronous process is invoked to set the specified
264 The caller is responsible for allocating the buffer used to return the specified
268 EFI_NOT_READY is returned if the specified configuration data is not ready due to an
270 to register an event on the specified configuration data. Once the asynchronous configuration
272 the specified configuration data. [all...] |
DriverBinding.h | 33 it further tests to see if this driver supports creating a handle for the specified child device.
35 This function checks to see if the driver specified by This supports the device specified by
42 device specified by ControllerHandle may already be managed by the same driver or a
56 the bus driver must determine if the bus controller specified
57 by ControllerHandle and the child controller specified
61 @retval EFI_SUCCESS The device specified by ControllerHandle and
62 RemainingDevicePath is supported by the driver specified by This.
63 @retval EFI_ALREADY_STARTED The device specified by ControllerHandle and
65 specified by This. [all...] |
DriverHealth.h | 68 /// 64-bit numeric value of the warning/error specified by this message.
69 /// A value of 0x0000000000000000 is used to indicate that MessageCode is not specified.
120 The health status for the controller specified by
124 with the controller specified by ControllerHandle and
129 Each message is specified by tuple of an EFI_HII_HANDLE and
141 the controller specified by ControllerHandle and ChildHandle.
147 managed by this driver specified by This have a health
153 controllers managed by this driver specified by This
159 controllers managed by this driver specified by This
165 of the controller specified by ControllerHandle and [all...] |
ExtendedSalBootService.h | 62 This function adds the SAL System Table Entry specified by TableEntry and EntrySize
102 @return The result returned from the specified Extended SAL Procedure
123 The Extended SAL Procedure specified by InternalSalProc and named by ClassGuidLo,
128 Each class GUID contains one or more functions specified by a Function ID.
130 Each class GUID contains one or more functions specified by a Function ID.
132 ID is a member of the Extended SAL Procedure class specified by ClassGuidLo
136 This pointer is passed to the Extended SAL Procedure specified by ClassGuidLo,
160 This function calls the Extended SAL Procedure specified by ClassGuidLo, ClassGuidHi,
178 @retval EFI_SAL_NOT_IMPLEMENTED The Extended SAL Procedure specified by ClassGuidLo,
181 for the specified Extended SAL Procedure are available. [all...] |
SmmCpu.h | 153 /// width of the data is specified by IoWidth.
175 This function is used to read the specified number of bytes of the specified register from the CPU
176 save state of the specified CPU and place the value into the buffer. If the CPU does not support the
177 specified register Register, then EFI_NOT_FOUND should be returned. If the CPU does not
178 support the specified register width Width, then EFI_INVALID_PARAMETER is returned.
205 This function is used to write the specified number of bytes of the specified register to the CPU save
206 state of the specified CPU and place the value into the buffer. If the CPU does not support the
207 specified register Register, then EFI_UNSUPPORTED should be returned. If the CPU does not [all...] |
/external/clang/test/Sema/ |
warn-type-safety-mpi-hdf5.c | 159 MPI_Send(long_buf1, 1, MPI_INT); // expected-warning {{argument type 'long *' doesn't match specified 'mpi' type tag that requires 'int *'}} 162 MPI_Send(pii, 1, MPI_FLOAT_INT); // expected-warning {{argument type 'struct pair_int_int *' doesn't match specified 'mpi' type tag}} 163 MPI_Send(pfi, 1, MPI_2INT); // expected-warning {{argument type 'struct pair_float_int *' doesn't match specified 'mpi' type tag}} 166 MPI_Send(long_buf1, 1, MPI_2INT); // expected-warning {{argument type 'long *' doesn't match specified 'mpi' type tag}} 169 MPI_Gather(long_buf1, 1, MPI_INT, // expected-warning {{argument type 'long *' doesn't match specified 'mpi' type tag that requires 'int *'}} 170 long_buf2, 1, MPI_INT); // expected-warning {{argument type 'long *' doesn't match specified 'mpi' type tag that requires 'int *'}} 177 MPI_Send((int *) char_buf, 255, MPI_CHAR); // expected-warning {{argument type 'int *' doesn't match specified 'mpi' type tag that requires 'char *'}} 191 MPI_Gather(int_buf, 0, MPI_DATATYPE_NULL, // expected-warning {{specified mpi type tag requires a null pointer}} 214 MPI_Send(long_buf, 1, my_int_datatype); // expected-warning {{argument type 'long *' doesn't match specified 'mpi' type tag that requires 'int *'}} 217 MPI_Send(s1_buf, 1, my_s2_datatype); // expected-warning {{argument type 'struct S1 *' doesn't match specified 'mpi' type tag that requires 'struct S2 *'} [all...] |
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
LiveIntervalAnalysis.h | 128 /// conflictsWithPhysReg - Returns true if the specified register is used or 129 /// defined during the duration of the specified interval. Copies to and 188 /// isNotInMIMap - returns true if the specified machine instr has been 282 /// spillPhysRegAroundRegDefsUses - Spill the specified physical register 283 /// around all defs and uses of the specified interval. Return true if it 289 /// val# of the specified interval is re-materializable. Also returns true 295 /// isReMaterializable - Returns true if the definition MI of the specified 296 /// val# of the specified interval is re-materializable. 300 /// getRepresentativeReg - Find the largest super register of the specified 305 /// specified interval that conflicts with the specified physical register [all...] |
/libcore/ojluni/src/main/java/java/util/prefs/ |
XmlSupport.java | 87 * Export the specified preferences node and, if subTree is true, all 88 * subnodes, to the specified output stream. Preferences are exported as 91 * @throws IOException if writing to the specified output stream 128 * Put the preferences in the specified Preferences node into the 129 * specified XML element which is assumed to represent a node 130 * in the specified XML document which is assumed to conform to 131 * PREFS_DTD. If subTree is true, create children of the specified 132 * XML node conforming to all of the children of the specified 136 * the preferences or children out of the specified 187 * Import preferences from the specified input stream, which is assume [all...] |
/libcore/ojluni/src/main/java/java/util/ |
Collection.java | 58 * methods that modify the collection on which they operate, are specified to 104 * the specified behavior of underlying {@link Object} methods wherever the 164 * Returns <tt>true</tt> if this collection contains the specified element. 170 * @return <tt>true</tt> if this collection contains the specified 172 * @throws ClassCastException if the type of the specified element 175 * @throws NullPointerException if the specified element is null and this 211 * the runtime type of the returned array is that of the specified array. 212 * If the collection fits in the specified array, it is returned therein. 214 * specified array and the size of this collection. 216 * <p>If this collection fits in the specified array with room to spar [all...] |
/device/linaro/bootloader/edk2/CryptoPkg/Include/Library/ |
TlsLib.h | 99 This function will check if the specified TLS handshake was done. 255 Attempts to read bytes from the specified TLS connection into the buffer. 257 This function tries to read BufferSize bytes data from the specified TLS 281 specified TLS connection. 345 This function sets the ciphers for use by a specified TLS object. 448 Loads the local public certificate into the specified TLS object. 450 This function loads the X.509 certificate into the specified TLS object 473 Adds the local private key to the specified TLS object. 476 key) into the specified TLS object for TLS negotiation. 518 Gets the protocol version used by the specified TLS connection [all...] |
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/ |
IpSecConfigImpl.h | 151 @param[in] Type A specified IPSEC_CONFIG_DATA_TYPE.
182 configuration data specified by DataType.
183 A NULL Selector causes the entire specified-type
194 @retval EFI_SUCCESS The specified configuration data was obtained successfully.
207 value of the specified Entry.
216 @retval EFI_SUCCESS The specified configuration data was obtained successfully.
218 @retval EFI_NOT_FOUND The configuration data specified by Selector is not found.
253 Visit all IPsec Configurations of specified Type and call the caller defined
256 @param[in] DataType The specified IPsec Config Data Type.
307 @param[in] SpdData Pointer to a specified EFI_IPSEC_SPD_DATA. [all...] |
/libcore/ojluni/src/main/java/java/security/cert/ |
CertPathBuilder.java | 145 * specified algorithm. 151 * Provider that supports the specified algorithm is returned. 163 * specified algorithm. 167 * specified algorithm. 181 * specified algorithm. 184 * CertPathBuilderSpi implementation from the specified provider 185 * is returned. The specified provider must be registered 200 * specified algorithm. 203 * implementation for the specified algorithm is not 204 * available from the specified provider [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/ |
EdkIIGluePrintLib.h | 55 Produces a Null-terminated Unicode string in the output buffer specified by StartOfBuffer
57 The Unicode string is produced by parsing the format string specified by FormatString.
58 Arguments are pulled from the variable argument list specified by Marker based on the
77 @param BufferSize The size, in bytes, of the output buffer specified by StartOfBuffer.
98 Produces a Null-terminated Unicode string in the output buffer specified by StartOfBuffer
100 The Unicode string is produced by parsing the format string specified by FormatString.
119 @param BufferSize The size, in bytes, of the output buffer specified by StartOfBuffer.
139 Produces a Null-terminated Unicode string in the output buffer specified by StartOfBuffer
141 The Unicode string is produced by parsing the format string specified by FormatString.
142 Arguments are pulled from the variable argument list specified by Marker based on the [all...] |
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/ |
IdeBus.h | 197 to the user, and it must match one of the languages specified in
204 @retval EFI_SUCCESS The driver specified by This successfully set the configuration
205 options for the controller specified by ControllerHandle..
209 @retval EFI_UNSUPPORTED The driver specified by This does not support setting configuration options for
210 the controller specified by ControllerHandle and ChildHandle.
211 @retval EFI_UNSUPPORTED The driver specified by This does not support the language specified by Language.
213 controller specified by ControllerHandle and ChildHandle.
215 controller specified by ControllerHandle and ChildHandle
239 @retval EFI_SUCCESS The controller specified by ControllerHandle and ChildHandle that is being [all...] |
/device/linaro/bootloader/edk2/EmulatorPkg/EmuGopDxe/ |
GopDriver.c | 60 it further tests to see if this driver supports creating a handle for the specified child device.
62 This function checks to see if the driver specified by This supports the device specified by
69 device specified by ControllerHandle may already be managed by the same driver or a
83 the bus driver must determine if the bus controller specified
84 by ControllerHandle and the child controller specified
88 @retval EFI_SUCCESS The device specified by ControllerHandle and
89 RemainingDevicePath is supported by the driver specified by This.
90 @retval EFI_ALREADY_STARTED The device specified by ControllerHandle and
92 specified by This. [all...] |
/device/linaro/bootloader/edk2/OvmfPkg/XenPvBlkDxe/ |
XenPvBlkDxe.c | 144 it further tests to see if this driver supports creating a handle for the specified child device.
146 This function checks to see if the driver specified by This supports the device specified by
153 device specified by ControllerHandle may already be managed by the same driver or a
167 the bus driver must determine if the bus controller specified
168 by ControllerHandle and the child controller specified
172 @retval EFI_SUCCESS The device specified by ControllerHandle and
173 RemainingDevicePath is supported by the driver specified by This.
174 @retval EFI_ALREADY_STARTED The device specified by ControllerHandle and
176 specified by This. [all...] |
/external/sl4a/Common/src/org/apache/commons/codec/binary/ |
StringUtils.java | 25 * Converts String to and from bytes using the encodings required by the Java specification. These encodings are specified in <a 166 * Constructs a new <code>String</code> by decoding the specified array of bytes using the given charset. 176 * @return A new <code>String</code> decoded from the specified array of bytes using the given charset. 195 * Constructs a new <code>String</code> by decoding the specified array of bytes using the ISO-8859-1 charset. 199 * @return A new <code>String</code> decoded from the specified array of bytes using the given charset. 209 * Constructs a new <code>String</code> by decoding the specified array of bytes using the US-ASCII charset. 213 * @return A new <code>String</code> decoded from the specified array of bytes using the given charset. 223 * Constructs a new <code>String</code> by decoding the specified array of bytes using the UTF-16 charset. 227 * @return A new <code>String</code> decoded from the specified array of bytes using the given charset. 237 * Constructs a new <code>String</code> by decoding the specified array of bytes using the UTF-16BE charset [all...] |
/frameworks/base/core/java/android/util/ |
LongSparseArray.java | 69 * require any additional memory allocation to store the specified 100 * Gets the Object mapped from the specified key, or <code>null</code> 108 * Gets the Object mapped from the specified key, or the specified Object 123 * Removes the mapping from the specified key, if there was any. 144 * Removes the mapping at the specified index. 182 * Adds a mapping from the specified key to the specified value, 183 * replacing the previous mapping from the specified key if there 278 * specified key, or a negative number if the specifie [all...] |
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
MemoryBuffer.h | 67 /// Open the specified file as a MemoryBuffer, returning a new MemoryBuffer 68 /// if successful, otherwise returning null. If FileSize is specified, this 70 /// specified size. 79 /// Read all of the specified file into a MemoryBuffer as a stream 86 /// MemoryBuffer. The slice is specified by an \p Offset and \p MapSize. 102 /// Open the specified memory range as a MemoryBuffer. Note that InputData 111 /// Open the specified memory range as a MemoryBuffer, copying the contents 116 /// Allocate a new zero-initialized MemoryBuffer of the specified size. Note 122 /// Allocate a new MemoryBuffer of the specified size that is not initialized. 131 /// Open the specified file as a MemoryBuffer, or open stdin if the Filenam [all...] |