/bootable/recovery/edify/ |
D | expr.cpp | 45 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/ |
D | install.cpp | 85 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 …]
|
D | dynamic_partitions.cpp | 36 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()
|
D | updater.cpp | 78 State state(updater_script_, this); in RunUpdate() local 125 void Updater::ParseAndReportErrorCode(State* state) { in ParseAndReportErrorCode()
|
D | updater_runtime_dynamic_partitions.cpp | 57 auto state = DeviceMapper::Instance().GetState(partition_name_suffix); in UnmapPartitionWithSuffixOnDeviceMapper() local 72 auto state = DeviceMapper::Instance().GetState(partition_name_suffix); in MapPartitionOnDeviceMapper() local
|
D | blockimg.cpp | 882 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/ |
D | UpdaterState.java | 66 public UpdaterState(int state) { in UpdaterState() 94 public static String getStateText(int state) { in getStateText()
|
D | UpdateManager.java | 254 private void initializeUpdateState(int state) { in initializeUpdateState() 425 int state = mUpdaterState.get(); in synchronizeUpdaterStateWithUpdateEngineStatus() local
|
/bootable/recovery/recovery_ui/ |
D | device.cpp | 100 void Device::SetBootState(const BootState* state) { in SetBootState()
|
D | ui.cpp | 427 void RecoveryUI::SetScreensaverState(ScreensaverState state) { in SetScreensaverState()
|
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/ui/ |
D | MainActivity.java | 252 private void onUpdaterStateChange(int state) { in onUpdaterStateChange() 408 private void setUiUpdaterState(int state) { in setUiUpdaterState()
|
/bootable/recovery/tests/unit/ |
D | edify_test.cpp | 30 State state(expr_str, nullptr); in expect() local
|
D | updater_test.cpp | 68 State state(expr_str, updater); in expect() local 115 static Value* BlobToString(const char* name, State* state, in BlobToString()
|
/bootable/recovery/install/ |
D | adb_install.cpp | 57 static bool SetUsbConfig(const std::string& state) { in SetUsbConfig()
|
/bootable/recovery/ |
D | recovery_main.cpp | 190 static bool SetUsbConfig(const std::string& state) { in SetUsbConfig()
|