/external/clang/tools/libclang/ |
CXComment.cpp | 295 case ParamCommandComment::Out: [all...] |
CIndex.cpp | [all...] |
/external/oprofile/events/mips/74K/ |
events | 8 # mask. The kernel masks this bit out before writing the control 31 event:0xd counters:0,2 um:zero minimum:500 name:DDQ0_FULL_DR_STALLS : 13-0 DR stage stall cycles due to DDQ0 (ALU out-of-order dispatch queue) full 34 event:0x10 counters:0,2 um:zero minimum:500 name:ALU_EMPTY_CYCLES : 16-0 DDQ0 (ALU out-of-order dispatch queue) empty cycles 35 event:0x11 counters:0,2 um:zero minimum:500 name:ALU_OPERANDS_NOT_READY_CYCLES : 17-0 DDQ0 (ALU out-of-order dispatch queue) no issue cycles with valid instructions but operands not ready 36 event:0x12 counters:0,2 um:zero minimum:500 name:ALU_NO_ISSUES_CYCLES : 18-0 DDQ0 (ALU out-of-order dispatch queue) no issue cycles with valid instructions due to operand(s) not available, MDU busy, or CorExt resource busy 37 event:0x13 counters:0,2 um:zero minimum:500 name:ALU_BUBBLE_CYCLES : 19-0 DDQ0 (ALU out-of-order dispatch queue) bubbles due to MFC1 data write 38 event:0x14 counters:0,2 um:zero minimum:500 name:SINGLE_ISSUE_CYCLES : 20-0 Either DDQ0 (ALU out-of-order dispatch queue) or DDQ1 (AGEN out-of-order dispatch queue) valid instruction issue cycles 39 event:0x15 counters:0,2 um:zero minimum:500 name:OOO_ALU_ISSUE_CYCLES : 21-0 Out-of-order ALU issue cycles (issued instruction is not the oldest in the pool) 107 event:0x40d counters:1,3 um:zero minimum:500 name:DDQ1_FULL_DR_STALLS : 13-1 DR stage stall cycles due to DDQ1 (AGEN out-of-order dispatch queue) ful [all...] |
/external/clang/lib/Sema/ |
SemaLookup.cpp | 130 // that contexts be visited from the inside out in order to get 485 void LookupResult::print(raw_ostream &Out) { 486 Out << Decls.size() << " result(s)"; 487 if (isAmbiguous()) Out << ", ambiguous"; 488 if (Paths) Out << ", base paths present"; 491 Out << "\n"; 492 (*I)->print(Out, 2); [all...] |
SemaTemplate.cpp | [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
nucnvtst.c | 438 log_verbose("\nConversion done [%d uchars in -> %d chars out]. \nResult :", 465 log_err("Expected %d chars out, got %d %s\n", expectLen, targ-junkout, gNuConvTestName); 466 log_verbose("Expected %d chars out, got %d %s\n", expectLen, targ-junkout, gNuConvTestName); 2987 char out[80]; local [all...] |
/external/icu4c/test/cintltst/ |
nucnvtst.c | 457 log_verbose("\nConversion done [%d uchars in -> %d chars out]. \nResult :", 484 log_err("Expected %d chars out, got %d %s\n", expectLen, targ-junkout, gNuConvTestName); 485 log_verbose("Expected %d chars out, got %d %s\n", expectLen, targ-junkout, gNuConvTestName); 3013 char out[80]; local [all...] |
/external/clang/lib/AST/ |
ExprConstant.cpp | 701 assert(Info.CurrentCall == this && "calls retired out of order"); 714 static void describeCall(CallStackFrame *Frame, raw_ostream &Out); 740 llvm::raw_svector_ostream Out(Buffer); 741 describeCall(Frame, Out); 742 addDiag(Frame->CallLoc, diag::note_constexpr_call_here) << Out.str(); [all...] |
/external/llvm/lib/Target/AArch64/AsmParser/ |
AArch64AsmParser.cpp | 77 MCStreamer&Out, unsigned &ErrorInfo, [all...] |
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/ |
DebugTreeGrammar.cs | 285 Console.Out.WriteLine(expr1 + " (about " + result[0] + "*10^" + (result.Length-1) + ")");
|
ProfileTreeGrammar.cs | 290 Console.Out.WriteLine(expr1 + " (about " + result[0] + "*10^" + (result.Length-1) + ")");
|
/external/llvm/lib/Object/ |
MachOObjectFile.cpp | [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCISelDAGToDAG.cpp | 125 bool SelectAddrImmOffs(SDValue N, SDValue &Out) const { 128 Out = N; [all...] |
/external/zlib/src/contrib/pascal/ |
example.pas | 543 EXIT_ERR('Out of memory');
|
/external/llvm/include/llvm/Support/ |
YAMLTraits.h | 91 /// static void output(const MyType &val, void*, llvm::raw_ostream &out) { 92 /// // stream out custom formatting 93 /// out << llvm::format("%x", val); 106 //static void output(const T &value, void *ctxt, llvm::raw_ostream &out); 858 llvm::raw_ostream &Out; 977 // Define non-member operator<< so that Output can stream out document list. 994 // Define non-member operator<< so that Output can stream out a map. 1008 // Define non-member operator<< so that Output can stream out a sequence. [all...] |
/external/llvm/lib/Target/SystemZ/ |
SystemZISelLowering.cpp | 748 // Work out the address of the stack slot. Unpromoted ints and 820 // Copy all of the result registers out of their specified physreg. 824 // Copy the value out, gluing the copy to the end of the call sequence. [all...] |
/external/chromium_org/third_party/freetype/src/truetype/ |
ttinterp.c | 709 /* This is commented out currently. * [all...] |
/external/freetype/src/truetype/ |
ttinterp.c | 709 /* This is commented out currently. * [all...] |
/external/chromium_org/third_party/libxml/src/ |
runtest.c | 100 const char *out; /* output directory */ member in struct:testDesc 332 /* print out the selected text */ 500 channel(data, "%s\n", "out of memory error"); 564 static char *resultFilename(const char *filename, const char *out, 580 if (out == NULL) 581 out = ""; 589 snprintf(res, 499, "%s%s%s", out, base, suffixbuff); 3659 xmlChar **out = NULL; local [all...] |
/external/llvm/lib/Bitcode/Writer/ |
BitcodeWriter.cpp | 315 /// WriteTypeTable - Write out the type table for a module. [all...] |
/external/llvm/utils/TableGen/ |
CodeGenRegisters.cpp | 757 // Copy all allocation orders, filter out foreign registers from the larger [all...] |
/frameworks/compile/slang/BitWriter_2_9/ |
BitcodeWriter.cpp | 231 /// WriteTypeTable - Write out the type table for a module. [all...] |
/frameworks/compile/slang/BitWriter_2_9_func/ |
BitcodeWriter.cpp | 182 /// WriteTypeTable - Write out the type table for a module. [all...] |
/frameworks/compile/slang/BitWriter_3_2/ |
BitcodeWriter.cpp | 187 /// WriteTypeTable - Write out the type table for a module. [all...] |
/external/clang/lib/Frontend/ |
CompilerInstance.cpp | 577 // Make sure the out stream file gets removed if we crash. 614 // Figure out where to get and map in the main file. [all...] |