HomeSort by relevance Sort by last modified time
    Searched defs:imap (Results 51 - 75 of 77) sorted by null

1 23 4

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
seq_tests.py 82 from itertools import chain, imap namespace
85 return chain(imap(lambda x:x, iterfunc(IterGen(Sequence(seqn)))))
test_heapq.py 313 from itertools import chain, imap namespace
316 return chain(imap(lambda x:x, R(Ig(G(seqn)))))
test_set.py 1596 from itertools import chain, imap namespace
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
pool.py 252 def imap(self, func, iterable, chunksize=1): member in class:Pool
254 Equivalent of `itertools.imap()` -- can be MUCH slower than `Pool.map()`
272 Like `imap()` method but ordering of results is arbitrary
616 # Class whose instances are returned by `Pool.imap()`
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
seq_tests.py 82 from itertools import chain, imap namespace
85 return chain(imap(lambda x:x, iterfunc(IterGen(Sequence(seqn)))))
test_heapq.py 313 from itertools import chain, imap namespace
316 return chain(imap(lambda x:x, R(Ig(G(seqn)))))
  /external/opencv3/3rdparty/jinja2/
filters.py 21 from jinja2._compat import next, imap, string_types, text_type, iteritems namespace
314 value = imap(make_attrgetter(eval_ctx.environment, attribute), value)
318 return text_type(d).join(imap(text_type, value))
337 return soft_unicode(d).join(imap(soft_unicode, value))
732 iterable = imap(make_attrgetter(environment, attribute), iterable)
parser.py 14 from jinja2._compat import next, imap namespace
56 expected.extend(imap(describe_token_expr, exprs))
    [all...]
runtime.py 17 from jinja2._compat import next, imap, text_type, iteritems, \
40 iterator = imap(soft_unicode, seq)
50 return concat(imap(text_type, seq))
18 implements_iterator, implements_to_string, string_types, PY2 namespace
compiler.py 20 iteritems, NativeStringIO, imap namespace
    [all...]
environment.py 30 from jinja2._compat import imap, ifilter, string_types, iteritems, \
32 get_next, encode_filename, PY2, PYPY namespace
    [all...]
  /packages/apps/Email/provider_src/com/android/email/mail/store/imap/
ImapConstants.java 17 package com.android.email.mail.store.imap;
100 /** response codes within IMAP responses */
ImapResponseParser.java 17 package com.android.email.mail.store.imap;
35 * IMAP response parser.
  /packages/services/Telephony/src/com/android/phone/common/mail/store/imap/
DigestMd5Utils.java 17 package com.android.phone.common.mail.store.imap;
81 digestUri = "imap/" + transport.getHost();
ImapResponseParser.java 17 package com.android.phone.common.mail.store.imap;
32 * IMAP response parser.
ImapConstants.java 17 package com.android.phone.common.mail.store.imap;
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_heapq.py 313 from itertools import chain, imap namespace
316 return chain(imap(lambda x:x, R(Ig(G(seqn)))))
test_set.py 1596 from itertools import chain, imap namespace
    [all...]
  /prebuilts/gdb/darwin-x86/share/pretty-printers/libstdcxx/gcc-4.9/
printers.py 43 imap = map variable
64 from itertools import imap, izip namespace
754 counter = imap (self.format_count, itertools.count())
789 counter = imap (self.format_count, itertools.count())
792 data = self.flatten (imap (self.format_one, Tr1HashtableIterator (self.hashtable())))
795 data = self.flatten (imap (self.format_one, StdHashtableIterator (self.hashtable())))
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_heapq.py 313 from itertools import chain, imap namespace
316 return chain(imap(lambda x:x, R(Ig(G(seqn)))))
test_set.py 1596 from itertools import chain, imap namespace
    [all...]
  /prebuilts/gdb/linux-x86/share/pretty-printers/libstdcxx/gcc-4.9/
printers.py 43 imap = map variable
64 from itertools import imap, izip namespace
754 counter = imap (self.format_count, itertools.count())
789 counter = imap (self.format_count, itertools.count())
792 data = self.flatten (imap (self.format_one, Tr1HashtableIterator (self.hashtable())))
795 data = self.flatten (imap (self.format_one, StdHashtableIterator (self.hashtable())))
    [all...]
  /external/curl/lib/
imap.c 22 * RFC2595 Using TLS with IMAP, POP3 and ACAP
28 * RFC4959 IMAP Extension for SASL Initial Client Response
29 * RFC5092 IMAP URL Scheme
70 #include "imap.h"
114 * IMAP protocol handler.
118 "IMAP", /* scheme */
165 * HTTP-proxyed IMAP protocol handler.
169 "IMAP", /* scheme */
215 /* SASL parameters for the imap protocol */
217 "imap", /* The service name *
291 struct IMAP *imap = conn->data->req.protop; local
652 struct IMAP *imap = data->req.protop; local
687 struct IMAP *imap = data->req.protop; local
726 struct IMAP *imap = conn->data->req.protop; local
760 struct IMAP *imap = conn->data->req.protop; local
801 struct IMAP *imap = conn->data->req.protop; local
1055 struct IMAP *imap = conn->data->req.protop; local
1380 struct IMAP *imap; local
1460 struct IMAP *imap = data->req.protop; local
1522 struct IMAP *imap = data->req.protop; local
1645 struct IMAP *imap = conn->data->req.protop; local
1975 struct IMAP *imap = data->req.protop; local
2105 struct IMAP *imap = data->req.protop; local
    [all...]
  /external/parameter-framework/upstream/tools/xmlGenerator/
EddParser.py 38 from itertools import imap namespace
179 optionsStrip = list(imap(str.strip, options))
  /packages/services/Telephony/src/com/android/phone/vvm/omtp/imap/
ImapHelper.java 16 package com.android.phone.vvm.omtp.imap;
41 import com.android.phone.common.mail.store.imap.ImapConstants;
42 import com.android.phone.common.mail.store.imap.ImapResponse;
63 * A helper interface to abstract commands sent across IMAP interface for a given account.
272 * The "from" field of a visual voicemail IMAP message is the number of the caller who left the
310 // The IMAP folder fetch method will call "messageRetrieved" on the listener when the
552 * Check if this IMAP message is a valid voicemail and whether it contains a transcription.
554 * @param message The IMAP message.
555 * @return The MessageStructureWrapper object corresponding to an IMAP message and

Completed in 8145 milliseconds

1 23 4