HomeSort by relevance Sort by last modified time
    Searched full:outs (Results 176 - 200 of 470) sorted by null

1 2 3 4 5 6 78 91011>>

  /packages/apps/Browser/src/com/android/browser/homepages/
HomeProvider.java 104 PipedOutputStream outs = new PipedOutputStream(ins); local
105 new RequestHandler(context, Uri.parse(url), outs).start();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sound/
hdspm.h 107 Ins to Outs mixer[out].in[in], Outstreams to Outs mixer[out].pb[pb] */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sound/
hdspm.h 107 Ins to Outs mixer[out].in[in], Outstreams to Outs mixer[out].pb[pb] */
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
SimpleInsn.java 35 * ins or outs)
FixedSizeInsn.java 42 * ins or outs)
  /dalvik/dx/src/com/android/dx/dex/code/
SimpleInsn.java 35 * ins or outs)
  /dalvik/dx/tests/048-dex-new-array/
expected.txt 2 regs: 0002; ins: 0000; outs: 0001
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/os/
os_time.h 72 * Helper function for detecting time outs, taking in account overflow.
  /external/clang/tools/diagtool/
diagtool_main.cpp 21 return tool->run(argc - 2, &argv[2], llvm::outs());
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
SimpleInsn.java 35 * ins or outs)
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.td 14 def ADJCALLSTACKDOWN : Pseudo<(outs), (ins i64imm:$amt),
16 def ADJCALLSTACKUP : Pseudo<(outs), (ins i64imm:$amt1, i64imm:$amt2),
27 def ADJDYNALLOC : Pseudo<(outs GR64:$dst), (ins dynalloc12only:$src),
37 def Return : Alias<2, (outs), (ins), [(z_retflag)]>;
42 def BR : InstRR<0x07, (outs), (ins ADDR64:$R2),
46 def J : InstRI<0xA74, (outs), (ins brtarget16:$I2), "j\t$I2",
51 def JG : InstRIL<0xC04, (outs), (ins brtarget32:$I2), "jg\t$I2", []>;
60 def BRC : InstRI<0xA74, (outs), (ins cond4:$valid, cond4:$R1,
63 def BRCL : InstRIL<0xC04, (outs), (ins cond4:$valid, cond4:$R1,
66 def AsmBRC : InstRI<0xA74, (outs), (ins imm32zx4:$R1, brtarget16:$I2)
    [all...]
  /external/llvm/test/Transforms/InstCombine/
2012-06-06-LoadOfPHIs.ll 4 define void @func(double %r, double %g, double %b, double* %outH, double* %outS, double* %outL) nounwind uwtable ssp {
83 store double 0.000000e+00, double* %outS
95 store double %tmp40, double* %outS
102 store double %tmp44, double* %outS
  /external/mesa3d/src/gallium/auxiliary/os/
os_time.h 72 * Helper function for detecting time outs, taking in account overflow.
  /dalvik/dx/tests/069-dex-source-position/
expected.txt 2 regs: 0006; ins: 0001; outs: 0001
36 regs: 0006; ins: 0001; outs: 0001
86 regs: 0006; ins: 0001; outs: 0001
  /external/llvm/docs/HistoricalNotes/
2003-06-26-Reoptimizer2.txt 19 The BinInterface tries to find live-outs for traces so that it can do
21 the original code. It has to preserve the live-ins and live-outs when
23 epilogues that copy live-outs back into the right registers, but
  /external/llvm/examples/BrainF/
BrainFDriver.cpp 100 raw_ostream *out = &outs();
143 outs() << "------- Running JIT -------\n";
153 if (out != &outs())
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.h 123 const SmallVectorImpl<ISD::OutputArg> &Outs,
128 const SmallVectorImpl<ISD::OutputArg> &Outs,
133 const SmallVectorImpl<ISD::OutputArg> &Outs,
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 50 outs() << ToolName << ": " << Error << ".\n";
276 outs() << "Printing " << Name << "\n";
279 outs().write(Data.data(), Data.size());
286 outs() << "r";
288 outs() << "-";
290 outs() << "w";
292 outs() << "-";
294 outs() << "x";
296 outs() << "-";
309 outs() << ' ' << I->getUID()
    [all...]
  /frameworks/compile/mclinker/lib/Script/
Operand.cpp 49 mcld::outs() << m_Name;
95 mcld::outs() << m_Value;
134 mcld::outs() << m_Name;
175 mcld::outs() << m_pOutputDesc->getSection()->name();
215 mcld::outs() << "fragment";
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
SIInstructions.td 83 0x00000003, (outs SCCReg:$dst), (ins SReg_32:$src0, i32imm:$src1),
    [all...]
  /external/llvm/lib/Target/Mips/
MipsInstrFormats.td 58 class MipsInst<dag outs, dag ins, string asmstr, list<dag> pattern,
73 let OutOperandList = outs;
94 class InstSE<dag outs, dag ins, string asmstr, list<dag> pattern,
96 MipsInst<outs, ins, asmstr, pattern, itin, f>, PredicateControl {
103 class MipsPseudo<dag outs, dag ins, list<dag> pattern,
105 MipsInst<outs, ins, "", pattern, itin, Pseudo> {
111 class PseudoSE<dag outs, dag ins, list<dag> pattern,
113 MipsPseudo<outs, ins, pattern, itin>, PredicateControl {
120 class MipsAsmPseudoInst<dag outs, dag ins, string asmstr>:
121 MipsInst<outs, ins, asmstr, [], IIPseudo, Pseudo>
    [all...]
MipsMSAInstrInfo.td     [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
SIInstructions.td 83 0x00000003, (outs SCCReg:$dst), (ins SReg_32:$src0, i32imm:$src1),
    [all...]
  /external/llvm/tools/bugpoint/
ExecutionDriver.cpp 144 outs() << "Initializing execution environment: ";
202 outs() << Message;
253 if (!SafeInterpreter) { outs() << Message << "\nExiting.\n"; exit(1); }
256 if (!gcc) { outs() << Message << "\nExiting.\n"; exit(1); }
357 outs() << "\n"
432 outs() << "\nReference output is: " << ReferenceOutputFile << "\n\n";
  /external/chromium_org/tools/clang/empty_string/
EmptyStringConverter.cpp 197 llvm::outs() << "==== BEGIN EDITS ====\n";
199 llvm::outs() << "r:" << r.getFilePath() << ":" << r.getOffset() << ":"
202 llvm::outs() << "==== END EDITS ====\n";

Completed in 941 milliseconds

1 2 3 4 5 6 78 91011>>