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

1 2 3 4

  /development/host/windows/usb/api/
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 {
  /system/connectivity/shill/
ephemeral_profile.cc 70 bool EphemeralProfile::Save() {
virtual_device.cc 55 bool VirtualDevice::Save(StoreInterface* /*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();
dhcp_properties.cc 93 void DhcpProperties::Save(StoreInterface* storage, const string& id) const {
static_ip_parameters.cc 197 void StaticIPParameters::Save(
  /device/google/contexthub/util/nanotool/
calibrationfile.cpp 119 bool CalibrationFile::Save() {
  /external/skia/experimental/SkV8Example/
DrawingMethods.cpp 25 void DrawingMethods::Save(const v8::FunctionCallbackInfo<v8::Value>& args) {
32 canvas->save();
165 ADD_METHOD("save", Save);
  /external/webrtc/webrtc/base/
optionsfile.cc 64 bool OptionsFile::Save() {
  /system/connectivity/shill/vpn/
vpn_driver.cc 94 bool VPNDriver::Save(StoreInterface* storage,
vpn_service.cc 132 bool VPNService::Save(StoreInterface* storage) {
133 return Service::Save(storage) &&
134 driver_->Save(storage, GetStorageIdentifier(), save_credentials());
  /external/chromium-trace/catapult/dashboard/dashboard/
stored_object.py 33 # Maximum number of entities and memcache to save a value.
70 entity.Save()
106 def Save(self):
quick_logger.py 5 """A bounded size logger that's save in datastore.
17 logger.Save()
120 Serializes records and save over multiple entities if necessary.
130 logging.error('Data too large to save.')
226 After this is called, Save() must be called to save to datastore.
246 def Save(self):
  /external/libbrillo/brillo/
key_value_store.cc 81 bool KeyValueStore::Save(const base::FilePath& path) const {
  /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);
config.cc 248 void Config::Save() {
297 config_->Save();
  /external/opencv/otherlibs/highgui/
image.cpp 194 bool CvvImage::Save( const char* filename )
  /system/connectivity/shill/pppoe/
pppoe_service.cc 167 bool PPPoEService::Save(StoreInterface* storage) {
168 if (!Service::Save(storage)) {
  /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/llvm/lib/Target/AMDGPU/
SILowerControlFlow.cpp 33 /// %SGPR0 = S_AND_SAVEEXEC_B64 %VCC // Save and update the exec mask
334 unsigned Save = MI.getOperand(1).getReg();
349 assert(AMDGPU::SReg_64RegClass.contains(Save));
352 // Save the EXEC mask
353 BuildMI(MBB, &MI, DL, TII->get(AMDGPU::S_MOV_B64), Save)
370 // Update EXEC, save the original EXEC value to VCC
393 .addReg(Save);
  /external/v8/src/arm/
code-stubs-arm.h 153 void Save(MacroAssembler* masm) {
155 // We don't have to save scratch0_ because it was given to us as
164 // If we have to call into C then we need to save and restore all caller-
  /external/v8/src/arm64/
code-stubs-arm64.h 185 // The SaveCallerSaveRegisters method needs to save caller-saved
193 // We allocate 2 extra scratch registers that we'll save on the stack.
201 // to save them with the other caller saved registers.
207 void Save(MacroAssembler* masm) {
208 // We don't have to save scratch0_ because it was given to us as
217 // If we have to call into C then we need to save and restore all caller-
  /external/v8/src/mips/
code-stubs-mips.h 184 void Save(MacroAssembler* masm) {
186 // We don't have to save scratch0_ because it was given to us as
195 // If we have to call into C then we need to save and restore all caller-
  /external/v8/src/mips64/
code-stubs-mips64.h 185 void Save(MacroAssembler* masm) {
187 // We don't have to save scratch0_ because it was given to us as
196 // If we have to call into C then we need to save and restore all caller-
  /external/v8/src/ppc/
code-stubs-ppc.h 169 void Save(MacroAssembler* masm) {
171 // We don't have to save scratch0_ because it was given to us as
178 // If we have to call into C then we need to save and restore all caller-
186 // Save all volatile FP registers except d0.

Completed in 2022 milliseconds

1 2 3 4