| /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/v8/src/crankshaft/arm64/ |
| D | lithium-gap-resolver-arm64.cc | 161 __ Load(SavedValueRegister(), cgen_->ToMemOperand(source)); in BreakCycle() local 165 __ Load(SavedFPValueRegister(), cgen_->ToMemOperand(source)); in BreakCycle() local 220 __ Load(cgen_->ToRegister(destination), source_operand); in EmitMove() local 279 __ Load(cgen_->ToDoubleRegister(destination), src); in EmitMove() local
|
| /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/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/lib/Target/Sparc/ |
| D | SparcInstrInfo.h | 31 Load = (1<<1), enumerator
|
| /external/pdfium/core/fpdfapi/page/ |
| D | cpdf_tilingpattern.cpp | 34 bool CPDF_TilingPattern::Load() { in Load() function in CPDF_TilingPattern
|
| D | cpdf_shadingpattern.cpp | 66 bool CPDF_ShadingPattern::Load() { in Load() function in CPDF_ShadingPattern
|
| /external/llvm/lib/Target/Sparc/ |
| D | SparcInstrInfo.h | 33 Load = (1<<1), enumerator
|
| /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/antlr/antlr-3.4/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/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
| D | ANTLRFileStream.cs | 101 public virtual void Load(string fileName, Encoding encoding) in Load() method in Antlr.Runtime.ANTLRFileStream
|
| 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
|
| /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/skqp/src/opts/ |
| D | SkNx_neon.h | 34 AI static SkNx Load(const void* ptr) { return vld1_f32((const float*)ptr); } in Load() function 129 AI static SkNx Load(const void* ptr) { return vld1q_f32((const float*)ptr); } in Load() function 259 AI static SkNx Load(const void* ptr) { return vld1_u16((const uint16_t*)ptr); } in Load() function 316 AI static SkNx Load(const void* ptr) { return vld1q_u16((const uint16_t*)ptr); } in Load() function 367 AI static SkNx Load(const void* ptr) { in Load() function 396 AI static SkNx Load(const void* ptr) { return vld1_u8((const uint8_t*)ptr); } in Load() function 422 AI static SkNx Load(const void* ptr) { return vld1q_u8((const uint8_t*)ptr); } in Load() function 458 AI static SkNx Load(const void* ptr) { in Load() function 516 AI static SkNx Load(const void* ptr) { in Load() function
|
| D | SkNx_sse.h | 25 AI static SkNx Load(const void* ptr) { in Load() function 91 AI static SkNx Load(const void* ptr) { return _mm_loadu_ps((const float*)ptr); } in Load() function 200 AI static SkNx Load(const void* ptr) { return _mm_loadu_si128((const __m128i*)ptr); } in Load() function 270 AI static SkNx Load(const void* ptr) { return _mm_loadu_si128((const __m128i*)ptr); } in Load() function 324 AI static SkNx Load(const void* ptr) { return _mm_loadl_epi64((const __m128i*)ptr); } in Load() function 393 AI static SkNx Load(const void* ptr) { return _mm_loadu_si128((const __m128i*)ptr); } in Load() function 498 AI static SkNx Load(const void* ptr) { return _mm_cvtsi32_si128(*(const int*)ptr); } in Load() function 519 AI static SkNx Load(const void* ptr) { return _mm_loadl_epi64((const __m128i*)ptr); } in Load() function 559 AI static SkNx Load(const void* ptr) { return _mm_loadu_si128((const __m128i*)ptr); } in Load() function
|
| /external/skia/src/opts/ |
| D | SkNx_neon.h | 34 AI static SkNx Load(const void* ptr) { return vld1_f32((const float*)ptr); } in Load() function 139 AI static SkNx Load(const void* ptr) { return vld1q_f32((const float*)ptr); } in Load() function 269 AI static SkNx Load(const void* ptr) { return vld1_u16((const uint16_t*)ptr); } in Load() function 326 AI static SkNx Load(const void* ptr) { return vld1q_u16((const uint16_t*)ptr); } in Load() function 377 AI static SkNx Load(const void* ptr) { in Load() function 406 AI static SkNx Load(const void* ptr) { return vld1_u8((const uint8_t*)ptr); } in Load() function 432 AI static SkNx Load(const void* ptr) { return vld1q_u8((const uint8_t*)ptr); } in Load() function 468 AI static SkNx Load(const void* ptr) { in Load() function 526 AI static SkNx Load(const void* ptr) { in Load() function
|
| D | SkNx_sse.h | 25 AI static SkNx Load(const void* ptr) { in Load() function 98 AI static SkNx Load(const void* ptr) { return _mm_loadu_ps((const float*)ptr); } in Load() function 207 AI static SkNx Load(const void* ptr) { return _mm_loadu_si128((const __m128i*)ptr); } in Load() function 277 AI static SkNx Load(const void* ptr) { return _mm_loadu_si128((const __m128i*)ptr); } in Load() function 331 AI static SkNx Load(const void* ptr) { return _mm_loadl_epi64((const __m128i*)ptr); } in Load() function 400 AI static SkNx Load(const void* ptr) { return _mm_loadu_si128((const __m128i*)ptr); } in Load() function 505 AI static SkNx Load(const void* ptr) { return _mm_cvtsi32_si128(*(const int*)ptr); } in Load() function 526 AI static SkNx Load(const void* ptr) { return _mm_loadl_epi64((const __m128i*)ptr); } in Load() function 566 AI static SkNx Load(const void* ptr) { return _mm_loadu_si128((const __m128i*)ptr); } in Load() function
|
| /external/webrtc/webrtc/base/ |
| D | latebindingsymboltable.cc | 78 bool LateBindingSymbolTable::Load() { in Load() function in rtc::LateBindingSymbolTable
|
| /external/pdfium/core/fpdfapi/render/ |
| D | cpdf_charposlist.cpp | 21 void CPDF_CharPosList::Load(const std::vector<uint32_t>& charCodes, in Load() function in CPDF_CharPosList
|
| /external/v8/src/ |
| D | startup-data-util.cc | 45 void Load(const char* blob_file, v8::StartupData* startup_data, in Load() function
|