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

1 2 3 4 5 6 7 8 910

  /external/llvm/lib/CodeGen/
ShrinkWrap.cpp 12 // The safe point for the prologue (resp. epilogue) is called Save
16 // between 2) two executions of the Save (resp. Restore) point there is an
17 // execution of the Restore (resp. Save) point.
21 // Save
25 // Indeed, the execution looks like Save -> Restore -> Save -> Restore ...
28 // Save
35 // Indeed, the execution looks like Save -> Save -> ... -> Restore -> Restore.
54 // For property #1 for Save
    [all...]
  /external/webrtc/webrtc/base/
optionsfile_unittest.cc 58 EXPECT_TRUE(store_->Save());
63 EXPECT_TRUE(store_->Save());
66 EXPECT_TRUE(store_->Save());
73 EXPECT_TRUE(store_->Save());
76 EXPECT_TRUE(store_->Save());
84 EXPECT_TRUE(store_->Save());
89 EXPECT_TRUE(store_->Save());
92 EXPECT_TRUE(store_->Save());
99 EXPECT_TRUE(store_->Save());
102 EXPECT_TRUE(store_->Save());
    [all...]
optionsfile.h 30 bool Save();
  /external/lzma/CPP/7zip/UI/Common/
ZipRegistry.h 28 void Save() const;
76 void Save() const;
106 void Save() const;
118 void Save() const;
  /external/chromium-trace/catapult/dashboard/dashboard/
quick_logger_test.py 18 logger.Save()
27 logger.Save()
35 logger.Save()
46 logger.Save()
50 logger.Save()
get_logs_test.py 30 logger.Save()
40 logger.Save()
task_runner.py 106 logger.Save()
  /system/connectivity/shill/
ephemeral_profile.h 48 bool Save() override;
mock_dhcp_properties.h 31 MOCK_CONST_METHOD2(Save, void(StoreInterface* store, const std::string& id));
default_profile.h 63 bool Save() override;
80 FRIEND_TEST(DefaultProfileTest, Save);
ephemeral_profile.cc 70 bool EphemeralProfile::Save() {
mock_eap_credentials.h 44 MOCK_CONST_METHOD3(Save, void(
virtual_device.h 49 bool Save(StoreInterface* storage) override;
virtual_device_unittest.cc 82 TEST_F(VirtualDeviceTest, Save) {
85 EXPECT_TRUE(device_->Save(&storage));
default_profile.cc 187 bool DefaultProfile::Save() {
215 manager()->dhcp_properties().Save(storage(), kStorageId);
216 return Profile::Save();
220 return device->Save(storage()) && storage()->Flush();
225 return wifi_provider.Save(storage()) && storage()->Flush();
  /system/connectivity/shill/vpn/
mock_vpn_driver.h 40 MOCK_METHOD3(Save, bool(StoreInterface* storage,
  /development/host/windows/usb/api/
adb_interface_enum.cpp 88 entry.Save(info);
adb_api_private_defines.h 66 /// Calculates memory size needed to save this entry into AdbInterfaceInfo
75 @param[in] info Buffer to save this entry to. Must be big enough to fit it.
79 void Save(AdbInterfaceInfo* info) const {
  /device/google/contexthub/util/nanotool/
calibrationfile.h 45 bool Save();
  /external/libbrillo/brillo/
key_value_store.h 43 bool Save(const base::FilePath& path) const;
  /system/connectivity/shill/wifi/
mock_wifi_provider.h 52 MOCK_CONST_METHOD1(Save, bool(StoreInterface* storage));
  /external/skia/tests/
RecordPatternTest.cpp 16 typedef Pattern<Is<Save>,
29 // Build up a save-clip-restore block. The pattern will match only it's complete.
30 recorder.save();
38 REPORTER_ASSERT(r, pattern.first<Save>() != nullptr);
49 // There will be two save-clipRect-restore blocks [0,3) and [3,6).
51 recorder.save();
72 recorder.save();
81 Pattern<Is<Save>, Greedy<Is<ClipRect>>, Is<Restore>> pattern;
87 recorder.save();
93 recorder.save();
    [all...]
RecordTest.cpp 82 APPEND(record, SkRecords::Save);
93 assert_type<SkRecords::Save >(r, record, 0);
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68hc11/
far-hc11.s 79 psha ; (2) Save function parameter (high)
87 staa 4,x ; (4) Save it below return PC
  /external/libweave/src/
access_black_list_manager_impl.cc 53 // Save some storage space by saving without expired entries.
54 Save({});
59 void AccessBlackListManagerImpl::Save(const DoneCallback& callback) {
93 // Iterating is OK as Save below is more expensive.
115 Save(callback);
129 // Iterating is OK as Save below is more expensive.
131 Save(callback);

Completed in 635 milliseconds

1 2 3 4 5 6 7 8 910