Home
last modified time | relevance | path

Searched refs:SP (Results 1 – 25 of 327) sorted by relevance

12345678910>>...14

/external/libunwind/doc/
Dunw_create_addr_space.tex55 \SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\Type{unw\_word\_t} \Var{ip}, \Type{unw\_proc\_info…
56 \SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\Type{int} \Var{need\_unwind\_info}, \Type{void~*}a…
58 \SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\Type{unw\_proc\_info\_t~*}pip, \Type{void~*}\Var{a…
60 \SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\Type{unw\_word\_t~*}\Var{dilap}, \Type{void~*}\Var…
62 \SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\Type{unw\_word\_t} \Var{addr}, \Type{unw\_word\_t~…
63 \SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\Type{int} \Var{write}, \Type{void~*}\Var{arg});\\
65 \SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\Type{unw\_regnum\_t} \Var{regnum}, \Type{unw\_word…
66 \SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\Type{int} \Var{write}, \Type{void~*}\Var{arg});\\
68 \SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\Type{unw\_regnum\_t} \Var{regnum}, \Type{unw\_fpre…
69 \SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\Type{int} \Var{write}, \Type{void~*}\Var{arg});\\
[all …]
/external/llvm/lib/Target/Sparc/Disassembler/
DSparcDisassembler.cpp74 SP::G0, SP::G1, SP::G2, SP::G3,
75 SP::G4, SP::G5, SP::G6, SP::G7,
76 SP::O0, SP::O1, SP::O2, SP::O3,
77 SP::O4, SP::O5, SP::O6, SP::O7,
78 SP::L0, SP::L1, SP::L2, SP::L3,
79 SP::L4, SP::L5, SP::L6, SP::L7,
80 SP::I0, SP::I1, SP::I2, SP::I3,
81 SP::I4, SP::I5, SP::I6, SP::I7 };
84 SP::F0, SP::F1, SP::F2, SP::F3,
85 SP::F4, SP::F5, SP::F6, SP::F7,
[all …]
/external/llvm/lib/Target/Sparc/InstPrinter/
DSparcInstPrinter.cpp29 using namespace SP;
58 case SP::JMPLrr: in printSparcAliasInstr()
59 case SP::JMPLri: { in printSparcAliasInstr()
66 case SP::G0: // jmp $addr | ret | retl in printSparcAliasInstr()
71 case SP::I7: O << "\tret"; return true; in printSparcAliasInstr()
72 case SP::O7: O << "\tretl"; return true; in printSparcAliasInstr()
77 case SP::O7: // call $addr in printSparcAliasInstr()
82 case SP::V9FCMPS: case SP::V9FCMPD: case SP::V9FCMPQ: in printSparcAliasInstr()
83 case SP::V9FCMPES: case SP::V9FCMPED: case SP::V9FCMPEQ: { in printSparcAliasInstr()
87 || (MI->getOperand(0).getReg() != SP::FCC0)) in printSparcAliasInstr()
[all …]
/external/llvm/lib/Target/Sparc/
DSparcRegisterInfo.cpp38 : SparcGenRegisterInfo(SP::O7), Subtarget(st) { in SparcRegisterInfo()
59 Reserved.set(SP::G1); in getReservedRegs()
63 Reserved.set(SP::G2); in getReservedRegs()
64 Reserved.set(SP::G3); in getReservedRegs()
65 Reserved.set(SP::G4); in getReservedRegs()
69 Reserved.set(SP::G5); in getReservedRegs()
71 Reserved.set(SP::O6); in getReservedRegs()
72 Reserved.set(SP::I6); in getReservedRegs()
73 Reserved.set(SP::I7); in getReservedRegs()
74 Reserved.set(SP::G0); in getReservedRegs()
[all …]
DSparcFrameLowering.cpp52 BuildMI(MBB, MBBI, dl, TII.get(ADDri), SP::O6) in emitSPAdjustment()
53 .addReg(SP::O6).addImm(NumBytes); in emitSPAdjustment()
64 BuildMI(MBB, MBBI, dl, TII.get(SP::SETHIi), SP::G1) in emitSPAdjustment()
66 BuildMI(MBB, MBBI, dl, TII.get(SP::ORri), SP::G1) in emitSPAdjustment()
67 .addReg(SP::G1).addImm(LO10(NumBytes)); in emitSPAdjustment()
68 BuildMI(MBB, MBBI, dl, TII.get(ADDrr), SP::O6) in emitSPAdjustment()
69 .addReg(SP::O6).addReg(SP::G1); in emitSPAdjustment()
77 BuildMI(MBB, MBBI, dl, TII.get(SP::SETHIi), SP::G1) in emitSPAdjustment()
79 BuildMI(MBB, MBBI, dl, TII.get(SP::XORri), SP::G1) in emitSPAdjustment()
80 .addReg(SP::G1).addImm(LOX10(NumBytes)); in emitSPAdjustment()
[all …]
DDelaySlotFiller.cpp121 (MI->getOpcode() == SP::RESTORErr in runOnMachineBasicBlock()
122 || MI->getOpcode() == SP::RESTOREri)) { in runOnMachineBasicBlock()
128 (MI->getOpcode() == SP::FCMPS || MI->getOpcode() == SP::FCMPD in runOnMachineBasicBlock()
129 || MI->getOpcode() == SP::FCMPQ)) { in runOnMachineBasicBlock()
130 BuildMI(MBB, I, MI->getDebugLoc(), TII->get(SP::NOP)); in runOnMachineBasicBlock()
148 BuildMI(MBB, I, MI->getDebugLoc(), TII->get(SP::NOP)); in runOnMachineBasicBlock()
158 TII->get(SP::UNIMP)).addImm(structSize); in runOnMachineBasicBlock()
180 if (slot->getOpcode() == SP::RET || slot->getOpcode() == SP::TLS_CALL) in findDelayInstr()
183 if (slot->getOpcode() == SP::RETL) { in findDelayInstr()
187 if (J->getOpcode() == SP::RESTORErr in findDelayInstr()
[all …]
DSparcInstrInfo.cpp36 : SparcGenInstrInfo(SP::ADJCALLSTACKDOWN, SP::ADJCALLSTACKUP), in SparcInstrInfo()
47 if (MI->getOpcode() == SP::LDri || in isLoadFromStackSlot()
48 MI->getOpcode() == SP::LDXri || in isLoadFromStackSlot()
49 MI->getOpcode() == SP::LDFri || in isLoadFromStackSlot()
50 MI->getOpcode() == SP::LDDFri || in isLoadFromStackSlot()
51 MI->getOpcode() == SP::LDQFri) { in isLoadFromStackSlot()
68 if (MI->getOpcode() == SP::STri || in isStoreToStackSlot()
69 MI->getOpcode() == SP::STXri || in isStoreToStackSlot()
70 MI->getOpcode() == SP::STFri || in isStoreToStackSlot()
71 MI->getOpcode() == SP::STDFri || in isStoreToStackSlot()
[all …]
DSparcCodeEmitter.cpp160 case SP::GETPCX: { in emitInstruction()
226 case SparcMCExpr::VK_Sparc_LO: return SP::reloc_sparc_lo; in getRelocation()
227 case SparcMCExpr::VK_Sparc_HI: return SP::reloc_sparc_hi; in getRelocation()
228 case SparcMCExpr::VK_Sparc_H44: return SP::reloc_sparc_h44; in getRelocation()
229 case SparcMCExpr::VK_Sparc_M44: return SP::reloc_sparc_m44; in getRelocation()
230 case SparcMCExpr::VK_Sparc_L44: return SP::reloc_sparc_l44; in getRelocation()
231 case SparcMCExpr::VK_Sparc_HH: return SP::reloc_sparc_hh; in getRelocation()
232 case SparcMCExpr::VK_Sparc_HM: return SP::reloc_sparc_hm; in getRelocation()
238 case SP::CALL: return SP::reloc_sparc_pc30; in getRelocation()
239 case SP::BA: in getRelocation()
[all …]
DSparcAsmPrinter.cpp115 CallInst.setOpcode(SP::CALL); in EmitCall()
125 SETHIInst.setOpcode(SP::SETHIi); in EmitSETHI()
146 EmitBinary(OutStreamer, SP::ORri, RS1, Imm, RD, STI); in EmitOR()
152 EmitBinary(OutStreamer, SP::ADDrr, RS1, RS2, RD, STI); in EmitADD()
158 EmitBinary(OutStreamer, SP::SLLri, RS1, Imm, RD, STI); in EmitSHL()
182 assert(MO.getReg() != SP::O7 && in LowerGETPCXAndEmitMCInsts()
218 MCOperand RegO7 = MCOperand::CreateReg(SP::O7); in LowerGETPCXAndEmitMCInsts()
232 MCOperand RegO7 = MCOperand::CreateReg(SP::O7); in LowerGETPCXAndEmitMCInsts()
266 case SP::GETPCX: in EmitInstruction()
284 const unsigned globalRegs[] = { SP::G2, SP::G3, SP::G6, SP::G7, 0 }; in EmitFunctionBodyStart()
[all …]
DSparcISelLowering.cpp57 SP::I0, SP::I1, SP::I2, SP::I3, SP::I4, SP::I5 in CC_Sparc_Assign_f64()
96 Reg = SP::I0 + Offset/8; in CC_Sparc64_Full()
99 Reg = SP::D0 + Offset/8; in CC_Sparc64_Full()
102 Reg = SP::F1 + Offset/4; in CC_Sparc64_Full()
105 Reg = SP::Q0 + Offset/16; in CC_Sparc64_Full()
134 State.addLoc(CCValAssign::getReg(ValNo, ValVT, SP::F0 + Offset/4, in CC_Sparc64_Half()
141 unsigned Reg = SP::I0 + Offset/8; in CC_Sparc64_Half()
164 assert(SP::I0 + 7 == SP::I7 && SP::O0 + 7 == SP::O7 && "Unexpected enum"); in toCallerWindow()
165 if (Reg >= SP::I0 && Reg <= SP::I7) in toCallerWindow()
166 return Reg - SP::I0 + SP::O0; in toCallerWindow()
[all …]
DSparcISelDAGToDAG.cpp138 R2 = CurDAG->getRegister(SP::G0, getTargetLowering()->getPointerTy()); in SelectADDRrr()
166 TopPart = SDValue(CurDAG->getMachineNode(SP::SRAri, dl, MVT::i32, DivLHS, in Select()
169 TopPart = CurDAG->getRegister(SP::G0, MVT::i32); in Select()
171 TopPart = SDValue(CurDAG->getMachineNode(SP::WRYrr, dl, MVT::Glue, TopPart, in Select()
172 CurDAG->getRegister(SP::G0, MVT::i32)), 0); in Select()
175 unsigned Opcode = N->getOpcode() == ISD::SDIV ? SP::SDIVrr : SP::UDIVrr; in Select()
184 unsigned Opcode = N->getOpcode() == ISD::MULHU ? SP::UMULrr : SP::SMULrr; in Select()
188 return CurDAG->SelectNodeTo(N, SP::RDY, MVT::i32, SDValue(Mul, 1)); in Select()
/external/valgrind/main/coregrind/m_dispatch/
Ddispatch-s390x-linux.S51 #undef SP
52 #define SP S390_REGNO_STACK_POINTER macro
58 #define S390_LOC_SAVED_FPC_V S390_OFFSET_SAVED_FPC_V(SP)
61 #define S390_LOC_SAVED_R2 S390_OFFSET_SAVED_R2(SP)
90 stmg %r6,%r15,48(SP)
93 aghi SP,-S390_INNERLOOP_FRAME_SIZE
96 std %f8,160+0(SP)
97 std %f9,160+8(SP)
98 std %f10,160+16(SP)
99 std %f11,160+24(SP)
[all …]
/external/icu/icu4c/source/test/testdata/
DLineBreakTest.txt21 …y also differ from the results produced by a pair table implementation in sequences like: ZW SP CL.
26 × 0023 × 0020 ÷ 0023 ÷ # × [0.3] NUMBER SIGN (AL) × [7.01] SPACE (SP) ÷ [18.0] NUMBER SIGN (AL) ÷ …
28 … × [0.3] NUMBER SIGN (AL) × [9.0] COMBINING DIAERESIS (CM) × [7.01] SPACE (SP) ÷ [18.0] NUMBER SIG…
30 × 0023 × 0020 ÷ 2014 ÷ # × [0.3] NUMBER SIGN (AL) × [7.01] SPACE (SP) ÷ [18.0] EM DASH (B2) ÷ [0.3]
32 … × [0.3] NUMBER SIGN (AL) × [9.0] COMBINING DIAERESIS (CM) × [7.01] SPACE (SP) ÷ [18.0] EM DASH (B…
34 × 0023 × 0020 ÷ 0009 ÷ # × [0.3] NUMBER SIGN (AL) × [7.01] SPACE (SP) ÷ [18.0] <CHARACTER TABULATI…
36 … × [0.3] NUMBER SIGN (AL) × [9.0] COMBINING DIAERESIS (CM) × [7.01] SPACE (SP) ÷ [18.0] <CHARACTER…
38 × 0023 × 0020 ÷ 00B4 ÷ # × [0.3] NUMBER SIGN (AL) × [7.01] SPACE (SP) ÷ [18.0] ACUTE ACCENT (BB) ÷…
40 … × [0.3] NUMBER SIGN (AL) × [9.0] COMBINING DIAERESIS (CM) × [7.01] SPACE (SP) ÷ [18.0] ACUTE ACCE…
42 × 0023 × 0020 × 000B ÷ # × [0.3] NUMBER SIGN (AL) × [7.01] SPACE (SP) × [6.0] <LINE TABULATION> (B…
[all …]
/external/chromium_org/third_party/icu/source/test/testdata/
DLineBreakTest.txt21 …y also differ from the results produced by a pair table implementation in sequences like: ZW SP CL.
26 × 0023 × 0020 ÷ 0023 ÷ # × [0.3] NUMBER SIGN (AL) × [7.01] SPACE (SP) ÷ [18.0] NUMBER SIGN (AL) ÷ …
28 … × [0.3] NUMBER SIGN (AL) × [9.0] COMBINING DIAERESIS (CM) × [7.01] SPACE (SP) ÷ [18.0] NUMBER SIG…
30 × 0023 × 0020 ÷ 2014 ÷ # × [0.3] NUMBER SIGN (AL) × [7.01] SPACE (SP) ÷ [18.0] EM DASH (B2) ÷ [0.3]
32 … × [0.3] NUMBER SIGN (AL) × [9.0] COMBINING DIAERESIS (CM) × [7.01] SPACE (SP) ÷ [18.0] EM DASH (B…
34 × 0023 × 0020 ÷ 0009 ÷ # × [0.3] NUMBER SIGN (AL) × [7.01] SPACE (SP) ÷ [18.0] <CHARACTER TABULATI…
36 … × [0.3] NUMBER SIGN (AL) × [9.0] COMBINING DIAERESIS (CM) × [7.01] SPACE (SP) ÷ [18.0] <CHARACTER…
38 × 0023 × 0020 ÷ 00B4 ÷ # × [0.3] NUMBER SIGN (AL) × [7.01] SPACE (SP) ÷ [18.0] ACUTE ACCENT (BB) ÷…
40 … × [0.3] NUMBER SIGN (AL) × [9.0] COMBINING DIAERESIS (CM) × [7.01] SPACE (SP) ÷ [18.0] ACUTE ACCE…
42 × 0023 × 0020 × 000B ÷ # × [0.3] NUMBER SIGN (AL) × [7.01] SPACE (SP) × [6.0] <LINE TABULATION> (B…
[all …]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_bugzilla/org/eclipse/releng/services/bugzilla/
DUpdateBugStateTask.java123 private static final String SP = " "; //$NON-NLS-1$ field in UpdateBugStateTask
219 trans.put(HTML_NBSP, SP); in UpdateBugStateTask()
246 …throw new BuildException(Messages.getString("UpdateBugStateTask.invalidStatus") + "!" + SP + //$NO… in setStatus()
247 …Messages.getString("UpdateBugStateTask.expectedOne") + SP + BZ_UC + CS + BZ_NEW + CS + BZ_AS + CSO… in setStatus()
269 …System.err.println(Messages.getString("UpdateBugStateTask.invalidResolution") + "!" + SP + //$NON-… in setResolution()
271 + SP + BZ_FX + CS + BZ_IV + CS + BZ_WF + CS + BZ_LT + CS + BZ_RM + CSO + BZ_WK + SP in setResolution()
272 …+ "(" + Messages.getString("UpdateBugStateTask.default") + COLON + SP + BZ_FX + ")"); //$NON-NLS-1… in setResolution()
282 …endDate = m.group(1) + DASH + m.group(2) + DASH + m.group(3) + SP + m.group(4) + COLON + m.group(5… in setEndDate()
286 …eption(Messages.getString("UpdateBugStateTask.invalidTimestamp") + COLON + SP + t + "!"); //$NON-N… in setEndDate()
300 …throw new BuildException(Messages.getString("UpdateBugStateTask.invalidBuildID") + COLON + SP + t … in setBuildID()
[all …]
/external/llvm/test/CodeGen/ARM/
D2013-05-02-AAPCS-ByVal-Structs-C4-C5-VFP2.ll8 define void @foo(double %vfp0, ; --> D0, NSAA=SP
9 double %vfp1, ; --> D1, NSAA=SP
10 double %vfp2, ; --> D2, NSAA=SP
11 double %vfp3, ; --> D3, NSAA=SP
12 double %vfp4, ; --> D4, NSAA=SP
13 double %vfp5, ; --> D5, NSAA=SP
14 double %vfp6, ; --> D6, NSAA=SP
15 double %vfp7, ; --> D7, NSAA=SP
16 double %vfp8, ; --> SP, NSAA=SP+8 (!)
17 i32 %p0, ; --> R0, NSAA=SP+8
[all …]
D2013-05-02-AAPCS-ByVal-Structs-C4-C5-VFP.ll10 define void @foo(double %vfp0, ; --> D0, NSAA=SP
11 double %vfp1, ; --> D1, NSAA=SP
12 double %vfp2, ; --> D2, NSAA=SP
13 double %vfp3, ; --> D3, NSAA=SP
14 double %vfp4, ; --> D4, NSAA=SP
15 double %vfp5, ; --> D5, NSAA=SP
16 double %vfp6, ; --> D6, NSAA=SP
17 double %vfp7, ; --> D7, NSAA=SP
18 double %vfp8, ; --> SP, NSAA=SP+8 (!)
19 i32 %p0, ; --> R0, NSAA=SP+8
[all …]
/external/icu/icu4c/source/data/brkitr/
Dline_fi.txt95 $SP = [:LineBreak = Space:];
193 $CAN_CM = [^$SP $BK $CR $LF $NL $ZW $CM]; # Bases that can take CMs
194 $CANT_CM = [ $SP $BK $CR $LF $NL $ZW $CM]; # Bases that can't take CMs
202 $AL_FOLLOW_NOCM = [$BK $CR $LF $NL $ZW $SP];
221 # LB 7 x SP
223 $LB4NonBreaks [$SP $ZW];
224 $CAN_CM $CM* [$SP $ZW];
225 $CM+ [$SP $ZW];
229 # TODO: ZW SP* <break>
237 # LB 9 Combining marks. X $CM needs to behave like X, where X is not $SP, $BK $CR $LF $N…
[all …]
Dline.txt94 $SP = [:LineBreak = Space:];
190 $CAN_CM = [^$SP $BK $CR $LF $NL $ZW $CM]; # Bases that can take CMs
191 $CANT_CM = [ $SP $BK $CR $LF $NL $ZW $CM]; # Bases that can't take CMs
199 $AL_FOLLOW_NOCM = [$BK $CR $LF $NL $ZW $SP];
218 # LB 7 x SP
220 $LB4NonBreaks [$SP $ZW];
221 $CAN_CM $CM* [$SP $ZW];
222 $CM+ [$SP $ZW];
226 # TODO: ZW SP* <break>
234 # LB 9 Combining marks. X $CM needs to behave like X, where X is not $SP, $BK $CR $LF $N…
[all …]
Dline_ja.txt94 $SP = [:LineBreak = Space:];
190 $CAN_CM = [^$SP $BK $CR $LF $NL $ZW $CM]; # Bases that can take CMs
191 $CANT_CM = [ $SP $BK $CR $LF $NL $ZW $CM]; # Bases that can't take CMs
199 $AL_FOLLOW_NOCM = [$BK $CR $LF $NL $ZW $SP];
218 # LB 7 x SP
220 $LB4NonBreaks [$SP $ZW];
221 $CAN_CM $CM* [$SP $ZW];
222 $CM+ [$SP $ZW];
226 # TODO: ZW SP* <break>
234 # LB 9 Combining marks. X $CM needs to behave like X, where X is not $SP, $BK $CR $LF $N…
[all …]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/services/rss/
DRSSFeedPublisherTask.java54 private static final String SP = " "; //$NON-NLS-1$ field in RSSFeedPublisherTask
128 …System.err.println(Messages.getString("RSSFeedPublisherTask.ErrorInvalidFile") + CL + SP + file + … in execute()
130 …if (debug>0) { System.out.println(Messages.getString("RSSFeedPublisherTask.Publish") + SP + file);… in execute()
147 …System.out.println(Messages.getString("RSSFeedPublisherTask.UsingCVSRoot") + SP + CVSRoot); //$NON… in commitFeedToCVS()
148 …System.out.println(Messages.getString("RSSFeedPublisherTask.UsingCVSPath") + SP + CVSPath); //$NON… in commitFeedToCVS()
163 …Messages.getString("RSSFeedPublisherTask.ErrorCouldNotDeleteTempFolder") + SP + CVSTempDir); //$NO… in commitFeedToCVS()
168 …System.out.println(Messages.getString("RSSFeedPublisherTask.UsingCVSTemp") + SP + CVSTempDir); //$… in commitFeedToCVS()
172 runCVSExecTask("co -d checkoutDir" + SP + CVSPath, CVSTemp); //$NON-NLS-1$ in commitFeedToCVS()
212 …System.out.println(Messages.getString("RSSFeedPublisherTask.PublishToSCPTarget") + SP + SCPTarget)… in publishFeedWithSCP()
219 …util.runExecTask(SSHExec, userAtHost + " \"mkdir -p" + SP + targetPath + "\"", null); //$NON-NLS-1… in publishFeedWithSCP()
[all …]
DRSSFeedWatcherTask.java55 private static final String SP = " "; //$NON-NLS-1$ field in RSSFeedWatcherTask
99 …) : Messages.getString("RSSFeedWatcherTask.WarningNoCommandlineParams")) + SP + feedWatchActions )… in setFeedWatchActions()
112 …System.out.println(Messages.getString("RSSFeedWatcherTask.PleaseRunThisTaskLater") + SP + file); /… in execute()
113 …System.out.println(Messages.getString("RSSFeedWatcherTask.ToTheLatestVersion") + SP + feedURL); //… in execute()
131 …if (debug>0) { System.out.println(Messages.getString("RSSFeedWatcherTask.Compare") + SP + file + M… in checkFeed()
160 …println(Messages.getString("RSSFeedWatcherTask.GotOldNodeContents") + CL + SP + oldContent); //$NO… in checkFeed()
161 …println(Messages.getString("RSSFeedWatcherTask.GotNewNodeContents") + CL + SP + newContent); //$NO… in checkFeed()
166 …(debug>0?"-debug " + debug + SP:NS) + ("null".equals(commandline)?NS:commandline) + //$NON-NLS-1$ … in checkFeed()
184 …println(Messages.getString("RSSFeedWatcherTask.RunExecTask") + CL + SP + action + SP + commandline… in checkFeed()
229 …System.out.println(Messages.getString("RSSFeedWatcherTask.Download") + CL + SP + feedURL); //$NON-… in downloadFeed()
[all …]
/external/chromium_org/third_party/libphonenumber/src/resources/geocoding/pt/
D55.txt18 5511|São Paulo - SP
19 5512|São José dos Campos - SP
20 5513|Santos - SP
21 5514|Bauru - SP
22 5515|Sorocaba - SP
23 5516|Ribeirão Preto - SP
24 5517|São José do Rio Preto - SP
25 5518|Araçatuba - SP
26 5519|Campinas - SP
/external/chromium_org/third_party/libphonenumber/src/resources/geocoding/en/
D55.txt17 5511|São Paulo - SP
18 5512|São José dos Campos - SP
19 5513|Santos - SP
20 5514|Bauru - SP
21 5515|Sorocaba - SP
22 5516|Ribeirão Preto - SP
23 5517|São José do Rio Preto - SP
24 5518|Araçatuba - SP
25 5519|Campinas - SP
/external/llvm/tools/opt/
DBreakpointPrinter.cpp58 DISubprogram SP(NMD->getOperand(i)); in runOnModule() local
59 assert((!SP || SP.isSubprogram()) && in runOnModule()
61 if (!SP) in runOnModule()
63 getContextName(SP.getContext().resolve(TypeIdentifierMap), Name); in runOnModule()
64 Name = Name + SP.getDisplayName().str(); in runOnModule()

12345678910>>...14