/aosp_15_r20/external/compiler-rt/lib/ubsan/ |
H A D | ubsan_handlers.cc | 44 static void handleTypeMismatchImpl(TypeMismatchData *Data, ValueHandle Pointer, in handleTypeMismatchImpl() 93 void __ubsan::__ubsan_handle_type_mismatch(TypeMismatchData *Data, in __ubsan_handle_type_mismatch() 98 void __ubsan::__ubsan_handle_type_mismatch_abort(TypeMismatchData *Data, in __ubsan_handle_type_mismatch_abort() 107 static void handleIntegerOverflowImpl(OverflowData *Data, ValueHandle LHS, in handleIntegerOverflowImpl() 142 static void handleNegateOverflowImpl(OverflowData *Data, ValueHandle OldVal, in handleNegateOverflowImpl() 164 void __ubsan::__ubsan_handle_negate_overflow(OverflowData *Data, in __ubsan_handle_negate_overflow() 169 void __ubsan::__ubsan_handle_negate_overflow_abort(OverflowData *Data, in __ubsan_handle_negate_overflow_abort() 176 static void handleDivremOverflowImpl(OverflowData *Data, ValueHandle LHS, in handleDivremOverflowImpl() 206 void __ubsan::__ubsan_handle_divrem_overflow(OverflowData *Data, in __ubsan_handle_divrem_overflow() 211 void __ubsan::__ubsan_handle_divrem_overflow_abort(OverflowData *Data, in __ubsan_handle_divrem_overflow_abort() [all …]
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | cxx1y-variable-templates_in_class.cpp | 114 template<typename U> static U Data; member 115 template<typename U> static CONST U Data<U*> = U(); // expected-note {{here}} member 122 template const int C0::Data<int*>; // expected-error {{undefined}} member in non_const_init::pointers::C0 128 template<typename U> static U Data; member 129 template<typename U> static U* Data<U*>; // Okay, with out-of-line definition member 131 template<typename T> T* C1a::Data<T*> = new T(); member in non_const_init::pointers::C1a 132 template int* C1a::Data<int*>; member in non_const_init::pointers::C1a 135 template<typename U> static U Data; member 136 template<typename U> static CONST U* Data<U*>; // Okay, with out-of-line definition member 138 template<typename T> CONST T* C1b::Data<T*> = (T*)(0); member in non_const_init::pointers::C1b [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/nnapi/ |
H A D | nnapi_delegate.h | 289 struct Data { struct 296 const NnApi* nnapi; 298 Options::ExecutionPreference execution_preference; 300 std::string accelerator_name; 302 std::string cache_dir; 304 std::string model_token; 306 bool disallow_nnapi_cpu; 308 std::vector<MemoryRegistration> tensor_memory_map; 310 uint64_t next_buffer_handle_timestamp = 1; 313 int nnapi_errno = ANEURALNETWORKS_NO_ERROR; [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/debug/dwarf/ |
D | open.go | 27 type Data struct { struct 29 abbrev []byte 30 aranges []byte 31 frame []byte 32 info []byte 33 line []byte 34 pubnames []byte 35 ranges []byte 36 str []byte 39 addr []byte [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | ARMAttributeParser.cpp | 74 uint64_t ARMAttributeParser::ParseInteger(const uint8_t *Data, in ParseInteger() 82 StringRef ARMAttributeParser::ParseString(const uint8_t *Data, in ParseString() 90 void ARMAttributeParser::IntegerAttribute(AttrType Tag, const uint8_t *Data, in IntegerAttribute() 100 void ARMAttributeParser::StringAttribute(AttrType Tag, const uint8_t *Data, in StringAttribute() 131 void ARMAttributeParser::CPU_arch(AttrType Tag, const uint8_t *Data, in CPU_arch() 147 void ARMAttributeParser::CPU_arch_profile(AttrType Tag, const uint8_t *Data, in CPU_arch_profile() 164 void ARMAttributeParser::ARM_ISA_use(AttrType Tag, const uint8_t *Data, in ARM_ISA_use() 174 void ARMAttributeParser::THUMB_ISA_use(AttrType Tag, const uint8_t *Data, in THUMB_ISA_use() 184 void ARMAttributeParser::FP_arch(AttrType Tag, const uint8_t *Data, in FP_arch() 197 void ARMAttributeParser::WMMX_arch(AttrType Tag, const uint8_t *Data, in WMMX_arch() [all …]
|
/aosp_15_r20/external/llvm/tools/llvm-readobj/ |
H A D | ARMAttributeParser.cpp | 74 uint64_t ARMAttributeParser::ParseInteger(const uint8_t *Data, in ParseInteger() 82 StringRef ARMAttributeParser::ParseString(const uint8_t *Data, in ParseString() 90 void ARMAttributeParser::IntegerAttribute(AttrType Tag, const uint8_t *Data, in IntegerAttribute() 96 void ARMAttributeParser::StringAttribute(AttrType Tag, const uint8_t *Data, in StringAttribute() 120 void ARMAttributeParser::CPU_arch(AttrType Tag, const uint8_t *Data, in CPU_arch() 134 void ARMAttributeParser::CPU_arch_profile(AttrType Tag, const uint8_t *Data, in CPU_arch_profile() 151 void ARMAttributeParser::ARM_ISA_use(AttrType Tag, const uint8_t *Data, in ARM_ISA_use() 161 void ARMAttributeParser::THUMB_ISA_use(AttrType Tag, const uint8_t *Data, in THUMB_ISA_use() 171 void ARMAttributeParser::FP_arch(AttrType Tag, const uint8_t *Data, in FP_arch() 184 void ARMAttributeParser::WMMX_arch(AttrType Tag, const uint8_t *Data, in WMMX_arch() [all …]
|
/aosp_15_r20/external/webrtc/net/dcsctp/packet/ |
H A D | data.h | 34 struct Data { struct 43 Data(StreamID stream_id, in Data() function 64 Data& operator=(Data&& other) = default; argument 67 Data Clone() const { in Clone() argument 73 size_t size() const { return payload.size(); } in size() 76 StreamID stream_id; 80 SSN ssn; 85 MID message_id; 87 FSN fsn; 90 PPID ppid; [all …]
|
/aosp_15_r20/external/pytorch/torch/csrc/lazy/core/ |
H A D | tensor.h | 27 struct Data { struct 28 Data(BackendDataPtr handle, BackendDevice device) in Data() function 32 Data(Value ir_value, BackendDevice device) in Data() argument 36 Data(at::Tensor tensor_data, BackendDevice device) in Data() function 43 Data(BackendDevice device) in Data() function 48 BackendDataPtr handle; argument 61 static LazyTensorPtr Create(std::shared_ptr<Data> data); argument
|
/aosp_15_r20/external/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeRecord.cpp | 22 MemberPointerInfo::deserialize(ArrayRef<uint8_t> &Data) { in deserialize() 35 ArrayRef<uint8_t> &Data) { in deserialize() 47 ArrayRef<uint8_t> &Data) { in deserialize() 57 ArrayRef<uint8_t> &Data) { in deserialize() 66 MemberFuncIdRecord::deserialize(TypeRecordKind Kind, ArrayRef<uint8_t> &Data) { in deserialize() 74 ArrayRef<uint8_t> &Data) { in deserialize() 85 ArrayRef<uint8_t> &Data) { in deserialize() 107 NestedTypeRecord::deserialize(TypeRecordKind Kind, ArrayRef<uint8_t> &Data) { in deserialize() 115 ArrayRef<uint8_t> &Data) { in deserialize() 124 ArrayRef<uint8_t> &Data) { in deserialize() [all …]
|
H A D | ModuleSubstreamVisitor.cpp | 15 Error IModuleSubstreamVisitor::visitSymbols(StreamRef Data) { in visitSymbols() 18 Error IModuleSubstreamVisitor::visitLines(StreamRef Data, in visitLines() 23 Error IModuleSubstreamVisitor::visitStringTable(StreamRef Data) { in visitStringTable() 27 StreamRef Data, const FileChecksumArray &Checksums) { in visitFileChecksums() 30 Error IModuleSubstreamVisitor::visitFrameData(StreamRef Data) { in visitFrameData() 33 Error IModuleSubstreamVisitor::visitInlineeLines(StreamRef Data) { in visitInlineeLines() 36 Error IModuleSubstreamVisitor::visitCrossScopeImports(StreamRef Data) { in visitCrossScopeImports() 39 Error IModuleSubstreamVisitor::visitCrossScopeExports(StreamRef Data) { in visitCrossScopeExports() 42 Error IModuleSubstreamVisitor::visitILLines(StreamRef Data) { in visitILLines() 45 Error IModuleSubstreamVisitor::visitFuncMDTokenMap(StreamRef Data) { in visitFuncMDTokenMap() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/serde_yaml/tests/ |
D | test_de.rs | 92 struct Data { in test_option() struct 93 a: Option<f64>, in test_option() 94 b: Option<String>, in test_option() 95 c: Option<bool>, in test_option() 112 struct Data { in test_option_alias() struct 113 a: Option<f64>, in test_option_alias() 114 b: Option<String>, in test_option_alias() 115 c: Option<bool>, in test_option_alias() 116 d: Option<f64>, in test_option_alias() 117 e: Option<String>, in test_option_alias() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/libfuzzer-sys/libfuzzer/ |
D | FuzzerMutate.cpp | 70 size_t MutationDispatcher::Mutate_Custom(uint8_t *Data, size_t Size, in Mutate_Custom() 80 size_t MutationDispatcher::Mutate_CustomCrossOver(uint8_t *Data, size_t Size, in Mutate_CustomCrossOver() 109 size_t MutationDispatcher::Mutate_ShuffleBytes(uint8_t *Data, size_t Size, in Mutate_ShuffleBytes() 120 size_t MutationDispatcher::Mutate_EraseBytes(uint8_t *Data, size_t Size, in Mutate_EraseBytes() 132 size_t MutationDispatcher::Mutate_InsertByte(uint8_t *Data, size_t Size, in Mutate_InsertByte() 142 size_t MutationDispatcher::Mutate_InsertRepeatedBytes(uint8_t *Data, in Mutate_InsertRepeatedBytes() 161 size_t MutationDispatcher::Mutate_ChangeByte(uint8_t *Data, size_t Size, in Mutate_ChangeByte() 169 size_t MutationDispatcher::Mutate_ChangeBit(uint8_t *Data, size_t Size, in Mutate_ChangeBit() 177 size_t MutationDispatcher::Mutate_AddWordFromManualDictionary(uint8_t *Data, in Mutate_AddWordFromManualDictionary() 183 size_t MutationDispatcher::ApplyDictionaryEntry(uint8_t *Data, size_t Size, in ApplyDictionaryEntry() [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/md5/ |
D | gen.go | 46 type Data struct { struct 47 a, b, c, d string 48 Shift1 []int 49 Shift2 []int 50 Shift3 []int 51 Shift4 []int 52 Table1 []uint32 53 Table2 []uint32 54 Table3 []uint32 55 Table4 []uint32
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/IndustryStandard/ |
H A D | SdramSpdDdr3.h | 23 UINT8 Data; member 31 UINT8 Data; member 38 UINT8 Data; member 46 UINT8 Data; member 55 UINT8 Data; member 64 UINT8 Data; member 74 UINT8 Data; member 83 UINT8 Data; member 92 UINT8 Data; member 100 UINT8 Data; member [all …]
|
H A D | SdramSpdDdr4.h | 23 UINT8 Data; member 31 UINT8 Data; member 38 UINT8 Data; member 47 UINT8 Data; member 56 UINT8 Data; member 65 UINT8 Data; member 75 UINT8 Data; member 84 UINT8 Data; member 91 UINT8 Data; member 100 UINT8 Data; member [all …]
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/IndustryStandard/ |
H A D | SdramSpdDdr3.h | 23 UINT8 Data; member 31 UINT8 Data; member 38 UINT8 Data; member 46 UINT8 Data; member 55 UINT8 Data; member 64 UINT8 Data; member 74 UINT8 Data; member 83 UINT8 Data; member 92 UINT8 Data; member 100 UINT8 Data; member [all …]
|
H A D | SdramSpdDdr4.h | 23 UINT8 Data; member 31 UINT8 Data; member 38 UINT8 Data; member 47 UINT8 Data; member 56 UINT8 Data; member 65 UINT8 Data; member 75 UINT8 Data; member 84 UINT8 Data; member 91 UINT8 Data; member 100 UINT8 Data; member [all …]
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/IndustryStandard/ |
H A D | SdramSpdDdr3.h | 23 UINT8 Data; member 31 UINT8 Data; member 38 UINT8 Data; member 46 UINT8 Data; member 55 UINT8 Data; member 64 UINT8 Data; member 74 UINT8 Data; member 83 UINT8 Data; member 92 UINT8 Data; member 100 UINT8 Data; member [all …]
|
H A D | SdramSpdDdr4.h | 23 UINT8 Data; member 31 UINT8 Data; member 38 UINT8 Data; member 47 UINT8 Data; member 56 UINT8 Data; member 65 UINT8 Data; member 75 UINT8 Data; member 84 UINT8 Data; member 91 UINT8 Data; member 100 UINT8 Data; member [all …]
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/IndustryStandard/ |
H A D | SdramSpdDdr3.h | 29 UINT8 Data; member 37 UINT8 Data; member 44 UINT8 Data; member 52 UINT8 Data; member 61 UINT8 Data; member 70 UINT8 Data; member 80 UINT8 Data; member 89 UINT8 Data; member 98 UINT8 Data; member 106 UINT8 Data; member [all …]
|
H A D | SdramSpdDdr4.h | 29 UINT8 Data; member 37 UINT8 Data; member 44 UINT8 Data; member 53 UINT8 Data; member 62 UINT8 Data; member 71 UINT8 Data; member 81 UINT8 Data; member 90 UINT8 Data; member 97 UINT8 Data; member 106 UINT8 Data; member [all …]
|
/aosp_15_r20/external/cldr/keyboards/test/ |
H A D | README.md | 32 ### Test Doctype 43 ### Test Element: keyboardTest 66 ### Test Element: info 95 ### Test Element: repertoire 148 ### Test Element: tests 186 ### Test Element: test 214 ### Test Element: startContext 240 ### Test Element: keystroke 288 ### Test Element: emit 320 ### Test Element: backspace [all …]
|
/aosp_15_r20/external/cronet/third_party/libc++/src/benchmarks/ |
H A D | map.bench.cpp | 111 auto Data = makeTestingSets(MapSize, Mode::Hit, Shuffle::None, 1); in run() local 131 auto Data = makeTestingSets(MapSize, Mode::Hit, Shuffle::None, 1); in run() local 152 auto Data = makeTestingSets(MapSize, Mode::Hit, Shuffle::None, 1000); in run() local 175 auto Data = makeTestingSets(MapSize, Mode::Hit, Shuffle::None, 1); in run() local 194 auto Data = makeTestingSets(MapSize, Mode::Hit, Shuffle::None, 1); in run() local 217 auto Data = makeTestingSets(MapSize, Mode::Hit, Shuffle::None, 1000); in run() local 237 …auto Data = makeTestingSets(MapSize, Mode(), Order::value == ::Order::Random ? Shuffle::Keys : Shu… in run() local 271 auto Data = makeTestingSets(MapSize, Mode(), Shuffle::None, 1000); in run() local 301 auto Data = makeTestingSets(MapSize, Mode(), Shuffle::None, 1000); in run() local 343 …auto Data = makeTestingSets(MapSize, Mode(), Order::value == ::Order::Random ? Shuffle::Keys : Shu… in run() local [all …]
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/debug/ |
H A D | stats_data.h | 513 struct Data { struct 546 HistogramCollector_65536_26 call_initial_size; 547 HistogramCollector_16777216_20 tcp_write_size; 548 HistogramCollector_80_10 tcp_write_iov_size; 549 HistogramCollector_16777216_20 tcp_read_size; 550 HistogramCollector_16777216_20 tcp_read_offer; 551 HistogramCollector_80_10 tcp_read_offer_iov_size; 575 PerCpu<Data> data_{PerCpuOptions().SetCpusPerShard(4).SetMaxShards(32)}; argument
|
/aosp_15_r20/external/coreboot/src/vendorcode/amd/include/ |
H A D | gcc-intrin.h | 71 static __inline__ __attribute__((always_inline)) void __outbyte(uint16_t Port,uint8_t Data) in __outbyte() 80 static __inline__ __attribute__((always_inline)) void __outword(uint16_t Port,uint16_t Data) in __outword() 89 static __inline__ __attribute__((always_inline)) void __outdword(uint16_t Port,uint32_t Data) in __outdword() 230 static __inline__ __attribute__((always_inline)) void __writedr0(unsigned long Data) in __writedr0() 239 static __inline__ __attribute__((always_inline)) void __writedr1(unsigned long Data) in __writedr1() 248 static __inline__ __attribute__((always_inline)) void __writedr2(unsigned long Data) in __writedr2() 257 static __inline__ __attribute__((always_inline)) void __writedr3(unsigned long Data) in __writedr3() 266 static __inline__ __attribute__((always_inline)) void __writedr7(unsigned long Data) in __writedr7() 275 …tic __inline__ __attribute__((always_inline)) void __writedr(unsigned long reg, unsigned long Data) in __writedr() 376 static __inline__ __attribute__((always_inline)) void __writecr0(unsigned long Data) in __writecr0() [all …]
|