Home
last modified time | relevance | path

Searched refs:ss (Results 1 – 11 of 11) sorted by relevance

/tools/dexter/slicer/
Ddex_format.cc57 std::stringstream ss; in DescriptorToDecl() local
68 ss << (*descriptor == '/' ? '.' : *descriptor); in DescriptorToDecl()
71 ss << PrimitiveTypeName(*descriptor); in DescriptorToDecl()
78 ss << "[]"; in DescriptorToDecl()
81 return ss.str(); in DescriptorToDecl()
Ddex_ir.cc100 std::stringstream ss; in Signature() local
101 ss << "("; in Signature()
104 ss << type->descriptor->c_str(); in Signature()
107 ss << ")"; in Signature()
108 ss << return_type->descriptor->c_str(); in Signature()
109 return ss.str(); in Signature()
Ddex_ir_builder.cc136 std::stringstream ss; in CreateShorty() local
137 ss << dex::DescriptorToShorty(return_type->descriptor->c_str()); in CreateShorty()
140 ss << dex::DescriptorToShorty(param_type->descriptor->c_str()); in CreateShorty()
143 return ss.str(); in CreateShorty()
/tools/trebuchet/scripts/
Drun-user-switch-perf.sh11 adb shell atrace -o /sdcard/atrace-ss.txt -t 10 ss &
16 adb pull /sdcard/atrace-ss.txt /tmp
/tools/test/graphicsbenchmark/apps/alloc_stress_app/src/cpp/
Dalloc_stress_activity.cpp43 std::stringstream ss; in Java_com_android_game_qualification_allocstress_MainActivity_cmain() local
44 ss << "total alloc: " << (allocCount >> 20) << endl; in Java_com_android_game_qualification_allocstress_MainActivity_cmain()
45 LOG(ss.str().c_str()); in Java_com_android_game_qualification_allocstress_MainActivity_cmain()
/tools/trebuchet/trebuchet/system-server-analyzer/
DREADME.md16 `adb shell atrace -o /sdcard/atrace-ss.txt -t 10 ss`
20 `adb pull /sdcard/atrace-ss.txt`
25 Opening `/tmp/atrace-ss.txt`
27 Parsing atrace-ss.txt took 171ms
/tools/trebuchet/trebuchet/user-switch-analyzer/
DREADME.md18 `adb shell atrace -o /sdcard/atrace-ss.txt -t 15 ss`
22 `adb pull /sdcard/atrace-ss.txt`
31 Opening /tmp/atrace-ss.txt
33 Parsing atrace-ss.txt took 161ms
/tools/dexter/dexter/
Ddissasembler.cc27 std::stringstream ss; in MethodDeclaration() local
28 ss << "("; in MethodDeclaration()
32 ss << (first ? "" : ", ") << type->Decl(); in MethodDeclaration()
36 ss << "):"; in MethodDeclaration()
37 ss << proto->return_type->Decl(); in MethodDeclaration()
38 return ss.str(); in MethodDeclaration()
Ddexter.cc35 std::stringstream ss; in ClassNameToDescriptor() local
36 ss << "L"; in ClassNameToDescriptor()
38 ss << (*p == '.' ? '/' : *p); in ClassNameToDescriptor()
40 ss << ";"; in ClassNameToDescriptor()
41 return ss.str(); in ClassNameToDescriptor()
/tools/security/fuzzing/system_fuzzers/libcrypto_utils/
Dlibcrypto_utils_fuzzer.cpp46 std::string ss = fdp.ConsumeBytesAsString(ANDROID_PUBKEY_MODULUS_SIZE); in LLVMFuzzerTestOneInput() local
47 uint8_t* rr = (uint8_t*)ss.c_str(); in LLVMFuzzerTestOneInput()
/tools/tradefederation/core/tests/res/testdata/
Dtradefed-prebuilt-cts-8.0_r21.jarMETA-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...