Searched refs:unimplemented (Results 1 - 18 of 18) sorted by relevance

/external/e2fsprogs/lib/ss/
H A Dct_c.sed46 /^unimplemented/ {
47 s/^unimplemented [A-Za-z_0-9]*/request ss_unimplemented/
/external/valgrind/coregrind/
H A Dpub_core_libcassert.h78 extern void VG_(unimplemented) ( const HChar* msg )
H A Dm_libcassert.c507 /* Print some helpful-ish text about unimplemented things, and give up. */
508 void VG_(unimplemented) ( const HChar* msg ) function
514 VG_(umsg)("the following unimplemented functionality:\n");
/external/valgrind/VEX/priv/
H A Dguest_s390_toIR.c14014 case 0x0101: /* PR */ goto unimplemented;
14015 case 0x0102: /* UPT */ goto unimplemented;
14016 case 0x0104: /* PTFF */ goto unimplemented;
14017 case 0x0107: /* SCKPF */ goto unimplemented;
14019 case 0x010b: /* TAM */ goto unimplemented;
14020 case 0x010c: /* SAM24 */ goto unimplemented;
14021 case 0x010d: /* SAM31 */ goto unimplemented;
14022 case 0x010e: /* SAM64 */ goto unimplemented;
14023 case 0x01ff: /* TRAP2 */ goto unimplemented;
14027 case 0x04: /* SPM */ goto unimplemented;
[all...]
H A Dguest_amd64_toIR.c360 static void unimplemented ( const HChar* str ) function
362 vex_printf("amd64toIR: unimplemented feature\n");
2337 unimplemented("amd64 %fs segment override");
2347 unimplemented("amd64 %gs segment override");
[all...]
/external/valgrind/auxprogs/
H A Ds390-check-opcodes.pl182 if ($line =~ /goto\s+unimplemented/) {
/external/e2fsprogs/lib/ext2fs/
H A Dunix_io.c940 goto unimplemented;
953 goto unimplemented;
958 goto unimplemented;
962 unimplemented:
/external/libxml2/xstc/
H A Dxstc.py54 opa.add_option("--rueo", "--report-unimplemented-errors-only", action="store_true",
56 help="Display erroneous tests of type 'unimplemented' only")
177 self.unimplemented = False
252 self.unimplemented = True
504 if test.unimplemented:
553 out.write(" %d unimplemented" % (counters[self.CNT_UNIMPLEMENTED]))
609 if options.reportUnimplErrOnly and test.unimplemented:
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-arm64-linux.c603 VG_(unimplemented)
H A Dsyswrap-ppc64-linux.c702 VG_(unimplemented)
H A Dsyswrap-x86-linux.c609 VG_(unimplemented)("sys_modify_ldt: func == 2");
938 VG_(unimplemented)
H A Dsyswrap-amd64-linux.c431 VG_(unimplemented)
H A Dsyswrap-arm-linux.c504 VG_(unimplemented)
H A Dsyswrap-mips32-linux.c695 VG_ (unimplemented)("Valgrind does not support general clone().");
H A Dsyswrap-mips64-linux.c539 VG_(unimplemented)("Valgrind does not support general clone().");
H A Dsyswrap-ppc32-linux.c601 VG_(unimplemented)
H A Dsyswrap-s390x-linux.c531 VG_(unimplemented)
633 GENX_(0, sys_ni_syscall), /* unimplemented (by the kernel) */ // 0
648 GENX_(13, sys_ni_syscall), /* unimplemented (by the kernel) */ // 13
652 GENX_(16, sys_ni_syscall), /* unimplemented (by the kernel) */ // 16
653 GENX_(17, sys_ni_syscall), /* unimplemented (by the kernel) */ // 17
654 GENX_(18, sys_ni_syscall), /* unimplemented (by the kernel) */ // 18
660 GENX_(23, sys_ni_syscall), /* unimplemented (by the kernel) */ // 23
661 GENX_(24, sys_ni_syscall), /* unimplemented (by the kernel) */ // 24
663 GENX_(25, sys_ni_syscall), /* unimplemented (by the kernel) */ // 25
666 GENX_(28, sys_ni_syscall), /* unimplemented (b
[all...]
H A Dsyswrap-tilegx-linux.c571 VG_(unimplemented)

Completed in 2366 milliseconds