HomeSort by relevance Sort by last modified time
    Searched full:resourcemonitor (Results 1 - 5 of 5) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintDeltaProcessor.java 154 * @param resourceMonitor the resource monitor
156 public static void startListening(@NonNull GlobalProjectMonitor resourceMonitor) {
186 resourceMonitor.addFileListener(sListener, IResourceDelta.ADDED | IResourceDelta.CHANGED);
192 * @param resourceMonitor the resource monitor
194 public static void stopListening(@NonNull GlobalProjectMonitor resourceMonitor) {
196 resourceMonitor.removeFileListener(sListener);
  /external/autotest/server/cros/
resource_monitor_unittest.py 46 "ResourceMonitor called unsupported command %s" % command)
191 """Tests the non-trivial functionality of ResourceMonitor."""
205 with resource_monitor.ResourceMonitor(self.host, self.rm_conf) as rm:
220 with resource_monitor.ResourceMonitor(self.host, self.rm_conf) as rm:
231 with resource_monitor.ResourceMonitor(self.host, self.rm_conf) as rm:
resource_monitor.py 211 class ResourceMonitor(object):
218 with resource_monitor.ResourceMonitor(self.context.client.host, rmc) as rm:
229 """Construct a ResourceMonitor.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutReloadMonitor.java 263 * Callback for ResourceMonitor.IResourceEventListener. Called at the beginning of a
274 * Callback for ResourceMonitor.IResourceEventListener. Called at the end of a resource
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtPlugin.java     [all...]

Completed in 141 milliseconds