/frameworks/compile/mclinker/unittests/ |
LinearAllocatorTest.h | 24 struct Data { 25 Data() : one(1), two(2), three(3), four(4) {} 27 Data(unsigned int pOne, 37 ~Data() { 65 typedef mcld::LinearAllocator<Data, CHUNK_SIZE> Alloc;
|
RTLinearAllocatorTest.h | 37 struct Data { 38 Data() : one(1), two(2), three(3), four(4) {} 40 Data(unsigned int pOne, 50 ~Data() { 65 mcld::LinearAllocator<Data, 0>* m_pTestee;
|
/external/llvm/tools/llvm-readobj/ |
ARMAttributeParser.h | 29 uint64_t ParseInteger(const uint8_t *Data, uint32_t &Offset); 30 StringRef ParseString(const uint8_t *Data, uint32_t &Offset); 32 void IntegerAttribute(ARMBuildAttrs::AttrType Tag, const uint8_t *Data, 34 void StringAttribute(ARMBuildAttrs::AttrType Tag, const uint8_t *Data, 39 void CPU_arch(ARMBuildAttrs::AttrType Tag, const uint8_t *Data, 41 void CPU_arch_profile(ARMBuildAttrs::AttrType Tag, const uint8_t *Data, 43 void ARM_ISA_use(ARMBuildAttrs::AttrType Tag, const uint8_t *Data, 45 void THUMB_ISA_use(ARMBuildAttrs::AttrType Tag, const uint8_t *Data, 47 void FP_arch(ARMBuildAttrs::AttrType Tag, const uint8_t *Data, 49 void WMMX_arch(ARMBuildAttrs::AttrType Tag, const uint8_t *Data, [all...] |
/external/swiftshader/src/Renderer/ |
LRUCache.hpp | 22 template<class Key, class Data> 30 Data *query(const Key &key) const; 31 Data *add(const Key &key, Data *data); 44 Data **data; member in class:sw::LRUCache 50 template<class Key, class Data> 51 LRUCache<Key, Data>::LRUCache(int n) 60 data = new Data*[size] [all...] |
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Library/I2cLib/ |
I2cLib.c | 132 UINT32 Data;
146 Data = *((volatile UINT32 *) (UINTN)(Addr));
147 Data &= ~B_I2C_REG_ENABLE;
148 *((volatile UINT32 *) (UINTN)(Addr)) = Data;
153 Data = 0xFF;
155 Data = *((volatile UINT32 *) (UINTN)(Addr)) & I2C_REG_ENABLE_STATUS;
156 while (Data != 0) {
165 Data = *((volatile UINT32 *) (UINTN)(Addr));
166 Data &= I2C_REG_ENABLE_STATUS;
179 Data = *((volatile UINT32 *) (UINTN)(Addr)); [all...] |
/external/llvm/lib/DebugInfo/CodeView/ |
ModuleSubstreamVisitor.cpp | 15 Error IModuleSubstreamVisitor::visitSymbols(StreamRef Data) { 16 return visitUnknown(ModuleSubstreamKind::Symbols, Data); 18 Error IModuleSubstreamVisitor::visitLines(StreamRef Data, 21 return visitUnknown(ModuleSubstreamKind::Lines, Data); 23 Error IModuleSubstreamVisitor::visitStringTable(StreamRef Data) { 24 return visitUnknown(ModuleSubstreamKind::StringTable, Data); 27 StreamRef Data, const FileChecksumArray &Checksums) { 28 return visitUnknown(ModuleSubstreamKind::FileChecksums, Data); 30 Error IModuleSubstreamVisitor::visitFrameData(StreamRef Data) { 31 return visitUnknown(ModuleSubstreamKind::FrameData, Data); [all...] |
ModuleSubstream.cpp | 19 ModuleSubstream::ModuleSubstream(ModuleSubstreamKind Kind, StreamRef Data) 20 : Kind(Kind), Data(Data) {} 30 if (auto EC = Reader.readStreamRef(Info.Data, Header->Length)) 37 return sizeof(ModuleSubsectionHeader) + Data.getLength(); 42 StreamRef ModuleSubstream::getRecordData() const { return Data; }
|
/prebuilts/go/darwin-x86/src/syscall/ |
route_freebsd_32bit.go | 17 return &RouteMessage{Header: p.Header, Data: b[rsaAlignOf(off):any.Msglen]} 27 p.Header.Data.Hwassist = uint32(m.Data.Hwassist) 28 p.Header.Data.Epoch = m.Data.Epoch 29 p.Header.Data.Lastchange = m.Data.Lastchange 30 return &InterfaceMessage{Header: p.Header, Data: b[int(unsafe.Offsetof(p.Header.Data))+int(p.Header.Data.Datalen) : any.Msglen] [all...] |
/prebuilts/go/linux-x86/src/syscall/ |
route_freebsd_32bit.go | 17 return &RouteMessage{Header: p.Header, Data: b[rsaAlignOf(off):any.Msglen]} 27 p.Header.Data.Hwassist = uint32(m.Data.Hwassist) 28 p.Header.Data.Epoch = m.Data.Epoch 29 p.Header.Data.Lastchange = m.Data.Lastchange 30 return &InterfaceMessage{Header: p.Header, Data: b[int(unsafe.Offsetof(p.Header.Data))+int(p.Header.Data.Datalen) : any.Msglen] [all...] |
/external/llvm/include/llvm/DebugInfo/CodeView/ |
RecordSerialization.h | 41 inline std::error_code consumeObject(U &Data, const T *&Res) { 42 if (Data.size() < sizeof(*Res)) 44 Res = reinterpret_cast<const T *>(Data.data()); 45 Data = Data.drop_front(sizeof(*Res)); 49 inline std::error_code consume(ArrayRef<uint8_t> &Data) { 55 /// 15), it is emitted directly in Data. Otherwise, it has a tag like LF_CHAR 56 /// that indicates the bitwidth and sign of the numeric data. 57 std::error_code consume(ArrayRef<uint8_t> &Data, APSInt &Num) [all...] |
CVSymbolVisitor.h | 29 bool consumeObject(ArrayRef<uint8_t> &Data, const T *&Res) { 30 if (Data.size() < sizeof(*Res)) { 34 Res = reinterpret_cast<const T *>(Data.data()); 35 Data = Data.drop_front(sizeof(*Res)); 50 ArrayRef<uint8_t> Data = Record.Data; 52 DerivedThis->visitSymbolBegin(Record.Type, Data); 53 uint32_t RecordOffset = Delegate ? Delegate->getRecordOffset(Data) : 0 [all...] |
/device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/ |
HwIoDebug.c | 50 UINTN Data;
60 Data = IoRead8 (Port);
62 Data = IoRead16 (Port);
64 Data = IoRead32 (Port);
69 AsciiPrint ("0x%04x = 0x%x", Port, Data);
80 Argv[2] - Hex data to write
101 UINTN Data;
108 Data = AsciiStrHexToUintn (Argv[2]);
112 IoWrite8 (Port, (UINT8)Data);
114 IoWrite16 (Port, (UINT16)Data);
[all...] |
/device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/ |
ForEach.c | 39 VOID *Data;
49 Data = NULL;
81 Data
84 if (Data != NULL) {
85 gBS->FreePool (Data);
88 Data = AllocateZeroPool (DataSize);
94 Data
100 if (EFI_ERROR (Routine (Selector, Data, Context))) {
105 if (Data != NULL) {
106 gBS->FreePool (Data);
[all...] |
/external/clang/test/CodeGen/ |
2002-07-14-MiscListTests.c | 15 // Recursive data structure tests... 18 int Data; 22 list *Data; 28 Data = (list*)malloc(12); // This is not a proper list allocation 41 void InsertIntoListTail(list **L, int Data) { 45 (*L)->Data = Data; 50 list *FindData(list *L, int Data) { 52 if (L->Data == Data) return L [all...] |
/external/clang/test/SemaCXX/ |
for-range-dereference.cpp | 2 struct Data { }; 4 Data *begin(); 5 Data *end(); 9 Data *end(); 13 Data *begin(); 14 Data *end() = delete; //expected-note {{'end' has been explicitly marked deleted here}} 23 Data *begin(); 26 Data *end(); // expected-note 2 {{declared private here}} 30 Data * begin(ADLNoEnd); // expected-note 6 {{candidate function not viable: no known conversion}} 86 for (Data *p : pt) { } // expected-error {{invalid range expression of type 'T *'; did you mean to dereferen (…) [all...] |
/external/compiler-rt/lib/ubsan/ |
ubsan_handlers.h | 40 RECOVERABLE(type_mismatch, TypeMismatchData *Data, ValueHandle Pointer) 48 RECOVERABLE(add_overflow, OverflowData *Data, ValueHandle LHS, ValueHandle RHS) 51 RECOVERABLE(sub_overflow, OverflowData *Data, ValueHandle LHS, ValueHandle RHS) 54 RECOVERABLE(mul_overflow, OverflowData *Data, ValueHandle LHS, ValueHandle RHS) 57 RECOVERABLE(negate_overflow, OverflowData *Data, ValueHandle OldVal) 60 RECOVERABLE(divrem_overflow, OverflowData *Data, 71 RECOVERABLE(shift_out_of_bounds, ShiftOutOfBoundsData *Data, 81 RECOVERABLE(out_of_bounds, OutOfBoundsData *Data, ValueHandle Index) 88 UNRECOVERABLE(builtin_unreachable, UnreachableData *Data) 90 UNRECOVERABLE(missing_return, UnreachableData *Data) [all...] |
/device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/Library/RealTimeClockLib/ |
RealTimeClockLib.c | 54 UINT8 Data;
67 Status = gTPS65950->Read (gTPS65950, EXTERNAL_DEVICE_REGISTER(I2C_ADDR_GRP_ID4, RTC_CTRL_REG), 1, &Data);
69 Data |= BIT6;
70 Status = gTPS65950->Write (gTPS65950, EXTERNAL_DEVICE_REGISTER(I2C_ADDR_GRP_ID4, RTC_CTRL_REG), 1, &Data);
74 Status = gTPS65950->Read (gTPS65950, EXTERNAL_DEVICE_REGISTER(I2C_ADDR_GRP_ID4, YEARS_REG), 1, &Data);
76 Time->Year = 2000 + ((Data >> 4) & 0xF) * 10 + (Data & 0xF);
78 Status = gTPS65950->Read (gTPS65950, EXTERNAL_DEVICE_REGISTER(I2C_ADDR_GRP_ID4, MONTHS_REG), 1, &Data);
80 Time->Month = ((Data >> 4) & 0x1) * 10 + (Data & 0xF); [all...] |
/device/linaro/bootloader/edk2/Omap35xxPkg/Library/RealTimeClockLib/ |
RealTimeClockLib.c | 54 UINT8 Data;
67 Status = gTPS65950->Read (gTPS65950, EXTERNAL_DEVICE_REGISTER(I2C_ADDR_GRP_ID4, RTC_CTRL_REG), 1, &Data);
69 Data |= BIT6;
70 Status = gTPS65950->Write (gTPS65950, EXTERNAL_DEVICE_REGISTER(I2C_ADDR_GRP_ID4, RTC_CTRL_REG), 1, &Data);
74 Status = gTPS65950->Read (gTPS65950, EXTERNAL_DEVICE_REGISTER(I2C_ADDR_GRP_ID4, YEARS_REG), 1, &Data);
76 Time->Year = 2000 + ((Data >> 4) & 0xF) * 10 + (Data & 0xF);
78 Status = gTPS65950->Read (gTPS65950, EXTERNAL_DEVICE_REGISTER(I2C_ADDR_GRP_ID4, MONTHS_REG), 1, &Data);
80 Time->Month = ((Data >> 4) & 0x1) * 10 + (Data & 0xF); [all...] |
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
BlockCounter.h | 10 // This file defines BlockCounter, an abstract data type used to count 28 /// \brief An abstract data type used to count the number of times a given 31 void *Data; 33 BlockCounter(void *D) : Data(D) {} 36 BlockCounter() : Data(nullptr) {}
|
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/ |
ContactDbUtil.java | 22 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 55 String selection = ContactsContract.Data.MIMETYPE + " = '" + Phone.CONTENT_ITEM_TYPE + "'"; 58 values.put(ContactsContract.Data.CARRIER_PRESENCE, 0); // reset all. 59 int count = resolver.update(ContactsContract.Data.CONTENT_URI, values, selection, null); 70 String selection = ContactsContract.Data.MIMETYPE + " = '" + Phone.CONTENT_ITEM_TYPE 71 + "' and " + ContactsContract.Data._ID + "= '" + dataId + "'"; 74 final Cursor cursor = resolver.query(ContactsContract.Data.CONTENT_URI, 75 new String[] { ContactsContract.Data._ID, ContactsContract.Data.CARRIER_PRESENCE }, 89 values.put(ContactsContract.Data.CARRIER_PRESENCE [all...] |
/external/jsilver/src/com/google/clearsilver/jsilver/data/ |
Data.java | 17 package com.google.clearsilver.jsilver.data; 25 * Represents a hierarchical data set of primitives. 29 public interface Data { 31 // ******************* Node data ******************* 49 * value cannot be used to determine whether the data node exists or not. Note also that, when 50 * implementing a Data object that caches these values, care must be taken to ensure that a node 59 * value cannot be used to determine whether the data node exists or not. Note also that, when 60 * implementing a Data object that caches these values, care must be taken to ensure that a node 116 Data getRoot(); 121 Data getParent() [all...] |
DataFactory.java | 17 package com.google.clearsilver.jsilver.data; 25 * Loads data from resources. 30 * Create new Data instance, ready to be populated. 32 Data createData(); 35 * Loads data in Hierarchical Data Format (HDF) into an existing Data object. 37 void loadData(final String dataFileName, ResourceLoader resourceLoader, Data output) 41 * Loads data in Hierarchical Data Format (HDF) into a new Data object [all...] |
/external/llvm/lib/LineEditor/ |
LineEditor.cpp | 114 LineEditor::InternalData *Data; 115 if (el_get(EL, EL_CLIENTDATA, &Data) == 0) 116 return Data->LE->getPrompt().c_str(); 125 LineEditor::InternalData *Data; 126 if (el_get(EL, EL_CLIENTDATA, &Data) == 0) { 127 if (!Data->ContinuationOutput.empty()) { 129 FILE *Out = Data->Out; 132 ::fwrite(Data->ContinuationOutput.c_str(), 133 Data->ContinuationOutput.size(), 1, Out); 137 std::string Prevs(Data->PrevCount, '\02') [all...] |
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue100/ |
DataBean.java | 20 private Data data; field in class:DataBean 31 public Data getData() { 32 return data; 35 public void setData(Data data) { 36 this.data = data;
|
/cts/tests/tests/opengl/libopengltest/ |
attach_shader_two.h | 28 Data attachShaderTwo();
|