/external/libprotobuf-mutator/src/ |
D | field_instance.h | 100 void Load(int32_t* value) const { in Load() function 106 void Load(int64_t* value) const { in Load() function 112 void Load(uint32_t* value) const { in Load() function 118 void Load(uint64_t* value) const { in Load() function 124 void Load(double* value) const { in Load() function 130 void Load(float* value) const { in Load() function 136 void Load(bool* value) const { in Load() function 142 void Load(Enum* value) const { in Load() function 152 void Load(std::string* value) const { in Load() function 158 void Load(std::unique_ptr<protobuf::Message>* value) const { in Load() function
|
/external/rust/android-crates-io/crates/tower/src/load/ |
D | mod.rs | 80 pub trait Load { trait
|
/external/libbrillo/brillo/ |
D | osrelease_reader.cc | 14 void OsReleaseReader::Load() { in Load() function in brillo::OsReleaseReader 28 void OsReleaseReader::Load(const base::FilePath& root_dir) { in Load() function in brillo::OsReleaseReader
|
/external/gemmlowp/test/ |
D | test_fixedpoint.cc | 34 T Load(const typename FixedPointRawTypeTraits<T>::ScalarRawType* src) { in Load() function 43 int32x4_t Load<int32x4_t>(const std::int32_t* src) { in Load() function 47 int16x8_t Load<int16x8_t>(const std::int16_t* src) { in Load() function 61 __m128i Load<__m128i>(const std::int32_t* src) { in Load() function 69 int16x8_m128i Load<int16x8_m128i>(const std::int16_t* src) { in Load() function 80 v4i32 Load<v4i32>(const std::int32_t* src) { in Load() function 84 v8i16 Load<v8i16>(const std::int16_t* src) { in Load() function 99 __m256i Load<__m256i>(const std::int32_t* src) { in Load() function 104 int16x16_m256i Load<int16x16_m256i>(const std::int16_t* src) { in Load() function
|
/external/lzma/CPP/Windows/ |
D | DLL.cpp | 45 bool CLibrary::Load(CFSTR path) throw() in Load() function in NWindows::NDLL::CLibrary 141 bool CLibrary::Load(CFSTR path) throw() in Load() function in NWindows::NDLL::CLibrary
|
/external/cronet/stable/net/disk_cache/blockfile/ |
D | storage_block-inl.h | 126 template<typename T> bool StorageBlock<T>::Load() { in Load() function 152 template<typename T> bool StorageBlock<T>::Load(FileIOCallback* callback, in Load() function
|
D | mapped_file.cc | 14 bool MappedFile::Load(const FileBlock* block) { in Load() function in disk_cache::MappedFile
|
/external/cronet/tot/net/disk_cache/blockfile/ |
D | storage_block-inl.h | 126 template<typename T> bool StorageBlock<T>::Load() { in Load() function 152 template<typename T> bool StorageBlock<T>::Load(FileIOCallback* callback, in Load() function
|
D | mapped_file.cc | 14 bool MappedFile::Load(const FileBlock* block) { in Load() function in disk_cache::MappedFile
|
/external/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/ |
D | data_access.py | 101 def Load(cls, filepath): member in AudioProcConfigFile 133 def Load(cls, filepath): member in ScoreFile
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | ScalarizeMaskedMemIntrin.cpp | 169 LoadInst *Load = Builder.CreateAlignedLoad(EltTy, Gep, AlignVal); in scalarizeMaskedLoad() local 213 LoadInst *Load = Builder.CreateAlignedLoad(EltTy, Gep, AlignVal); in scalarizeMaskedLoad() local 417 LoadInst *Load = in scalarizeMaskedGather() local 462 LoadInst *Load = in scalarizeMaskedGather() local 627 LoadInst *Load = in scalarizeMaskedExpandLoad() local 673 LoadInst *Load = Builder.CreateAlignedLoad(EltTy, Ptr, 1); in scalarizeMaskedExpandLoad() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Passes/ |
D | PassPlugin.cpp | 16 Expected<PassPlugin> PassPlugin::Load(const std::string &Filename) { in Load() function in PassPlugin
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/ |
D | PassPlugin.cpp | 16 Expected<PassPlugin> PassPlugin::Load(const std::string &Filename) { in Load() function in PassPlugin
|
/external/grpc-grpc/src/core/lib/config/ |
D | config_vars_non_generated.cc | 26 const ConfigVars& ConfigVars::Load() { in Load() function in grpc_core::ConfigVars
|
/external/openscreen/third_party/abseil/src/absl/time/internal/cctz/src/ |
D | time_zone_if.cc | 26 std::unique_ptr<TimeZoneIf> TimeZoneIf::Load(const std::string& name) { in Load() function in absl::time_internal::cctz::TimeZoneIf
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/config/ |
D | config_vars_non_generated.cc | 28 const ConfigVars& ConfigVars::Load() { in Load() function in grpc_core::ConfigVars
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/time/internal/cctz/src/ |
D | time_zone_if.cc | 26 std::unique_ptr<TimeZoneIf> TimeZoneIf::Load(const std::string& name) { in Load() function in absl::time_internal::cctz::TimeZoneIf
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUAnnotateUniformValues.cpp | 86 bool AMDGPUAnnotateUniformValues::isClobberedInFunction(LoadInst * Load) { in isClobberedInFunction() 127 auto isGlobalLoad = [&](LoadInst &Load)->bool { in visitLoadInst()
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_function.cpp | 43 std::unique_ptr<CPDF_Function> CPDF_Function::Load( in Load() function in CPDF_Function 50 std::unique_ptr<CPDF_Function> CPDF_Function::Load( in Load() function in CPDF_Function
|
/external/llvm/tools/llvm-readobj/ |
D | MachODumper.cpp | 679 for (const auto &Load : Obj->load_commands()) { in printMachODataInCode() local 701 for (const auto &Load : Obj->load_commands()) { in printMachOVersionMin() local 746 for (const auto &Load : Obj->load_commands()) { in printMachODysymtab() local 773 for (const auto &Load : Obj->load_commands()) { in printMachOSegment() local 794 for (const auto &Load : Obj->load_commands()) { in printMachOIndirectSymbols() local 810 for (const auto &Load : Obj->load_commands()) { in printMachOLinkerOptions() local
|
/external/swiftshader/tests/regres/testlist/ |
D | testlist.go | 51 func (g *Group) Load() error { func 129 func Load(root, jsonPath string) (Lists, error) { func
|
/external/libchrome/components/policy/core/common/ |
D | fake_async_policy_loader.cc | 18 std::unique_ptr<PolicyBundle> FakeAsyncPolicyLoader::Load() { in Load() function in policy::FakeAsyncPolicyLoader
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ValueLatticeUtils.cpp | 35 } else if (auto *Load = dyn_cast<LoadInst>(U)) { in canTrackGlobalVariableInterprocedurally() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
D | ValueLatticeUtils.cpp | 37 if (auto *Load = dyn_cast<LoadInst>(U)) in canTrackGlobalVariableInterprocedurally() local
|
/external/lzma/CPP/7zip/UI/Common/ |
D | ZipRegistry.cpp | 140 void CInfo::Load() in Load() function in NExtract::CInfo 307 void CInfo::Load() in Load() function in NCompression::CInfo 507 void CInfo::Load() in Load() function in NWorkDir::CInfo 562 void CContextMenuInfo::Load() in Load() function in CContextMenuInfo
|