| /external/webrtc/net/dcsctp/packet/ |
| D | data.h | 34 struct Data { struct 43 Data(StreamID stream_id, in Data() argument 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 …]
|
| /external/cldr/keyboards/test/ |
| 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 …]
|
| /external/tensorflow/tensorflow/lite/delegates/nnapi/ |
| 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 …]
|
| /external/compiler-rt/lib/ubsan/ |
| 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 …]
|
| /external/llvm/lib/DebugInfo/CodeView/ |
| 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 …]
|
| 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 …]
|
| D | RecordSerialization.cpp | 34 std::error_code llvm::codeview::consume(ArrayRef<uint8_t> &Data, APSInt &Num) { in consume() 114 std::error_code llvm::codeview::consume(StringRef &Data, APSInt &Num) { in consume() 122 std::error_code llvm::codeview::consume_numeric(ArrayRef<uint8_t> &Data, in consume_numeric() 133 std::error_code llvm::codeview::consume(ArrayRef<uint8_t> &Data, in consume() 142 std::error_code llvm::codeview::consume(StringRef &Data, uint32_t &Item) { in consume() 149 std::error_code llvm::codeview::consume(ArrayRef<uint8_t> &Data, in consume() 158 std::error_code llvm::codeview::consume(ArrayRef<uint8_t> &Data, in consume()
|
| /external/clang/test/SemaCXX/ |
| 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 …]
|
| /external/webrtc/api/call/ |
| D | audio_sink.h | 24 struct Data { struct 25 Data(const int16_t* data, in Data() function 43 virtual void OnData(const Data& audio) = 0; argument
|
| /external/swiftshader/src/Pipeline/ |
| D | ComputeProgram.hpp | 71 struct Data struct in sw::ComputeProgram 73 vk::DescriptorSet::Bindings descriptorSets; 74 vk::DescriptorSet::DynamicOffsets descriptorDynamicOffsets; 75 uint4 numWorkgroups; // [x, y, z, -] 76 uint4 workgroupSize; // [x, y, z, -] 77 uint32_t invocationsPerSubgroup; // SPIR-V: "SubgroupSize" 78 uint32_t subgroupsPerWorkgroup; // SPIR-V: "NumSubgroups" 79 uint32_t invocationsPerWorkgroup; // Total number of invocations per workgroup. 80 vk::Pipeline::PushConstantStorage pushConstants;
|
| /external/pdfium/fxbarcode/datamatrix/ |
| D | BC_SymbolInfo.h | 17 struct Data { struct 34 int32_t GetSymbolDataWidth() const; argument
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| 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 …]
|
| /external/llvm/tools/llvm-readobj/ |
| 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 …]
|
| /external/clang/test/Analysis/ |
| D | simple-stream-checks.c | 5 void checkDoubleFClose(int *Data) { in checkDoubleFClose() 17 int checkLeak(int *Data) { in checkLeak() 29 void checkLeakFollowedByAssert(int *Data) { in checkLeakFollowedByAssert() 46 void leakOnEnfOfPath1(int *Data) { in leakOnEnfOfPath1() 50 void leakOnEnfOfPath2(int *Data) { in leakOnEnfOfPath2() 55 FILE *leakOnEnfOfPath3(int *Data) { in leakOnEnfOfPath3() 74 void SymbolDoesNotEscapeThoughStringAPIs(char *Data) { in SymbolDoesNotEscapeThoughStringAPIs()
|
| /external/llvm/lib/Fuzzer/ |
| D | FuzzerMutate.cpp | 70 size_t MutationDispatcher::Mutate_Custom(uint8_t *Data, size_t Size, in Mutate_Custom() 75 size_t MutationDispatcher::Mutate_CustomCrossOver(uint8_t *Data, size_t Size, in Mutate_CustomCrossOver() 94 size_t MutationDispatcher::Mutate_ShuffleBytes(uint8_t *Data, size_t Size, in Mutate_ShuffleBytes() 106 size_t MutationDispatcher::Mutate_EraseByte(uint8_t *Data, size_t Size, in Mutate_EraseByte() 116 size_t MutationDispatcher::Mutate_InsertByte(uint8_t *Data, size_t Size, in Mutate_InsertByte() 126 size_t MutationDispatcher::Mutate_ChangeByte(uint8_t *Data, size_t Size, in Mutate_ChangeByte() 133 size_t MutationDispatcher::Mutate_ChangeBit(uint8_t *Data, size_t Size, in Mutate_ChangeBit() 140 size_t MutationDispatcher::Mutate_AddWordFromManualDictionary(uint8_t *Data, in Mutate_AddWordFromManualDictionary() 147 uint8_t *Data, size_t Size, size_t MaxSize) { in Mutate_AddWordFromTemporaryAutoDictionary() 152 uint8_t *Data, size_t Size, size_t MaxSize) { in Mutate_AddWordFromPersistentAutoDictionary() [all …]
|
| /external/rust/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 …]
|
| /external/rust/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 …]
|
| /external/rust/crates/h2/src/frame/ |
| D | data.rs | 12 pub struct Data<T = Bytes> { struct 15 flags: DataFlags, argument 26 impl<T> Data<T> { impl 119 impl Data<Bytes> { impl 144 impl<T: Buf> Data<T> { implementation 166 impl<T> fmt::Debug for Data<T> { implementation
|
| /external/angle/src/tests/gl_tests/ |
| D | CopyCompressedTextureTest.cpp | 157 struct Data in TEST_P() struct 159 GLint format; in TEST_P() 160 const uint8_t *data; in TEST_P() 161 GLsizei dataSize; in TEST_P() 163 Data() : Data(GL_NONE, nullptr, 0) {} in TEST_P() argument 164 Data(GLint format, const uint8_t *data, GLsizei dataSize) in TEST_P() function
|
| /external/swiftshader/third_party/marl/include/marl/ |
| D | waitgroup.h | 68 struct Data { struct 75 const std::shared_ptr<Data> data; argument 78 WaitGroup::Data::Data(Allocator* allocator) : cv(allocator) {} in Data() function
|
| /external/cronet/third_party/libc++/src/test/std/utilities/expected/expected.expected/assign/ |
| D | emplace.intializer_list.pass.cpp | 49 struct Data { struct 53 constexpr Data(std::initializer_list<int>& l, int ii) noexcept : il(l), i(ii) {} in Data() argument
|
| /external/rust/crates/http-body/src/ |
| D | lib.rs | 50 type Data: Buf; typedef 59 ) -> Poll<Option<Result<Self::Data, Self::Error>>>; in poll_data() 133 fn boxed(self) -> BoxBody<Self::Data, Self::Error> in boxed() 141 fn boxed_unsync(self) -> UnsyncBoxBody<Self::Data, Self::Error> in boxed_unsync() 150 type Data = T::Data; typedef 156 ) -> Poll<Option<Result<Self::Data, Self::Error>>> { in poll_data() 181 type Data = <<P as ops::Deref>::Target as Body>::Data; typedef 187 ) -> Poll<Option<Result<Self::Data, Self::Error>>> { in poll_data() 208 type Data = T::Data; typedef 214 ) -> Poll<Option<Result<Self::Data, Self::Error>>> { in poll_data() [all …]
|
| /external/sandboxed-api/oss-internship-2020/libpng/examples/ |
| D | example2.cc | 21 struct Data { struct 31 absl::StatusOr<Data> ReadPng(LibPNGApi& api, absl::string_view infile) { in ReadPng() argument
|
| /external/libchrome/base/ |
| D | scoped_generic.h | 63 struct Data : public Traits { struct 64 explicit Data(const T& in) : generic(in) {} in Data() function 65 Data(const T& in, const Traits& other) : Traits(other), generic(in) {} in Data() function 66 T generic;
|
| /external/sandboxed-api/oss-internship-2020/libpng/tests/ |
| D | extended_test.cc | 34 struct Data { struct 35 int width; 36 int height; 37 uint8_t color_type; 38 uint8_t bit_depth; 39 int number_of_passes; 40 size_t rowbytes; 41 std::unique_ptr<sapi::v::Array<uint8_t>> row_pointers;
|