Searched refs:SetFromString (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/crypto/
H A Dp224.h25 // SetFromString the value of the point from the 56 byte, external
29 bool SetFromString(const base::StringPiece& in);
H A Dp224_spake.cc170 if (!Ystar.SetFromString(message)) {
H A Dp224_unittest.cc773 EXPECT_TRUE(point.SetFromString(base::StringPiece(
799 ASSERT_TRUE(a.SetFromString(base::StringPiece(
801 ASSERT_TRUE(b.SetFromString(base::StringPiece(
821 EXPECT_FALSE(a.SetFromString(std::string(zeros, sizeof(zeros))));
H A Dp224.cc647 bool Point::SetFromString(const base::StringPiece& in) { function in class:crypto::p224::Point
/external/chromium_org/components/tracing/
H A Dchild_trace_message_filter.cc63 trace_options.SetFromString(options);
86 trace_options.SetFromString(options);
/external/chromium_org/gpu/command_buffer/service/
H A Dcommon_decoder.h78 void SetFromString(const char* str);
H A Dcommon_decoder.cc38 void CommonDecoder::Bucket::SetFromString(const char* str) { function in class:gpu::CommonDecoder::Bucket
H A Dgles2_cmd_decoder.cc6966 bucket->SetFromString(shader->source().c_str());
6986 bucket->SetFromString(shader->translated_source().c_str());
7001 bucket->SetFromString("");
7004 bucket->SetFromString(program->log_info()->c_str());
7018 bucket->SetFromString("");
7021 bucket->SetFromString(shader->log_info().c_str());
8017 bucket->SetFromString(str);
9329 bucket->SetFromString(uniform_info->name.c_str());
9366 bucket->SetFromString(attrib_info->name.c_str());
9589 bucket->SetFromString(inf
[all...]
/external/chromium_org/content/browser/android/
H A Dtracing_controller_android.cc39 trace_options.SetFromString(
/external/chromium_org/base/debug/
H A Dtrace_event_unittest.cc3003 EXPECT_TRUE(options.SetFromString("record-until-full"));
3008 EXPECT_TRUE(options.SetFromString("record-continuously"));
3013 EXPECT_TRUE(options.SetFromString("trace-to-console"));
3018 EXPECT_TRUE(options.SetFromString("record-as-much-as-possible"));
3023 EXPECT_TRUE(options.SetFromString("record-until-full, enable-sampling"));
3028 EXPECT_TRUE(options.SetFromString("enable-systrace,record-continuously"));
3033 EXPECT_TRUE(options.SetFromString(
3039 EXPECT_TRUE(options.SetFromString(
3045 EXPECT_TRUE(options.SetFromString(""));
3050 EXPECT_FALSE(options.SetFromString("fo
[all...]
H A Dtrace_event_impl.h420 // Example: trace_options.SetFromString("record-until-full")
421 // Example: trace_options.SetFromString(
423 // Example: trace_options.SetFromString("record-until-full, trace-to-console")
427 bool SetFromString(const std::string& options_string);
H A Dtrace_event_impl.cc987 bool TraceOptions::SetFromString(const std::string& options_string) {

Completed in 171 milliseconds