/external/deqp/scripts/opengl/ |
D | gen_wrapper.py | 25 from itertools import imap, chain 41 defines = imap(commandAliasDefinition, iface.commands) 42 prototypes = imap(commandWrapperDeclaration, iface.commands)
|
/external/tremolo/Tremolo/ |
D | floor0.c | 160 ogg_uint32_t imap= (1UL<<31) / ln; in vorbis_lsp_to_curve() local 174 ogg_uint32_t nextbark=MULT31(imap>>1,tBnyq1); in vorbis_lsp_to_curve() 204 wi=vorbis_coslook2_i((map*imap)>>15); in vorbis_lsp_to_curve() 340 nextbark=MULT31((map+1)*(imap>>1),tBnyq1); in vorbis_lsp_to_curve()
|
/external/deqp/scripts/egl/ |
D | library.py | 6 from itertools import imap, chain
|
/external/e2fsprogs/resize/ |
D | resize2fs.h | 110 ext2_extent imap; member
|
D | resize2fs.c | 1564 if (!rfs->imap) { in inode_scan_and_fix() 1565 retval = ext2fs_create_extent_table(&rfs->imap, 0); in inode_scan_and_fix() 1569 ext2fs_add_extent_entry(rfs->imap, ino, new_inode); in inode_scan_and_fix() 1625 new_inode = ext2fs_extent_translate(is->rfs->imap, dirent->inode); in check_and_change_inodes() 1655 if (!rfs->imap) in inode_ref_fix() 1689 ext2fs_free_extent_table(rfs->imap); in inode_ref_fix() 1690 rfs->imap = 0; in inode_ref_fix()
|
/external/clang/utils/ |
D | FuzzTest | 327 it = itertools.imap(random.randrange, 330 it = itertools.imap(random.randrange, itertools.repeat(tg.num_tests))
|
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/ |
D | test-tree-wizard.rb | 215 SIMPLIFY_MAP = lambda do |imap| 217 imap.map { |type, nodes| [type, nodes.map { |n| n.to_s }] }
|
/external/e2fsprogs/debugfs/ |
D | ro_debug_cmds.ct | 82 imap;
|
D | debug_cmds.ct | 167 imap;
|
/external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/closure_linter/ |
D | gjslint.py | 95 for results in pool.imap(_CheckPath, paths):
|
/external/e2fsprogs/lib/et/test_cases/ |
D | imap_err.et | 27 error_table imap
|
/external/parameter-framework/tools/xmlGenerator/ |
D | EddParser.py | 38 from itertools import imap 179 optionsStrip = list(imap(str.strip, options))
|
/external/clang/docs/ |
D | ClangFormat.rst | 100 imap <C-K> <c-o>:pyf <path-to-this-file>/clang-format.py<cr>
|
/external/icu/icu4c/source/test/cintltst/ |
D | nucnvtst.c | 1031 static const uint8_t imap[] = { in TestNewConvertWithBufferSizes() local 1096 …testConvertFromU(unicode, sizeof(unicode)/U_SIZEOF_UCHAR, imap, sizeof(imap), "IMAP-mailbox-name",… in TestNewConvertWithBufferSizes() 1098 …testConvertToU(imap, sizeof(imap), unicode, sizeof(unicode)/U_SIZEOF_UCHAR, "IMAP-mailbox-name", t… in TestNewConvertWithBufferSizes()
|
/external/llvm/docs/ |
D | GettingStarted.rst | 574 git-imap-send. Here is an example to generate the patchset in Gmail's [Drafts]. 578 % git format-patch --attach master..mybranch --stdout | git imap-send 580 Then, your .git/config should have [imap] sections. 584 [imap] 585 host = imaps://imap.gmail.com
|
/external/chromium-trace/trace-viewer/third_party/six/ |
D | six.py | 628 iterbytes = functools.partial(itertools.imap, ord)
|
/external/chromium-trace/trace-viewer/third_party/six/documentation/ |
D | index.rst | 593 | ``map`` | :func:`py2:itertools.imap` | :func:`py3:map` …
|
/external/chromium-trace/trace-viewer/third_party/Paste/paste/evalexception/media/ |
D | MochiKit.packed.js | 363 return itr.list(itr.imap.apply(null,arguments)); 1266 },imap:function(fun,p,q){ method 1523 self.exhaust(self.imap(func,_1c7));
|
/external/e2fsprogs/debian/ |
D | changelog | 2516 * Add new debugfs command, imap, which prints the location of a
|
/external/e2fsprogs/ |
D | RELEASE-NOTES | 4842 Added a new debugfs command, imap, which prints the location of a
|
/external/selinux/sepolgen/tests/test_data/ |
D | httpd.log | 9459 type=AVC_PATH msg=audit(1163787469.318:13955): path="/home/kmacmill/.evolution/mail/imap/kmacmill@… 9464 type=AVC_PATH msg=audit(1163787469.634:13957): path="/home/kmacmill/.evolution/mail/imap/kmacmill@… 9994 type=AVC_PATH msg=audit(1163792869.360:14199): path="/home/kmacmill/.evolution/mail/imap/kmacmill@… 10720 type=AVC_PATH msg=audit(1163794669.408:14499): path="/home/kmacmill/.evolution/mail/imap/kmacmill@… 10733 type=AVC_PATH msg=audit(1163794670.312:14504): path="/home/kmacmill/.evolution/mail/imap/kmacmill@…
|