HomeSort by relevance Sort by last modified time
    Searched refs:SetString (Results 1 - 25 of 254) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/libchrome/base/trace_event/
process_memory_maps.cc 48 value->SetString("sa", StringPrintf(kHexFmt, region.start_address));
49 value->SetString("sz", StringPrintf(kHexFmt, region.size_in_bytes));
51 value->SetString("mf", region.mapped_file);
54 value->SetString(
56 value->SetString(
58 value->SetString(
60 value->SetString(
62 value->SetString(
64 value->SetString("sw", StringPrintf(kHexFmt, region.byte_stats_swapped));
memory_allocator_dump.cc 64 attributes_->SetString("type", kTypeScalar);
65 attributes_->SetString("units", units);
66 attributes_->SetString("value", string_conversion_buffer_);
74 attributes_->SetString("type", kTypeScalar);
75 attributes_->SetString("units", units);
91 attributes_->SetString("type", kTypeString);
92 attributes_->SetString("units", units);
93 attributes_->SetString("value", value);
99 value->SetString("guid", guid_.ToString());
process_memory_totals.cc 23 value->SetString("resident_set_bytes",
26 value->SetString("peak_resident_set_bytes",
32 value->SetString(it.first, StringPrintf("%" PRIx64, it.second));
trace_event_argument_unittest.cc 23 value->SetString("string", "string");
36 value->SetString("str.ing", "str.ing");
52 value->SetString("s1", "foo");
63 value->SetString("s0", "foo");
82 value->SetString("a", "short");
83 value->SetString("b", kLongString);
88 value->SetString("a", kLongString3);
108 dict_value->SetString("string", std::string("a") + "b");
109 dict_value->SetString("string", std::string("a") + "b");
heap_profiler_stack_frame_deduplicator.cc 85 frame_node_value->SetString(
92 frame_node_value->SetString("name", stringify_buffer);
98 frame_node_value->SetString("name", stringify_buffer);
103 frame_node_value->SetString("parent", stringify_buffer);
  /external/libchrome/base/test/
test_pending_task.cc 41 state->SetString("posting_function", location.ToString());
46 state->SetString("nestability", "NESTABLE");
49 state->SetString("nestability", "NON_NESTABLE");
  /prebuilts/go/darwin-x86/src/crypto/dsa/
dsa_test.go 77 result, ok := new(big.Int).SetString(s, 16)
86 priv.P, _ = new(big.Int).SetString("A9B5B793FB4785793D246BAE77E8FF63CA52F442DA763C440259919FE1BC1D6065A9350637A04F75A2F039401D49F08E066C4D275A5A65DA5684BC563C14289D7AB8A67163BFBF79D85972619AD2CFF55AB0EE77A9002B0EF96293BDD0F42685EBB2C66C327079F6C98000FBCB79AACDE1BC6F9D5C7B1A97E3D9D54ED7951FEF", 16)
87 priv.Q, _ = new(big.Int).SetString("E1D3391245933D68A0714ED34BBCB7A1F422B9C1", 16)
88 priv.G, _ = new(big.Int).SetString("634364FC25248933D01D1993ECABD0657CC0CB2CEED7ED2E3E8AECDFCDC4A25C3B15E9E3B163ACA2984B5539181F3EFF1A5E8903D71D5B95DA4F27202B77D2C44B430BB53741A8D59A8F86887525C9F2A6A5980A195EAA7F2FF910064301DEF89D3AA213E1FAC7768D89365318E370AF54A112EFBA9246D9158386BA1B4EEFDA", 16)
89 priv.Y, _ = new(big.Int).SetString("32969E5780CFE1C849A1C276D7AEB4F38A23B591739AA2FE197349AEEBD31366AEE5EB7E6C6DDB7C57D02432B30DB5AA66D9884299FAA72568944E4EEDC92EA3FBC6F39F53412FBCC563208F7C15B737AC8910DBC2D9C9B8C001E72FDC40EB694AB1F06A5A2DBD18D9E36C66F31F566742F11EC0A52E9F7B89355C02FB5D32D2", 16)
90 priv.X, _ = new(big.Int).SetString("5078D4D29795CBE76D3AACFE48C9AF0BCDBEE91A", 16)
  /prebuilts/go/linux-x86/src/crypto/dsa/
dsa_test.go 77 result, ok := new(big.Int).SetString(s, 16)
86 priv.P, _ = new(big.Int).SetString("A9B5B793FB4785793D246BAE77E8FF63CA52F442DA763C440259919FE1BC1D6065A9350637A04F75A2F039401D49F08E066C4D275A5A65DA5684BC563C14289D7AB8A67163BFBF79D85972619AD2CFF55AB0EE77A9002B0EF96293BDD0F42685EBB2C66C327079F6C98000FBCB79AACDE1BC6F9D5C7B1A97E3D9D54ED7951FEF", 16)
87 priv.Q, _ = new(big.Int).SetString("E1D3391245933D68A0714ED34BBCB7A1F422B9C1", 16)
88 priv.G, _ = new(big.Int).SetString("634364FC25248933D01D1993ECABD0657CC0CB2CEED7ED2E3E8AECDFCDC4A25C3B15E9E3B163ACA2984B5539181F3EFF1A5E8903D71D5B95DA4F27202B77D2C44B430BB53741A8D59A8F86887525C9F2A6A5980A195EAA7F2FF910064301DEF89D3AA213E1FAC7768D89365318E370AF54A112EFBA9246D9158386BA1B4EEFDA", 16)
89 priv.Y, _ = new(big.Int).SetString("32969E5780CFE1C849A1C276D7AEB4F38A23B591739AA2FE197349AEEBD31366AEE5EB7E6C6DDB7C57D02432B30DB5AA66D9884299FAA72568944E4EEDC92EA3FBC6F39F53412FBCC563208F7C15B737AC8910DBC2D9C9B8C001E72FDC40EB694AB1F06A5A2DBD18D9E36C66F31F566742F11EC0A52E9F7B89355C02FB5D32D2", 16)
90 priv.X, _ = new(big.Int).SetString("5078D4D29795CBE76D3AACFE48C9AF0BCDBEE91A", 16)
  /external/pdfium/core/fpdfapi/parser/
cpdf_boolean.cpp 32 void CPDF_Boolean::SetString(const CFX_ByteString& str) {
cpdf_boolean.h 27 void SetString(const CFX_ByteString& str) override;
cpdf_name.cpp 33 void CPDF_Name::SetString(const CFX_ByteString& str) {
cpdf_name.h 26 void SetString(const CFX_ByteString& str) override;
cpdf_number.h 30 void SetString(const CFX_ByteString& str) override;
cpdf_string.h 32 void SetString(const CFX_ByteString& str) override;
  /prebuilts/go/darwin-x86/src/math/big/
ratconv_test.go 76 x, ok := new(Rat).SetString(test.in)
80 t.Errorf("#%d SetString(%q) expected failure", i, test.in)
82 t.Errorf("#%d SetString(%q) got %s want %s", i, test.in, x.RatString(), test.out)
85 t.Errorf("#%d SetString(%q) got %p want nil", i, test.in, x)
138 x, _ := new(Rat).SetString(test.in)
146 // Test inputs to Rat.SetString. The prefix "long:" causes the test
359 r, ok := new(Rat).SetString(input)
361 t.Errorf("Rat.SetString(%q) failed", input)
375 // preserve the sign from SetString("-0").
401 t.Errorf("Rat.SetString(%q).Float32().exact = %t, want %t", input, exact, wasExact
    [all...]
  /prebuilts/go/linux-x86/src/math/big/
ratconv_test.go 76 x, ok := new(Rat).SetString(test.in)
80 t.Errorf("#%d SetString(%q) expected failure", i, test.in)
82 t.Errorf("#%d SetString(%q) got %s want %s", i, test.in, x.RatString(), test.out)
85 t.Errorf("#%d SetString(%q) got %p want nil", i, test.in, x)
138 x, _ := new(Rat).SetString(test.in)
146 // Test inputs to Rat.SetString. The prefix "long:" causes the test
359 r, ok := new(Rat).SetString(input)
361 t.Errorf("Rat.SetString(%q) failed", input)
375 // preserve the sign from SetString("-0").
401 t.Errorf("Rat.SetString(%q).Float32().exact = %t, want %t", input, exact, wasExact
    [all...]
  /system/update_engine/common/
prefs_unittest.cc 97 TEST_F(PrefsTest, SetString) {
99 EXPECT_TRUE(prefs_.SetString(kKey, kValue));
107 EXPECT_FALSE(prefs_.SetString(kKeyWithDots, "some value"));
115 EXPECT_TRUE(prefs_.SetString(kKey, kValue));
123 EXPECT_FALSE(prefs_.SetString(kKey, "test value"));
128 EXPECT_FALSE(prefs_.SetString(kKey, "test value"));
291 prefs_.SetString(kKey, "value");
309 prefs_.SetString(kKey, "value");
321 EXPECT_TRUE(prefs_.SetString(kKey, "value"));
323 EXPECT_TRUE(prefs_.SetString(kKey, "other value"))
    [all...]
mock_prefs.h 33 MOCK_METHOD2(SetString, bool(const std::string& key,
prefs_interface.h 54 virtual bool SetString(const std::string& key, const std::string& value) = 0;
  /system/update_engine/
weave_service.cc 102 state.SetString("_updater.currentChannel", current_channel);
103 state.SetString("_updater.trackingChannel", tracking_channel);
104 state.SetString("_updater.status", UpdateStatusToWeaveStatus(update_status));
  /external/libbrillo/brillo/
key_value_store.h 55 void SetString(const std::string& key, const std::string& value);
  /external/v8/src/tracing/
traced-value.h 32 void SetString(const char* name, const std::string& value);
  /prebuilts/go/darwin-x86/src/crypto/elliptic/
elliptic_test.go 306 k, ok := new(big.Int).SetString(e.k, 10)
324 k, ok := new(big.Int).SetString(e.k, 10)
344 k, _ := new(big.Int).SetString(e.k, 10)
369 x, _ := new(big.Int).SetString(e.x, 16)
370 y, _ := new(big.Int).SetString(e.y, 16)
371 k, _ := new(big.Int).SetString(e.k, 10)
426 k, _ := new(big.Int).SetString(e.k, 10)
437 k, _ := new(big.Int).SetString(e.k, 10)
  /prebuilts/go/linux-x86/src/crypto/elliptic/
elliptic_test.go 306 k, ok := new(big.Int).SetString(e.k, 10)
324 k, ok := new(big.Int).SetString(e.k, 10)
344 k, _ := new(big.Int).SetString(e.k, 10)
369 x, _ := new(big.Int).SetString(e.x, 16)
370 y, _ := new(big.Int).SetString(e.y, 16)
371 k, _ := new(big.Int).SetString(e.k, 10)
426 k, _ := new(big.Int).SetString(e.k, 10)
437 k, _ := new(big.Int).SetString(e.k, 10)
  /system/update_engine/payload_generator/
fake_filesystem.cc 56 store->SetString("PAYLOAD_MINOR_VERSION", std::to_string(minor_version_));

Completed in 326 milliseconds

1 2 3 4 5 6 7 8 91011