/art/runtime/ |
D | thread_linux.cc | 44 stack_t ss; in SetUpAlternateSignalStack() local 45 ss.ss_sp = new uint8_t[kHostAltSigStackSize]; in SetUpAlternateSignalStack() 46 ss.ss_size = kHostAltSigStackSize; in SetUpAlternateSignalStack() 47 ss.ss_flags = 0; in SetUpAlternateSignalStack() 48 CHECK(ss.ss_sp != nullptr); in SetUpAlternateSignalStack() 49 SigAltStack(&ss, nullptr); in SetUpAlternateSignalStack() 52 ss.ss_sp = nullptr; in SetUpAlternateSignalStack() 53 SigAltStack(nullptr, &ss); in SetUpAlternateSignalStack() 54 VLOG(threads) << "Alternate signal stack is " << PrettySize(ss.ss_size) << " at " << ss.ss_sp; in SetUpAlternateSignalStack() 59 stack_t ss; in TearDownAlternateSignalStack() local [all …]
|
D | thread_list.cc | 298 std::ostringstream ss; in UnsafeLogFatalForThreadSuspendAllTimeout() local 299 ss << "Thread suspend timeout\n"; in UnsafeLogFatalForThreadSuspendAllTimeout() 300 Locks::mutator_lock_->Dump(ss); in UnsafeLogFatalForThreadSuspendAllTimeout() 301 ss << "\n"; in UnsafeLogFatalForThreadSuspendAllTimeout() 302 runtime->GetThreadList()->Dump(ss); in UnsafeLogFatalForThreadSuspendAllTimeout() 304 LOG(FATAL) << ss.str(); in UnsafeLogFatalForThreadSuspendAllTimeout() 470 std::ostringstream ss; in RunEmptyCheckpoint() local 471 ss << "Empty checkpoint timeout\n"; in RunEmptyCheckpoint() 472 ss << "Barrier count " << barrier->GetCount(self) << "\n"; in RunEmptyCheckpoint() 473 ss << "Runnable thread IDs"; in RunEmptyCheckpoint() [all …]
|
D | subtype_check_info_test.cc | 34 std::stringstream ss; in Stringify() local 35 ss << bit_string; in Stringify() 36 return ss.str(); in Stringify()
|
D | subtype_check_test.cc | 182 std::stringstream ss; in ToDotGraph() local 183 ss << std::endl; in ToDotGraph() 184 ss << "digraph MockClass {" << std::endl; in ToDotGraph() 185 ss << " node [fontname=\"Arial\"];" << std::endl; in ToDotGraph() 186 ToDotGraphImpl(ss); in ToDotGraph() 187 ss << "}" << std::endl; in ToDotGraph() 188 return ss.str(); in ToDotGraph()
|
D | hidden_api_test.cc | 441 std::stringstream ss; in CheckAllDexFilesInDomain() local 442 ss << dex_file->GetLocation() << ": access context domain does not match " in CheckAllDexFilesInDomain() 445 *error_msg = ss.str(); in CheckAllDexFilesInDomain() 449 std::stringstream ss; in CheckAllDexFilesInDomain() local 450 ss << dex_file->GetLocation() << ": dex file domain does not match " in CheckAllDexFilesInDomain() 453 *error_msg = ss.str(); in CheckAllDexFilesInDomain()
|
D | monitor.cc | 615 std::ostringstream ss; in ThrowIllegalMonitorStateExceptionF() local 616 self->Dump(ss); in ThrowIllegalMonitorStateExceptionF() 618 << self->GetException()->Dump() << "\n" << ss.str(); in ThrowIllegalMonitorStateExceptionF()
|
/art/tools/veridex/ |
D | hidden_api.cc | 79 std::stringstream ss; in GetApiMethodName() local 81 ss << dex_file.StringByTypeIdx(method_id.class_idx_) in GetApiMethodName() 85 return ss.str(); in GetApiMethodName() 89 std::stringstream ss; in GetApiFieldName() local 91 ss << dex_file.StringByTypeIdx(field_id.class_idx_) in GetApiFieldName() 96 return ss.str(); in GetApiFieldName()
|
/art/runtime/mirror/ |
D | method_type.cc | 156 std::ostringstream ss; in PrettyDescriptor() local 157 ss << "("; in PrettyDescriptor() 162 ss << p_types->GetWithoutChecks(i)->PrettyDescriptor(); in PrettyDescriptor() 164 ss << ", "; in PrettyDescriptor() 168 ss << ")"; in PrettyDescriptor() 169 ss << GetRType()->PrettyDescriptor(); in PrettyDescriptor() 171 return ss.str(); in PrettyDescriptor()
|
/art/openjdkjvmti/ |
D | ti_dump.cc | 83 std::stringstream ss; in DumpInternalState() local 85 DeoptManager::Get()->DumpDeoptInfo(self, ss); in DumpInternalState() 88 JvmtiUniquePtr<char[]> res = CopyString(jvmti, ss.str().c_str(), &err); in DumpInternalState()
|
/art/test/034-call-null/src/ |
D | Main.java | 20 private void doStuff(int i, int[][] is, String s, String[][] ss) { in doStuff() argument
|
/art/test/005-annotations/src/android/test/anno/ |
D | AnnoArrayField.java | 13 short[] ss() default {}; in ss() method
|
D | TestAnnotations.java | 110 ss = {12,13,14,15,16,17},
|
/art/libartbase/base/ |
D | bit_string_test.cc | 34 std::stringstream ss; in Stringify() local 35 ss << bit_string; in Stringify() 36 return ss.str(); in Stringify()
|
/art/tools/jvmti-agents/simple-force-redefine/ |
D | forceredefine.cc | 59 std::stringstream ss; in classNameToDescriptor() local 60 ss << "L"; in classNameToDescriptor() 62 ss << (*p == '.' ? '/' : *p); in classNameToDescriptor() 64 ss << ";"; in classNameToDescriptor() 65 return ss.str(); in classNameToDescriptor()
|
/art/test/005-annotations/ |
D | expected.txt | 2 …oArrayField(bb=[], cc=[a, b], dd=[0.987654321], ff=[3.1415927], ii=[], jj=[], ss=[], str=[], zz=[]) 3 …], dd=[0.3, 0.6, 0.9], ff=[1.1, 1.2, 1.3], ii=[1, 2, 3, 4], jj=[-5, 0, 5], ss=[12, 13, 14, 15, 16,…
|
/art/tools/hiddenapi/ |
D | hiddenapi.cc | 178 std::stringstream ss; in GetApiEntry() local 179 ss << klass_.GetDescriptor() << "->" << GetName() << (IsMethod() ? "" : ":") in GetApiEntry() 181 return ss.str(); in GetApiEntry()
|
/art/tools/ahat/ |
D | README.txt | 127 0.1ss Aug 04, 2015
|
/art/runtime/verifier/ |
D | verifier_deps.cc | 718 std::stringstream ss; in ToHex() local 719 ss << std::hex << value << std::dec; in ToHex() 720 return ss.str(); in ToHex()
|
/art/dexdump/ |
D | dexdump.cc | 1207 std::stringstream ss; in GetHiddenapiFlagStr() local 1209 api_list.Dump(ss); in GetHiddenapiFlagStr() 1210 std::string str_api_list = ss.str(); in GetHiddenapiFlagStr()
|