/system/hardware/interfaces/net/netd/1.1/ |
INetd.hal | 27 * Add route to a specified OEM network 28 * Either both, or one of the ifname and nexthop must be specified. 32 * @param ifname Interface name specified by the route, or an empty 50 * Remove route from a specified OEM network. 51 * Either both, or one of the ifname and nexthop must be specified. 55 * @param ifname Interface name specified by the route, or an empty 73 * Add interface to a specified OEM network 85 * Remove interface from a specified OEM network.
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/ |
mrs-msr-thumb-v7-m-bad.l | 6 [^:]*:9: Error: bad bitmask specified after APSR -- `msr xpsr_nncvq,r6' 7 [^:]*:10: Error: bad bitmask specified after APSR -- `msr xpsr_nzcv,r7'
|
thumb2_ldmstm_bad.s | 4 @ UNPREDICTABLE Thumb-2 encodings of LDM/LDMIA/LDMFD as specified 15 @ UNPREDICTABLE Thumb-2 encodings of STM/STMIA/STMEA as specified
|
/tools/tradefederation/core/src/com/android/tradefed/config/ |
ConfigurationXmlParserSettings.java | 33 "Map the <template-include> tag with the specified " 34 + "name to the specified actual configuration file. Configuration file "
|
/tools/tradefederation/core/tests/res/testconfigs/ |
test-config-real-not-real.xml | 17 description="test for multi build: one device specified as real, then not real"> 24 <!-- Same device but now specified as not real -->
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
Cpu.h | 84 @retval EFI_UNSUPPORTED The processor does not support the cache flush type specified
164 @retval EFI_UNSUPPORTED The processor INIT operation specified by InitType is not supported
178 This function registers and enables the handler specified by InterruptHandler for a processor
179 interrupt or exception type specified by InterruptType. If InterruptHandler is NULL, then the
180 handler for the processor interrupt or exception type specified by InterruptType is uninstalled.
195 @retval EFI_UNSUPPORTED The interrupt specified by InterruptType is not supported.
208 This function reads the processor timer specified by TimerIndex and returns it in TimerValue.
218 @retval EFI_SUCCESS The processor timer value specified by TimerIndex was returned in TimerValue.
235 This function modifies the attributes for the memory region specified by BaseAddress and
236 Length from their current attributes to the attributes specified by Attributes. [all...] |
/external/ImageMagick/Magick++/lib/Magick++/ |
Color.h | 70 // Construct Color using the specified RGB values 73 // Construct Color using the specified RGBA values 77 // Construct Color using the specified CMYKA values 81 // Construct Color using the specified color string 90 // Constructor Color using the specified color string 115 // specified distance in a linear three(or four) % dimensional color space. 181 // Sets the pixel type using the specified PixelInfo. 195 // Construct ColorCMYK using the specified CMYK values 199 // Construct ColorCMYK using the specified CMYKA values 250 // Construct ColorGray using the specified shad [all...] |
/external/swiftshader/third_party/LLVM/docs/CommandGuide/ |
llvm-ld.pod | 27 When looking for objects specified on the command line, B<llvm-ld> will search
29 specified by the B<LLVM_LIB_SEARCH_PATH> environment variable. If it cannot
32 When looking for a library specified with the B<-l> option, B<llvm-ld> first
37 are specified. If the library cannot be located, then B<llvm-ld> looks in the
38 directory specified by the B<LLVM_LIB_SEARCH_PATH> environment variable. If it
44 The B<-L> option is global. It does not matter where it is specified in the
51 specified on the command line. All library files are linked next.
111 specified by B<-o filename> option.
116 for the program. Only the base name should be specified as F<name>, without a
122 specified with the B<-l> option. The paths will be searched in the order in [all...] |
/frameworks/base/core/java/android/os/ |
INetworkManagementService.aidl | 60 * Retrieves the specified interface config 66 * Sets the configuration of the specified interface 71 * Clear all IP addresses on the specified interface 107 * Add the specified route to the interface. 112 * Remove the specified route from the interface. 117 * Set the specified MTU size 141 * Start tethering services with the specified dhcp server range 157 * Tethers the specified interface 162 * Untethers the specified interface 242 * Attaches a PPP server daemon to the specified TTY with the specifie [all...] |
/frameworks/base/core/java/android/text/ |
PackedIntVector.java | 43 * Creates a new PackedIntVector with the specified width and 60 * Returns the value at the specified row and column. 65 * @return the value stored at the specified position. 93 * Sets the value at the specified row and column. 120 * Sets the value at the specified row and column. 142 * Increments all values in the specified column whose row >= the 143 * specified row by the specified delta. 168 * Inserts a new row of values at the specified row offset. 210 * Deletes the specified number of rows starting with the specifie [all...] |
/frameworks/support/core/ktx/src/main/java/androidx/core/graphics/ |
Rect.kt | 118 * Performs the union of this rectangle and the specified rectangle and returns 128 * Performs the union of this rectangle and the specified rectangle and returns 138 * Returns a new rectangle representing this rectangle offset by the specified 148 * Returns a new rectangle representing this rectangle offset by the specified 158 * Returns a new rectangle representing this rectangle offset by the specified 168 * Returns a new rectangle representing this rectangle offset by the specified 178 * Returns the difference of this rectangle and the specified rectangle as a new region. 187 * Returns the difference of this rectangle and the specified rectangle as a new region. 198 * of the specified amount on both X and Y axis. 208 * of the specified amount on both X and Y axis [all...] |
/libcore/ojluni/src/main/java/java/util/ |
AbstractSequentialList.java | 78 * Returns the element at the specified position in this list. 95 * Replaces the element at the specified position in this list with the 96 * specified element (optional operation). 125 * Inserts the specified element at the specified position in this list 132 * inserts the specified element with <tt>ListIterator.add</tt>. 153 * Removes the element at the specified position in this list (optional 184 * Inserts all of the elements in the specified collection into this 185 * list at the specified position (optional operation). Shifts the 189 * specified collection's iterator. The behavior of this operation i [all...] |
LinkedList.java | 37 * the beginning or the end, whichever is closer to the specified index. 110 * Constructs a list containing the elements of the specified 115 * @throws NullPointerException if the specified collection is null 288 * Inserts the specified element at the beginning of this list. 297 * Appends the specified element to the end of this list. 308 * Returns {@code true} if this list contains the specified element. 314 * @return {@code true} if this list contains the specified element 330 * Appends the specified element to the end of this list. 335 * @return {@code true} (as specified by {@link Collection#add}) 343 * Removes the first occurrence of the specified element from this list [all...] |
/libcore/ojluni/src/main/java/javax/net/ssl/ |
TrustManagerFactory.java | 76 * @return the default algorithm name as specified by the 113 * <p>This is the same name that was specified in one of the 132 * Provider that supports the specified algorithm is returned. 147 * specified algorithm. 166 * KeyManagerFactorySpi implementation from the specified provider 167 * is returned. The specified provider must be registered 184 * implementation for the specified algorithm is not 185 * available from the specified provider. 187 * @throws NoSuchProviderException if the specified provider is not 210 * TrustManagerFactorySpi implementation from the specified Provide [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/ |
channelmap.h | 54 * predefined one is known for the specified number of channels. 272 /** Initialize the specified channel map and return a pointer to 277 /** Initialize the specified channel map for monaural audio and return a pointer to it */ 280 /** Initialize the specified channel map for stereophonic audio and return a pointer to it */ 283 /** Initialize the specified channel map for the specified number of 290 * default mapping is known with the specified parameters it will 295 /** Return a text label for the specified channel position */ 301 /** Return a human readable text label for the specified channel position. \since 0.9.7 */ 311 /** Make a human readable string from the specified channel map * [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/ |
BitField.c | 28 Returns the bitfield specified by the StartBit and the EndBit from Operand.
55 Performs a bitwise OR between the bit field specified by StartBit and EndBit
56 in Operand and the value specified by AndData. All other bits in Operand are
86 Performs a bitwise AND between the bit field specified by StartBit and EndBit
87 in Operand and the value specified by AndData. All other bits in Operand are
116 Returns the bitfield specified by the StartBit and the EndBit from Operand.
148 Writes Value to the bit field specified by the StartBit and the EndBit in
185 Performs a bitwise inclusive OR between the bit field specified by StartBit
186 and EndBit in Operand and the value specified by OrData. All other bits in
222 Performs a bitwise AND between the bit field specified by StartBit and EndBit [all...] |
/device/linaro/bootloader/edk2/MdePkg/Include/ |
Base.h | 259 /// Unless otherwise specified, aligned on a 64 bit boundary.
691 Returns an argument of a specified type from a variable argument list and updates
694 This function returns an argument of the type specified by TYPE from the beginning
695 of the variable argument list specified by Marker. Marker is then updated to point
703 @return An argument of the type specified by TYPE.
750 Returns an argument of a specified type from a variable argument list and updates
753 This function returns an argument of the type specified by TYPE from the beginning
754 of the variable argument list specified by Marker. Marker is then updated to point
762 @return An argument of the type specified by TYPE.
770 This function returns the offset, in bytes, of field specified by Field from the [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Metronome/ |
Metronome.h | 48 The WaitForTick() function waits for the number of ticks specified by
58 ticks will not be missed. If a timeout occurs waiting for the specified
69 EFI_SUCCESS - The wait for the number of ticks specified by TickNumber
72 EFI_TIMEOUT - A timeout occurred waiting for the specified number of ticks.
93 WaitForTick - Waits for a specified number of ticks from a known time source
|
/device/linaro/bootloader/edk2/EmbeddedPkg/MetronomeDxe/ |
Metronome.c | 44 Waits for a specified number of ticks from a known time source
65 The WaitForTick() function waits for the number of ticks specified by
75 ticks will not be missed. If a timeout occurs waiting for the specified
81 @retval EFI_SUCCESS The wait for the number of ticks specified by TickNumber
83 @retval EFI_TIMEOUT A timeout occurred waiting for the specified number of ticks.
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Metronome/ |
Metronome.c | 41 Waits for the specified number of ticks.
44 The WaitForTick() function waits for the number of ticks specified by
54 ticks will not be missed. If a timeout occurs waiting for the specified
60 @retval EFI_SUCCESS The wait for the number of ticks specified by TickNumber
62 @retval EFI_TIMEOUT A timeout occurred waiting for the specified number of ticks.
|
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/ |
ShellManParser.h | 19 This function returns the help information for the specified command. The help text
22 If Sections is specified, then each section name listed will be compared in a casesensitive
39 containing all specified help text.
57 parses through the MAN file specified by SHELL_FILE_HANDLE and returns the
58 detailed help for any sub section specified in the comma seperated list of
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
DoubleArray.java | 38 * Returns the element at the specified index. Note that if an 43 * @return value stored at the specified index 50 * Sets the element at the specified index. If the specified index is greater than 57 * @param value value to store at the specified index
|
/external/curl/docs/cmdline-opts/ |
quote.d | 30 the group ID specified by the group operand. The group operand is a decimal 33 The chmod command modifies the file mode bits of the specified file. The 37 user ID specified by the user operand. The user operand is a decimal 50 The rm command removes the file specified by the file operand. 52 The rmdir command removes the directory entry specified by the directory
|
/external/dng_sdk/source/ |
dng_opcode_list.h | 121 /// Apply this opcode list to the specified image with corresponding 128 /// Append the specified opcode to this list. 137 /// Write a fingerprint of this opcode list to the specified stream. 141 /// Read an opcode list from the specified stream, starting at the 142 /// specified offset (streamOffset, in bytes). byteCount is provided for
|
/external/icu/icu4c/source/tools/gendict/ |
gendict.1.in | 71 The default ICU data directory is specified by the environment variable 84 Set the transform type. Should only be specified with 92 A transform must be specified for a bytes trie, and when applied 109 may be specified either in hex, by using a 0x prefix, or in 115 must be specified.
|