HomeSort by relevance Sort by last modified time
    Searched refs:cur_action (Results 1 - 6 of 6) sorted by null

  /art/test/1930-monitor-info/src/art/
Monitors.java 193 Action cur_action = Action.HOLD;
196 cur_action = action.get(stamp_h);
198 if (cur_action == Action.RELEASE) {
203 switch (cur_action) {
224 action.compareAndSet(cur_action, Action.HOLD, stamp, stamp+1);
228 throw new TestException("Got an error while performing action " + cur_action, e);
  /art/test/1931-monitor-events/src/art/
Monitors.java 193 Action cur_action = Action.HOLD;
196 cur_action = action.get(stamp_h);
198 if (cur_action == Action.RELEASE) {
203 switch (cur_action) {
224 action.compareAndSet(cur_action, Action.HOLD, stamp, stamp+1);
228 throw new TestException("Got an error while performing action " + cur_action, e);
  /art/test/1932-monitor-events-misc/src/art/
Monitors.java 193 Action cur_action = Action.HOLD;
196 cur_action = action.get(stamp_h);
198 if (cur_action == Action.RELEASE) {
203 switch (cur_action) {
224 action.compareAndSet(cur_action, Action.HOLD, stamp, stamp+1);
228 throw new TestException("Got an error while performing action " + cur_action, e);
  /art/test/1933-monitor-current-contended/src/art/
Monitors.java 193 Action cur_action = Action.HOLD;
196 cur_action = action.get(stamp_h);
198 if (cur_action == Action.RELEASE) {
203 switch (cur_action) {
224 action.compareAndSet(cur_action, Action.HOLD, stamp, stamp+1);
228 throw new TestException("Got an error while performing action " + cur_action, e);
  /art/test/1934-jvmti-signal-thread/src/art/
Monitors.java 193 Action cur_action = Action.HOLD;
196 cur_action = action.get(stamp_h);
198 if (cur_action == Action.RELEASE) {
203 switch (cur_action) {
224 action.compareAndSet(cur_action, Action.HOLD, stamp, stamp+1);
228 throw new TestException("Got an error while performing action " + cur_action, e);
  /external/autotest/utils/
packager.py 353 cur_action = args[0]
355 cur_action = options.action
357 if cur_action == ACTION_TAR_ONLY and options.output_dir is None:
366 process_all_packages(pkgmgr, client_dir, action=cur_action)
370 action=cur_action)
374 action=cur_action, dest_dir=options.output_dir)
378 action=cur_action, dest_dir=options.output_dir)
382 action=cur_action, dest_dir=options.output_dir)
385 if cur_action == ACTION_REMOVE:
387 elif cur_action == ACTION_UPLOAD
    [all...]

Completed in 353 milliseconds