/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/ |
__init__.py | 217 from multiprocessing.queues import Queue 224 from multiprocessing.queues import JoinableQueue
|
pool.py | 232 from .queues import SimpleQueue
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/ |
__init__.py | 217 from multiprocessing.queues import Queue 224 from multiprocessing.queues import JoinableQueue
|
pool.py | 232 from .queues import SimpleQueue
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/ |
webrunner.js | 25 if ( !queues[testName] ) return; 31 queues[testID].push(function(){ 39 if ( !queues[testName] ) return; 40 queues[testID].push(function(){ 48 if ( !queues[testName] ) return; 50 queues[testID].push(function(){ 60 if ( !queues[testName] ) return; 81 queues[testID].push(function(){ 211 var queues = {}; 329 queues[name] = [] [all...] |
/external/smack/src/org/jivesoftware/smackx/workgroup/agent/ |
AgentSession.java | 49 * the status, tracking the status of queues to which the agent belongs within the workgroup, and
66 private Map<String, WorkgroupQueue> queues;
field in class:AgentSession 102 this.queues = new HashMap<String, WorkgroupQueue>();
552 return queues.get(queueName);
556 return Collections.unmodifiableMap((new HashMap<String, WorkgroupQueue>(queues))).values().iterator();
702 WorkgroupQueue queue = queues.get(queueName);
706 queues.put(queueName, queue);
[all...] |
/external/chromium_org/chrome/browser/resources/image_loader/ |
worker.js | 89 // Remove from the internal queues with pending tasks.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
asequencer.h | 206 #define SNDRV_SEQ_ADDRESS_BROADCAST 255 /* send event to all queues/clients/ports/channels */ 483 int queues; /* maximum queues count */ member in struct:snd_seq_system_info 488 int cur_queues; /* current queues */ 549 #define SNDRV_SEQ_REMOVE_INPUT (1<<0) /* Flush input queues */ 550 #define SNDRV_SEQ_REMOVE_OUTPUT (1<<1) /* Flush output queues */ 651 unsigned locked:1; /* timing queue locked for other queues */ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
asequencer.h | 206 #define SNDRV_SEQ_ADDRESS_BROADCAST 255 /* send event to all queues/clients/ports/channels */ 483 int queues; /* maximum queues count */ member in struct:snd_seq_system_info 488 int cur_queues; /* current queues */ 549 #define SNDRV_SEQ_REMOVE_INPUT (1<<0) /* Flush input queues */ 550 #define SNDRV_SEQ_REMOVE_OUTPUT (1<<1) /* Flush output queues */ 651 unsigned locked:1; /* timing queue locked for other queues */ [all...] |
/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/chromium_org/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_org/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/chromium_org/third_party/jstemplate/ |
jstemplate.js | 321 * A stack of queues of pre-order calls. 322 * The inner arrays (constituent queues) are structured as 327 * The outer array is a stack of such queues. 335 * be to maintain the queues in reverse order (popping off of the
|
/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
|
/prebuilts/tools/common/netbeans-visual/ |
org-openide-util.jar | |