HomeSort by relevance Sort by last modified time
    Searched refs:Data (Results 626 - 650 of 2499) sorted by null

<<21222324252627282930>>

  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Ip6Config.h 34 /// This type of data is read only.The corresponding Data is of type
44 /// ID is 64 bit. The corresponding Data is of type
52 /// other configuration settings. The corresponding Data is of type
61 /// on tentative addresses. The corresponding Data is of type
68 /// Ip6ConfigPolicyManual. The corresponding Data is a
78 /// Data is a pointer to an array of EFI_IPv6_ADDRESS instances.
87 /// Data is a pointer to an array of EFI_IPv6_ADDRESS instances.
157 /// configuration data are required to be set manually.
166 /// configuration data are not allowed to set via SetData().
    [all...]
SmbusHc.h 3 and basic data transactions over the SMBus.
77 @param Buffer Contains the value of data to execute to the
83 @retval EFI_SUCCESS The last data that was returned from the
162 @retval EFI_SUCCESS The last data that was returned from the
231 @param Data
232 Data of the SMBus host notify command that the caller wants to be called.
240 IN UINTN Data
248 SlaveAddress/Data pair happens.
255 @param Data Data that the host controller detects as sending
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/
Delete.c 26 @param[in] Data The pointer to Data.
35 IN VOID *Data,
39 if (mMatchPolicyEntry[Context->DataType] (Selector, Data, &Context->Indexer)) {
  /device/linaro/bootloader/edk2/OvmfPkg/Include/Library/
SerializeVariablesLib.h 27 @param[in] Data - Refer to RuntimeServices GetVariable
41 IN VOID *Data
180 @param[in] Data - Refer to RuntimeServices GetVariable
195 IN VOID *Data
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
UsbHcMem.h 22 #define USB_HC_BIT_IS_SET(Data, Bit) \
23 ((BOOLEAN)(((Data) & USB_HC_BIT(Bit)) == USB_HC_BIT(Bit)))
42 // data to be on the same 4G memory.
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/
UsbHcMem.h 22 #define USB_HC_BIT_IS_SET(Data, Bit) \
23 ((BOOLEAN)(((Data) & USB_HC_BIT(Bit)) == USB_HC_BIT(Bit)))
42 // data to be on the same 4G memory.
  /device/linaro/bootloader/edk2/SecurityPkg/Include/Library/
Tpm12CommandLib.h 106 @param DataSize The size of the data area.
107 @param Data The data to set the area to.
118 OUT UINT8 *Data
126 @param DataSize The size of the data parameter.
127 @param Data The data to set the area to.
138 IN UINT8 *Data
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuIoPei/
CpuIoPei.h 34 @param[in] This Pointer to local data for the interface.
38 @param[out] Buffer A pointer to the buffer of data.
63 @param[in] This Pointer to local data for the interface.
67 @param[in] Buffer A pointer to the buffer of data.
92 @param[in] This Pointer to local data for the interface.
96 @param[out] Buffer A pointer to the buffer of data.
121 @param[in] This Pointer to local data for the interface.
125 @param[in] Buffer A pointer to the buffer of data.
150 @param[in] This Pointer to local data for the interface.
168 @param[in] This Pointer to local data for the interface.
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Protocol/
Observable.h 74 @param VOID* Data Parameter context to be passed to the notification function.
82 IN OUT VOID* Data
130 VOID* Data Parameter context to be passed to the notification function.
140 IN OUT VOID* Data
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/MonoStatusCode/
MonoStatusCode.c 70 IN EFI_STATUS_CODE_DATA * Data OPTIONAL
73 return PlatformReportStatusCode (NULL, CodeType, Value, Instance, CallerId, Data);
MonoStatusCode.h 104 IN CONST EFI_STATUS_CODE_DATA * Data OPTIONAL
130 IN EFI_STATUS_CODE_DATA * Data OPTIONAL
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Wpce791/
LpcDriver.h 54 // LPC device private data structure
117 OUT UINT8 *Data
123 IN UINT8 Data
  /external/clang/lib/Frontend/
PCHContainerOperations.cpp 43 *OS << Buffer->Data;
48 Buffer->Data = std::move(Empty);
  /external/clang/test/CodeGenCXX/
thunk-use-after-free.cpp 31 struct Data;
41 class ZZZ:AAA < Data >, BBB { virtual ZZZ *ppp () ; };
  /external/doclava/src/com/google/doclava/
ParsedTagInfo.java 19 import com.google.clearsilver.jsilver.data.Data;
51 public void makeHDF(Data data, String base) {
52 super.makeHDF(data, base);
53 TagInfo.makeHDF(data, base + ".commentTags", commentTags());
  /external/libmojo/mojo/public/cpp/bindings/lib/
map_serialization.h 86 using Data = typename MojomTypeTraits<Map<Key, Value>>::Data;
100 size_t struct_overhead = sizeof(Data);
113 Data** output,
123 auto result = Data::New(buf);
126 MojomTypeTraits<Array<Key>>::Data::New(Traits::GetSize(input), buf);
136 MojomTypeTraits<Array<Value>>::Data::New(Traits::GetSize(input), buf);
148 static bool Deserialize(Data* input,
  /external/llvm/include/llvm/DebugInfo/CodeView/
CVRecord.h 26 ArrayRef<uint8_t> Data;
48 Item.Data = Item.RawData.slice(sizeof(RecordPrefix));
ModuleSubstream.h 62 ModuleSubstream(ModuleSubstreamKind Kind, StreamRef Data);
70 StreamRef Data;
TypeRecord.h 86 static ErrorOr<MemberPointerInfo> deserialize(ArrayRef<uint8_t> &Data);
126 ArrayRef<uint8_t> &Data);
156 ArrayRef<uint8_t> &Data);
200 ArrayRef<uint8_t> &Data);
246 ArrayRef<uint8_t> &Data);
273 ArrayRef<uint8_t> &Data);
317 ArrayRef<uint8_t> &Data);
393 ArrayRef<uint8_t> &Data);
422 ArrayRef<uint8_t> &Data);
490 ArrayRef<uint8_t> &Data);
    [all...]
  /external/llvm/include/llvm/DebugInfo/PDB/Raw/
MappedBlockStream.h 1 //===- MappedBlockStream.h - Reads stream data from a PDBFile ---*- C++ -*-===//
51 MappedBlockStream(std::unique_ptr<IPDBStreamData> Data, const IPDBFile &File);
58 std::unique_ptr<IPDBStreamData> Data;
  /external/llvm/lib/ProfileData/Coverage/
CoverageMappingReader.cpp 10 // This file contains support for reading coverage mapping data for
45 if (Data.size() < 1)
48 Result = decodeULEB128(reinterpret_cast<const uint8_t *>(Data.data()), &N);
49 if (N > Data.size())
51 Data = Data.substr(N);
67 if (Result > Data.size())
76 Result = Data.substr(0, Length);
77 Data = Data.substr(Length)
    [all...]
  /external/parameter-framework/upstream/remote-processor/
Message.h 25 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
80 /** Write raw data to the message
82 * @param[in] pvData pointer to the data array
87 /** Read raw data from the message
89 * @param[out] pvData pointer to the data array
112 /** @return remaining data size to read or to write depending on the context
125 // Fill data to send
127 // Collect received data
130 /** @return size of the transaction data in bytes
142 using Data = std::vector<uint8_t>
    [all...]
  /external/vulkan-validation-layers/demos/smoke/
Simulation.h 35 struct Data {
47 Data current_;
  /frameworks/base/services/tests/servicestests/src/com/android/server/am/
AppErrorDialogTest.java 68 AppErrorDialog.Data data = new AppErrorDialog.Data(); local
69 data.proc = new ProcessRecord(null, mContext.getApplicationInfo(), "name", 12345);
70 data.result = new AppErrorResult();
72 AppErrorDialog dialog = new AppErrorDialog(mContext, mService, data);
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
ImportTestProvider.java 22 import android.provider.ContactsContract.Data;
45 final String mimeType = expectedContentValues.getAsString(Data.MIMETYPE);
85 } else if (uri.equals(Data.CONTENT_URI)) {
86 final String mimeType = actualContentValues.getAsString(Data.MIMETYPE);
90 // Remove data meaningless in this unit tests.
91 // Specifically, Data.DATA1 - DATA7 are set to null or empty String
95 // just check whether vCard importer correctly inserts rellevent data.
108 String.format("MimeType: %s, data: %s",
112 if (actualContentValues.containsKey(Data.RAW_CONTACT_ID)) {
113 actualContentValues.remove(Data.RAW_CONTACT_ID)
    [all...]

Completed in 4566 milliseconds

<<21222324252627282930>>