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

1 2 3 4 5 6 7 8 91011

  /external/antlr/antlr-3.4/runtime/Perl5/t/lib/My/Test/Class/
Load.pm 1 package My::Test::Class::Load;
6 use base 'Test::Class::Load';
  /bionic/linker/
linker_phdr.cpp 90 Finally, the real load addrs of each segment is not p_vaddr. Instead the
91 loader decides where to load the first segment, then will load all others
104 If the loader decides to load the first segment at address 0xa0000000
105 then the segments' load address ranges will be:
112 difference between the first segment's load address, and its p_vaddr value.
169 bool ElfReader::Load(const android_dlextinfo* extinfo) {
482 * or 0 if there is nothing to load.
649 DL_ERR("invalid ELF file \"%s\" load segment[%zd]:"
662 DL_ERR_AND_LOG("\"%s\": W+E load segments are not allowed", name_.c_str())
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
ANTLRFileStream.cs 50 /// load, we can avoid lots of data copying and buffer resizing.
79 Load(fileName, encoding);
99 /// <param name="fileName">File to load</param>
101 public virtual void Load(string fileName, Encoding encoding)
ANTLRReaderStream.cs 59 Load(r, size, readChunkSize);
62 public virtual void Load(TextReader r, int size, int readChunkSize) {
72 // System.out.println("load "+size+" in chunks of "+readChunkSize);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
ANTLRFileStream.cs 42 * since we know the exact size of the object to load. We can avoid lots
60 Load( fileName, encoding );
63 public virtual void Load( string fileName, Encoding encoding )
ANTLRReaderStream.cs 64 Load( r, size, readChunkSize );
67 public virtual void Load( TextReader r, int size, int readChunkSize )
81 // System.out.println("load "+size+" in chunks of "+readChunkSize);
  /external/libbrillo/brillo/
osrelease_reader.cc 14 void OsReleaseReader::Load() {
15 Load(base::FilePath("/"));
20 CHECK(initialized_) << "OsReleaseReader.Load() must be called first.";
25 Load(root_dir);
28 void OsReleaseReader::Load(const base::FilePath& root_dir) {
30 if (!store_.Load(osrelease)) {
33 DLOG(INFO) << "Could not load fields from " << osrelease.value();
  /external/pdfium/core/fpdfapi/font/
cpdf_cid2unicodemap.cpp 33 void CPDF_CID2UnicodeMap::Load(CPDF_CMapManager* pMgr,
  /external/tensorflow/tensorflow/contrib/tensor_forest/hybrid/python/ops/
training_ops.py 284 def Load():
285 """Load training ops library and return the loaded module."""
293 assert _training_ops, 'Could not load _training_ops.so'
  /prebuilts/go/darwin-x86/src/sync/atomic/
value.go 11 // A Value provides an atomic load and store of a consistently typed value.
12 // The zero value for a Value returns nil from Load.
26 // Load returns the value set by the most recent Store.
28 func (v *Value) Load() (x interface{}) {
  /prebuilts/go/linux-x86/src/sync/atomic/
value.go 11 // A Value provides an atomic load and store of a consistently typed value.
12 // The zero value for a Value returns nil from Load.
26 // Load returns the value set by the most recent Store.
28 func (v *Value) Load() (x interface{}) {
  /test/framework/harnesses/host_controller/acloud/
acloud_config.py 60 def Load(self, file_path):
61 '''Load configs from a file.
  /test/vts-testcase/kernel/ltp/
test_cases_parser.py 31 """Load a ltp vts testcase definition file and parse it into a generator.
69 def Load(self,
  /external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
html_module.py 40 def Load(self, excluded_scripts):
41 super(HTMLModule, self).Load(excluded_scripts=excluded_scripts)
  /external/pdfium/core/fpdfapi/page/
cpdf_tilingpattern.cpp 34 bool CPDF_TilingPattern::Load() {
cpdf_shadingpattern.cpp 66 bool CPDF_ShadingPattern::Load() {
81 m_pFunctions[i] = CPDF_Function::Load(pArray->GetDirectObjectAt(i));
83 m_pFunctions.push_back(CPDF_Function::Load(pFunc));
  /prebuilts/go/darwin-x86/src/sync/
map_reference_test.go 16 Load(interface{}) (interface{}, bool)
29 func (m *RWMutexMap) Load(key interface{}) (value interface{}, ok bool) {
74 v, ok := m.Load(k)
86 // acquiring the Mutex in Load.
92 func (m *DeepCopyMap) Load(key interface{}) (value interface{}, ok bool) {
93 clean, _ := m.clean.Load().(map[interface{}]interface{})
107 clean, _ := m.clean.Load().(map[interface{}]interface{})
115 clean, _ = m.clean.Load().(map[interface{}]interface{})
136 clean, _ := m.clean.Load().(map[interface{}]interface{})
145 clean, _ := m.clean.Load().(map[interface{}]interface{}
    [all...]
  /prebuilts/go/linux-x86/src/sync/
map_reference_test.go 16 Load(interface{}) (interface{}, bool)
29 func (m *RWMutexMap) Load(key interface{}) (value interface{}, ok bool) {
74 v, ok := m.Load(k)
86 // acquiring the Mutex in Load.
92 func (m *DeepCopyMap) Load(key interface{}) (value interface{}, ok bool) {
93 clean, _ := m.clean.Load().(map[interface{}]interface{})
107 clean, _ := m.clean.Load().(map[interface{}]interface{})
115 clean, _ = m.clean.Load().(map[interface{}]interface{})
136 clean, _ := m.clean.Load().(map[interface{}]interface{})
145 clean, _ := m.clean.Load().(map[interface{}]interface{}
    [all...]
  /art/runtime/
plugin.cc 34 bool Plugin::Load(/*out*/std::string* error_msg) {
  /build/kati/
depgraph.go 71 // LoadReq is a request to load makefile.
118 // Load loads makefile.
119 func Load(req LoadReq) (*DepGraph, error) {
220 Load(string) (*DepGraph, error)
228 // LoadSaver is the interface that groups Load and Save methods.
  /external/llvm/lib/Target/Sparc/
SparcInstrInfo.h 33 Load = (1<<1),
53 /// load from a stack slot, return the virtual or physical register number of
  /external/lzma/CPP/Windows/
DLL.cpp 43 bool CLibrary::Load(CFSTR path) throw()
  /external/mdnsresponder/mDNSWindows/ControlPanel/
SharedSecret.cpp 74 // CSharedSecret::Load
78 CSharedSecret::Load( CString zone )
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
LoadTile.h 25 * @brief Functionality for Load
40 /// Load Raster Tile Function Tables.
106 INLINE static void Load(
144 /// @brief Load a macrotile to the destination surface.
148 static void Load(
154 loadRasterTileFn = LoadRasterTile<TTraits, SrcFormat, DstFormat>::Load;
156 // Load each raster tile from the hot tile to the destination surface.
178 table[R32G32B32A32_FLOAT] = LoadMacroTile<TilingTraits<TTileMode, 128>, R32G32B32A32_FLOAT, R32G32B32A32_FLOAT>::Load;
179 table[R32G32B32A32_SINT] = LoadMacroTile<TilingTraits<TTileMode, 128>, R32G32B32A32_SINT, R32G32B32A32_FLOAT>::Load;
180 table[R32G32B32A32_UINT] = LoadMacroTile<TilingTraits<TTileMode, 128>, R32G32B32A32_UINT, R32G32B32A32_FLOAT>::Load;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/
SparcInstrInfo.h 31 Load = (1<<1),
50 /// load from a stack slot, return the virtual or physical register number of

Completed in 554 milliseconds

1 2 3 4 5 6 7 8 91011