HomeSort by relevance Sort by last modified time
    Searched refs:LOAD (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /external/chromium_org/content/renderer/media/
render_media_log_unittest.cc 53 AddEvent(media::MediaLogEvent::LOAD);
69 EXPECT_EQ(media::MediaLogEvent::LOAD, events[0].type);
79 AddEvent(media::MediaLogEvent::LOAD);
98 EXPECT_EQ(media::MediaLogEvent::LOAD, events[0].type);
  /frameworks/base/tools/preload/
Operation.java 22 * An operation with a duration. Could represent a class load or initialization.
32 LOAD, INIT
99 case LOAD: return loadedClass.medianLoadTimeMicros();
Root.java 94 Operation.Type.LOAD);
  /external/linux-tools-perf/perf-3.12.0/arch/mips/lib/
memcpy.S 60 * When an exception happens on a load, the handler must
103 #define LOAD ld
139 #define LOAD lw
216 * load queue full replay traps, etc.
246 EXC( LOAD t0, UNIT(0)(src), .Ll_exc)
247 EXC( LOAD t1, UNIT(1)(src), .Ll_exc_copy)
248 EXC( LOAD t2, UNIT(2)(src), .Ll_exc_copy)
249 EXC( LOAD t3, UNIT(3)(src), .Ll_exc_copy)
251 EXC( LOAD t4, UNIT(4)(src), .Ll_exc_copy)
252 EXC( LOAD t7, UNIT(5)(src), .Ll_exc_copy
    [all...]
  /external/chromium_org/media/base/
media_log_event.h 42 LOAD,
media_log.cc 29 case MediaLogEvent::LOAD:
30 return "LOAD";
148 scoped_ptr<MediaLogEvent> event(CreateEvent(MediaLogEvent::LOAD));
  /external/chromium_org/third_party/boringssl/src/crypto/chacha/
chacha_vec.c 45 #define LOAD(m) (vec)(*((vec *)(m)))
73 #define LOAD(m) (vec) _mm_loadu_si128((__m128i *)(m))
129 STORE(op + d + 0, LOAD(in + d + 0) ^ REVV_BE(v0)); \
130 STORE(op + d + 4, LOAD(in + d + 4) ^ REVV_BE(v1)); \
131 STORE(op + d + 8, LOAD(in + d + 8) ^ REVV_BE(v2)); \
132 STORE(op + d +12, LOAD(in + d +12) ^ REVV_BE(v3));
174 s0 = LOAD(chacha_const);
175 s1 = LOAD(&((vec*)kp)[0]);
176 s2 = LOAD(&((vec*)kp)[1]);
305 STORE(op + 0, LOAD(ip + 0) ^ REVV_BE(v0 + s0))
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/data/
UserPresetsManager.java 22 private static final int LOAD = 1;
44 case LOAD:
74 public void load() { method in class:UserPresetsManager
75 Message msg = mProcessingHandler.obtainMessage(LOAD);
  /external/chromium_org/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/compiler-rt/lib/asan/scripts/
symbolize.py 41 if ('LOAD' in line) and (' E ' in line):
42 match = re.match(r'\s*LOAD\s+0x[01-9a-zA-Z]+\s+(0x[01-9a-zA-Z]+)', line, re.UNICODE)
  /external/elfutils/0.153/libebl/
eblsegmenttypename.c 75 PTYPE (LOAD),
  /external/freetype/src/gzip/
infutil.h 84 /* load local pointers */
85 #define LOAD {LOADIN LOADOUT}
infcodes.c 98 LOAD
109 LOAD
infblock.c 133 LOAD
344 LOAD
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 492 /// LOAD and STORE have token chains as their first operand, then the same
493 /// operands as an LLVM load/store instruction, then an offset node that
496 LOAD, STORE,
639 /// This corresponds to "load atomic" instruction.
693 /// MemIndexedMode enum - This enum defines the load / store indexed
696 /// UNINDEXED "Normal" load / store. The effective address is already
699 /// chain, an unindexed load produces one value (result of the
700 /// load); an unindexed store does not produce a value.
704 /// It considers the computation as being folded into the load /
705 /// store operation (i.e. the load / store does the addres
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelDAGToDAG.cpp 67 /// Used on Mips Load/Store instructions
204 case ISD::LOAD:
  /frameworks/compile/mclinker/include/mcld/Script/
OutputSectDesc.h 31 LOAD, // ALLOC
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
suggest_apps_dialog.js 124 // Failed to load the widget. Error message should be shown.
295 this.webviewClient_.load();
320 SuggestAppsDialog.Metrics.LOAD.SUCCEEDED);
329 * Called when the widget is failed to load.
334 SuggestAppsDialog.Metrics.recordLoad(SuggestAppsDialog.Metrics.LOAD.FAILURE);
424 SuggestAppsDialog.Metrics.LOAD.CANCELLED);
500 LOAD: Object.freeze({
507 * @param {SuggestAppsDialog.Metrics.LOAD} result Result of load.
511 metrics.recordEnum('SuggestApps.Load', result, 3)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
SIISelLowering.cpp 53 setOperationAction(ISD::LOAD, MVT::i32, Custom);
54 setOperationAction(ISD::LOAD, MVT::i64, Custom);
266 case ISD::LOAD: return LowerLOAD(Op, DAG);
  /external/mesa3d/src/gallium/drivers/radeon/
SIISelLowering.cpp 53 setOperationAction(ISD::LOAD, MVT::i32, Custom);
54 setOperationAction(ISD::LOAD, MVT::i64, Custom);
266 case ISD::LOAD: return LowerLOAD(Op, DAG);
  /external/llvm/lib/Target/MSP430/
MSP430ISelDAGToDAG.cpp 358 if (N1.getOpcode() == ISD::LOAD &&
414 case ISD::LOAD:
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp 87 // Find a larger type to do a load / store of a vector with.
134 // Lower floating point store/load to integer store/load to reduce the number
182 setOperationAction(ISD::LOAD, MVT::f32, Promote);
183 AddPromotedToType(ISD::LOAD, MVT::f32, MVT::i32);
185 setOperationAction(ISD::LOAD, MVT::v2f32, Promote);
186 AddPromotedToType(ISD::LOAD, MVT::v2f32, MVT::v2i32);
188 setOperationAction(ISD::LOAD, MVT::i64, Promote);
189 AddPromotedToType(ISD::LOAD, MVT::i64, MVT::v2i32);
191 setOperationAction(ISD::LOAD, MVT::v4f32, Promote)
    [all...]
SIISelLowering.cpp 84 setOperationAction(ISD::LOAD, MVT::v2i32, Custom);
85 setOperationAction(ISD::LOAD, MVT::v4i32, Custom);
86 setOperationAction(ISD::LOAD, MVT::v8i32, Custom);
87 setOperationAction(ISD::LOAD, MVT::v16i32, Custom);
93 setOperationAction(ISD::LOAD, MVT::i32, Custom);
94 setOperationAction(ISD::LOAD, MVT::v2i32, Custom);
95 setOperationAction(ISD::LOAD, MVT::v4i32, Custom);
96 setOperationAction(ISD::LOAD, MVT::v8i32, Custom);
166 setOperationAction(ISD::LOAD, MVT::i1, Custom);
176 // We only support LOAD/STORE and vector manipulation ops for vector
    [all...]
  /external/chromium_org/third_party/zlib/
infback.c 118 /* Load returned state from inflate_fast() */
119 #define LOAD() \
480 LOAD();
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
fx_zlib_infback.c 127 /* Load returned state from inflate_fast() */
128 #define LOAD() \
488 LOAD();

Completed in 497 milliseconds

1 2 3 4