Home
last modified time | relevance | path

Searched defs:state (Results 1 – 15 of 15) sorted by relevance

/bootable/recovery/edify/
Dexpr.cpp45 bool Evaluate(State* state, const std::unique_ptr<Expr>& expr, std::string* result) { in Evaluate()
63 Value* EvaluateValue(State* state, const std::unique_ptr<Expr>& expr) { in EvaluateValue()
78 Value* ConcatFn(const char* name, State* state, const std::vector<std::unique_ptr<Expr>>& argv) { in ConcatFn()
94 Value* IfElseFn(const char* name, State* state, const std::vector<std::unique_ptr<Expr>>& argv) { in IfElseFn()
114 Value* AbortFn(const char* name, State* state, const std::vector<std::unique_ptr<Expr>>& argv) { in AbortFn()
124 Value* AssertFn(const char* name, State* state, const std::vector<std::unique_ptr<Expr>>& argv) { in AssertFn()
139 Value* SleepFn(const char* name, State* state, const std::vector<std::unique_ptr<Expr>>& argv) { in SleepFn()
154 Value* StdoutFn(const char* name, State* state, const std::vector<std::unique_ptr<Expr>>& argv) { in StdoutFn()
165 Value* LogicalAndFn(const char* name, State* state, in LogicalAndFn()
178 Value* LogicalOrFn(const char* name, State* state, in LogicalOrFn()
[all …]
/bootable/recovery/updater/
Dinstall.cpp85 Value* UIPrintFn(const char* name, State* state, const std::vector<std::unique_ptr<Expr>>& argv) { in UIPrintFn()
100 Value* PackageExtractFileFn(const char* name, State* state, in PackageExtractFileFn()
203 Value* PatchPartitionCheckFn(const char* name, State* state, in PatchPartitionCheckFn()
244 Value* PatchPartitionFn(const char* name, State* state, in PatchPartitionFn()
287 Value* MountFn(const char* name, State* state, const std::vector<std::unique_ptr<Expr>>& argv) { in MountFn()
334 Value* IsMountedFn(const char* name, State* state, const std::vector<std::unique_ptr<Expr>>& argv) { in IsMountedFn()
357 Value* UnmountFn(const char* name, State* state, const std::vector<std::unique_ptr<Expr>>& argv) { in UnmountFn()
392 Value* FormatFn(const char* name, State* state, const std::vector<std::unique_ptr<Expr>>& argv) { in FormatFn()
483 Value* ShowProgressFn(const char* name, State* state, in ShowProgressFn()
513 Value* SetProgressFn(const char* name, State* state, in SetProgressFn()
[all …]
Ddynamic_partitions.cpp36 static std::vector<std::string> ReadStringArgs(const char* name, State* state, in ReadStringArgs()
66 Value* UnmapPartitionFn(const char* name, State* state, in UnmapPartitionFn()
76 Value* MapPartitionFn(const char* name, State* state, in MapPartitionFn()
89 Value* UpdateDynamicPartitionsFn(const char* name, State* state, in UpdateDynamicPartitionsFn()
Dupdater.cpp78 State state(updater_script_, this); in RunUpdate() local
125 void Updater::ParseAndReportErrorCode(State* state) { in ParseAndReportErrorCode()
Dupdater_runtime_dynamic_partitions.cpp57 auto state = DeviceMapper::Instance().GetState(partition_name_suffix); in UnmapPartitionWithSuffixOnDeviceMapper() local
72 auto state = DeviceMapper::Instance().GetState(partition_name_suffix); in MapPartitionOnDeviceMapper() local
Dblockimg.cpp882 static int CreateStash(State* state, size_t maxblocks, const std::string& base) { in CreateStash()
1626 static Value* PerformBlockImageUpdate(const char* name, State* state, in PerformBlockImageUpdate()
2024 Value* BlockImageVerifyFn(const char* name, State* state, in BlockImageVerifyFn()
2047 Value* BlockImageUpdateFn(const char* name, State* state, in BlockImageUpdateFn()
2068 Value* RangeSha1Fn(const char* name, State* state, const std::vector<std::unique_ptr<Expr>>& argv) { in RangeSha1Fn()
2142 Value* CheckFirstBlockFn(const char* name, State* state, in CheckFirstBlockFn()
2207 Value* BlockImageRecoverFn(const char* name, State* state, in BlockImageRecoverFn()
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/
DUpdaterState.java66 public UpdaterState(int state) { in UpdaterState()
94 public static String getStateText(int state) { in getStateText()
DUpdateManager.java254 private void initializeUpdateState(int state) { in initializeUpdateState()
425 int state = mUpdaterState.get(); in synchronizeUpdaterStateWithUpdateEngineStatus() local
/bootable/recovery/recovery_ui/
Ddevice.cpp100 void Device::SetBootState(const BootState* state) { in SetBootState()
Dui.cpp427 void RecoveryUI::SetScreensaverState(ScreensaverState state) { in SetScreensaverState()
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/ui/
DMainActivity.java252 private void onUpdaterStateChange(int state) { in onUpdaterStateChange()
408 private void setUiUpdaterState(int state) { in setUiUpdaterState()
/bootable/recovery/tests/unit/
Dedify_test.cpp30 State state(expr_str, nullptr); in expect() local
Dupdater_test.cpp68 State state(expr_str, updater); in expect() local
115 static Value* BlobToString(const char* name, State* state, in BlobToString()
/bootable/recovery/install/
Dadb_install.cpp57 static bool SetUsbConfig(const std::string& state) { in SetUsbConfig()
/bootable/recovery/
Drecovery_main.cpp190 static bool SetUsbConfig(const std::string& state) { in SetUsbConfig()