Home
last modified time | relevance | path

Searched defs:update (Results 1 – 18 of 18) sorted by relevance

/tools/loganalysis/src/com/android/loganalysis/util/config/
DOptionUpdateRule.java32 Object update(String optionName, Object current, Object update) in update()
42 Object update(String optionName, Object current, Object update) in update()
51 Object update(String optionName, Object current, Object update) in update()
67 Object update(String optionName, Object current, Object update) in update()
83 Object update(String optionName, Object current, Object update) in update()
92 abstract Object update(String optionName, Object current, Object update) in update()
99 public Object update(String optionName, Object optionSource, Field field, Object update) in update()
116 private static int compare(String optionName, Object current, Object update) in compare()
/tools/tradefederation/core/src/com/android/tradefed/config/
DOptionUpdateRule.java31 boolean shouldUpdate(String optionName, Object current, Object update) in shouldUpdate()
40 boolean shouldUpdate(String optionName, Object current, Object update) in shouldUpdate()
49 boolean shouldUpdate(String optionName, Object current, Object update) in shouldUpdate()
58 boolean shouldUpdate(String optionName, Object current, Object update) in shouldUpdate()
67 boolean shouldUpdate(String optionName, Object current, Object update) in shouldUpdate()
79 abstract boolean shouldUpdate(String optionName, Object current, Object update) in shouldUpdate()
86 public boolean shouldUpdate(String optionName, Object optionSource, Field field, Object update) in shouldUpdate()
103 private static int compare(String optionName, Object current, Object update) in compare()
/tools/test/connectivity/acts/framework/acts/libs/ota/ota_tools/
Dadb_sideload_ota_tool.py34 def update(self, ota_runner): member in AdbSideloadOtaTool
Dota_tool.py33 def update(self, ota_runner): member in OtaTool
Dupdate_device_ota_tool.py43 def update(self, ota_runner): member in UpdateDeviceOtaTool
/tools/test/connectivity/acts/framework/acts/libs/ota/
Dota_updater.py44 def update(android_device, ignore_update_errors=False): function
/tools/test/connectivity/acts/framework/acts/libs/ota/ota_runners/
Dota_runner.py168 def update(self): member in SingleUseOtaRunner
201 def update(self): member in MultiUseOtaRunner
/tools/metalava/src/main/java/com/android/tools/metalava/apilevels/
DApiElement.java91 void update(int version, boolean deprecated) { in update() method in ApiElement
111 public void update(int version) { in update() method in ApiElement
/tools/external_updater/
Dgit_updater.py106 def update(self): member in GitUpdater
Dexternal_updater.py163 def update(args): function
Dgithub_archive_updater.py159 def update(self): member in GithubArchiveUpdater
/tools/test/connectivity/acts/framework/tests/libs/ota/
Dota_updater_test.py39 def update(self): member in MockOtaRunner
/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/
Drenderer.cpp180 void Renderer::update() { in update() function in android::gamecore::Renderer
/tools/test/connectivity/acts/framework/tests/libs/ota/ota_runners/
Dota_runner_test.py32 def update(self, unused): member in MockOtaTool
/tools/tradefederation/core/util-apps/ContentProvider/main/java/android/tradefed/contentprovider/
DManagedFileContentProvider.java164 public int update( in update() method in ManagedFileContentProvider
/tools/loganalysis/tests/src/com/android/loganalysis/util/config/
DArgsOptionParserTest.java243 final String update = OptionUpdateRuleSource.BIGGER_VALUE; in testOptionUpdateRule_immutable() local
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
DZFile.java984 public void update() throws IOException { in update() method
/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DArgsOptionParserTest.java261 final String update = OptionUpdateRuleSource.BIGGER_VALUE; in testOptionUpdateRule_immutable() local