/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/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/mesa3d/src/gallium/drivers/swr/rasterizer/memory/ |
D | LoadTile.h | 90 INLINE static void Load( in Load() function 132 static void Load( in Load() function
|
/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/pdfium/core/fpdfapi/page/ |
D | cpdf_function.cpp | 24 std::unique_ptr<CPDF_Function> CPDF_Function::Load( in Load() function in CPDF_Function 31 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/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/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/skia/include/private/ |
D | SkNx_neon.h | 39 AI static SkNx Load(const void* ptr) { return vld1_f32((const float*)ptr); } in Load() function 162 AI static SkNx Load(const void* ptr) { return vld1q_f32((const float*)ptr); } in Load() function 307 AI static SkNx Load(const void* ptr) { return vld1_u16((const uint16_t*)ptr); } in Load() function 364 AI static SkNx Load(const void* ptr) { return vld1q_u16((const uint16_t*)ptr); } in Load() function 415 AI static SkNx Load(const void* ptr) { in Load() function 444 AI static SkNx Load(const void* ptr) { return vld1_u8((const uint8_t*)ptr); } in Load() function 470 AI static SkNx Load(const void* ptr) { return vld1q_u8((const uint8_t*)ptr); } in Load() function 507 AI static SkNx Load(const void* ptr) { in Load() function 565 AI static SkNx Load(const void* ptr) { in Load() function
|
D | SkNx_sse.h | 44 AI static SkNx Load(const void* ptr) { in Load() function 134 AI static SkNx Load(const void* ptr) { return _mm_loadu_ps((const float*)ptr); } in Load() function 246 AI static SkNx Load(const void* ptr) { return _mm_loadu_si128((const __m128i*)ptr); } in Load() function 316 AI static SkNx Load(const void* ptr) { return _mm_loadl_epi64((const __m128i*)ptr); } in Load() function 363 AI static SkNx Load(const void* ptr) { return _mm_loadu_si128((const __m128i*)ptr); } in Load() function 420 AI static SkNx Load(const void* ptr) { return _mm_loadl_epi64((const __m128i*)ptr); } in Load() function 490 AI static SkNx Load(const void* ptr) { return _mm_loadu_si128((const __m128i*)ptr); } in Load() function 595 AI static SkNx Load(const void* ptr) { return _mm_cvtsi32_si128(*(const int*)ptr); } in Load() function 616 AI static SkNx Load(const void* ptr) { return _mm_loadl_epi64((const __m128i*)ptr); } in Load() function 658 AI static SkNx Load(const void* ptr) { return _mm_loadu_si128((const __m128i*)ptr); } in Load() function
|
/external/swiftshader/tests/regres/testlist/ |
D | testlist.go | 52 func (g *Group) Load() error { func 130 func Load(root, jsonPath string) (Lists, error) { func
|
/external/rust/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/libtextclassifier/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/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/angle/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/webrtc/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/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/tensorflow/tensorflow/cc/experimental/libtf/runtime/ |
D | runtime.cc | 169 auto Load = [](Object self, String name) -> Object { in Runtime() local 179 tensorflow::StatusOr<Object> Runtime::Load(const String& name) { in Load() function in tf::libtf::runtime::Runtime
|
/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/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/Transforms/Utils/ |
D | LowerMemIntrinsics.cpp | 75 Value *Load = LoopBuilder.CreateLoad(LoopOpType, SrcGEP, SrcIsVolatile); in createMemCpyLoopKnownSize() local 117 Value *Load = RBuilder.CreateLoad(OpTy, SrcGEP, SrcIsVolatile); in createMemCpyLoopKnownSize() local 184 Value *Load = LoopBuilder.CreateLoad(LoopOpType, SrcGEP, SrcIsVolatile); in createMemCpyLoopUnknownSize() local 237 Value *Load = ResBuilder.CreateLoad(Int8Type, SrcGEP, SrcIsVolatile); in createMemCpyLoopUnknownSize() local
|
/external/llvm/lib/Target/Sparc/ |
D | SparcInstrInfo.h | 33 Load = (1<<1), enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
D | SparcInstrInfo.h | 32 Load = (1<<1), enumerator
|