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

1 2 3 4 5 6

  /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';
  /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/v8/test/mjsunit/compiler/
property-refs.js 30 function Load(o) {
47 return Load(object);
  /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 46 bool CLibrary::Load(LPCTSTR fileName)
48 // MessageBox(0, fileName, TEXT("Load"), 0);
66 bool CLibrary::Load(LPCWSTR fileName)
70 return Load(GetSysPath(fileName));
  /external/v8/src/arm64/
delayed-masm-arm64.cc 100 void DelayedMasm::Load(const CPURegister& rd, const MemOperand& operand) {
  /external/v8/test/mjsunit/
dictionary-properties.js 23 function Load(o) {
30 assertEquals(undefined, Load(o1));
31 assertEquals(4, Load(o2));
  /external/icu/icu4c/source/test/depstest/
dependencies.py 140 def Load():
  /external/v8/src/compiler/
machine-operator.cc 154 #define LOAD(Type) \
155 struct Load##Type##Operator FINAL : public Operator1<LoadRepresentation> { \
156 Load##Type##Operator() \
159 "Load", k##Type) {} \
161 Load##Type##Operator k##Load##Type;
162 MACHINE_TYPE_LIST(LOAD)
163 #undef LOAD
205 const Operator* MachineOperatorBuilder::Load(LoadRepresentation rep) {
207 #define LOAD(Type)
    [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/tvcm/
html_module.py 37 def Load(self):
38 super(HTMLModule, self).Load()
module.py 115 # Actual dependencies, set up during load().
164 def Load(self):
203 """Recursively builds up a load sequence list.
208 load sequence list.
  /external/opencv/otherlibs/highgui/
image.cpp 132 bool CvvImage::Load( const char* filename, int desired_color )
  /hardware/intel/common/wrs_omxil_core/base/src/
cmodule.cpp 70 OMX_ERRORTYPE CModule::Load(int flag)
  /art/runtime/
memory_region.h 52 // Load value of type `T` at `offset`. The memory address corresponding
55 ALWAYS_INLINE T Load(uintptr_t offset) const {
71 // Load value of type `T` at `offset`. The memory address corresponding
105 // Load a single bit in the region. The bit at offset 0 is the least
123 // Load `length` bits from the region starting at bit offset `bit_offset`.
  /bionic/linker/
linker_phdr.cpp 84 Finally, the real load addrs of each segment is not p_vaddr. Instead the
85 loader decides where to load the first segment, then will load all others
98 If the loader decides to load the first segment at address 0xa0000000
99 then the segments' load address ranges will be:
106 difference between the first segment's load address, and its p_vaddr value.
149 bool ElfReader::Load(const android_dlextinfo* extinfo) {
263 * or 0 if there is nothing to load.
386 DL_ERR("invalid ELF file \"%s\" load segment[%zd]:"
475 * load_bias -> load bia
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.cpp 256 SDNode *Load = O2SMap[Offset];
257 if (!TII->shouldScheduleLoadsNear(BaseLoad, Load, BaseOff, Offset,NumLoads))
259 Loads.push_back(Load);
274 SDNode *Load = Loads[I];
278 if (AddGlue(Load, InGlue, OutGlue, DAG)) {
280 InGlue = SDValue(Load, Load->getNumValues() - 1);
    [all...]
  /external/llvm/lib/Target/R600/
SITypeRewriter.cpp 88 LoadInst *Load = Builder.CreateLoad(BitCast);
92 Load->setMetadata(MD[i].first, MD[i].second);
94 Value *BitCastLoad = Builder.CreateBitCast(Load, I.getType());
  /external/llvm/lib/Transforms/Scalar/
LoadCombine.cpp 32 #define DEBUG_TYPE "load-combine"
46 : Load(L), POP(P), InsertOrder(O) {}
47 LoadInst *Load;
49 /// \brief The new load needs to be created before the first load in IR order.
138 BaseLoad = L.Load;
140 PrevSize = L.Load->getModule()->getDataLayout().getTypeStoreSize(
141 L.Load->getType());
145 if (L.Load->getAlignment() > BaseLoad->getAlignment())
148 // No other load will be combinabl
    [all...]
  /external/llvm/unittests/Linker/
LinkModulesTest.cpp 80 Value *Load = Builder.CreateLoad(GEP, "switch.load");
82 Builder.CreateRet(Load);
  /external/skia/src/opts/
SkNx_neon.h 69 static SkNf Load(const float vals[2]) { return vld1_f32(vals); }
153 static SkNf Load(const double vals[2]) { return vld1q_f64(vals); }
216 static SkNi Load(const int vals[4]) { return vld1q_s32(vals); }
244 static SkNf Load(const float vals[4]) { return vld1q_f32(vals); }
316 static SkNi Load(const uint16_t vals[8]) { return vld1q_u16(vals); }
349 static SkNi Load(const uint8_t vals[16]) { return vld1q_u8(vals); }
  /external/llvm/lib/Transforms/Instrumentation/
InstrProfiling.cpp 294 auto *Load = IRB.CreateLoad(Var);
295 IRB.CreateRet(Load);
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCContract.cpp 195 static StoreInst *findSafeStoreForStoreStrongContraction(LoadInst *Load,
202 // Get the location associated with Load.
203 AliasAnalysis::Location Loc = AA->getLocation(Load);
206 for (auto I = std::next(BasicBlock::iterator(Load)),
207 E = Load->getParent()->end();
240 if (!CanUse(Inst, Load, PA, Class)) {
249 // our load location, if it can not, just ignore the instruction.
257 // understand writing to this memory implying we can not move the load
305 /// Attempt to merge an objc_release with a store, load, and objc_retain to form
312 /// ; Load old value
    [all...]

Completed in 868 milliseconds

1 2 3 4 5 6