HomeSort by relevance Sort by last modified time
    Searched full:specified (Results 501 - 525 of 36314) sorted by null

<<21222324252627282930>>

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-selective/
keepdot0.d 6 # Check that GC:ing does not mess up the value for dot when specified
  /tools/tradefederation/core/src/com/android/tradefed/testtype/testdefs/
InstrumentationTestDef.java 71 * Returns the fully specified name of the instrumentation runner to use. <code>null</code>
72 * if not specified.
79 * Returns the fully specified name of the test class to run. <code>null</code> if not
80 * specified.
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/
UsbMouseAbsolutePointer.h 201 Unicode string. If the driver specified by This has a user readable name in
202 the language specified by Language, then a pointer to the driver name is
203 returned in DriverName, and EFI_SUCCESS is returned. If the driver specified
204 by This does not support the language specified by Language,
213 languages specified in SupportedLanguages. The
215 to the driver writer. Language is specified
219 driver specified by This in the language
220 specified by Language.
222 @retval EFI_SUCCESS The Unicode string for the Driver specified by
223 This and the language specified by Language was
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMouseDxe/
UsbMouse.h 201 Unicode string. If the driver specified by This has a user readable name in
202 the language specified by Language, then a pointer to the driver name is
203 returned in DriverName, and EFI_SUCCESS is returned. If the driver specified
204 by This does not support the language specified by Language,
213 languages specified in SupportedLanguages. The
215 to the driver writer. Language is specified
219 driver specified by This in the language
220 specified by Language.
222 @retval EFI_SUCCESS The Unicode string for the Driver specified by
223 This and the language specified by Language was
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugPortDxe/
DebugPort.h 188 Unicode string. If the driver specified by This has a user readable name in
189 the language specified by Language, then a pointer to the driver name is
190 returned in DriverName, and EFI_SUCCESS is returned. If the driver specified
191 by This does not support the language specified by Language,
201 languages specified in SupportedLanguages. The
203 to the driver writer. Language is specified
208 driver specified by This in the language
209 specified by Language.
211 @retval EFI_SUCCESS The Unicode string for the Driver specified by
212 This and the language specified by Language was
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/PartitionDxe/
Partition.h 189 Unicode string. If the driver specified by This has a user readable name in
190 the language specified by Language, then a pointer to the driver name is
191 returned in DriverName, and EFI_SUCCESS is returned. If the driver specified
192 by This does not support the language specified by Language,
202 languages specified in SupportedLanguages. The
204 to the driver writer. Language is specified
209 driver specified by This in the language
210 specified by Language.
212 @retval EFI_SUCCESS The Unicode string for the Driver specified by
213 This and the language specified by Language was
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiUsbLib/
UsbDxeLib.c 22 Get the descriptor of the specified USB device.
24 Submit a USB get descriptor request for the USB device specified by UsbIo, Value,
25 and Index, and return the descriptor in the buffer specified by Descriptor.
40 buffer specified by DescriptorLength and Descriptor
85 Set the descriptor of the specified USB device.
87 Submit a USB set descriptor request for the USB device specified by UsbIo,
88 Value, and Index, and set the descriptor using the buffer specified by DesriptorLength
145 Get the interface setting of the specified USB device.
147 Submit a USB get interface request for the USB device specified by UsbIo,
148 and Interface, and place the result in the buffer specified by AlternateSetting.
    [all...]
  /device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/FtdiUsbSerialDxe/
FtdiUsbSerialDriver.h 487 Unicode string. If the driver specified by This has a user readable name in
488 the language specified by Language, then a pointer to the driver name is
489 returned in DriverName, and EFI_SUCCESS is returned. If the driver specified
490 by This does not support the language specified by Language,
499 languages specified in SupportedLanguages.
502 is specified in RFC 4646 or ISO 639-2
506 driver specified by This in the language
507 specified by Language.
509 @retval EFI_SUCCESS The Unicode string for the Driver specified
510 by This and the language specified by
    [all...]
  /external/selinux/libsepol/src/
avtab.c 104 if (key->specified & AVTAB_XPERMS) {
139 uint16_t specified = local
140 key->specified & ~(AVTAB_ENABLED | AVTAB_ENABLED_OLD);
151 (specified & cur->key.specified)) {
153 if (specified & AVTAB_XPERMS)
176 * key/specified mask into the table, as needed by the conditional avtab.
184 uint16_t specified = local
185 key->specified & ~(AVTAB_ENABLED | AVTAB_ENABLED_OLD);
195 (specified & cur->key.specified)
216 uint16_t specified = local
251 uint16_t specified = local
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/
BitField.c 20 Returns the bitfield specified by the StartBit and the EndBit from Operand.
48 Performs a bitwise OR between the bit field specified by StartBit and EndBit
49 in Operand and the value specified by AndData. All other bits in Operand are
52 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
90 Performs a bitwise AND between the bit field specified by StartBit and EndBit
91 in Operand and the value specified by AndData. All other bits in Operand are
94 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
131 Returns the bitfield specified by the StartBit and the EndBit from Operand.
163 Writes Value to the bit field specified by the StartBit and the EndBit in
171 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    [all...]
  /cts/hostsidetests/inputmethodservice/deviceside/provider/src/android/inputmethodservice/cts/provider/
UriHelper.java 98 /** Name of SQLite table specified by content uri. */
102 /** Primary id that is specified by content uri. Null if not. */
113 * Composes selection SQL text from content uri and {@code selection} specified.
114 * When content uri has a primary key, it needs to be composed with a selection text specified
117 * @param selection selection text specified as a parameter to content provider.
118 * @return composed selection SQL text, null if no selection specified.
125 // A primary key is specified by uri, so that selection should be at least "_id = ?".
128 // Selection is also specified as a parameter to content provider, so that it should be
136 * Composes selection argument array from context uri and {@code selectionArgs} specified.
140 * @param selectionArgs selection argument array specified as a parameter to content provider
    [all...]
  /development/samples/ApiDemos/src/com/example/android/mmslib/
MmsException.java 34 * Creates a new MmsException with the specified detail message.
43 * Creates a new MmsException with the specified cause.
52 * Creates a new MmsException with the specified detail message and cause.
  /device/google/marlin/
audio_output_policy.conf 3 # "formats" as specified in the profile is routed to a device at
4 # sample rate specified under "sampling_rates" and bit width under
8 # the flags and formats are specified using the strings corresponding to
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/IdeBusPei/
AtapiPeim.h 170 This function will provide the caller with the specified block device's media
184 @param[out] MediaInfo The media information of the specified block media.
188 @retval EFI_SUCCESS Media information about the specified block device
205 Reads the requested number of blocks from the specified block device.
279 This function will provide the caller with the specified block device's media
293 @param[out] MediaInfo The media information of the specified block media.
297 @retval EFI_SUCCESS Media information about the specified block device
314 Reads the requested number of blocks from the specified block device.
380 @param[out] MediaInfo The media information of the specified block media.
381 @param[out] MediaInfo2 The media information 2 of the specified block media.
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/
ForEach.h 39 Enumerate all entry in the database to execute a specified operation according to datatype.
42 @param[in] Routine The pointer to function of a specified operation.
45 @retval EFI_SUCCESS Execute specified operation successfully.
  /device/linaro/bootloader/edk2/OvmfPkg/PlatformPei/
Cmos.c 22 Reads the 8-bits of CMOS data at the location specified by Index.
44 Writes 8-bits of CMOS data to the location specified by Index
45 with the value specified by Value and returns Value.
Cmos.h 21 Reads the 8-bits of CMOS data at the location specified by Index.
38 Writes 8-bits of CMOS data to the location specified by Index
39 with the value specified by Value and returns Value.
  /device/linaro/bootloader/edk2/OvmfPkg/XenBusDxe/
DriverBinding.h 18 it further tests to see if this driver supports creating a handle for the specified child device.
27 the bus driver must determine if the bus controller specified
28 by ControllerHandle and the child controller specified
32 @retval EFI_SUCCESS The device specified by ControllerHandle and
33 RemainingDevicePath is supported by the driver specified by This.
34 @retval EFI_ALREADY_STARTED The device specified by ControllerHandle and
36 specified by This.
37 @retval EFI_ACCESS_DENIED The device specified by ControllerHandle and
41 @retval EFI_UNSUPPORTED The device specified by ControllerHandle and
42 RemainingDevicePath is not supported by the driver specified by This.
    [all...]
  /external/iproute2/man/man8/
devlink-dev.8 106 Shows the state of specified devlink device.
111 Shows the eswitch mode of specified devlink device.
116 Sets the eswitch mode of specified devlink device to switchdev.
  /external/iptables/iptables/
iptables-extensions.8.tmpl.in 17 options after the module has been specified to receive help specific
19 they are specified in the rule.
21 If the \fB\-p\fP or \fB\-\-protocol\fP was specified and if and only if an
  /external/llvm/test/MC/AArch64/
arm64-diags.s 331 ; CHECK-ERRORS: error: specified ic op does not use a register
333 ; CHECK-ERRORS: error: specified ic op does not use a register
335 ; CHECK-ERRORS: error: specified ic op requires a register
338 ; CHECK-ERRORS: error: specified dc op requires a register
340 ; CHECK-ERRORS: error: specified dc op requires a register
342 ; CHECK-ERRORS: error: specified dc op requires a register
344 ; CHECK-ERRORS: error: specified dc op requires a register
346 ; CHECK-ERRORS: error: specified dc op requires a register
348 ; CHECK-ERRORS: error: specified dc op requires a register
350 ; CHECK-ERRORS: error: specified dc op requires a registe
    [all...]
  /external/llvm/tools/
CMakeLists.txt 34 # requires targets specified in DEPENDS to exist before the call to
44 # specified.
54 # Add subprojects specified using LLVM_EXTERNAL_PROJECTS
  /external/ltp/testcases/kernel/hotplug/memory_hotplug/
README 35 specified, the sets must have the same # of nodes,
42 define a MAP_ANONYMOUS segment of specified size
46 define a mapped file segment of specified length starting at the
47 specified offset into the file. <offset> and <length> may be
48 omitted and specified on the map command.
52 define a shared memory segment of specified size.
62 Offset and length specified here override those specified on
65 unmap <seg-name> - unmap specified segment, but remember name/size/...
74 set the numa policy for the specified range of the name segmen
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_kill/
assertions.xml 4 specified signal be to a specified thread.
20 [ESRCH] No thread could be found corresponding to that specified by
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
coverage.txt 8 2 YES Implementation of file description not specified.
15 9 YES Implementation of file description not specified.
18 12 YES No error specified.

Completed in 1001 milliseconds

<<21222324252627282930>>