Searched refs:ss (Results 1 – 11 of 11) sorted by relevance
57 std::stringstream ss; in DescriptorToDecl() local68 ss << (*descriptor == '/' ? '.' : *descriptor); in DescriptorToDecl()71 ss << PrimitiveTypeName(*descriptor); in DescriptorToDecl()78 ss << "[]"; in DescriptorToDecl()81 return ss.str(); in DescriptorToDecl()
100 std::stringstream ss; in Signature() local101 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()
136 std::stringstream ss; in CreateShorty() local137 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()
11 adb shell atrace -o /sdcard/atrace-ss.txt -t 10 ss &16 adb pull /sdcard/atrace-ss.txt /tmp
43 std::stringstream ss; in Java_com_android_game_qualification_allocstress_MainActivity_cmain() local44 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()
16 `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
18 `adb shell atrace -o /sdcard/atrace-ss.txt -t 15 ss`22 `adb pull /sdcard/atrace-ss.txt`31 Opening /tmp/atrace-ss.txt33 Parsing atrace-ss.txt took 161ms
27 std::stringstream ss; in MethodDeclaration() local28 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()
35 std::stringstream ss; in ClassNameToDescriptor() local36 ss << "L"; in ClassNameToDescriptor()38 ss << (*p == '.' ? '/' : *p); in ClassNameToDescriptor()40 ss << ";"; in ClassNameToDescriptor()41 return ss.str(); in ClassNameToDescriptor()
46 std::string ss = fdp.ConsumeBytesAsString(ANDROID_PUBKEY_MODULUS_SIZE); in LLVMFuzzerTestOneInput() local47 uint8_t* rr = (uint8_t*)ss.c_str(); in LLVMFuzzerTestOneInput()
META-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...