/aosp12/packages/modules/DnsResolver/ |
H A D | DnsQueryLog.h | 34 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 D | DnsStats.h | 70 struct Record { struct 78 void push(const Record& record); argument
|
/aosp12/frameworks/compile/slang/ |
H A D | slang_rs_reflection_state.h | 650 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 D | slang_rs_reflection_state.cpp | 151 for (auto Record : Records) { in dump() local
|
/aosp12/system/extras/simpleperf/ |
H A D | record.h | 215 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 D | profcollect.cpp | 38 bool Record(const char* event_name, const char* output, float duration) { in Record() function
|
H A D | cmd_report_sample.proto | 125 message Record { message
|
H A D | record.cpp | 179 Record::Record(Record&& other) noexcept { in Record() function in simpleperf::Record
|
/aosp12/system/security/keystore2/src/ |
H A D | watchdog.rs | 58 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 D | broadcast_ring_test.cc | 66 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 D | Record.java | 20 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 D | PhoneCallLog.java | 51 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 D | BitcodeWriter.cpp | 166 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 D | BitcodeWriter.cpp | 166 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 D | BitcodeWriter.cpp | 143 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 D | BitcodeReader.cpp | 844 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 D | EventMetric.h | 86 void Record(double value, AttributeType attribute) { in Record() function
|
/aosp12/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
H A D | BitcodeReader.cpp | 1119 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 D | HardwareBase.h | 49 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 D | GestureRecorder.java | 41 public abstract class Record { class in GestureRecorder.Gesture
|
/aosp12/frameworks/compile/mclinker/lib/LD/ |
H A D | EhFrame.cpp | 33 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 D | QSPanel.java | 757 protected static class Record { class in QSPanel
|
/aosp12/frameworks/base/tools/powermodel/src/com/android/powermodel/ |
H A D | RawBatteryStats.java | 150 public static class Record { class in RawBatteryStats
|
/aosp12/art/runtime/ |
H A D | subtype_check_test.cc | 581 void Record(int transition_label, MockClass* kls) { in Record() function
|
/aosp12/frameworks/base/services/core/java/com/android/server/ |
H A D | TelephonyRegistry.java | 139 private static class Record { class in TelephonyRegistry
|