/external/llvm-project/clang/test/SemaObjCXX/ |
D | cstyle-block-pointer-cast.mm | 4 typedef int (^blocktype)(int a, int b); 11 - (blocktype)Meth; 15 - (blocktype)Meth { 17 return (blocktype)b; 19 …return (blocktype)a; // expected-error {{C-style cast from 'A *' to 'blocktype' (aka 'int (^)(int,… 21 return (blocktype)c; 26 blocktype a; 27 blocktype b; 28 blocktype c; 36 …return (A*)a; // expected-error {{C-style cast from 'blocktype' (aka 'int (^)(int, int)') to 'A *'…
|
/external/clang/test/SemaObjCXX/ |
D | cstyle-block-pointer-cast.mm | 4 typedef int (^blocktype)(int a, int b); 11 - (blocktype)Meth; 15 - (blocktype)Meth { 17 return (blocktype)b; 19 …return (blocktype)a; // expected-error {{C-style cast from 'A *' to 'blocktype' (aka 'int (^)(int,… 21 return (blocktype)c; 26 blocktype a; 27 blocktype b; 28 blocktype c; 36 …return (A*)a; // expected-error {{C-style cast from 'blocktype' (aka 'int (^)(int, int)') to 'A *'…
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/data/ |
D | ExecutionDataReader.java | 106 protected boolean readBlock(final byte blocktype) throws IOException { in readBlock() argument 107 switch (blocktype) { in readBlock() 119 Byte.valueOf(blocktype))); in readBlock()
|
/external/e2fsprogs/debugfs/ |
D | logdump.c | 352 __u32 magic, sequence, blocktype; in dump_journal() local 429 blocktype = be32_to_cpu(header->h_blocktype); in dump_journal() 448 sequence, blocktype, in dump_journal() 449 type_to_name(blocktype), blocknr); in dump_journal() 452 switch (blocktype) { in dump_journal() 475 "block %u.\n", blocktype, blocknr); in dump_journal()
|
D | recovery.c | 451 int blocktype; in do_one_pass() local 525 blocktype = ext2fs_be32_to_cpu(tmp->h_blocktype); in do_one_pass() 528 blocktype, sequence); in do_one_pass() 539 switch(blocktype) { in do_one_pass() 797 blocktype); in do_one_pass()
|
D | do_journal.c | 656 int blocktype; in journal_find_head() local 715 blocktype = ext2fs_be32_to_cpu(tmp->h_blocktype); in journal_find_head() 718 blocktype, sequence); in journal_find_head() 730 switch (blocktype) { in journal_find_head() 746 blocktype); in journal_find_head()
|
/external/aac/libAACenc/src/ |
D | psy_configuration.cpp | 535 INT bandwidth, INT blocktype, in FDKaacEnc_InitPsyConfiguration() argument 569 ErrorStatus = FDKaacEnc_initSfbTable(samplerate * downscaleFactor, blocktype, in FDKaacEnc_InitPsyConfiguration() 587 psyConf->sfbMaskHighFactorSprEn, bitrate, blocktype); in FDKaacEnc_InitPsyConfiguration() 598 if (blocktype != SHORT_WINDOW) { in FDKaacEnc_InitPsyConfiguration() 624 psyConf->sfbActive, blocktype, psyConf->sfbMinSnrLdData); in FDKaacEnc_InitPsyConfiguration()
|
D | tns_func.h | 111 INT bitrate, INT samplerate, INT channels, INT blocktype, INT granuleLength,
|
D | psy_configuration.h | 165 INT bandwidth, INT blocktype,
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/data/ |
D | ExecutionDataReaderWriterTest.java | 97 protected boolean readBlock(byte blocktype) throws IOException { in testCustomBlocks() 98 switch (blocktype) { in testCustomBlocks() 104 return super.readBlock(blocktype); in testCustomBlocks()
|
/external/e2fsprogs/e2fsck/ |
D | recovery.c | 451 int blocktype; in do_one_pass() local 525 blocktype = ext2fs_be32_to_cpu(tmp->h_blocktype); in do_one_pass() 528 blocktype, sequence); in do_one_pass() 539 switch(blocktype) { in do_one_pass() 797 blocktype); in do_one_pass()
|
/external/llvm-project/llvm/test/Transforms/NewGVN/ |
D | 2007-07-31-RedundantPhi.ll | 5 …pic, i16 signext %ref, i32 %list, i32 %pic_pix_x, i32 %pic_pix_y, i32 %blocktype, i16 signext %p…
|
/external/llvm/test/Transforms/GVN/ |
D | 2007-07-31-RedundantPhi.ll | 5 …pic, i16 signext %ref, i32 %list, i32 %pic_pix_x, i32 %pic_pix_y, i32 %blocktype, i16 signext %p…
|
/external/llvm-project/llvm/test/Transforms/GVN/ |
D | 2007-07-31-RedundantPhi.ll | 5 …pic, i16 signext %ref, i32 %list, i32 %pic_pix_x, i32 %pic_pix_y, i32 %blocktype, i16 signext %p…
|
/external/clang/test/CodeGenObjC/ |
D | arc-blocks.m | 318 typedef id __attribute__((ns_returns_retained)) blocktype(void); 319 extern void test9_consume_block(blocktype^); 320 return ^blocktype {
|
/external/llvm-project/clang/test/CodeGenObjC/ |
D | arc-blocks.m | 313 typedef id __attribute__((ns_returns_retained)) blocktype(void); 314 extern void test9_consume_block(blocktype^); 315 return ^blocktype {
|
/external/scapy/scapy/ |
D | utils.py | 948 blocktype, blocklen = struct.unpack(self.endian + "2I", 963 res = self.blocktypes.get(blocktype,
|