/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_bugzilla/org/eclipse/releng/services/bugzilla/ |
UpdateBugStateTask.java | 123 private static final String SP = " "; //$NON-NLS-1$ 219 trans.put(HTML_NBSP, SP); 246 throw new BuildException(Messages.getString("UpdateBugStateTask.invalidStatus") + "!" + SP + //$NON-NLS-1$ //$NON-NLS-2$ 247 Messages.getString("UpdateBugStateTask.expectedOne") + SP + BZ_UC + CS + BZ_NEW + CS + BZ_AS + CSO + BZ_RE); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ 269 System.err.println(Messages.getString("UpdateBugStateTask.invalidResolution") + "!" + SP + //$NON-NLS-1$ //$NON-NLS-2$ 271 + SP + BZ_FX + CS + BZ_IV + CS + BZ_WF + CS + BZ_LT + CS + BZ_RM + CSO + BZ_WK + SP 272 + "(" + Messages.getString("UpdateBugStateTask.default") + COLON + SP + BZ_FX + ")"); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ 282 endDate = m.group(1) + DASH + m.group(2) + DASH + m.group(3) + SP + m.group(4) + COLON + m.group(5); 286 throw new BuildException(Messages.getString("UpdateBugStateTask.invalidTimestamp") + COLON + SP + t + "!"); //$NON-NLS-1$ //$NON-NLS-2 [all...] |
/external/llvm/lib/Transforms/IPO/ |
SampleProfile.cpp | 548 DISubprogram *SP = DIL->getScope()->getSubprogram(); 549 if (!SP) 563 CallsiteLocation(getOffset(DIL->getLine(), SP->getLine()), 586 DISubprogram *SP = DIL->getScope()->getSubprogram(); 587 if (!SP) 590 S.push_back(CallsiteLocation(getOffset(DIL->getLine(), SP->getLine()), 593 CalleeName = SP->getLinkageName(); [all...] |
/external/llvm/lib/Transforms/Instrumentation/ |
GCOVProfiling.cpp | 153 static StringRef getFunctionName(const DISubprogram *SP) { 154 if (!SP->getLinkageName().empty()) 155 return SP->getLinkageName(); 156 return SP->getName(); 313 GCOVFunction(const DISubprogram *SP, Function *F, raw_ostream *os, 315 : SP(SP), Ident(Ident), UseCfgChecksum(UseCfgChecksum), CfgChecksum(0), 319 DEBUG(dbgs() << "Function: " << getFunctionName(SP) << "\n"); 333 FNLOS << getFunctionName(SP) << SP->getLine() [all...] |
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
TokenTypes.java | 177 public static final int SP = LexerCore.SP;
|
/external/pcre/dist/ |
pcre_dfa_exec.c | 88 #define SP " " 358 DPRINTF(("%.*sADD_ACTIVE(%d,%d)\n", rlevel*2-2, SP, (x), (y))); \ 369 DPRINTF(("%.*sADD_ACTIVE_DATA(%d,%d,%d)\n", rlevel*2-2, SP, (x), (y), (z))); \ 379 DPRINTF(("%.*sADD_NEW(%d,%d)\n", rlevel*2-2, SP, (x), (y))); \ 390 DPRINTF(("%.*sADD_NEW_DATA(%d,%d,%d) line %d\n", rlevel*2-2, SP, \ 444 rlevel*2-2, SP, rlevel*2-2, SP, rlevel)); 571 DPRINTF(("%.*sEnd state = %d\n", rlevel*2-2, SP, (int)(end_code - start_code))); 599 printf("%.*sNext character: rest of subject = \"", rlevel*2-2, SP); 603 printf("%.*sActive states: ", rlevel*2-2, SP); [all...] |
/external/testng/src/main/java/org/testng/reporters/ |
SuiteHTMLReporter.java | 230 private final static String SP = " "; 231 private final static String SP2 = SP + SP + SP + SP; 408 String configurationClassMethod = isClassConfiguration ? (bc ? BEFORE : AFTER) + methodName : SP; 409 String configurationTestMethod = isTestConfiguration ? (bt ? BEFORE : AFTER) + methodName : SP; 410 String configurationGroupsMethod = isGroupsConfiguration ? (bg ? BEFORE : AFTER) + methodName : SP; 411 String configurationSuiteMethod = isSuiteConfiguration ? (bs ? BEFORE : AFTER) + methodName : SP; 412 String setUpOrTearDownMethod = isSetupOrTearDown ? (setUp ? BEFORE : AFTER) + methodName : SP; [all...] |
/hardware/intel/img/psb_video/src/mrst/ |
lnc_hostheader.h | 167 SP = 1,
|
/hardware/intel/img/psb_video/src/ |
pnw_hostheader.h | 186 SP = 1,
|
tng_hostheader.h | 308 SP = 1,
|
/system/core/libpixelflinger/codeflinger/ |
ARMAssemblerInterface.h | 51 SP = R13, 60 LIST(SP), LIST(LR), LIST(PC),
|
/external/llvm/examples/Kaleidoscope/Chapter8/ |
toy.cpp | [all...] |
/external/llvm/lib/CodeGen/AsmPrinter/ |
DwarfDebug.cpp | 311 void DwarfDebug::addSubprogramNames(const DISubprogram *SP, DIE &Die) { 312 if (!SP->isDefinition()) 314 addAccelName(SP->getName(), Die); 318 if (SP->getLinkageName() != "" && SP->getName() != SP->getLinkageName()) 319 addAccelName(SP->getLinkageName(), Die); 323 if (isObjCClass(SP->getName())) { 325 getObjCClassCategory(SP->getName(), Class, Category); 330 addAccelName(getObjCMethodName(SP->getName()), Die) [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
FastISel.cpp | 369 SavePoint SP = {OldInsertPt, OldDL}; 370 return SP; [all...] |
/external/llvm/lib/Linker/ |
IRMover.cpp | 692 DISubprogram *SP = getDISubprogram(Node); 693 if (!SP) 695 return !UnneededSubprograms.count(SP); [all...] |
/external/llvm/lib/Target/Hexagon/ |
HexagonFrameLowering.cpp | 47 // SP during function's FP during function's | 62 // ble using the SP, and the incoming arguments are accessible using the FP. 66 // accessed using the SP, regardless whether they are aligned or not. (The 68 // and so the offset with respect to the SP will be known at the compile- 75 // will be between the SP and the local objects, thus introducing an unknown 76 // distance from the SP to the locals. 449 unsigned SP = HRI.getStackRegister(); 458 expandAlloca(MI, HII, SP, MaxCF); 486 BuildMI(MBB, InsertPt, dl, HII.get(Hexagon::A2_sub), SP) 487 .addReg(SP) [all...] |
/external/llvm/unittests/IR/ |
MetadataTest.cpp | [all...] |
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/ |
H264TrackImpl.java | 428 P, B, I, SP, SI 464 slice_type = SliceType.SP;
|
/toolchain/binutils/binutils-2.25/gas/config/ |
m68k-parse.h | 40 #define SP ADDR7
|
tc-vax.c | 909 _ _ _ _ I _ _ _ _ _ S _ _ _ _ _ /* sp ! " # $ % & ' ( ) * + , - . / */ [all...] |
/toolchain/binutils/binutils-2.25/opcodes/ |
h8500-opc.h | 146 #define SP 40 [all...] |
v850-opc.c | 1036 #define SP (R4_EVEN + 1) 1040 #define EP (SP + 1) [all...] |
/art/compiler/optimizing/ |
code_generator_mips.cc | 611 __ LoadFromOffset(kLoadWord, reg, SP, offset); 612 __ StoreToOffset(kStoreWord, TMP, SP, offset); 624 __ LoadFromOffset(kLoadWord, reg_l, SP, offset_l); 625 __ StoreToOffset(kStoreWord, TMP, SP, offset_l); 627 __ LoadFromOffset(kLoadWord, reg_h, SP, offset_h); 628 __ StoreToOffset(kStoreWord, TMP, SP, offset_h); 647 // If V0 spills onto the stack, SP-relative offsets need to be adjusted. 652 SP, 656 SP, 660 SP, [all...] |
code_generator_mips64.cc | 476 __ Ld(GpuRegister(reg), SP, 0); 483 __ Sd(GpuRegister(reg), SP, 0); 493 // If V0 spills onto the stack, SP-relative offsets need to be adjusted. 497 SP, 501 SP, 505 SP, 507 __ StoreToOffset(store_type, TMP, SP, index1 + stack_offset); 526 SP, 547 // TODO: increment/decrement SP in one step instead of two or remove this comment. 556 __ Sd(reg, SP, ofs) [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
BugReporter.cpp | [all...] |
/external/llvm/lib/Bitcode/Reader/ |
BitcodeReader.cpp | [all...] |