Home
last modified time | relevance | path

Searched defs:Record (Results 1 – 25 of 28) sorted by relevance

12

/aosp12/packages/modules/DnsResolver/
H A DDnsQueryLog.h34 struct Record { struct
35 Record(uint32_t netId, uid_t uid, pid_t pid, const std::string& hostname, in Record() function
57 void push(Record&& record); argument
H A DDnsStats.h70 struct Record { struct
78 void push(const Record& record); argument
/aosp12/frameworks/compile/slang/
H A Dslang_rs_reflection_state.h650 struct Record { struct
651 Record() : mFields(nullptr) { } in Record() function
652 ~Record() { delete [] mFields; } in ~Record()
655 void operator=(const Record &) = delete;
657 struct Field {
665 Field *mFields;
666 size_t mFieldCount;
669 size_t mAllocSize;
670 bool mOrdinary; // anything other than an
674 bool mMatchedByName; // has declareRecord() been called on
[all …]
H A Dslang_rs_reflection_state.cpp151 for (auto Record : Records) { in dump() local
/aosp12/system/extras/simpleperf/
H A Drecord.h215 struct Record { struct
216 RecordHeader header; argument
219 Record() : binary_(nullptr), own_binary_(false) {} in Record() argument
220 explicit Record(char* p) : header(p), binary_(p), own_binary_(false) {} in Record() function
223 virtual ~Record() { in ~Record() argument
229 void OwnBinary() { own_binary_ = true; } in OwnBinary()
231 uint32_t type() const { return header.type; } in type()
233 uint16_t misc() const { return header.misc; } in misc()
235 uint32_t size() const { return header.size; } in size()
239 bool InKernel() const { in InKernel()
[all …]
H A Dprofcollect.cpp38 bool Record(const char* event_name, const char* output, float duration) { in Record() function
H A Dcmd_report_sample.proto125 message Record { message
H A Drecord.cpp179 Record::Record(Record&& other) noexcept { in Record() function in simpleperf::Record
/aosp12/system/security/keystore2/src/
H A Dwatchdog.rs58 struct Record { struct
68 records: HashMap<Index, Record>, argument
149 fn arm(&mut self, index: Index, record: Record) { in arm()
/aosp12/frameworks/native/libs/vr/libbroadcastring/
H A Dbroadcast_ring_test.cc66 using Record = RecordType; typedef
129 using Record = typename TypeParam::Record; in TYPED_TEST() typedef
138 using Record = typename TypeParam::Record; in TYPED_TEST() typedef
565 using Record = Ring::Record; in TEST() typedef
605 using Record = Ring::Record; in TEST() typedef
630 using Record = Ring::Record; in TEST() typedef
654 using Record = Ring::Record; in TEST() typedef
705 using Record = Ring::Record; in TEST() typedef
732 using Record = Ring::Record; in TEST() typedef
772 using Record = Ring::Record; in TEST() typedef
[all …]
/aosp12/frameworks/base/tools/preload/
H A DRecord.java20 class Record { class
109 Record(String line, int lineNum) { in Record() method in Record
/aosp12/packages/apps/Car/libs/car-telephony-common/src/com/android/car/telephony/common/
H A DPhoneCallLog.java51 public static class Record implements Comparable<Record> { class in PhoneCallLog
55 public Record(long callEndTimestamp, int callType) { in Record() method in PhoneCallLog.Record
/aosp12/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp166 SmallVector<uint64_t, 64> Record; in WriteAttributeTable() local
573 SmallVectorImpl<uint64_t> &Record) { in WriteValueAsMetadata()
584 SmallVectorImpl<uint64_t> &Record, unsigned Abbrev) { in WriteMDTuple()
675 SmallVector<uint64_t, 64> Record; in WriteModuleMetadata() local
724 SmallVector<uint64_t, 64> Record; in WriteFunctionLocalMetadata() local
745 SmallVector<uint64_t, 64> Record; in WriteMetadataAttachment() local
774 SmallVector<uint64_t, 64> Record; in WriteModuleMetadataStore() local
844 SmallVector<uint64_t, 64> Record; in WriteConstants() local
1458 SmallVector<uint64_t, 64> Record; in WriteUseList() local
/aosp12/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp166 SmallVector<uint64_t, 64> Record; in WriteAttributeTable() local
543 SmallVectorImpl<uint64_t> &Record) { in WriteValueAsMetadata()
554 SmallVectorImpl<uint64_t> &Record, unsigned Abbrev) { in WriteMDTuple()
645 SmallVector<uint64_t, 64> Record; in WriteModuleMetadata() local
694 SmallVector<uint64_t, 64> Record; in WriteFunctionLocalMetadata() local
715 SmallVector<uint64_t, 64> Record; in WriteMetadataAttachment() local
744 SmallVector<uint64_t, 64> Record; in WriteModuleMetadataStore() local
807 SmallVector<uint64_t, 64> Record; in WriteConstants() local
/aosp12/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp143 SmallVector<uint64_t, 64> Record; in WriteAttributeTable() local
545 SmallVectorImpl<uint64_t> &Record) { in WriteValueAsMetadata()
556 SmallVectorImpl<uint64_t> &Record, unsigned Abbrev) { in WriteMDTuple()
647 SmallVector<uint64_t, 64> Record; in WriteModuleMetadata() local
696 SmallVector<uint64_t, 64> Record; in WriteFunctionLocalMetadata() local
717 SmallVector<uint64_t, 64> Record; in WriteMetadataAttachment() local
746 SmallVector<uint64_t, 64> Record; in WriteModuleMetadataStore() local
809 SmallVector<uint64_t, 64> Record; in WriteConstants() local
/aosp12/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp844 SmallVector<uint64_t, 64> Record; in ParseAttributeBlock() local
906 SmallVector<uint64_t, 64> Record; in ParseTypeTableBody() local
1119 SmallVector<uint64_t, 64> Record; in ParseOldTypeTable() local
1297 SmallVector<uint64_t, 64> Record; in ParseOldTypeSymbolTable() local
1348 SmallVector<uint64_t, 64> Record; in ParseValueSymbolTable() local
1410 SmallVector<uint64_t, 64> Record; in ParseMetadata() local
1629 SmallVector<uint64_t, 64> Record; in ParseConstants() local
2032 SmallVector<uint64_t, 64> Record; in ParseModule() local
2412 SmallVector<uint64_t, 64> Record; in parseModuleTriple() local
2499 SmallVector<uint64_t, 64> Record; in ParseMetadataAttachment() local
[all …]
/aosp12/frameworks/av/media/libmedia/include/media/
H A DEventMetric.h86 void Record(double value, AttributeType attribute) { in Record() function
/aosp12/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp1119 SmallVector<uint64_t, 64> Record; in ParseAttributeBlock() local
1182 SmallVector<uint64_t, 64> Record; in ParseTypeTableBody() local
1414 SmallVector<uint64_t, 64> Record; in ParseOldTypeTable() local
1609 SmallVector<uint64_t, 64> Record; in ParseOldTypeSymbolTable() local
1660 SmallVector<uint64_t, 64> Record; in ParseValueSymbolTable() local
1722 SmallVector<uint64_t, 64> Record; in ParseMetadata() local
1922 SmallVector<uint64_t, 64> Record; in ParseConstants() local
2325 SmallVector<uint64_t, 64> Record; in ParseModule() local
2677 SmallVector<uint64_t, 64> Record; in parseModuleTriple() local
2764 SmallVector<uint64_t, 64> Record; in ParseMetadataAttachment() local
[all …]
/aosp12/hardware/google/pixel/vibrator/common/
H A DHardwareBase.h49 Record(const char *func, const T &value, const std::ios *stream) in Record() function
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DGestureRecorder.java41 public abstract class Record { class in GestureRecorder.Gesture
/aosp12/frameworks/compile/mclinker/lib/LD/
H A DEhFrame.cpp33 EhFrame::Record::Record(llvm::StringRef pRegion) : RegionFragment(pRegion) { in Record() function in mcld::EhFrame::Record
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSPanel.java757 protected static class Record { class in QSPanel
/aosp12/frameworks/base/tools/powermodel/src/com/android/powermodel/
H A DRawBatteryStats.java150 public static class Record { class in RawBatteryStats
/aosp12/art/runtime/
H A Dsubtype_check_test.cc581 void Record(int transition_label, MockClass* kls) { in Record() function
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java139 private static class Record { class in TelephonyRegistry

12