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

  /external/webkit/Tools/QueueStatusServer/model/
queuepropertymixin.py 33 from model.queues import Queue
queuepropertymixin_unittest.py 32 from model.queues import Queue
queues_unittest.py 32 from model.queues import Queue
attachment.py 33 from model.queues import Queue
  /external/webkit/Tools/QueueStatusServer/handlers/
nextpatch.py 34 from model.queues import Queue
queuestatus_unittest.py 32 from model.queues import Queue
releasepatch.py 34 from model.queues import Queue
statusbubble_unittest.py 33 from model.queues import Queue
dashboard.py 35 from model.queues import Queue
statusbubble.py 36 from model.queues import Queue
submittoews.py 34 from model.queues import Queue
updateworkitems.py 33 from model.queues import Queue
52 self.response.out.write("\"%s\" is not in queues %s" % (queue_name, Queue.all()))
recentstatus.py 34 from model.queues import Queue
92 "queues": [QueueBubble(queue) for queue in Queue.all()],
queuestatus.py 35 from model.queues import Queue
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
__init__.py 10 from webkitpy.tool.commands.queues import *
sheriffbot.py 35 from webkitpy.tool.commands.queues import AbstractQueue
earlywarningsystem.py 29 from webkitpy.tool.commands.queues import AbstractReviewQueue
queues_unittest.py 40 from webkitpy.tool.commands.queues import *
  /external/bluetooth/glib/tests/
queue-test.c 214 #define RANDOM_QUEUE() &(queues[g_random_int_range(0, N_QUEUES)])
227 QueueInfo queues[N_QUEUES]; local
236 queues[i].queue = g_queue_new ();
237 queues[i].head = NULL;
238 queues[i].tail = NULL;
239 queues[i].length = 0;
732 check_integrity (queues[j].queue);
736 g_queue_free (queues[i].queue);
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jstemplate.js 339 * A stack of queues of pre-order calls.
340 * The inner arrays (constituent queues) are structured as
345 * The outer array is a stack of such queues.
353 * be to maintain the queues in reverse order (popping off of the
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jstemplate.js 339 * A stack of queues of pre-order calls.
340 * The inner arrays (constituent queues) are structured as
345 * The outer array is a stack of such queues.
353 * be to maintain the queues in reverse order (popping off of the
    [all...]
  /external/blktrace/btt/doc/
btt.tex 264 During normal operation, requests queues are \emph{plugged} and during
275 There are two major reasons why request queues are unplugged, and both
531 being traced, that request queues Q and C traces are presented.
548 is seeing relatively continuous incoming queues. Conversely, when it is
    [all...]
  /external/iproute2/doc/
ip-tunnels.tex 443 just because they have no queues. Instead, it is better to create classes
  /prebuilt/common/netbeans-visual/
org-openide-util.jar 

Completed in 137 milliseconds