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

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
mturk 308 for worker, assignment in pairs:
309 con.grant_bonus(worker, assignment, con.get_price_as_price(amount), message)
310 if interactive: print 'Bonused', worker
455 sub.add_argument('WORKER', nargs = '+',
456 help = 'ID of a worker')
458 [args.SUBJECT, args.MESSAGE, args.WORKER])
464 sub.add_argument('WORKER', nargs = '+',
465 help = 'ID of a worker')
473 [args.QUAL, args.WORKER, args.value, args.notify])
479 sub.add_argument('WORKER', nargs = '+'
    [all...]
  /external/v8/test/mjsunit/harmony/
futex.js 100 //// WORKER ONLY TESTS
102 if (this.Worker) {
115 var worker = new Worker(workerScript);
116 worker.postMessage({sab: sab, offset: offset}, [sab]);
118 // Spin until the worker is waiting on the futex.
122 assertEquals(Atomics.OK, worker.getMessage());
123 worker.terminate();
125 var worker2 = new Worker(workerScript);
130 // Spin until the worker is waiting on the futex
    [all...]
  /external/libavc/encoder/
ih264e_process.c     [all...]

Completed in 246 milliseconds