HomeSort by relevance Sort by last modified time
    Searched refs:inst (Results 176 - 200 of 245) sorted by null

1 2 3 4 5 6 78 910

  /external/llvm/lib/MC/MCDisassembler/
EDInst.cpp 26 EDInst::EDInst(llvm::MCInst *inst,
31 Inst(inst),
52 delete Inst;
63 if (Disassembler.printInst(String, *Inst))
81 return Inst->getOpcode();
EDDisassembler.h 248 /// @arg inst - A reference to the MCInst to be printed
250 llvm::MCInst& inst);
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
MediaPlayerStressTest.java 115 Instrumentation inst = getInstrumentation(); local
127 Activity act = inst.startActivitySync(intent);
  /external/mesa3d/src/glsl/
linker.cpp 576 ir_instruction *const inst = (ir_instruction *) node; local
580 if ((func = inst->as_function()) != NULL) {
582 } else if ((var = inst->as_variable()) != NULL) {
602 * \param inst IR tree that is to be processed.
609 remap_variables(ir_instruction *inst, struct gl_shader *target,
657 inst->accept(&v);
693 ir_instruction *inst = (ir_instruction *) node; local
695 if (inst->as_function())
698 ir_variable *var = inst->as_variable();
702 assert(inst->as_assignment(
    [all...]
loop_analysis.cpp 475 ir_instruction *const inst = local
477 assert(inst != NULL);
479 if (inst->ir_type != ir_type_loop_jump)
482 ir_loop_jump *const jump = (ir_loop_jump *) inst;
ir_reader.cpp 388 ir_instruction *inst = NULL; local
390 inst = read_declaration(st, list);
392 inst = read_assignment(st, list);
394 inst = read_if(st, list, loop_ctx);
396 inst = read_loop(st, list);
398 inst = read_return(st, list);
400 inst = read_function(st, list, false);
402 inst = read_rvalue(st, list);
403 if (inst == NULL)
406 return inst;
    [all...]
  /packages/apps/Camera/tests/src/com/android/camera/stress/
SwitchPreview.java 92 Instrumentation inst = getInstrumentation(); local
  /external/webkit/Source/WebCore/bridge/qt/
qt_runtime.h 165 QtRuntimeMethod(QtRuntimeMethodData *dd, ExecState *exec, const Identifier &n, PassRefPtr<QtInstance> inst);
172 QtRuntimeMetaMethod(ExecState *exec, const Identifier &n, PassRefPtr<QtInstance> inst, int index, const QByteArray& signature, bool allowPrivate);
195 QtRuntimeConnectionMethod(ExecState *exec, const Identifier &n, bool isConnect, PassRefPtr<QtInstance> inst, int index, const QByteArray& signature );
qt_instance.cpp 341 JSValue QtField::valueFromInstance(ExecState* exec, const Instance* inst) const
343 const QtInstance* instance = static_cast<const QtInstance*>(inst);
359 return convertQVariantToValue(exec, inst->rootObject(), val);
365 void QtField::setValueToInstance(ExecState* exec, const Instance* inst, JSValue aValue) const
370 const QtInstance* instance = static_cast<const QtInstance*>(inst);
  /external/openssl/crypto/stack/
safestack.h     [all...]
  /external/openssl/include/openssl/
safestack.h     [all...]
  /dalvik/vm/mterp/c/
gotoTargets.cpp 34 vsrc1 = INST_AA(inst); /* #of elements */
39 arg5 = INST_A(inst);
40 vsrc1 = INST_B(inst); /* #of elements */
135 vsrc1 = INST_AA(inst); /* AA (count) or BA (count + arg 5) */
241 vsrc1 = INST_AA(inst); /* AA (count) or BA (count + arg 5) */
329 vsrc1 = INST_AA(inst); /* AA (count) or BA (count + arg 5) */
390 vsrc1 = INST_AA(inst); /* AA (count) or BA (count + arg 5) */
432 vsrc1 = INST_AA(inst); /* AA (count) or BA (count + arg 5) */
474 vsrc1 = INST_AA(inst); /* AA (count) or BA (count + arg 5) */
533 vsrc1 = INST_AA(inst); /* AA (count) or BA (count + arg 5) *
    [all...]
  /external/llvm/lib/Target/PTX/
PTXInstrInfo.cpp 261 DEBUG(dbgs() << "RemoveBranch: remove " << count << " branch inst\n");
343 bool PTXInstrInfo::IsAnyKindOfBranch(const MachineInstr& inst) {
344 const MCInstrDesc &desc = inst.getDesc();
357 MachineBasicBlock *PTXInstrInfo::GetBranchTarget(const MachineInstr& inst) {
359 const MachineOperand& target = inst.getOperand(0);
  /external/stlport/test/unit/
time_facets_test.cpp 195 static void test_supported_locale(LocaleTest& inst, _Test __test) {
213 (inst.*__test)(loc);
219 (inst.*__test)(loc);
228 (inst.*__test)(loc);
locale_test.cpp 30 static void test_supported_locale(LocaleTest &inst, _Test __test) {
47 (inst.*__test)(loc);
ctype_facets_test.cpp 319 static void test_supported_locale(LocaleTest& inst, _Test __test) {
338 (inst.*__test)(loc);
344 (inst.*__test)(loc);
354 (inst.*__test)(loc);
money_facets_test.cpp 418 static void test_supported_locale(LocaleTest& inst, _Test __test) {
436 (inst.*__test)(loc, tested_locales + i);
442 (inst.*__test)(loc, tested_locales + i);
449 (inst.*__test)(loc, tested_locales + i);
  /ndk/tests/device/test-gnustl-full/unit/
time_facets_test.cpp 195 static void test_supported_locale(LocaleTest& inst, _Test __test) {
213 (inst.*__test)(loc);
219 (inst.*__test)(loc);
228 (inst.*__test)(loc);
locale_test.cpp 30 static void test_supported_locale(LocaleTest &inst, _Test __test) {
47 (inst.*__test)(loc);
  /ndk/tests/device/test-stlport/unit/
time_facets_test.cpp 195 static void test_supported_locale(LocaleTest& inst, _Test __test) {
213 (inst.*__test)(loc);
219 (inst.*__test)(loc);
228 (inst.*__test)(loc);
locale_test.cpp 30 static void test_supported_locale(LocaleTest &inst, _Test __test) {
47 (inst.*__test)(loc);
  /external/chromium/chrome/browser/chromeos/login/
update_screen.cc 50 bool UpdateScreen::HasInstance(UpdateScreen* inst) {
52 InstanceSet::iterator found = instance_set.find(inst);
  /external/chromium/sdch/open-vcdiff/src/
codetable_test.cc 93 unsigned char inst,
96 EXPECT_EQ(inst, code_table_data_.inst1[opcode]);
108 // This value is designed so that the total number of inst values and modes
110 // Eight combinations of inst and mode, times two possible size values,
118 // (== 8 total combinations of inst and mode), and each has
131 // All possible combinations of inst and mode should have an opcode with size 0.
  /external/llvm/lib/Analysis/
MemDepPrinter.cpp 74 static InstTypePair getInstTypePair(const Instruction* inst, DepType type) {
75 return InstTypePair(inst, type);
102 Instruction *Inst = &*I;
104 if (!Inst->mayReadFromMemory() && !Inst->mayWriteToMemory())
107 MemDepResult Res = MDA.getDependency(Inst);
109 Deps[Inst].insert(std::make_pair(getInstTypePair(Res),
111 } else if (CallSite CS = cast<Value>(Inst)) {
115 DepSet &InstDeps = Deps[Inst];
123 if (LoadInst *LI = dyn_cast<LoadInst>(Inst)) {
    [all...]
  /external/libxslt/libxslt/
xsltInternals.h 350 xmlNodePtr inst; member in struct:_xsltKeyDef
400 * @inst: the stylesheet node
408 xmlNodePtr inst,
478 xmlNodePtr inst; /* the node in the stylesheet's tree member in struct:_xsltElemPreComp
540 xmlNodePtr inst;
590 xmlNodePtr inst; /* the node in the stylesheet's tree member in struct:_xsltStylePreComp
1368 xmlNodePtr inst; \/* the instruction *\/ member in struct:_xsltStylePreComp
1708 xmlNodePtr inst; \/* the instruction in the stylesheet *\/ member in struct:_xsltTransformContext
    [all...]

Completed in 1286 milliseconds

1 2 3 4 5 6 78 910