/external/swiftshader/third_party/LLVM/unittests/VMCore/ |
ValueMapTest.cpp | 66 typename ValueMapConfig<TypeParam*>::ExtraData Data; 67 ValueMap<TypeParam*, int> VM3(Data, 16); (void)VM3; 188 static void onRAUW(const ExtraData &Data, KeyT Old, KeyT New) { 189 *Data.CalledRAUW = true; 190 EXPECT_FALSE(Data.M->tryacquire()) << "Mutex should already be locked."; 192 static void onDelete(const ExtraData &Data, KeyT Old) { 193 *Data.CalledDeleted = true; 194 EXPECT_FALSE(Data.M->tryacquire()) << "Mutex should already be locked."; 196 static sys::Mutex *getMutex(const ExtraData &Data) { return Data.M; [all...] |
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
SearchIndexManager.java | 26 import android.provider.ContactsContract.Data; 59 Data.CONTACT_ID, 61 Data.DATA1, Data.DATA2, Data.DATA3, Data.DATA4, Data.DATA5, 62 Data.DATA6, Data.DATA7, Data.DATA8, Data.DATA9, Data.DATA10, Data.DATA11 [all...] |
/device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/LcdGraphicsOutputDxe/ |
LcdGraphicsOutputDxe.c | 210 UINT8 Data;
219 Data = VAUX_DEV_GRP_P1;
220 Status = gTPS65950->Write (gTPS65950, EXTERNAL_DEVICE_REGISTER(I2C_ADDR_GRP_ID4, VPLL2_DEV_GRP), 1, &Data);
223 Data = VAUX_DEDICATED_18V;
224 Status = gTPS65950->Write (gTPS65950, EXTERNAL_DEVICE_REGISTER(I2C_ADDR_GRP_ID4, VPLL2_DEDICATED), 1, &Data);
228 Status = gTPS65950->Read (gTPS65950, EXTERNAL_DEVICE_REGISTER(I2C_ADDR_GRP_ID2, GPIODATADIR1), 1, &Data);
230 Data |= BIT2;
231 Status = gTPS65950->Write (gTPS65950, EXTERNAL_DEVICE_REGISTER(I2C_ADDR_GRP_ID2, GPIODATADIR1), 1, &Data);
234 Data = BIT2;
235 Status = gTPS65950->Write (gTPS65950, EXTERNAL_DEVICE_REGISTER(I2C_ADDR_GRP_ID2, SETGPIODATAOUT1), 1, &Data);
[all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxeReportStatusCodeLib/ |
ReportStatusCodeLib.c | 38 Type, Value, Instance, CallerId, and Data. The result of this call is returned.
46 @param Data Pointer to the extended data buffer. This is an
61 IN EFI_STATUS_CODE_DATA *Data OPTIONAL
86 return (gStatusCode->ReportStatusCode) (Type, Value, Instance, (EFI_GUID *)CallerId, Data);
89 return (gRT->ReportStatusCode) (Type, Value, Instance, (EFI_GUID *)CallerId, Data);
179 Converts the status code specified by CodeType, Value, and Data to the ASSERT()
183 Filename, Description, and LineNumber from the optional data area of the
184 status code buffer specified by Data. The optional data area of Data contains [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Library/PeiReportStatusCodeLib/ |
ReportStatusCodeLib.c | 27 // Define the maximum extended data size that is supported in the PEI phase
44 @param Data Pointer to the extended data buffer. This is an
58 IN EFI_STATUS_CODE_DATA *Data OPTIONAL
74 Data
79 return OemHookStatusCodeReport (Type, Value, Instance, (EFI_GUID *) CallerId, Data);
139 Converts the status code specified by CodeType, Value, and Data to the ASSERT()
143 Filename, Description, and LineNumber from the optional data area of the
144 status code buffer specified by Data. The optional data area of Data contains [all...] |
/device/linaro/bootloader/edk2/Omap35xxPkg/LcdGraphicsOutputDxe/ |
LcdGraphicsOutputDxe.c | 210 UINT8 Data;
219 Data = VAUX_DEV_GRP_P1;
220 Status = gTPS65950->Write (gTPS65950, EXTERNAL_DEVICE_REGISTER(I2C_ADDR_GRP_ID4, VPLL2_DEV_GRP), 1, &Data);
223 Data = VAUX_DEDICATED_18V;
224 Status = gTPS65950->Write (gTPS65950, EXTERNAL_DEVICE_REGISTER(I2C_ADDR_GRP_ID4, VPLL2_DEDICATED), 1, &Data);
228 Status = gTPS65950->Read (gTPS65950, EXTERNAL_DEVICE_REGISTER(I2C_ADDR_GRP_ID2, GPIODATADIR1), 1, &Data);
230 Data |= BIT2;
231 Status = gTPS65950->Write (gTPS65950, EXTERNAL_DEVICE_REGISTER(I2C_ADDR_GRP_ID2, GPIODATADIR1), 1, &Data);
234 Data = BIT2;
235 Status = gTPS65950->Write (gTPS65950, EXTERNAL_DEVICE_REGISTER(I2C_ADDR_GRP_ID2, SETGPIODATAOUT1), 1, &Data);
[all...] |
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformHelperLib/ |
PlatformHelperLib.c | 277 UINT8 Data[2];
296 // Output port value always at 2nd byte in Data variable.
298 RegValuePtr = &Data[1];
304 Data[1] = SubAddr;
312 &Data[1]
333 UINT8 Data[2];
352 // Output port value always at 2nd byte in Data variable.
354 RegValuePtr = &Data[1];
360 Data[1] = SubAddr;
368 &Data[1] [all...] |
/external/clang/lib/Serialization/ |
ASTReaderInternals.h | 52 data_type &Data; 55 data_type_builder(data_type &D) : Data(D) {} 58 if (Found.empty() && !Data.empty()) { 59 if (Data.size() <= 4) { 63 Data.push_back(ID); 68 Found.insert(Data.begin(), Data.end()); 72 Data.push_back(ID); 105 To.Data.reserve(To.Data.size() + From.size()) [all...] |
/external/jsilver/src/com/google/clearsilver/jsilver/adaptor/ |
JHdf.java | 20 import com.google.clearsilver.jsilver.data.Data; 21 import com.google.clearsilver.jsilver.data.DataFactory; 22 import com.google.clearsilver.jsilver.data.Parser; 35 * Adaptor that wraps a JSilver Data object so it can be used as an HDF object. 40 private Data data; field in class:JHdf 48 JHdf(Data data, DataFactory dataFactory, LoadPathToFileCache loadPathCache, JSilverOptions options) { 49 this.data = data [all...] |
/external/llvm/include/llvm/ADT/ |
EquivalenceClasses.h | 59 /// ECValue - The EquivalenceClasses data structure is just a set of these. 72 ElemTy Data; 76 : Leader(this), Next((ECValue*)(intptr_t)1), Data(Elt) {} 95 Data(RHS.Data) { 100 bool operator<(const ECValue &UFN) const { return Data < UFN.Data; } 103 const ElemTy &getData() const { return Data; } 110 bool operator<(const T &Val) const { return Data < Val; } 196 iterator insert(const ElemTy &Data) { [all...] |
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
EquivalenceClasses.h | 56 /// ECValue - The EquivalenceClasses data structure is just a set of these. 69 ElemTy Data; 73 : Leader(this), Next((ECValue*)(intptr_t)1), Data(Elt) {} 92 Data(RHS.Data) { 97 bool operator<(const ECValue &UFN) const { return Data < UFN.Data; } 100 const ElemTy &getData() const { return Data; } 107 bool operator<(const T &Val) const { return Data < Val; } 193 iterator insert(const ElemTy &Data) { [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Library/PiDxeS3BootScriptLib/ |
BootScriptExecute.c | 2 Interpret and execute the S3 data in S3 boot script.
26 @param SmbusAddress Address that encodes the SMBUS Slave Address, SMBUS Command, SMBUS Data Length,
37 @param Buffer Contains the value of data to execute to the SMBus slave device.
41 @retval EFI_SUCCESS The last data that was returned from the access matched the poll
179 @retval EFI_SUCCESS The data was written to the EFI System.
210 // Loop for each iteration and move the data
283 @retval EFI_SUCCESS The data was written to the EFI System.
316 // Loop for each iteration and move the data
383 @retval EFI_SUCCESS The data was written to the EFI System.
418 @retval EFI_SUCCESS The data was written to the EFI System. [all...] |
/external/jsilver/src/com/google/clearsilver/jsilver/ |
JSilver.java | 22 import com.google.clearsilver.jsilver.data.Data; 23 import com.google.clearsilver.jsilver.data.DataFactory; 24 import com.google.clearsilver.jsilver.data.HDFDataFactory; 68 * // Set up some data. 69 * Data data = new Data(); 70 * data.setValue("name.first", "Mr"); 71 * data.setValue("name.last", "Man") 252 render(templateLoader.load(templateName, resourceLoader, escapeMode), data, output, local [all...] |
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/HalRuntimeServicesExampleLib/ |
Rtc.c | 78 UINT8 Data;
97 UINT8 Data;
113 UINT8 Data;
126 UINT8 Data;
251 Check the validity of all the fields of a data structure of type EFI_TIME
253 @param[in] Time Pointer to a data structure of type EFI_TIME that defines a date and time
296 IN UINT8 Data
300 IoWrite8 (PCAT_RTC_DATA_REGISTER, Data);
378 RegisterD.Data = RtcRead (RTC_ADDRESS_REGISTER_D);
387 RegisterA.Data = RtcRead (RTC_ADDRESS_REGISTER_A); [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/ |
ConfigAccess.c | 289 @param Data The data read.
290 @param DataSize The size of data.
293 @retval EFI_INVALID_PARAMETER If the EFI_FORM_CALLBACK_PROTOCOL.NvRead return the size information of the data
300 OUT VOID **Data,
307 *Data = NULL;
315 *Data
323 *Data = AllocateZeroPool (*DataSize);
324 if (*Data == NULL) {
334 *Data
[all...] |
/packages/apps/Contacts/src/com/android/contacts/model/ |
ContactLoader.java | 34 import android.provider.ContactsContract.Data; 118 * Projection used for the query that loads all data for the entire contact (except for 152 Data.DATA1, 153 Data.DATA2, 154 Data.DATA3, 155 Data.DATA4, 156 Data.DATA5, 157 Data.DATA6, 158 Data.DATA7, 159 Data.DATA8 496 ContentValues data = loadDataValues(cursor); local [all...] |
/packages/apps/Dialer/java/com/android/contacts/common/model/ |
ContactLoader.java | 34 import android.provider.ContactsContract.Data; 174 values.put(Data._ID, -1); 175 values.put(Data.CONTACT_ID, -1); 203 itemValues.put(Data.MIMETYPE, mimetype); 204 itemValues.put(Data._ID, -1); 287 // Create the loaded contact starting with the header data. 291 // status data. Initially, result has empty entities and statuses. 306 ContentValues data = loadDataValues(cursor); local 307 rawContact.addDataItemValues(data); 320 * Looks for the photo data item in entities. If found, a thumbnail will be stored. A larger phot [all...] |
/device/linaro/bootloader/edk2/OvmfPkg/Library/SerializeVariablesLib/ |
SerializeVariablesLib.c | 21 for the serialization of the variable data. This library uses 22 a packed array of a non-uniformly sized data structure elements. 29 UINT32 DataSize; // The size of variable data in bytes 30 UINT8 Data[?]; // The variable data 41 @param[in] MaxSize - Max allowable size for the variable data 48 @param[out] Data - Buffer containing Data for variable (address in Buffer) 49 @param[out] DataSize - Size of Data in bytes 65 OUT VOID **Data, [all...] |
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
SVals.h | 57 const void *Data; 64 : Data(d), Kind((isLoc ? LocKind : NonLocKind) | (ValKind << BaseBits)) {} 67 : Data(D), Kind(k) {} 70 explicit SVal() : Data(nullptr), Kind(0) {} 106 ID.AddPointer(Data); 110 return getRawKind() == R.getRawKind() && Data == R.Data; 320 return (const SymExpr*) Data; 346 return *static_cast<const llvm::APSInt*>(Data); 373 explicit LocAsInteger(const std::pair<SVal, uintptr_t> &data) [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/UsbIo/ |
UsbIo.h | 45 IN VOID *Data,
61 IN OUT VOID *Data OPTIONAL,
71 IN OUT VOID *Data,
94 IN OUT VOID *Data,
105 IN OUT VOID *Data,
115 IN OUT VOID *Data,
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/ |
S3SaveState.c | 69 UINT8 *Data;
74 Data = VA_ARG (Marker, UINT8 *);
77 return S3BootScriptSaveIoReadWrite (Width, Address, Data, DataMask);
125 UINT8 *Data;
130 Data = VA_ARG (Marker, UINT8 *);
133 return S3BootScriptSaveMemReadWrite (Width, Address, Data, DataMask);
181 UINT8 *Data;
186 Data = VA_ARG (Marker, UINT8 *);
189 return S3BootScriptSavePciCfgReadWrite (Width, Address, Data, DataMask);
239 UINT8 *Data;
[all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/SmmS3SaveState/ |
SmmS3SaveState.c | 68 UINT8 *Data;
73 Data = VA_ARG (Marker, UINT8 *);
76 return S3BootScriptSaveIoReadWrite (Width, Address, Data, DataMask);
124 UINT8 *Data;
129 Data = VA_ARG (Marker, UINT8 *);
132 return S3BootScriptSaveMemReadWrite (Width, Address, Data, DataMask);
180 UINT8 *Data;
185 Data = VA_ARG (Marker, UINT8 *);
188 return S3BootScriptSavePciCfgReadWrite (Width, Address, Data, DataMask);
238 UINT8 *Data;
[all...] |
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
UsbIo.h | 48 /// USB data transfer direction
73 @param Data Data received or sent via the USB Asynchronous Transfer, if the
75 @param DataLength The length of Data received or sent via the Asynchronous
77 @param Context Data passed from UsbAsyncInterruptTransfer() request.
87 IN VOID *Data,
105 @param Direction Indicates the data direction.
108 @param Data A pointer to the buffer of data that will be transmitted to USB
110 @param DataLength The size, in bytes, of the data buffer specified by Data. [all...] |
/external/llvm/include/llvm/ProfileData/Coverage/ |
CoverageMappingReader.h | 10 // This file contains support for reading coverage mapping data for 42 /// \brief A file format agnostic iterator over coverage mapping data. 78 /// \brief Base class for the raw coverage mapping and filenames data readers. 81 StringRef Data; 83 RawCoverageReader(StringRef Data) : Data(Data) {} 100 RawCoverageFilenamesReader(StringRef Data, std::vector<StringRef> &Filenames) 101 : RawCoverageReader(Data), Filenames(Filenames) {} 106 /// \brief Checks if the given coverage mapping data is exported fo [all...] |
/external/llvm/lib/CodeGen/AsmPrinter/ |
DwarfAccelTable.h | 31 // for null lookup rather than access to known data. They are output into 43 // | DATA | 48 // struct of data and the length of that struct. 52 // the offsets contain the offset into the data area for the particular 60 // grab the offset in the data for our final match. 86 // and hash data offsets in this table. 89 // Also written to disk is the implementation specific header data. 104 << "Header Data Length: " << header_data_len << "\n"; 111 // The HeaderData describes the form of each set of data. In general this 113 // (AtomType type) of data, and an encoding form (form). In the case o [all...] |