Home
last modified time | relevance | path

Searched refs:kUpdate (Results 1 – 14 of 14) sorted by relevance

/third_party/lzma/CPP/7zip/UI/Common/
DArchiveCommandLine.h20 kUpdate, enumerator
DArchiveCommandLine.cpp128 kUpdate, enumerator
371 case NCommandType::kUpdate: in IsFromUpdateGroup()
926 if (parser[NKey::kUpdate].ThereIs) in SetAddCommandOptions()
927 ParseUpdateCommandString(options, parser[NKey::kUpdate].PostStrings, in SetAddCommandOptions()
DUpdateCallback.cpp576 mode != NUpdateNotifyOp::kUpdate) in GetStream2()
726 NUpdateNotifyOp::kUpdate); in GetStream()
DLoadCodecs.cpp461 GetProp_Bool(getProp, getProp2, i, NArchive::NHandlerPropID::kUpdate, item.UpdateEnabled); in LoadFormats()
/third_party/node/deps/v8/src/objects/
Dallocation-site.h133 AllocationSiteUpdateMode::kUpdate>
Djs-objects.h585 AllocationSiteUpdateMode::kUpdate>
Djs-objects.cc5242 template bool JSObject::UpdateAllocationSite<AllocationSiteUpdateMode::kUpdate>(
/third_party/skia/modules/particles/include/
DSkParticleEffect.h194 kUpdate, enumerator
/third_party/lzma/CPP/7zip/Archive/
DIArchive.h100 kUpdate, // VT_BOOL enumerator
484 kUpdate, enumerator
DArchiveExports.cpp113 case NArchive::NHandlerPropID::kUpdate: prop = (bool)(arc.CreateOutArchive != NULL); break; in GetHandlerProperty2()
/third_party/lzma/CPP/7zip/UI/Console/
DUpdateCallbackConsole.cpp574 mode == NUpdateNotifyOp::kUpdate) in GetStream()
661 case NUpdateNotifyOp::kUpdate: s = "U"; break; in ReportUpdateOperation()
/third_party/skia/modules/particles/src/
DSkParticleEffect.cpp402 this->runEffectScript(EntryPoint::kUpdate); in advanceTime()
463 this->runParticleScript(EntryPoint::kUpdate, 0, fCount); in advanceTime()
/third_party/node/deps/v8/src/common/
Dglobals.h1204 enum class AllocationSiteUpdateMode { kUpdate, kCheckOnly }; enumerator
/third_party/node/deps/v8/src/ic/
Dkeyed-store-generic.cc47 enum class PrivateNameSemantics { kUpdate, kDefine }; enumerator