/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 151 void Load(std::string* value) const { in Load() function 157 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/mesa3d/src/gallium/drivers/swr/rasterizer/memory/ |
D | LoadTile.h | 106 INLINE static void Load( in Load() function 148 static void Load( in Load() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Passes/ |
D | PassPlugin.cpp | 17 Expected<PassPlugin> PassPlugin::Load(const std::string &Filename) { in Load() function in PassPlugin
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Vectorize/ |
D | VPlanHCFGTest.cpp | 64 VPInstruction *Load = dyn_cast<VPInstruction>(&*Iter++); in TEST_F() local 143 auto *Load = dyn_cast<VPWidenMemoryInstructionRecipe>(&*Iter++); in TEST_F() local
|
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/ |
D | SparcInstrInfo.h | 31 Load = (1<<1), enumerator
|
/external/pdfium/core/fpdfapi/font/ |
D | cpdf_cid2unicodemap.cpp | 33 void CPDF_CID2UnicodeMap::Load(CPDF_CMapManager* pMgr, in Load() function in CPDF_CID2UnicodeMap
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ValueLatticeUtils.cpp | 36 } else if (auto *Load = dyn_cast<LoadInst>(U)) { in canTrackGlobalVariableInterprocedurally() local
|
/external/llvm/lib/Target/Sparc/ |
D | SparcInstrInfo.h | 33 Load = (1<<1), enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/ |
D | SparcInstrInfo.h | 33 Load = (1<<1), enumerator
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_tilingpattern.cpp | 34 bool CPDF_TilingPattern::Load() { in Load() function in CPDF_TilingPattern
|
/external/skia/src/core/ |
D | SkFixed15.h | 24 static SkFixed15 Load(uint16_t val) { in Load() function
|
/external/skqp/src/core/ |
D | SkFixed15.h | 24 static SkFixed15 Load(uint16_t val) { in Load() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUAnnotateUniformValues.cpp | 88 bool AMDGPUAnnotateUniformValues::isClobberedInFunction(LoadInst * Load) { in isClobberedInFunction() 135 auto isGlobalLoad = [&](LoadInst &Load)->bool { in visitLoadInst()
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | ANTLRFileStream.cs | 63 public virtual void Load( string fileName, Encoding encoding ) in Load() method in Antlr.Runtime.ANTLRFileStream
|
D | ANTLRReaderStream.cs | 67 public virtual void Load( TextReader r, int size, int readChunkSize ) in Load() method in Antlr.Runtime.ANTLRReaderStream
|
/external/tensorflow/tensorflow/contrib/tensor_forest/hybrid/python/ops/ |
D | training_ops.py | 284 def Load(): function
|
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_hint_tables_unittest.cpp | 43 TEST_F(CPDF_HintTablesTest, Load) { in TEST_F() argument
|
/external/skia/include/private/ |
D | SkVx.h | 65 static Vec Load(const void* ptr) { in Load() function
|
D | SkNx_neon.h | 39 AI static SkNx Load(const void* ptr) { return vld1_f32((const float*)ptr); } in Load() function 173 AI static SkNx Load(const void* ptr) { return vld1q_f32((const float*)ptr); } in Load() function 329 AI static SkNx Load(const void* ptr) { return vld1_u16((const uint16_t*)ptr); } in Load() function 386 AI static SkNx Load(const void* ptr) { return vld1q_u16((const uint16_t*)ptr); } in Load() function 437 AI static SkNx Load(const void* ptr) { in Load() function 466 AI static SkNx Load(const void* ptr) { return vld1_u8((const uint8_t*)ptr); } in Load() function 492 AI static SkNx Load(const void* ptr) { return vld1q_u8((const uint8_t*)ptr); } in Load() function 529 AI static SkNx Load(const void* ptr) { in Load() function 587 AI static SkNx Load(const void* ptr) { in Load() 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-7.0/llvm/tools/llvm-readobj/ |
D | MachODumper.cpp | 708 for (const auto &Load : Obj->load_commands()) { in printMachODataInCode() local 730 for (const auto &Load : Obj->load_commands()) { in printMachOVersionMin() local 793 for (const auto &Load : Obj->load_commands()) { in printMachODysymtab() local 820 for (const auto &Load : Obj->load_commands()) { in printMachOSegment() local 841 for (const auto &Load : Obj->load_commands()) { in printMachOIndirectSymbols() local 857 for (const auto &Load : Obj->load_commands()) { in printMachOLinkerOptions() local
|
/external/skqp/include/private/ |
D | SkNx_neon.h | 39 AI static SkNx Load(const void* ptr) { return vld1_f32((const float*)ptr); } in Load() function 173 AI static SkNx Load(const void* ptr) { return vld1q_f32((const float*)ptr); } in Load() function 329 AI static SkNx Load(const void* ptr) { return vld1_u16((const uint16_t*)ptr); } in Load() function 386 AI static SkNx Load(const void* ptr) { return vld1q_u16((const uint16_t*)ptr); } in Load() function 437 AI static SkNx Load(const void* ptr) { in Load() function 466 AI static SkNx Load(const void* ptr) { return vld1_u8((const uint8_t*)ptr); } in Load() function 492 AI static SkNx Load(const void* ptr) { return vld1q_u8((const uint8_t*)ptr); } in Load() function 529 AI static SkNx Load(const void* ptr) { in Load() function 587 AI static SkNx Load(const void* ptr) { in Load() function
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | ANTLRReaderStream.cs | 62 public virtual void Load(TextReader r, int size, int readChunkSize) { in Load() method in Antlr.Runtime.ANTLRReaderStream
|
/external/lzma/CPP/Windows/ |
D | DLL.cpp | 43 bool CLibrary::Load(CFSTR path) throw() in Load() function in NWindows::NDLL::CLibrary
|