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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_file_eintr.py 114 rlist = []
120 while not rlist:
121 rlist, _, _ = select.select([self._process.stderr], (), (), 0.05)
test_file2k.py 658 rlist = []
664 while not rlist:
665 rlist, _, _ = select.select([reader_process.stderr], (), (), 0.05)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_file_eintr.py 114 rlist = []
120 while not rlist:
121 rlist, _, _ = select.select([self._process.stderr], (), (), 0.05)
test_file2k.py 658 rlist = []
664 while not rlist:
665 rlist, _, _ = select.select([reader_process.stderr], (), (), 0.05)
  /external/chromium_org/v8/src/arm/
disasm-arm.cc 348 // 'rlist: register list for load and store multiple instructions
349 ASSERT(STRING_STARTS_WITH(format, "rlist"));
350 int rlist = instr->RlistValue(); local
354 while (rlist != 0) {
355 if ((rlist & 1) != 0) {
357 if ((rlist >> 1) != 0) {
362 rlist >>= 1;
    [all...]
simulator-arm.cc 1579 int rlist = instr->RlistValue(); local
    [all...]
  /external/v8/src/arm/
disasm-arm.cc 345 // 'rlist: register list for load and store multiple instructions
346 ASSERT(STRING_STARTS_WITH(format, "rlist"));
347 int rlist = instr->RlistValue(); local
351 while (rlist != 0) {
352 if ((rlist & 1) != 0) {
354 if ((rlist >> 1) != 0) {
359 rlist >>= 1;
1026 Format(instr, "ldm'cond'pu 'rn'w, 'rlist");
1028 Format(instr, "stm'cond'pu 'rn'w, 'rlist");
    [all...]
simulator-arm.cc 1622 int rlist = instr->RlistValue(); local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/apps/
cms.c     [all...]
  /external/openssl/apps/
cms.c     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
subprocess.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
subprocess.py     [all...]
  /external/iproute2/misc/
ss.c 500 struct scache *rlist; variable in typeref:struct:scache
524 c->next = rlist;
525 rlist = c;
563 for (c = rlist; c; c = c->next) {
1131 for (s = rlist; s; s = s->next) {
    [all...]
  /external/kernel-headers/original/linux/
audit.h 436 struct list_head rlist; /* entry in audit_{watch,tree}.rules list */ member in struct:audit_krule
  /external/chromium_org/third_party/ply/
lex.py 509 rlist, rre, rnames = _form_master_re(relist[m:],reflags,ldict,toknames)
510 return llist+rlist, lre+rre, lnames+rnames
    [all...]
  /external/chromium_org/net/tools/testserver/
testserver.py     [all...]

Completed in 238 milliseconds