HomeSort by relevance Sort by last modified time
    Searched full:sstr (Results 1 - 25 of 38) sorted by null

1 2

  /ndk/tests/device/test-gnustl-full/unit/
bitset_test.cpp 82 stringstream sstr; local
84 sstr << b;
85 CPPUNIT_ASSERT( sstr.str() == "1000100010001" );
88 sstr >> b1;
96 wstringstream sstr; local
98 sstr << b;
99 CPPUNIT_ASSERT( sstr.str() == L"1000100010001" );
102 sstr >> b1;
  /ndk/tests/device/test-stlport/unit/
bitset_test.cpp 82 stringstream sstr; local
84 sstr << b;
85 CPPUNIT_ASSERT( sstr.str() == "1000100010001" );
88 sstr >> b1;
96 wstringstream sstr; local
98 sstr << b;
99 CPPUNIT_ASSERT( sstr.str() == L"1000100010001" );
102 sstr >> b1;
  /external/lldb/source/DataFormatters/
TypeSynthetic.cpp 36 StreamString sstr; local
37 sstr.Printf("%s%s%s {\n",
44 sstr.Printf(" %s\n",
48 sstr.Printf("}");
49 return sstr.GetString();
55 StreamString sstr; local
56 sstr.Printf("%s%s%s Generator at %p - %s",
63 return sstr.GetString();
104 StreamString sstr; local
105 sstr.Printf("%s%s%s Python class %s"
    [all...]
TypeFormat.cpp 44 StreamString sstr; local
45 sstr.Printf ("%s%s%s%s\n",
50 return sstr.GetString();
TypeSummary.cpp 132 StreamString sstr; local
134 sstr.Printf ("`%s`%s%s%s%s%s%s%s", m_format.c_str(),
142 return sstr.GetString();
169 StreamString sstr; local
170 sstr.Printf ("`%s (%p) `%s%s%s%s%s%s%s", m_description.c_str(),m_impl,
178 return sstr.GetString();
237 StreamString sstr; local
238 sstr.Printf ("%s%s%s%s%s%s%s\n%s", Cascades() ? "" : " (not cascading)",
246 return sstr.GetString();
  /external/lldb/source/API/
SBLineEntry.cpp 77 StreamString sstr; local
80 addr->Dump (&sstr, NULL, Address::DumpStyleModuleWithFileAddress, Address::DumpStyleInvalid, 4);
82 m_opaque_ap.get(), sb_address.get(), sstr.GetData());
100 StreamString sstr; local
103 addr->Dump (&sstr, NULL, Address::DumpStyleModuleWithFileAddress, Address::DumpStyleInvalid, 4);
105 m_opaque_ap.get(), sb_address.get(), sstr.GetData());
128 SBStream sstr; local
129 sb_file_spec.GetDescription (sstr);
131 sb_file_spec.get(), sstr.GetData());
SBCompileUnit.cpp 93 SBStream sstr; local
94 sb_line_entry.GetDescription (sstr);
96 m_opaque_ptr, idx, sb_line_entry.get(), sstr.GetData());
133 SBStream sstr; local
202 SBStream sstr; local
203 sb_file_spec.GetDescription (sstr);
205 m_opaque_ptr, idx, sb_file_spec.get(), sstr.GetData());
SBBreakpointLocation.cpp 43 SBStream sstr; local
44 GetDescription (sstr, lldb::eDescriptionLevelBrief);
46 "=%p) => this.sp = %p (%s)", break_loc_sp.get(), m_opaque_sp.get(), sstr.GetData());
313 SBStream sstr; local
314 sb_bp.GetDescription (sstr);
316 m_opaque_sp.get(), sb_bp.get(), sstr.GetData());
SBProcess.cpp 194 SBStream sstr; local
195 error.GetDescription (sstr);
196 log->Printf ("SBProcess(%p)::RemoteLaunch (...) => SBError (%p): %s", process_sp.get(), error.get(), sstr.GetData());
227 SBStream sstr; local
228 error.GetDescription (sstr);
229 log->Printf ("SBProcess(%p)::RemoteAttachToProcessWithID (%" PRIu64 ") => SBError (%p): %s", process_sp.get(), pid, error.get(), sstr.GetData());
695 SBStream sstr; local
696 sb_error.GetDescription (sstr);
697 log->Printf ("SBProcess(%p)::Continue () => SBError (%p): %s", process_sp.get(), sb_error.get(), sstr.GetData());
720 SBStream sstr; local
748 SBStream sstr; local
775 SBStream sstr; local
825 SBStream sstr; local
1008 SBStream sstr; local
1144 SBStream sstr; local
    [all...]
SBDebugger.cpp 106 SBStream sstr; local
107 debugger.GetDescription (sstr);
108 log->Printf ("SBDebugger::Create () => SBDebugger(%p): %s", debugger.m_opaque_sp.get(), sstr.GetData());
134 SBStream sstr; local
135 debugger.GetDescription (sstr);
136 log->Printf ("SBDebugger::Destroy () => SBDebugger(%p): %s", debugger.m_opaque_sp.get(), sstr.GetData());
779 SBStream sstr; local
780 sb_target.GetDescription (sstr, eDescriptionLevelBrief);
782 target_sp.get(), sstr.GetData());
800 SBStream sstr; local
    [all...]
SBDeclaration.cpp 84 SBStream sstr; local
85 sb_file_spec.GetDescription (sstr);
87 sb_file_spec.get(), sstr.GetData());
SBEvent.cpp 93 StreamString sstr; local
94 if (lldb_event && lldb_event->GetBroadcaster() && lldb_event->GetBroadcaster()->GetEventNames(sstr, event_type, true))
95 log->Printf ("SBEvent(%p)::GetType () => 0x%8.8x (%s)", get(), event_type, sstr.GetData());
SBInputReader.cpp 124 SBStream sstr; local
125 sb_error.GetDescription (sstr);
127 sb_error.get(), sstr.GetData());
SBSymbolContext.cpp 102 SBStream sstr; local
103 sb_module.GetDescription (sstr);
105 m_opaque_ap.get(), module_sp.get(), sstr.GetData());
SBValueList.cpp 218 SBStream sstr; local
219 sb_value.GetDescription (sstr);
221 m_opaque_ap.get(), idx, sb_value.GetSP().get(), sstr.GetData());
SBWatchpoint.cpp 42 SBStream sstr; local
43 GetDescription (sstr, lldb::eDescriptionLevelBrief);
45 "=%p) => this.sp = %p (%s)", wp_sp.get(), m_opaque_sp.get(), sstr.GetData());
SBCommandInterpreter.cpp 134 SBStream sstr; local
135 result.GetDescription (sstr);
137 m_opaque_ptr, command_line, result.get(), sstr.GetData(), add_to_history, result.GetStatus());
  /external/boringssl/src/crypto/pkcs8/
p5_pbe.c 84 unsigned char *sstr;
106 sstr = ASN1_STRING_data(pbe->salt);
108 memcpy(sstr, salt, saltlen);
109 else if (!RAND_bytes(sstr, saltlen))
  /external/lldb/source/Plugins/Instruction/ARM/
EmulationStateARM.cpp 372 StreamString sstr; local
375 sstr.Clear();
376 sstr.Printf ("r%d", i);
377 ConstString reg_name (sstr.GetData());
394 sstr.Clear();
395 sstr.Printf ("s%d", i);
396 ConstString reg_name (sstr.GetData());
  /external/eigen/Eigen/src/Core/
IO.h 198 std::stringstream sstr; local
199 sstr.copyfmt(s);
200 sstr << m.coeff(i,j);
201 width = std::max<Index>(width, Index(sstr.str().length()));
  /external/deqp/scripts/khr_util/
gen_str_util.py 55 yield "tcu::Format::Bitfield<16>\tget%sStr\t(int value);" % groupName
62 yield "inline tcu::Format::Enum<int, 2>\tget%(name)sStr\t(int value)\t{ return tcu::Format::Enum<int, 2>(get%(name)sName, value); }" % {"name": groupName}
99 yield "tcu::Format::Bitfield<16> get%sStr (int value)" % groupName
  /external/lldb/source/Commands/
CommandObjectHelp.cpp 158 StreamString sstr; local
159 m_interpreter.GetAliasHelp (alias_name.c_str(), cmd_obj->GetCommandName(), sstr);
160 result.GetOutputStream().Printf ("\n'%s' is an abbreviation for %s\n", alias_name.c_str(), sstr.GetData());
  /external/lldb/source/Interpreter/
Args.cpp 622 StreamString sstr;
637 sstr << (char)long_options[i].val;
642 case required_argument: sstr << ':'; break;
643 case optional_argument: sstr << "::"; break;
660 sstr.GetData(),
    [all...]
CommandObject.cpp 786 StreamString sstr;
787 sstr << "One of the format names (or one-character names) that can be used to show a variable's value:\n";
791 sstr.PutChar('\n');
795 sstr.Printf("'%c' or ", format_char);
797 sstr.Printf ("\"%s\"", FormatManager::GetFormatAsCString(f));
800 sstr.Flush();
802 std::string data = sstr.GetString();
819 StreamString sstr;
820 sstr << "One of the following languages:\n";
824 sstr << " " << LanguageRuntime::GetNameForLanguageType(static_cast<LanguageType>(l)) << "\n"
    [all...]
  /ndk/tests/abcc/jni/
Abcc.cpp 292 std::stringstream sstr; local
293 sstr << ifs.rdbuf();
294 LOGE("Error message: %s", sstr.str().c_str());
299 fout << "Error message: " << sstr.str() << "\n";

Completed in 501 milliseconds

1 2