| /external/v8/src/arm64/ |
| D | lithium-gap-resolver-arm64.cc | 163 __ Load(SavedValueRegister(), cgen_->ToMemOperand(source)); in BreakCycle() local 167 __ Load(SavedFPValueRegister(), cgen_->ToMemOperand(source)); in BreakCycle() local 222 __ Load(cgen_->ToRegister(destination), source_operand); in EmitMove() local 281 __ Load(cgen_->ToDoubleRegister(destination), src); in EmitMove() local
|
| D | delayed-masm-arm64.cc | 100 void DelayedMasm::Load(const CPURegister& rd, const MemOperand& operand) { in Load() function in v8::internal::DelayedMasm
|
| /external/v8/test/cctest/ |
| D | test-macro-assembler-x87.cc | 76 __ Load(ebx, Operand(esp, 0 * kPointerSize), Representation::UInteger8()); in TEST() local 90 __ Load(ebx, Operand(esp, 0 * kPointerSize), Representation::Integer8()); in TEST() local 104 __ Load(edx, Operand(esp, 0 * kPointerSize), Representation::Integer16()); in TEST() local 118 __ Load(edx, Operand(esp, 0 * kPointerSize), Representation::UInteger16()); in TEST() local
|
| D | test-macro-assembler-ia32.cc | 76 __ Load(ebx, Operand(esp, 0 * kPointerSize), Representation::UInteger8()); in TEST() local 90 __ Load(ebx, Operand(esp, 0 * kPointerSize), Representation::Integer8()); in TEST() local 104 __ Load(edx, Operand(esp, 0 * kPointerSize), Representation::Integer16()); in TEST() local 118 __ Load(edx, Operand(esp, 0 * kPointerSize), Representation::UInteger16()); in TEST() local
|
| D | test-macro-assembler-arm.cc | 163 __ Load(r3, MemOperand(sp, 0 * kPointerSize), Representation::UInteger8()); in TEST() local 178 __ Load(r3, MemOperand(sp, 0 * kPointerSize), Representation::Integer8()); in TEST() local 193 __ Load(r3, MemOperand(sp, 0 * kPointerSize), Representation::UInteger16()); in TEST() local 208 __ Load(r3, MemOperand(sp, 0 * kPointerSize), Representation::Integer16()); in TEST() local
|
| D | test-atomicops.cc | 305 TEST(Load) { in TEST() argument
|
| /external/lzma/CPP/Windows/ |
| D | DLL.cpp | 46 bool CLibrary::Load(LPCTSTR fileName) in Load() function in NWindows::NDLL::CLibrary 66 bool CLibrary::Load(LPCWSTR fileName) in Load() function in NWindows::NDLL::CLibrary
|
| /external/skia/src/opts/ |
| D | SkNx_sse.h | 59 static SkNf Load(const float vals[2]) { in Load() function 106 static SkNf Load(const double vals[2]) { return _mm_loadu_pd(vals); } in Load() function 150 static SkNi Load(const int vals[4]) { return _mm_loadu_si128((const __m128i*)vals); } in Load() function 189 static SkNf Load(const float vals[4]) { return _mm_loadu_ps(vals); } in Load() function 235 static SkNi Load(const uint16_t vals[4]) { return _mm_loadl_epi64((const __m128i*)vals); } in Load() function 262 static SkNi Load(const uint16_t vals[8]) { return _mm_loadu_si128((const __m128i*)vals); } in Load() function 299 static SkNi Load(const uint8_t vals[16]) { return _mm_loadu_si128((const __m128i*)vals); } in Load() function
|
| D | SkNx_neon.h | 69 static SkNf Load(const float vals[2]) { return vld1_f32(vals); } in Load() function 153 static SkNf Load(const double vals[2]) { return vld1q_f64(vals); } in Load() function 216 static SkNi Load(const int vals[4]) { return vld1q_s32(vals); } in Load() function 244 static SkNf Load(const float vals[4]) { return vld1q_f32(vals); } in Load() function 316 static SkNi Load(const uint16_t vals[8]) { return vld1q_u16(vals); } in Load() function 349 static SkNi Load(const uint8_t vals[16]) { return vld1q_u8(vals); } in Load() function
|
| /external/pdfium/core/src/fpdfapi/fpdf_page/ |
| D | fpdf_page_pattern.cpp | 42 FX_BOOL CPDF_TilingPattern::Load() in Load() function in CPDF_TilingPattern 109 FX_BOOL CPDF_ShadingPattern::Load() in Load() function in CPDF_ShadingPattern 157 FX_BOOL CPDF_MeshStream::Load(CPDF_Stream* pShadingStream, CPDF_Function** pFuncs, int nFuncs, CPDF… in Load() function in CPDF_MeshStream
|
| /external/llvm/lib/Target/Sparc/ |
| D | SparcInstrInfo.h | 33 Load = (1<<1), enumerator
|
| /external/v8/test/mjsunit/ |
| D | dictionary-properties.js | 23 function Load(o) { class
|
| /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/v8/test/mjsunit/compiler/ |
| D | property-refs.js | 30 function Load(o) { class
|
| /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/skia/src/core/ |
| D | SkNx.h | 44 static SkNi Load(const T vals[N]) { in Load() function 98 static SkNf Load(const T vals[N]) { in Load() function 173 static SkNi Load(const T vals[1]) { return SkNi(vals[0]); } in Load() function 211 static SkNf Load(const T vals[1]) { return SkNf(vals[0]); } in Load() function
|
| /external/icu/icu4c/source/test/depstest/ |
| D | dependencies.py | 140 def Load(): function
|
| /external/llvm/lib/Transforms/ObjCARC/ |
| D | ObjCARCContract.cpp | 195 static StoreInst *findSafeStoreForStoreStrongContraction(LoadInst *Load, in findSafeStoreForStoreStrongContraction() 335 auto *Load = dyn_cast<LoadInst>(GetArgRCIdentityRoot(Release)); in tryToContractReleaseIntoStoreStrong() local
|
| /external/llvm/lib/Analysis/ |
| D | Delinearization.cpp | 74 if (LoadInst *Load = dyn_cast<LoadInst>(&Inst)) in getPointerOperand() local
|
| /external/opencv/otherlibs/highgui/ |
| D | image.cpp | 132 bool CvvImage::Load( const char* filename, int desired_color ) in Load() function in CvvImage
|
| /external/llvm/lib/Target/R600/ |
| D | SITypeRewriter.cpp | 88 LoadInst *Load = Builder.CreateLoad(BitCast); in visitLoadInst() local
|
| /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/tvcm/ |
| D | html_module.py | 37 def Load(self): member in HTMLModule
|
| /external/llvm/unittests/Linker/ |
| D | LinkModulesTest.cpp | 80 Value *Load = Builder.CreateLoad(GEP, "switch.load"); in TEST_F() local
|