| /external/mesa3d/src/gallium/drivers/radeon/ |
| AMDILISelLowering.cpp | 422 SDValue Data = Op.getOperand(0); 425 EVT DVT = Data.getValueType(); 434 Data = DAG.getNode(ISD::ZERO_EXTEND, DL, IVT, Data); 440 Data = DAG.getNode(ISD::SHL, DL, DVT, Data, Shift); 442 Data = DAG.getNode(ISD::SRA, DL, DVT, Data, Shift); 446 Data = DAG.getSExtOrTrunc(Data, DL, Op.getOperand(0).getValueType()) [all...] |
| /external/skia/src/core/ |
| SkTraceEvent.h | 137 // even when the unsigned char* points to garbage data (which may be the case 199 name, trace_event_trace_id.data(), trace_event_flags, \ 216 name, trace_event_trace_id.data(), \ 256 uint64_t data() const { return data_; } function in class:skia::tracing_internals::TraceID::DontMangle 277 uint64_t data() const { return data_; } function in class:skia::tracing_internals::TraceID::ForceMangle 287 TraceID(ForceMangle id, unsigned char* flags) : data_(id.data()) { 290 TraceID(DontMangle id, unsigned char* flags) : data_(id.data()) { 311 uint64_t data() const { return data_; } function in class:skia::tracing_internals::TraceID 465 // This Data struct workaround is to avoid initializing all the members 466 // in Data during construction of this object, since this object is alway [all...] |
| /external/skia/src/sfnt/ |
| SkPanose.h | 30 union Data { 631 } data; member in struct:SkPanose
|
| /external/v8/src/ |
| global-handles.h | 27 // Data structures for tracking object groups and implicit references. 301 // Migrates data from the internal representation (object_group_connections_, 369 typedef v8::WeakCallbackInfo<void> Data; 371 Node* node, Data::Callback callback, void* parameter, 382 Data::Callback callback() { return callback_; } 386 Data::Callback callback_;
|
| /external/webrtc/webrtc/base/ |
| winping.cc | 35 USHORT DataSize; // Reply data size in bytes 37 PVOID Data; // Pointer to the reply data 132 // 8 bytes of reply data. 137 // in addition to the data size. 328 // RequestData - A buffer containing the data to send in the 331 // RequestSize - The number of bytes in the request data buffer. 339 // options and data for the replies. The buffer 342 // MAX(RequestSize, 8) bytes of data since an ICMP 343 // error message contains 8 bytes of data [all...] |
| /hardware/ti/omap3/dspbridge/inc/ |
| qosregistry.h | 59 messages and data buffers to the DSP, and then receives the qosd
61 data back from the DSP for display.
104 data type ID */
112 desc Generic data for resource management is described by the following
127 ULONG Size; /* size of data plus this header */
129 char Data[];
139 // desc Pointer to type-specific function handler for the data object
185 struct QOSDATA data;
member in struct:QOSREGISTRY 205 struct QOSDATA data;
member in struct:QOSRESOURCE_MEMORY 236 struct QOSDATA data;
member in struct:QOSRESOURCE_PROCESSOR 272 struct QOSDATA data; member in struct:QOSRESOURCE_STREAM 282 struct QOSDATA data; member in struct:QOSDYNDEPLIB 303 struct QOSDATA data; member in struct:QOSCOMPONENT [all...] |
| /hardware/ti/omap3/dspbridge/libbridge/inc/ |
| qosregistry.h | 53 messages and data buffers to the DSP, and then receives the qosd 55 data back from the DSP for display. 98 data type ID */ 106 desc Generic data for resource management is described by the following 121 ULONG Size; /* size of data plus this header */ 123 char Data[]; 133 // desc Pointer to type-specific function handler for the data object 179 struct QOSDATA data; member in struct:QOSREGISTRY 199 struct QOSDATA data; member in struct:QOSRESOURCE_MEMORY 230 struct QOSDATA data; member in struct:QOSRESOURCE_PROCESSOR 266 struct QOSDATA data; member in struct:QOSRESOURCE_STREAM 276 struct QOSDATA data; member in struct:QOSDYNDEPLIB 297 struct QOSDATA data; member in struct:QOSCOMPONENT [all...] |
| /packages/services/Telephony/src/com/android/phone/common/mail/store/imap/ |
| DigestMd5Utils.java | 53 * Represents the set of data we need to generate the DIGEST-MD5 response. 55 public static class Data { 69 Data() { 73 public Data(ImapStore imapStore, MailTransport transport, Map<String, String> challenge) { 160 static String getResponse(Data data, boolean isResponseAuth) { 163 getMd5(data.username + ":" + data.realm + ":" + data.password), 165 a1.append(":").append(data.nonce).append(":").append(data.cnonce) [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
| smbus.h | 82 UCHAR Data[SMB_MAX_DATA_SIZE]; 89 USHORT Data); 137 IN USHORT Data);
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/ |
| plistlib.py | 15 To work with plist data in strings, you can use readPlistFromString() 19 dictionaries, Data or datetime.datetime objects. String values (including 23 The <data> plist type is supported through the Data class. This is a 39 someData=Data("<binary gunk>"), 40 someMoreData=Data("<lots of binary gunk>" * 10), 57 "Plist", "Data", "Dict" 100 def readPlistFromString(data): 101 """Read a plist data from a string. Return the root object. 103 return readPlist(StringIO(data)) [all...] |
| /prebuilts/gdb/linux-x86/lib/python2.7/ |
| plistlib.py | 15 To work with plist data in strings, you can use readPlistFromString() 19 dictionaries, Data or datetime.datetime objects. String values (including 23 The <data> plist type is supported through the Data class. This is a 39 someData=Data("<binary gunk>"), 40 someMoreData=Data("<lots of binary gunk>" * 10), 57 "Plist", "Data", "Dict" 100 def readPlistFromString(data): 101 """Read a plist data from a string. Return the root object. 103 return readPlist(StringIO(data)) [all...] |
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
| plistlib.py | 15 To work with plist data in strings, you can use readPlistFromString() 19 dictionaries, Data or datetime.datetime objects. String values (including 23 The <data> plist type is supported through the Data class. This is a 39 someData=Data("<binary gunk>"), 40 someMoreData=Data("<lots of binary gunk>" * 10), 57 "Plist", "Data", "Dict" 100 def readPlistFromString(data): 101 """Read a plist data from a string. Return the root object. 103 return readPlist(StringIO(data)) [all...] |
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
| plistlib.py | 15 To work with plist data in strings, you can use readPlistFromString() 19 dictionaries, Data or datetime.datetime objects. String values (including 23 The <data> plist type is supported through the Data class. This is a 39 someData=Data("<binary gunk>"), 40 someMoreData=Data("<lots of binary gunk>" * 10), 57 "Plist", "Data", "Dict" 100 def readPlistFromString(data): 101 """Read a plist data from a string. Return the root object. 103 return readPlist(StringIO(data)) [all...] |
| /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| CallEvent.h | 111 /// subclasses of CallEvent may not add any data members to the base class. 112 /// Use the "Data" and "Location" fields instead. 125 // This is user data for subclasses. 126 const void *Data; 128 // This is user data for subclasses. 152 Data(Original.Data), Location(Original.Location), RefCount(0) {} 713 Data = DtorDataTy(Target, IsBaseDestructor).getOpaqueValue(); 731 return DtorDataTy::getFromOpaqueValue(Data).getInt(); 758 Data = Target [all...] |
| /external/clang/lib/CodeGen/ |
| CGRecordLayoutBuilder.cpp | 81 llvm::Type *Data; 86 MemberInfo(CharUnits Offset, InfoKind Kind, llvm::Type *Data, 88 : Offset(Offset), Kind(Kind), Data(Data), FD(FD) {} 89 MemberInfo(CharUnits Offset, InfoKind Kind, llvm::Type *Data, 91 : Offset(Offset), Kind(Kind), Data(Data), RD(RD) {} 99 MemberInfo StorageInfo(CharUnits Offset, llvm::Type *Data) { 100 return MemberInfo(Offset, MemberInfo::Field, Data); 200 // Helpful intermediate data-structures [all...] |
| /external/clang/lib/Frontend/ |
| CacheTokens.cpp | 64 FileData *Data; 67 PTHEntryKeyVariant(const FileEntry *fe) : FE(fe), Kind(IsFE), Data(nullptr) {} 69 PTHEntryKeyVariant(FileData *Data, const char *path) 70 : Path(path), Kind(IsDE), Data(new FileData(*Data)) {} 73 : Path(path), Kind(IsNoExist), Data(nullptr) {} 97 LE.write<uint64_t>(Data->UniqueID.getFile()); 98 LE.write<uint64_t>(Data->UniqueID.getDevice()); 99 LE.write<uint64_t>(Data->ModTime); 100 LE.write<uint64_t>(Data->Size) [all...] |
| /external/clang/test/Index/ |
| recursive-cxx-member-calls.cpp | 43 const char *Data; 47 StringRef(): Data(0), Length(0) {} 48 StringRef(const char *Str) : Data(Str), Length(magic_length(Str)) {} 49 StringRef(const char *data, size_t length) : Data(data), Length(length) {} 50 iterator end() const { return Data; } 54 memcmp(Data, Prefix.Data, Prefix.Length) == 0; 58 memcmp(end() - Suffix.Length, Suffix.Data, Suffix.Length) == 0 [all...] |
| /external/clang/test/SemaCXX/ |
| warn-unused-private-field.cpp | 203 unsigned char Data[8]; 209 unsigned char Data[8];
|
| /external/clang/test/SemaTemplate/ |
| dependent-names.cpp | 210 struct Data {}; 213 std::ostream& operator<<(std::ostream& out, ns::Data data) { // expected-note {{should be declared prior to the call site or in namespace 'PR10053::my_file2::ns'}} 214 return out << "Some data"; 218 Dump(ns::Data()); // expected-note {{here}} 229 struct Data {}; 232 struct Data {}; 236 std::ostream &print(std::ostream &out, ns::Data); // expected-note {{should be declared prior to the call site or in namespace 'PR10053::my_file2_a::ns'}} 237 std::ostream &print(std::ostream &out, std::vector<ns2::Data>); // expected-note {{should be declared prior to the call site or in namespace 'PR10053::my_file2_a::ns2'}} 238 std::ostream &print(std::ostream &out, std::pair<ns::Data, ns2::Data>); // expected-note {{should be declared prior to the call site or in an associated nam (…) [all...] |
| /external/deqp/external/vulkancts/modules/vulkan/ubo/ |
| vktUniformBlockCase.hpp | 102 union Data 112 Data (void) 317 std::vector<deUint8> m_data; //!< Data.
|
| /external/deqp/modules/glshared/ |
| glsUniformBlockCase.hpp | 107 union Data 117 Data (void)
|
| /external/icu/icu4c/source/test/intltest/ |
| transapi.cpp | 270 UnicodeString Data[]={ 292 for(uint32_t i=0;i<sizeof(Data)/sizeof(Data[0]); i=i+3){ 293 t=Transliterator::createInstance(Data[i+0], UTRANS_FORWARD, parseError, status); 295 dataerrln("FAIL: construction: " + Data[i+0] + " Error: " + u_errorName(status)); 300 gotResult = Data[i+1]; 302 message=t->getID() + "->transliterate(UnicodeString, UnicodeString) for\n\t Source:" + prettify(Data[i+1]); 303 doTest(message, gotResult, Data[i+2]); 306 temp=Data[i+1]; 311 message.append(Data[i][1]) 791 UnicodeString data="ABCabcbbCBa"; local [all...] |
| /external/libchrome/base/trace_event/ |
| trace_event.h | 217 // even when the unsigned char* points to garbage data (which may be the case 282 trace_event_bind_id.data(), ##__VA_ARGS__); \ 299 name, trace_event_trace_id.data(), trace_event_flags, \ 332 trace_event_trace_id.data(), thread_id, \ 371 unsigned long long data() const { return data_; } function in class:trace_event_internal::TraceID::DontMangle 393 unsigned long long data() const { return data_; } function in class:trace_event_internal::TraceID::ForceMangle 402 TraceID(ForceMangle id, unsigned int* flags) : data_(id.data()) { 405 TraceID(DontMangle id, unsigned int* /* flags */) : data_(id.data()) { 428 unsigned long long data() const { return data_; } function in class:trace_event_internal::TraceID [all...] |
| /external/libnfc-nci/halimpl/pn54x/dnld/ |
| phNxpNciHal_Dnld.c | 925 phDnldNfc_Buff_t Data; 943 (Data.pBuff) = (void *)&(gphNxpNciHal_fw_IoctlCtx.tLogParams); 944 (Data.wLen) = sizeof(phLibNfc_EELogParams_t); 946 wStatus = phDnldNfc_ReadLog(&Data, [all...] |
| /external/llvm/include/llvm/ProfileData/ |
| InstrProf.h | 10 // Instrumentation-based profiling data is generated by instrumented 40 /// Return the name of data section containing profile counter variables. 46 /// Return the name of data section containing names of instrumented 53 /// Return the name of the data section containing per-function control 54 /// data. 67 /// data. 75 /// Return the name prefix of variables containing per-function control data. 93 /// data at program startup time by calling __llvm_register_function. This 102 /// data for one instrumented function. 127 /// profile data file name [all...] |