Searched defs:imap (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/jinja2/
H A Dexceptions.py11 from jinja2._compat import imap, text_type, PY2, implements_to_string namespace
75 u', '.join(imap(text_type, names))
H A D_compat.py40 imap = map variable
65 from itertools import imap, izip, ifilter namespace
H A Dfilters.py21 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)
H A Dparser.py14 from jinja2._compat import next, imap namespace
56 expected.extend(imap(describe_token_expr, exprs))
H A Druntime.py17 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
H A Dcompiler.py20 iteritems, NativeStringIO, imap namespace
1034 'update((%s))' % ', '.join(imap(repr, discarded_names)))
1370 ', '.join(imap(repr, public_names)))
H A Denvironment.py30 from jinja2._compat import imap, ifilter, string_types, iteritems, \
1051 return [tuple(imap(int, x.split('='))) for x in
32 get_next, encode_filename, PY2, PYPY namespace
/external/chromium_org/third_party/cython/src/Cython/Build/
H A DCythonize.py22 from itertools import imap namespace
23 for _ in imap(func, args):
/external/e2fsprogs/resize/
H A Dresize2fs.h110 ext2_extent imap; member in struct:ext2_resize_struct
/external/stlport/test/unit/
H A Dmap_test.cpp147 int_map imap; local
149 int_map::iterator ite(imap.begin());
150 int_map::const_iterator cite(imap.begin());
194 int_map::iterator mite(imap.begin());
195 int_map::const_iterator mcite(imap.begin());
/external/tremolo/Tremolo/
H A Dfloor0.c160 ogg_uint32_t imap= (1UL<<31) / ln; local
174 ogg_uint32_t nextbark=MULT31(imap>>1,tBnyq1);
204 wi=vorbis_coslook2_i((map*imap)>>15);
340 nextbark=MULT31((map+1)*(imap>>1),tBnyq1);
/external/srec/srec/crec/
H A Dsrec_context.c906 int FST_LoadGraph(srec_context* pfst, wordmap* imap, wordmap* omap, argument
964 if (imap)
966 /* generally no imap is specified */
967 fst->ilabels = imap;
973 fst->ilabels = (wordmap*)CALLOC_CLR(1, sizeof(wordmap), "srec.graph.imap");
3469 fst->ilabels = (wordmap*)CALLOC_CLR(1, sizeof(wordmap), "srec.graph.imap");
3815 set imap=C:/users/dahan/speech2go/fst/enu_d2f_fray_g/model.map
3818 $SWISDK/bin/fsmcompileD -t -i $imap -o $omap -F out.PCLG out.PCLG.txt
3819 $SWISDK/bin/fsmdrawD -i $imap -o $omap out.PCLG > out.PCLG.dot
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dnucnvtst.c1034 static const uint8_t imap[] = { local
1099 testConvertFromU(unicode, sizeof(unicode)/U_SIZEOF_UCHAR, imap, sizeof(imap), "IMAP-mailbox-name", fromUnicodeOffsets,FALSE);
1101 testConvertToU(imap, sizeof(imap), unicode, sizeof(unicode)/U_SIZEOF_UCHAR, "IMAP-mailbox-name", toUnicodeOffsets,FALSE);
/external/icu/icu4c/source/test/cintltst/
H A Dnucnvtst.c1033 static const uint8_t imap[] = { local
1098 testConvertFromU(unicode, sizeof(unicode)/U_SIZEOF_UCHAR, imap, sizeof(imap), "IMAP-mailbox-name", fromUnicodeOffsets,FALSE);
1100 testConvertToU(imap, sizeof(imap), unicode, sizeof(unicode)/U_SIZEOF_UCHAR, "IMAP-mailbox-name", toUnicodeOffsets,FALSE);

Completed in 1342 milliseconds