/external/llvm-project/clang/lib/AST/ |
D | JSONNodeDumper.cpp | 32 JOS.attribute("id", createPointerRepresentation(A)); in Visit() 33 JOS.attribute("kind", AttrName); in Visit() 34 JOS.attributeObject("range", [A, this] { writeSourceRange(A->getRange()); }); in Visit() 51 JOS.attribute("id", createPointerRepresentation(S)); in Visit() 52 JOS.attribute("kind", S->getStmtClassName()); in Visit() 53 JOS.attributeObject("range", in Visit() 57 JOS.attribute("type", createQualType(E->getType())); in Visit() 64 JOS.attribute("valueCategory", Category); in Visit() 70 JOS.attribute("id", createPointerRepresentation(T)); in Visit() 75 JOS.attribute("kind", (llvm::Twine(T->getTypeClassName()) + "Type").str()); in Visit() [all …]
|
/external/llvm-project/libc/benchmarks/ |
D | JSON.cpp | 280 static void Serialize(const BenchmarkOptions &BO, json::OStream &JOS) { in Serialize() argument 281 JOS.object([&]() { in Serialize() 282 JOS.attribute("MinDuration", Seconds(BO.MinDuration)); in Serialize() 283 JOS.attribute("MaxDuration", Seconds(BO.MaxDuration)); in Serialize() 284 JOS.attribute("InitialIterations", BO.InitialIterations); in Serialize() 285 JOS.attribute("MaxIterations", BO.MaxIterations); in Serialize() 286 JOS.attribute("MinSamples", BO.MinSamples); in Serialize() 287 JOS.attribute("MaxSamples", BO.MaxSamples); in Serialize() 288 JOS.attribute("Epsilon", BO.Epsilon); in Serialize() 289 JOS.attribute("ScalingFactor", BO.ScalingFactor); in Serialize() [all …]
|
D | LibcMemoryBenchmarkMain.cpp | 91 json::OStream JOS(FOS); in Main() local 92 SerializeToJson(S, JOS); in Main()
|
D | JSON.h | 23 void SerializeToJson(const Study &S, llvm::json::OStream &JOS);
|
D | JSONTest.cpp | 42 json::OStream JOS(RSO); in SerializeToString() local 43 SerializeToJson(S, JOS); in SerializeToString()
|
/external/llvm-project/llvm/lib/Support/ |
D | JSON.cpp | 254 void abbreviate(const Value &V, OStream &JOS) { in abbreviate() argument 257 JOS.rawValue(V.getAsArray()->empty() ? "[]" : "[ ... ]"); in abbreviate() 260 JOS.rawValue(V.getAsObject()->empty() ? "{}" : "{ ... }"); in abbreviate() 265 JOS.value(V); in abbreviate() 269 JOS.value(Truncated); in abbreviate() 274 JOS.value(V); in abbreviate() 280 void abbreviateChildren(const Value &V, OStream &JOS) { in abbreviateChildren() argument 283 JOS.array([&] { in abbreviateChildren() 285 abbreviate(I, JOS); in abbreviateChildren() 289 JOS.object([&] { in abbreviateChildren() [all …]
|
/external/llvm-project/clang/include/clang/AST/ |
D | JSONNodeDumper.h | 39 llvm::json::OStream JOS; 54 JOS.objectBegin(); in AddChild() 63 JOS.objectEnd(); in AddChild() 74 JOS.attributeBegin(LabelStr); in AddChild() 75 JOS.arrayBegin(); in AddChild() 80 JOS.objectBegin(); in AddChild() 91 JOS.objectEnd(); in AddChild() 94 JOS.arrayEnd(); in AddChild() 95 JOS.attributeEnd(); in AddChild() 108 NodeStreamer(raw_ostream &OS) : JOS(OS, 2) {} in NodeStreamer() [all …]
|
/external/toolchain-utils/android_bench_suite/panorama_input/ |
D | test_034.ppm | 347 '/QW^SY`PT[X]ddemLMV%&.()1JOS���356'&"HFC������������������������q��i��S��S��T��T… 604 ….48QVZFKPHLQW[`JOS).3,0548=qww������oqpfb_���������������������������������������l��b��Q��Q��T��…
|
D | test_008.ppm | 5440 KKZ /`dt���6:MRViLPdCAQ;8I*)5/.:=4:ZQW�xs�wq��s�����~}mhMRYbgnZhxP^nZ_o���������54?76B!&*JOS���…
|
D | test_006.ppm | 5452 (! S;0fXJn`RXRAa[J66DD*BF)?D'AE-<A(EJ>HLA]]appuLIQ/,4=68voqJ?<4)&3'!>3-SHBYMHE=<6.-~����JOS#(…
|
D | test_011.ppm | 5825 …���������������������������������������������������������������������������JOS%).#)#
|
/external/cldr/tools/java/org/unicode/cldr/util/data/external/ |
D | 2013-1_UNLOCODE_CodeListPart3.csv | 1870 ,"PL","JOS","Jordanow Slaski","Jordanow Slaski","DS","--3-----","RQ","0907",,"5051N 01652E", 6204 "X","SE","JOS","Jonsberg","Jonsberg","E","1-------","XX","1301",,"5831N 01650E","" 17553 ,"US","JOS","Johnston","Johnston","RI","--3-----","RQ","9307",,,
|
D | 2013-1_UNLOCODE_CodeListPart2.csv | 16200 "+","JP","JOS","Joso","Joso",,"--3-----","RL","1301",,"3602N 13958E", 20445 ,"NG","JOS","Jos","Jos",,"---4----","AI","9601",,,
|
D | 2013-1_UNLOCODE_CodeListPart1.csv | 1154 ,"AT","JOS","Jois","Jois",,"-23-----","RL","0607",,"4758N 01648E", 36592 ,"FR","JOS","Jons","Jons","01","1-3-----","RL","0601",,"4549N 00505E",
|