Searched refs:SSP (Results 1 – 25 of 147) sorted by relevance
123456
/external/icu/icu4c/source/data/curr/ |
D | nus.txt | 9 SSP{ 11 "SSP",
|
D | ps.txt | 517 SSP{ 518 "SSP", 519 "SSP", 725 SSP{"£"} 1258 SSP{ 1259 one{"SSP"} 1260 other{"SSP"}
|
D | mt.txt | 489 SSP{ 490 "SSP", 491 "SSP", 688 SSP{"£"} 1421 SSP{ 1422 few{"SSP"} 1423 many{"SSP"} 1424 one{"SSP"} 1425 other{"SSP"}
|
D | mzn.txt | 493 SSP{ 494 "SSP", 675 SSP{"£"} 1062 SSP{
|
D | my.txt | 573 SSP{ 574 "SSP", 825 SSP{"£"} 1236 SSP{
|
D | km.txt | 525 SSP{ 526 "SSP", 733 SSP{"£"} 1145 SSP{
|
D | kn.txt | 529 SSP{ 530 "SSP", 741 SSP{"£"} 1283 SSP{
|
D | ne.txt | 529 SSP{ 530 "SSP", 741 SSP{"£"} 1284 SSP{
|
D | hy.txt | 525 SSP{ 526 "SSP", 737 SSP{"£"} 1279 SSP{
|
D | ce.txt | 513 SSP{ 514 "SSP", 719 SSP{"£"} 1249 SSP{
|
D | si.txt | 525 SSP{ 526 "SSP", 736 SSP{"£"} 1275 SSP{
|
D | ta.txt | 529 SSP{ 530 "SSP", 741 SSP{"£"} 1283 SSP{
|
D | or.txt | 513 SSP{ 514 "SSP", 721 SSP{"£"} 1250 SSP{
|
D | as.txt | 513 SSP{ 514 "SSP", 725 SSP{"£"} 1254 SSP{
|
D | sd.txt | 517 SSP{ 518 "SSP", 725 SSP{"£"} 1258 SSP{
|
D | gu.txt | 529 SSP{ 530 "SSP", 741 SSP{"£"} 1283 SSP{
|
D | mn.txt | 525 SSP{ 526 "SSP", 737 SSP{"£"} 1279 SSP{
|
D | kk.txt | 525 SSP{ 526 "SSP", 731 SSP{"£"} 1273 SSP{
|
D | chr.txt | 517 SSP{ 518 "SSP", 725 SSP{"£"} 1258 SSP{
|
D | mr.txt | 529 SSP{ 530 "SSP", 741 SSP{"£"} 1283 SSP{
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | Core.h | 363 ExecutionSessionBase(std::shared_ptr<SymbolStringPool> SSP = nullptr) 364 : SSP(SSP ? std::move(SSP) : std::make_shared<SymbolStringPool>()) {} 367 SymbolStringPool &getSymbolStringPool() const { return *SSP; } in getSymbolStringPool() 466 std::shared_ptr<SymbolStringPool> SSP; variable 745 ExecutionSession(std::shared_ptr<SymbolStringPool> SSP = nullptr) 746 : ExecutionSessionBase(std::move(SSP)) {} in ExecutionSessionBase() argument
|
/external/autotest/server/site_tests/ssp_PackageInstall/ |
D | control | 7 PURPOSE = "Demonstrate SSP supports installation of packages inside test." 8 CRITERIA = "This test will always succeed if running with SSP."
|
/external/llvm/test/Transforms/Inline/ |
D | inline_ssp.ll | 2 ; Ensure SSP attributes are propagated correctly when inlining. 10 ; are used by the remaining functions to ensure that the SSP attributes are 11 ; propagated correctly. The caller should have its SSP attribute set as:
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/ |
D | inline_ssp.ll | 3 ; Ensure SSP attributes are propagated correctly when inlining. 11 ; are used by the remaining functions to ensure that the SSP attributes are 12 ; propagated correctly. The caller should have its SSP attribute set as:
|
/external/clang/test/CodeGen/ |
D | 2002-07-14-MiscTests3.c | 19 struct SubStruct *SSP; member 46 Q.SSP = &R.SS; in F0()
|
123456