HomeSort by relevance Sort by last modified time
    Searched defs:Load (Results 101 - 125 of 274) sorted by null

1 2 3 45 6 7 8 91011

  /external/python/cpython3/Lib/idlelib/
config.py 74 def Load(self):
75 "Load the configuration file from disk."
756 "Load all configuration files."
758 self.defaultCfg[key].Load()
759 self.userCfg[key].Load() #same keys
    [all...]
  /external/python/cpython3/PC/
pyshellext.cpp 419 STDMETHODIMP Load(LPCOLESTR pszFileName, DWORD dwMode) {
423 OutputDebugString(L"PyShellExt::Load");
428 OutputDebugString(L"PyShellExt::Load - failed to get string length");
441 OutputDebugString(L"PyShellExt::Load - E_OUTOFMEMORY");
446 OutputDebugString(L"PyShellExt::Load - E_OUTOFMEMORY");
452 OutputDebugString(L"PyShellExt::Load - failed to copy string");
458 OutputDebugString(L"PyShellExt::Load - failed to copy string");
462 OutputDebugStringW(L"PyShellExt::Load - failed to remove filespec from target");
468 OutputDebugString(L"PyShellExt::Load - S_OK");
  /external/skia/src/opts/
SkXfermode_opts.h 245 Sk4f d = Load(dst),
246 s = Load(src),
255 static Sk4f Load(SkPMColor c) {
256 return SkNx_cast<float>(Sk4b::Load(&c)) * Sk4f(1.0f/255);
SkNx_neon.h 34 AI static SkNx Load(const void* ptr) { return vld1_f32((const float*)ptr); }
139 AI static SkNx Load(const void* ptr) { return vld1q_f32((const float*)ptr); }
269 AI static SkNx Load(const void* ptr) { return vld1_u16((const uint16_t*)ptr); }
326 AI static SkNx Load(const void* ptr) { return vld1q_u16((const uint16_t*)ptr); }
377 AI static SkNx Load(const void* ptr) {
406 AI static SkNx Load(const void* ptr) { return vld1_u8((const uint8_t*)ptr); }
432 AI static SkNx Load(const void* ptr) { return vld1q_u8((const uint8_t*)ptr); }
468 AI static SkNx Load(const void* ptr) {
526 AI static SkNx Load(const void* ptr) {
578 return SkNx_cast<float>(Sk4i::Load(&src))
    [all...]
  /external/skqp/src/opts/
SkXfermode_opts.h 245 Sk4f d = Load(dst),
246 s = Load(src),
255 static Sk4f Load(SkPMColor c) {
256 return SkNx_cast<float>(Sk4b::Load(&c)) * Sk4f(1.0f/255);
SkNx_neon.h 34 AI static SkNx Load(const void* ptr) { return vld1_f32((const float*)ptr); }
129 AI static SkNx Load(const void* ptr) { return vld1q_f32((const float*)ptr); }
259 AI static SkNx Load(const void* ptr) { return vld1_u16((const uint16_t*)ptr); }
316 AI static SkNx Load(const void* ptr) { return vld1q_u16((const uint16_t*)ptr); }
367 AI static SkNx Load(const void* ptr) {
396 AI static SkNx Load(const void* ptr) { return vld1_u8((const uint8_t*)ptr); }
422 AI static SkNx Load(const void* ptr) { return vld1q_u8((const uint8_t*)ptr); }
458 AI static SkNx Load(const void* ptr) {
516 AI static SkNx Load(const void* ptr) {
568 return SkNx_cast<float>(Sk4i::Load(&src))
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
PVRTPFXParserAPI.cpp 70 @Function Load
75 @Returns EPVRTError PVR_SUCCESS if load succeeded
79 EPVRTError CPVRTPFXEffect::Load(CPVRTPFXParser &src, const char * const pszEffect, const char * const pszFileName,
101 // --- Now load the effect
127 // Load the shaders
135 // Load the requested textures
175 *pReturnError += PVRTStringFromFormattedStr("ERROR: Failed to load texture: %s.\n", pTexDesc->FileName.c_str());
281 // Try first to load from the binary block
288 // success loading the binary block so we do not need to load the source
298 // If it fails, load from sourc
    [all...]
  /external/v8/samples/
shell.cc 56 void Load(const v8::FunctionCallbackInfo<v8::Value>& args);
120 // Bind the global 'load' function to the C++ Load callback.
122 isolate, "load", v8::NewStringType::kNormal).ToLocalChecked(),
123 v8::FunctionTemplate::New(isolate, Load));
187 // The callback that is invoked by v8 whenever the JavaScript 'load'
190 void Load(const v8::FunctionCallbackInfo<v8::Value>& args) {
292 // Use all other arguments as names of files to load and run.
  /external/v8/src/compiler/
graph-assembler.cc 136 Node* GraphAssembler::Load(MachineType rep, Node* object, Node* offset) {
138 graph()->NewNode(machine()->Load(rep), object, offset,
  /external/v8/tools/
presubmit.py 112 def Load(self):
117 self.sums = pickle.load(sums_file)
245 good_files_cache.Load()
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
configHandler.py 65 def Load(self):
67 Load the configuration file from disk
687 load all configuration files.
690 self.defaultCfg[key].Load()
691 self.userCfg[key].Load() #same keys
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
configHandler.py 65 def Load(self):
67 Load the configuration file from disk
687 load all configuration files.
690 self.defaultCfg[key].Load()
691 self.userCfg[key].Load() #same keys
  /prebuilts/go/darwin-x86/src/cmd/link/internal/loadmacho/
ldmacho.go 426 // Load loads the Mach-O file pn from f.
428 func Load(arch *sys.Arch, syms *sym.Symbols, f *bio.Reader, pkg string, length int64, pn string) (textp []*sym.Symbol, err error) {
496 // read and parse load commands
526 return errorf("multiple load commands")
533 // load text and data segments into memory.
534 // they are not as small as the load commands, but we'll need
538 return errorf("no load command")
547 return errorf("load segment out of range")
551 return errorf("cannot load object data: seek failed")
555 return errorf("cannot load object data: %v", err
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/loadmacho/
ldmacho.go 426 // Load loads the Mach-O file pn from f.
428 func Load(arch *sys.Arch, syms *sym.Symbols, f *bio.Reader, pkg string, length int64, pn string) (textp []*sym.Symbol, err error) {
496 // read and parse load commands
526 return errorf("multiple load commands")
533 // load text and data segments into memory.
534 // they are not as small as the load commands, but we'll need
538 return errorf("no load command")
547 return errorf("load segment out of range")
551 return errorf("cannot load object data: seek failed")
555 return errorf("cannot load object data: %v", err
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configHandler.py 65 def Load(self):
67 Load the configuration file from disk
687 load all configuration files.
690 self.defaultCfg[key].Load()
691 self.userCfg[key].Load() #same keys
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configHandler.py 65 def Load(self):
67 Load the configuration file from disk
687 load all configuration files.
690 self.defaultCfg[key].Load()
691 self.userCfg[key].Load() #same keys
  /art/compiler/utils/arm64/
jni_macro_assembler_arm64.cc 194 // Load routines.
238 // Note: We can extend this member by adding load type info - see
239 // sign extended A64 load variants.
253 void Arm64JNIMacroAssembler::Load(Arm64ManagedRegister dest,
281 void Arm64JNIMacroAssembler::Load(ManagedRegister m_dst, FrameOffset src, size_t size) {
282 return Load(m_dst.AsArm64(), SP, src.Int32Value(), size);
288 return Load(m_dst.AsArm64(), TR, src.Int32Value(), size);
    [all...]
  /art/tools/veridex/
veridex.cc 146 if (!Load(str, boot_content[i++], &boot_dex_files, &error_msg)) {
157 if (!Load(str, app_content[i++], &app_dex_files, &error_msg)) {
256 static bool Load(const std::string& filename,
  /external/llvm/lib/MC/MCParser/
COFFAsmParser.cpp 163 Load = 1 << 2,
184 SecFlags &= ~Load;
193 SecFlags |= Load;
198 SecFlags &= ~Load;
207 SecFlags |= Load;
214 SecFlags |= Load;
225 SecFlags |= Load;
248 if ((SecFlags & Alloc) && (SecFlags & Load) == 0)
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonShuffler.h 75 // Flag whether the insn is a load or a store.
76 bool Load, Store;
81 void setLoad(bool f = true) { Load = f; };
91 bool mayLoad() const { return (Load); };
157 SHUFFLE_ERROR_LOADS, ///< No free slots for load insns.
162 SHUFFLE_ERROR_STORE_LOAD_CONFLICT, ///< store/load conflict
  /external/llvm/lib/Transforms/Scalar/
LoopLoadElimination.cpp 1 //===- LoopLoadElimination.cpp - Loop Load Elimination Pass ---------------===//
10 // This file implement a loop-aware load elimination pass.
15 // of the corresponding load. This makes the load dead.
19 // load.
35 #define LLE_OPTION "loop-load-elim"
41 "runtime-check-per-loop-load-elim", cl::Hidden,
42 cl::desc("Max number of memchecks allowed per eliminated load on average"),
46 "loop-load-elimination-scev-check-threshold", cl::init(8), cl::Hidden,
48 "Load Elimination"))
    [all...]
  /external/pdfium/core/fxge/win32/
fx_win32_dwrite.cpp 132 void CDWriteExt::Load() {}
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
ArgumentPromotion.cpp 266 // This load is safe if any prefix of its operands is safe to load.
322 // unconditionally. This is only safe if we can prove that either the load
323 // would have happened in the callee anyway (ie, there is a load in the entry
328 // from introducing an invalid load that wouldn't have happened in the
332 // block, and thus are safe to unconditionally load in the caller.
339 // If the pointer is always valid, any load with first index 0 is valid.
355 // This load actually loads (part of) Arg? Check the indices then.
388 // Direct loads are equivalent to a GEP with a zero index and then a load.
410 // Ensure that the only users of the GEP are load instructions
    [all...]
  /external/tensorflow/tensorflow/core/platform/cloud/
curl_http_request.cc 37 static LibCurlProxy* Load() {
119 CurlHttpRequest::CurlHttpRequest() : CurlHttpRequest(LibCurlProxy::Load()) {}
  /external/tensorflow/tensorflow/core/platform/hadoop/
hadoop_file_system.cc 44 static LibHDFS* Load() {
54 // The status, if any, from failure to load.
123 // try load libhdfs.so using dynamic loader's search path in case
133 HadoopFileSystem::HadoopFileSystem() : hdfs_(LibHDFS::Load()) {}

Completed in 1167 milliseconds

1 2 3 45 6 7 8 91011