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

<<21222324252627282930>>

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxeMemoryAllocationLib/
MemoryAllocationLib.c 129 Frees the number of 4KB pages specified by Pages from the buffer specified by Buffer. Buffer
155 Allocates one or more 4KB pages of a certain memory type at a specified alignment.
157 Allocates the number of 4KB pages specified by Pages of a certain memory type with an alignment
158 specified by Alignment. The allocated buffer is returned. If Pages is 0, then NULL is returned.
159 If there is not enough memory at the specified alignment remaining to satisfy the request, then
240 Allocates one or more 4KB pages of type EfiBootServicesData at a specified alignment.
242 Allocates the number of 4KB pages specified by Pages of type EfiBootServicesData with an
243 alignment specified by Alignment. The allocated buffer is returned. If Pages is 0, then NULL is
244 returned. If there is not enough memory at the specified alignment remaining to satisfy the
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiMemoryAllocationLib/
MemoryAllocationLib.c 128 Frees the number of 4KB pages specified by Pages from the buffer specified by Buffer. Buffer
152 Allocates one or more 4KB pages of a certain memory type at a specified alignment.
154 Allocates the number of 4KB pages specified by Pages of a certain memory type with an alignment
155 specified by Alignment. The allocated buffer is returned. If Pages is 0, then NULL is returned.
156 If there is not enough memory at the specified alignment remaining to satisfy the request, then
203 Allocates one or more 4KB pages of type EfiBootServicesData at a specified alignment.
205 Allocates the number of 4KB pages specified by Pages of type EfiBootServicesData with an
206 alignment specified by Alignment. The allocated buffer is returned. If Pages is 0, then NULL is
207 returned. If there is not enough memory at the specified alignment remaining to satisfy the
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/EmmcDxe/
EmmcDxe.h 157 it further tests to see if this driver supports creating a handle for the specified child device.
159 This function checks to see if the driver specified by This supports the device specified by
166 device specified by ControllerHandle may already be managed by the same driver or a
180 the bus driver must determine if the bus controller specified
181 by ControllerHandle and the child controller specified
185 @retval EFI_SUCCESS The device specified by ControllerHandle and
186 RemainingDevicePath is supported by the driver specified by This.
187 @retval EFI_ALREADY_STARTED The device specified by ControllerHandle and
189 specified by This.
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseIoLibIntrinsic/
IoLib.c 20 Reads the 64-bit I/O port specified by Port. The 64-bit read value is returned.
45 Writes the 64-bit I/O port specified by Port with the value specified by Value
73 Reads the 8-bit MMIO register specified by Address. The 8-bit read value is
102 Writes the 8-bit MMIO register specified by Address with the value specified
131 Reads the 16-bit MMIO register specified by Address. The 16-bit read value is
163 Writes the 16-bit MMIO register specified by Address with the value specified
195 Reads the 32-bit MMIO register specified by Address. The 32-bit read value is
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/XenPvBlkDxe/
DriverBinding.h 19 it further tests to see if this driver supports creating a handle for the specified child device.
21 This function checks to see if the driver specified by This supports the device specified by
28 device specified by ControllerHandle may already be managed by the same driver or a
42 the bus driver must determine if the bus controller specified
43 by ControllerHandle and the child controller specified
47 @retval EFI_SUCCESS The device specified by ControllerHandle and
48 RemainingDevicePath is supported by the driver specified by This.
49 @retval EFI_ALREADY_STARTED The device specified by ControllerHandle and
51 specified by This.
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Ctype/
CClass.c 27 @retval 0 The character, _c, is NOT a member of the character classes specified by mask.
28 @retval nonZero The character, _c, IS a member of a specified character class.
45 can be classified as specified in the description of the function.
64 can be classified as specified in the description of the function.
79 can be classified as specified in the description of the function.
94 can be classified as specified in the description of the function.
109 can be classified as specified in the description of the function.
127 can be classified as specified in the description of the function.
142 can be classified as specified in the description of the function.
160 can be classified as specified in the description of the function.
    [all...]
  /external/llvm/include/llvm/Target/
TargetCallingConv.td 29 /// CCIfType - If the current argument is one of the specified types, apply
65 /// the specified action.
69 /// the specified action.
73 /// the specified action.
77 /// the specified action.
86 /// CCAssignToReg - This action matches if there is a register in the specified
102 /// stack slot of the specified size and alignment on the stack. If size is
129 /// CCPromoteToType - If applied, this promotes the specified current value to
130 /// the specified type.
135 /// CCPromoteToUpperBitsInType - If applied, this promotes the specified curren
    [all...]
  /external/proguard/src/proguard/classfile/
Clazz.java 64 * Returns the tag value of the Constant at the specified index.
69 * Returns the String value of the Utf8Constant at the specified index.
74 * Returns the String value of the StringConstant at the specified index.
79 * Returns the class name of ClassConstant at the specified index.
84 * Returns the name of the NameAndTypeConstant at the specified index.
89 * Returns the type of the NameAndTypeConstant at the specified index.
94 * Returns the class name of the RefConstant at the specified index.
99 * Returns the name of the RefConstant at the specified index.
104 * Returns the type of the RefConstant at the specified index.
134 * Returns whether this class extends the specified class
    [all...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
GLCanvas.java 26 // When a rectangle is specified in this interface, it means the region
68 // Same as save(), but only save those specified in saveFlags.
81 // Draws a line using the specified paint from (x1, y1) to (x2, y2).
85 // Draws a rectangle using the specified paint from (x1, y1) to (x2, y2).
89 // Fills the specified rectangle with the specified color.
92 // Draws a texture to the specified rectangle.
102 // Draw a texture with a specified texture transform.
106 // Draw two textures to the specified rectangle. The actual texture used is
112 // Draw a region of a texture and a specified color to the specifie
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLCanvas.java 28 // When a rectangle is specified in this interface, it means the region
70 // Same as save(), but only save those specified in saveFlags.
83 // Draws a line using the specified paint from (x1, y1) to (x2, y2).
87 // Draws a rectangle using the specified paint from (x1, y1) to (x2, y2).
91 // Fills the specified rectangle with the specified color.
94 // Draws a texture to the specified rectangle.
104 // Draw a texture with a specified texture transform.
108 // Draw two textures to the specified rectangle. The actual texture used is
114 // Draw a region of a texture and a specified color to the specifie
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetCallingConv.td 29 /// CCIfType - If the current argument is one of the specified types, apply
65 /// the specified action.
69 /// the specified action.
73 /// the specified action.
77 /// the specified action.
86 /// CCAssignToReg - This action matches if there is a register in the specified
102 /// stack slot of the specified size and alignment on the stack. If size is
129 /// CCPromoteToType - If applied, this promotes the specified current value to
130 /// the specified type.
135 /// CCPromoteToUpperBitsInType - If applied, this promotes the specified curren
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Target/
TargetCallingConv.td 29 /// CCIfType - If the current argument is one of the specified types, apply
65 /// the specified action.
69 /// the specified action.
73 /// the specified action.
77 /// the specified action.
86 /// CCAssignToReg - This action matches if there is a register in the specified
102 /// stack slot of the specified size and alignment on the stack. If size is
129 /// CCPromoteToType - If applied, this promotes the specified current value to
130 /// the specified type.
135 /// CCPromoteToUpperBitsInType - If applied, this promotes the specified curren
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Target/
TargetCallingConv.td 29 /// CCIfType - If the current argument is one of the specified types, apply
65 /// the specified action.
69 /// the specified action.
73 /// the specified action.
77 /// the specified action.
86 /// CCAssignToReg - This action matches if there is a register in the specified
102 /// stack slot of the specified size and alignment on the stack. If size is
129 /// CCPromoteToType - If applied, this promotes the specified current value to
130 /// the specified type.
135 /// CCPromoteToUpperBitsInType - If applied, this promotes the specified curren
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Target/
TargetCallingConv.td 29 /// CCIfType - If the current argument is one of the specified types, apply
65 /// the specified action.
69 /// the specified action.
73 /// the specified action.
77 /// the specified action.
86 /// CCAssignToReg - This action matches if there is a register in the specified
102 /// stack slot of the specified size and alignment on the stack. If size is
129 /// CCPromoteToType - If applied, this promotes the specified current value to
130 /// the specified type.
135 /// CCPromoteToUpperBitsInType - If applied, this promotes the specified curren
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Target/
TargetCallingConv.td 29 /// CCIfType - If the current argument is one of the specified types, apply
65 /// the specified action.
69 /// the specified action.
73 /// the specified action.
77 /// the specified action.
86 /// CCAssignToReg - This action matches if there is a register in the specified
102 /// stack slot of the specified size and alignment on the stack. If size is
129 /// CCPromoteToType - If applied, this promotes the specified current value to
130 /// the specified type.
135 /// CCPromoteToUpperBitsInType - If applied, this promotes the specified curren
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Target/
TargetCallingConv.td 29 /// CCIfType - If the current argument is one of the specified types, apply
65 /// the specified action.
69 /// the specified action.
73 /// the specified action.
77 /// the specified action.
86 /// CCAssignToReg - This action matches if there is a register in the specified
102 /// stack slot of the specified size and alignment on the stack. If size is
129 /// CCPromoteToType - If applied, this promotes the specified current value to
130 /// the specified type.
135 /// CCPromoteToUpperBitsInType - If applied, this promotes the specified curren
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Target/
TargetCallingConv.td 29 /// CCIfType - If the current argument is one of the specified types, apply
65 /// the specified action.
69 /// the specified action.
73 /// the specified action.
77 /// the specified action.
86 /// CCAssignToReg - This action matches if there is a register in the specified
102 /// stack slot of the specified size and alignment on the stack. If size is
129 /// CCPromoteToType - If applied, this promotes the specified current value to
130 /// the specified type.
135 /// CCPromoteToUpperBitsInType - If applied, this promotes the specified curren
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetCallingConv.td 29 /// CCIfType - If the current argument is one of the specified types, apply
65 /// the specified action.
69 /// the specified action.
73 /// the specified action.
77 /// the specified action.
86 /// CCAssignToReg - This action matches if there is a register in the specified
102 /// stack slot of the specified size and alignment on the stack. If size is
129 /// CCPromoteToType - If applied, this promotes the specified current value to
130 /// the specified type.
135 /// CCPromoteToUpperBitsInType - If applied, this promotes the specified curren
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Target/
TargetCallingConv.td 29 /// CCIfType - If the current argument is one of the specified types, apply
65 /// the specified action.
69 /// the specified action.
73 /// the specified action.
77 /// the specified action.
86 /// CCAssignToReg - This action matches if there is a register in the specified
102 /// stack slot of the specified size and alignment on the stack. If size is
129 /// CCPromoteToType - If applied, this promotes the specified current value to
130 /// the specified type.
135 /// CCPromoteToUpperBitsInType - If applied, this promotes the specified curren
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Target/
TargetCallingConv.td 29 /// CCIfType - If the current argument is one of the specified types, apply
65 /// the specified action.
69 /// the specified action.
73 /// the specified action.
77 /// the specified action.
86 /// CCAssignToReg - This action matches if there is a register in the specified
102 /// stack slot of the specified size and alignment on the stack. If size is
129 /// CCPromoteToType - If applied, this promotes the specified current value to
130 /// the specified type.
135 /// CCPromoteToUpperBitsInType - If applied, this promotes the specified curren
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Target/
TargetCallingConv.td 29 /// CCIfType - If the current argument is one of the specified types, apply
65 /// the specified action.
69 /// the specified action.
73 /// the specified action.
77 /// the specified action.
86 /// CCAssignToReg - This action matches if there is a register in the specified
102 /// stack slot of the specified size and alignment on the stack. If size is
129 /// CCPromoteToType - If applied, this promotes the specified current value to
130 /// the specified type.
135 /// CCPromoteToUpperBitsInType - If applied, this promotes the specified curren
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Target/
TargetCallingConv.td 29 /// CCIfType - If the current argument is one of the specified types, apply
65 /// the specified action.
69 /// the specified action.
73 /// the specified action.
77 /// the specified action.
86 /// CCAssignToReg - This action matches if there is a register in the specified
102 /// stack slot of the specified size and alignment on the stack. If size is
129 /// CCPromoteToType - If applied, this promotes the specified current value to
130 /// the specified type.
135 /// CCPromoteToUpperBitsInType - If applied, this promotes the specified curren
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Target/
TargetCallingConv.td 29 /// CCIfType - If the current argument is one of the specified types, apply
65 /// the specified action.
69 /// the specified action.
73 /// the specified action.
77 /// the specified action.
86 /// CCAssignToReg - This action matches if there is a register in the specified
102 /// stack slot of the specified size and alignment on the stack. If size is
129 /// CCPromoteToType - If applied, this promotes the specified current value to
130 /// the specified type.
135 /// CCPromoteToUpperBitsInType - If applied, this promotes the specified curren
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Target/
TargetCallingConv.td 29 /// CCIfType - If the current argument is one of the specified types, apply
65 /// the specified action.
69 /// the specified action.
73 /// the specified action.
77 /// the specified action.
86 /// CCAssignToReg - This action matches if there is a register in the specified
102 /// stack slot of the specified size and alignment on the stack. If size is
129 /// CCPromoteToType - If applied, this promotes the specified current value to
130 /// the specified type.
135 /// CCPromoteToUpperBitsInType - If applied, this promotes the specified curren
    [all...]
  /cts/hostsidetests/inputmethodservice/common/src/android/inputmethodservice/cts/common/
ImeCommandConstants.java 40 * <li>argument {@code text} needs to be specified by {@link #EXTRA_ARG_CHARSEQUENCE1}.</li>
41 * <li>argument {@code newCursorPosition} needs to be specified by {@link #EXTRA_ARG_INT1}.</li>
49 * <li>argument {@code imeId} needs to be specified by {@link #EXTRA_ARG_STRING1}.</li>
57 * <li>argument {@code imeId} needs to be specified by {@link #EXTRA_ARG_STRING1}.</li>
75 * <li>argument {@code flags} needs to be specified by {@link #EXTRA_ARG_INT1}.</li>

Completed in 705 milliseconds

<<21222324252627282930>>