Searched refs:unimplemented (Results 1 - 18 of 18) sorted by relevance
/external/e2fsprogs/lib/ss/ |
H A D | ct_c.sed | 46 /^unimplemented/ { 47 s/^unimplemented [A-Za-z_0-9]*/request ss_unimplemented/
|
/external/valgrind/coregrind/ |
H A D | pub_core_libcassert.h | 78 extern void VG_(unimplemented) ( const HChar* msg )
|
H A D | m_libcassert.c | 507 /* 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 D | guest_s390_toIR.c | 14014 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 D | guest_amd64_toIR.c | 360 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 D | s390-check-opcodes.pl | 182 if ($line =~ /goto\s+unimplemented/) {
|
/external/e2fsprogs/lib/ext2fs/ |
H A D | unix_io.c | 940 goto unimplemented; 953 goto unimplemented; 958 goto unimplemented; 962 unimplemented:
|
/external/libxml2/xstc/ |
H A D | xstc.py | 54 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 D | syswrap-arm64-linux.c | 603 VG_(unimplemented)
|
H A D | syswrap-ppc64-linux.c | 702 VG_(unimplemented)
|
H A D | syswrap-x86-linux.c | 609 VG_(unimplemented)("sys_modify_ldt: func == 2"); 938 VG_(unimplemented)
|
H A D | syswrap-amd64-linux.c | 431 VG_(unimplemented)
|
H A D | syswrap-arm-linux.c | 504 VG_(unimplemented)
|
H A D | syswrap-mips32-linux.c | 695 VG_ (unimplemented)("Valgrind does not support general clone().");
|
H A D | syswrap-mips64-linux.c | 539 VG_(unimplemented)("Valgrind does not support general clone().");
|
H A D | syswrap-ppc32-linux.c | 601 VG_(unimplemented)
|
H A D | syswrap-s390x-linux.c | 531 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 D | syswrap-tilegx-linux.c | 571 VG_(unimplemented)
|
Completed in 2366 milliseconds