/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/ |
assertions.xml | 34 An implementation may permit accesses other than those specified by prot; however, if the 40 conflicts with the specified protection is undefined. The file descriptor fildes shall have been 41 opened with read permission, regardless of the protection options specified. If PROT_WRITE is 42 specified, the application shall ensure that it has opened the file descriptor fildes with write 43 permission unless MAP_PRIVATE is specified in the flags parameter as described below. 50 object. If MAP_SHARED is specified, write references shall change the underlying object. If 51 MAP_PRIVATE is specified, modifications to the mapped data by the calling process shall be 55 MAP_PRIVATE can be specified, but not both. The mapping type is retained across fork( ). 85 sysconf( ) when passed _SC_PAGESIZE or _SC_PAGE_SIZE. When MAP_FIXED is specified, the 89 operation, any partial page specified by the range [pa,pa+len) [all...] |
/libcore/ojluni/src/main/java/java/security/ |
AlgorithmParameters.java | 209 * Returns a parameter object for the specified algorithm. 215 * Provider that supports the specified algorithm is returned. 234 * specified algorithm. 252 * Returns a parameter object for the specified algorithm. 255 * AlgorithmParametersSpi implementation from the specified provider 256 * is returned. The specified provider must be registered 277 * implementation for the specified algorithm is not 278 * available from the specified provider. 280 * @exception NoSuchProviderException if the specified provider is not 304 * Returns a parameter object for the specified algorithm [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Cpu/ |
Cpu.h | 90 EFI_UNSUPPORTED - The processor does not support the cache flush type specified
195 EFI_UNSUPPORTED - The processor INIT operation specified by InitType is not supported
213 This function registers and enables the handler specified by InterruptHandler for a processor
214 interrupt or exception type specified by InterruptType. If InterruptHandler is NULL, then the
215 handler for the processor interrupt or exception type specified by InterruptType is uninstalled.
233 EFI_UNSUPPORTED - The interrupt specified by InterruptType is not supported.
250 This function reads the processor timer specified by TimerIndex and returns it in TimerValue.
262 EFI_SUCCESS - The processor timer value specified by TimerIndex was returned in TimerValue.
282 This function modifies the attributes for the memory region specified by BaseAddress and
283 Length from their current attributes to the attributes specified by Attributes. [all...] |
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
HiiImageEx.h | 42 @retval EFI_NOT_FOUND The specified PackageList could not be found in
70 @retval EFI_NOT_FOUND The image specified by ImageId is not in the
71 database. The specified PackageList is not in
73 @retval EFI_BUFFER_TOO_SMALL The buffer specified by ImageSize is too small to
101 @retval EFI_NOT_FOUND The image specified by ImageId is not in the
102 database. The specified PackageList is not in
155 Renders an image to a bitmap or the screen containing the contents of the specified
164 the specified image.
183 @retval EFI_NOT_FOUND The image specified by ImageId is not in the database.
184 The specified PackageList is not in the database. [all...] |
/external/llvm/include/llvm/Transforms/Utils/ |
BasicBlockUtils.h | 34 /// Delete the specified block, which must have no predecessors. 56 /// Replace all uses of an instruction (specified by BI) with a value, then 61 /// Replace the instruction specified by BI with the instruction specified by I. 68 /// Replace the instruction specified by From with the instruction specified by 109 /// *all* edges from TI to the specified successor will be merged into the same 135 /// same analyses as the other SplitCriticalEdge function. If P is specified, it 171 /// Split the edge connecting specified block. 175 /// Split the specified block at the specified instruction - everything befor [all...] |
/external/smali/util/src/main/java/org/jf/util/ |
SparseArray.java | 56 * require any additional memory allocation to store the specified 66 * Gets the Object mapped from the specified key, or <code>null</code> 74 * Gets the Object mapped from the specified key, or the specified Object 88 * Removes the mapping from the specified key, if there was any. 136 * Adds a mapping from the specified key to the specified value, 137 * replacing the previous mapping from the specified key if there 240 * specified key, or a negative number if the specified [all...] |
/external/syslinux/gpxe/src/include/gpxe/efi/Protocol/ |
Cpu.h | 78 @retval EFI_UNSUPPORTEDT The processor does not support the cache flush type specified 158 @retval EFI_UNSUPPORTED The processor INIT operation specified by InitType is not supported 172 This function registers and enables the handler specified by InterruptHandler for a processor 173 interrupt or exception type specified by InterruptType. If InterruptHandler is NULL, then the 174 handler for the processor interrupt or exception type specified by InterruptType is uninstalled. 189 @retval EFI_UNSUPPORTED The interrupt specified by InterruptType is not supported. 202 This function reads the processor timer specified by TimerIndex and returns it in TimerValue. 211 @retval EFI_SUCCESS The processor timer value specified by TimerIndex was returned in TimerValue. 228 This function modifies the attributes for the memory region specified by BaseAddress and 229 Length from their current attributes to the attributes specified by Attributes [all...] |
/frameworks/base/core/java/android/util/ |
SparseBooleanArray.java | 56 * require any additional memory allocation to store the specified 86 * Gets the boolean mapped from the specified key, or <code>false</code> 94 * Gets the boolean mapped from the specified key, or the specified value 108 * Removes the mapping from the specified key, if there was any. 121 * Removes the mapping at the specified index. 132 * Adds a mapping from the specified key to the specified value, 133 * replacing the previous mapping from the specified key if there 199 * specified key, or a negative number if the specifie [all...] |
/frameworks/support/collection/src/main/java/androidx/collection/ |
LongSparseArray.java | 60 * require any additional memory allocation to store the specified 92 * Gets the Object mapped from the specified key, or <code>null</code> 100 * Gets the Object mapped from the specified key, or the specified Object 115 * Removes the mapping from the specified key, if there was any. 136 * Removes the mapping at the specified index. 174 * Adds a mapping from the specified key to the specified value, 175 * replacing the previous mapping from the specified key if there 287 * specified key, or a negative number if the specifie [all...] |
SparseArrayCompat.java | 64 * require any additional memory allocation to store the specified 96 * Gets the Object mapped from the specified key, or <code>null</code> 104 * Gets the Object mapped from the specified key, or the specified Object 119 * Removes the mapping from the specified key, if there was any. 140 * Removes the mapping at the specified index. 191 * Adds a mapping from the specified key to the specified value, 192 * replacing the previous mapping from the specified key if there 304 * specified key, or a negative number if the specifie [all...] |
/libcore/ojluni/src/main/java/javax/net/ |
SocketFactory.java | 61 * <P> Factory classes are specified by environment-specific configuration 141 * Creates a socket and connects it to the specified remote host 142 * at the specified remote port. This socket is configured using 158 * specified range of valid port values, which is between 0 and 168 * Creates a socket and connects it to the specified remote host 169 * on the specified remote port. 189 * parameter is outside the specified range of valid port values, 200 * Creates a socket and connects it to the specified port number 201 * at the specified address. This socket is configured using 215 * specified range of valid port values, which is between 0 an [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/ |
BasicBlockUtils.h | 36 /// Delete the specified block, which must have no predecessors. 58 /// Replace all uses of an instruction (specified by BI) with a value, then 63 /// Replace the instruction specified by BI with the instruction specified by I. 70 /// Replace the instruction specified by From with the instruction specified by 110 /// *all* edges from TI to the specified successor will be merged into the same 136 /// same analyses as the other SplitCriticalEdge function. If P is specified, it 172 /// Split the edge connecting specified block. 176 /// Split the specified block at the specified instruction - everything befor [all...] |
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/Utils/ |
BasicBlockUtils.h | 36 /// Delete the specified block, which must have no predecessors. 58 /// Replace all uses of an instruction (specified by BI) with a value, then 63 /// Replace the instruction specified by BI with the instruction specified by I. 70 /// Replace the instruction specified by From with the instruction specified by 110 /// *all* edges from TI to the specified successor will be merged into the same 136 /// same analyses as the other SplitCriticalEdge function. If P is specified, it 172 /// Split the edge connecting specified block. 176 /// Split the specified block at the specified instruction - everything befor [all...] |
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/Utils/ |
BasicBlockUtils.h | 36 /// Delete the specified block, which must have no predecessors. 58 /// Replace all uses of an instruction (specified by BI) with a value, then 63 /// Replace the instruction specified by BI with the instruction specified by I. 70 /// Replace the instruction specified by From with the instruction specified by 110 /// *all* edges from TI to the specified successor will be merged into the same 136 /// same analyses as the other SplitCriticalEdge function. If P is specified, it 172 /// Split the edge connecting specified block. 176 /// Split the specified block at the specified instruction - everything befor [all...] |
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/Utils/ |
BasicBlockUtils.h | 36 /// Delete the specified block, which must have no predecessors. 58 /// Replace all uses of an instruction (specified by BI) with a value, then 63 /// Replace the instruction specified by BI with the instruction specified by I. 70 /// Replace the instruction specified by From with the instruction specified by 110 /// *all* edges from TI to the specified successor will be merged into the same 136 /// same analyses as the other SplitCriticalEdge function. If P is specified, it 172 /// Split the edge connecting specified block. 176 /// Split the specified block at the specified instruction - everything befor [all...] |
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/Utils/ |
BasicBlockUtils.h | 36 /// Delete the specified block, which must have no predecessors. 58 /// Replace all uses of an instruction (specified by BI) with a value, then 63 /// Replace the instruction specified by BI with the instruction specified by I. 70 /// Replace the instruction specified by From with the instruction specified by 110 /// *all* edges from TI to the specified successor will be merged into the same 136 /// same analyses as the other SplitCriticalEdge function. If P is specified, it 172 /// Split the edge connecting specified block. 176 /// Split the specified block at the specified instruction - everything befor [all...] |
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/Utils/ |
BasicBlockUtils.h | 36 /// Delete the specified block, which must have no predecessors. 58 /// Replace all uses of an instruction (specified by BI) with a value, then 63 /// Replace the instruction specified by BI with the instruction specified by I. 70 /// Replace the instruction specified by From with the instruction specified by 110 /// *all* edges from TI to the specified successor will be merged into the same 136 /// same analyses as the other SplitCriticalEdge function. If P is specified, it 172 /// Split the edge connecting specified block. 176 /// Split the specified block at the specified instruction - everything befor [all...] |
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/Utils/ |
BasicBlockUtils.h | 36 /// Delete the specified block, which must have no predecessors. 58 /// Replace all uses of an instruction (specified by BI) with a value, then 63 /// Replace the instruction specified by BI with the instruction specified by I. 70 /// Replace the instruction specified by From with the instruction specified by 110 /// *all* edges from TI to the specified successor will be merged into the same 136 /// same analyses as the other SplitCriticalEdge function. If P is specified, it 172 /// Split the edge connecting specified block. 176 /// Split the specified block at the specified instruction - everything befor [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/ |
BasicBlockUtils.h | 36 /// Delete the specified block, which must have no predecessors. 58 /// Replace all uses of an instruction (specified by BI) with a value, then 63 /// Replace the instruction specified by BI with the instruction specified by I. 70 /// Replace the instruction specified by From with the instruction specified by 110 /// *all* edges from TI to the specified successor will be merged into the same 136 /// same analyses as the other SplitCriticalEdge function. If P is specified, it 172 /// Split the edge connecting specified block. 176 /// Split the specified block at the specified instruction - everything befor [all...] |
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/Utils/ |
BasicBlockUtils.h | 36 /// Delete the specified block, which must have no predecessors. 58 /// Replace all uses of an instruction (specified by BI) with a value, then 63 /// Replace the instruction specified by BI with the instruction specified by I. 70 /// Replace the instruction specified by From with the instruction specified by 110 /// *all* edges from TI to the specified successor will be merged into the same 136 /// same analyses as the other SplitCriticalEdge function. If P is specified, it 172 /// Split the edge connecting specified block. 176 /// Split the specified block at the specified instruction - everything befor [all...] |
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/Utils/ |
BasicBlockUtils.h | 36 /// Delete the specified block, which must have no predecessors. 58 /// Replace all uses of an instruction (specified by BI) with a value, then 63 /// Replace the instruction specified by BI with the instruction specified by I. 70 /// Replace the instruction specified by From with the instruction specified by 110 /// *all* edges from TI to the specified successor will be merged into the same 136 /// same analyses as the other SplitCriticalEdge function. If P is specified, it 172 /// Split the edge connecting specified block. 176 /// Split the specified block at the specified instruction - everything befor [all...] |
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/Utils/ |
BasicBlockUtils.h | 36 /// Delete the specified block, which must have no predecessors. 58 /// Replace all uses of an instruction (specified by BI) with a value, then 63 /// Replace the instruction specified by BI with the instruction specified by I. 70 /// Replace the instruction specified by From with the instruction specified by 110 /// *all* edges from TI to the specified successor will be merged into the same 136 /// same analyses as the other SplitCriticalEdge function. If P is specified, it 172 /// Split the edge connecting specified block. 176 /// Split the specified block at the specified instruction - everything befor [all...] |
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/Utils/ |
BasicBlockUtils.h | 36 /// Delete the specified block, which must have no predecessors. 58 /// Replace all uses of an instruction (specified by BI) with a value, then 63 /// Replace the instruction specified by BI with the instruction specified by I. 70 /// Replace the instruction specified by From with the instruction specified by 110 /// *all* edges from TI to the specified successor will be merged into the same 136 /// same analyses as the other SplitCriticalEdge function. If P is specified, it 172 /// Split the edge connecting specified block. 176 /// Split the specified block at the specified instruction - everything befor [all...] |
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/Utils/ |
BasicBlockUtils.h | 36 /// Delete the specified block, which must have no predecessors. 58 /// Replace all uses of an instruction (specified by BI) with a value, then 63 /// Replace the instruction specified by BI with the instruction specified by I. 70 /// Replace the instruction specified by From with the instruction specified by 110 /// *all* edges from TI to the specified successor will be merged into the same 136 /// same analyses as the other SplitCriticalEdge function. If P is specified, it 172 /// Split the edge connecting specified block. 176 /// Split the specified block at the specified instruction - everything befor [all...] |
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/Utils/ |
BasicBlockUtils.h | 36 /// Delete the specified block, which must have no predecessors. 58 /// Replace all uses of an instruction (specified by BI) with a value, then 63 /// Replace the instruction specified by BI with the instruction specified by I. 70 /// Replace the instruction specified by From with the instruction specified by 110 /// *all* edges from TI to the specified successor will be merged into the same 136 /// same analyses as the other SplitCriticalEdge function. If P is specified, it 172 /// Split the edge connecting specified block. 176 /// Split the specified block at the specified instruction - everything befor [all...] |