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

12

/external/vixl/test/
H A Dtest-aborts.cc64 TEST(unimplemented, VIXL_UNIMPLEMENTED(), "UNIMPLEMENTED in ")
/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* format, ... )
H A Dm_libcassert.c509 /* Print some helpful-ish text about unimplemented things, and give up. */
510 void VG_(unimplemented) ( const HChar* format, ... ) function
523 VG_(umsg)("the following unimplemented functionality:\n");
/external/valgrind/none/tests/solaris/
H A Dreserve_sysstat_addr.stderr.exp3 the following unimplemented functionality:
H A Dreserve_sysstat_zone_addr.stderr.exp3 the following unimplemented functionality:
/external/valgrind/VEX/priv/
H A Dguest_s390_toIR.c14053 case 0x0101: /* PR */ goto unimplemented;
14054 case 0x0102: /* UPT */ goto unimplemented;
14055 case 0x0104: /* PTFF */ goto unimplemented;
14056 case 0x0107: /* SCKPF */ goto unimplemented;
14058 case 0x010b: /* TAM */ goto unimplemented;
14059 case 0x010c: /* SAM24 */ goto unimplemented;
14060 case 0x010d: /* SAM31 */ goto unimplemented;
14061 case 0x010e: /* SAM64 */ goto unimplemented;
14062 case 0x01ff: /* TRAP2 */ goto unimplemented;
14066 case 0x04: /* SPM */ goto unimplemented;
[all...]
H A Dguest_amd64_toIR.c367 static void unimplemented ( const HChar* str ) function
369 vex_printf("amd64toIR: unimplemented feature\n");
2344 unimplemented("amd64 %fs segment override");
2354 unimplemented("amd64 %gs segment override");
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Dunix_io.c1010 goto unimplemented;
1023 goto unimplemented;
1028 goto unimplemented;
1032 unimplemented:
1050 goto unimplemented;
1054 goto unimplemented;
1092 goto unimplemented;
1098 goto unimplemented;
1102 unimplemented:
/external/valgrind/auxprogs/
H A Ds390-check-opcodes.pl182 if ($line =~ /goto\s+unimplemented/) {
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-solaris.c1133 VG_(unimplemented)("Support for spawn() with file attribute type "
1152 VG_(unimplemented)("Support for spawn() with file attribute type %u.",
1205 VG_(unimplemented)("Support for spawn() with attributes "
1217 VG_(unimplemented)("Support for spawn() with attributes flag "
1229 VG_(unimplemented)("Support for spawn() with attributes flag "
2449 VG_(unimplemented)("Syswrap of the pgrpsys call with flag %ld.", SARG1);
2566 VG_(unimplemented)("Syswrap of the sysi86 call with cmd %ld.", SARG1);
2687 VG_(unimplemented)("Syswrap of the shmsys(shmctl) call with "
2741 VG_(unimplemented)("Syswrap of the shmsys(shmadv) call with "
2761 VG_(unimplemented)("Syswra
[all...]
H A Dsyswrap-arm64-linux.c603 VG_(unimplemented)
H A Dsyswrap-ppc64-linux.c702 VG_(unimplemented)
H A Dsyswrap-x86-linux.c611 VG_(unimplemented)("sys_modify_ldt: func == 2");
940 VG_(unimplemented)
H A Dsyswrap-amd64-linux.c431 VG_(unimplemented)
H A Dsyswrap-arm-linux.c505 VG_(unimplemented)
H A Dsyswrap-mips32-linux.c697 VG_ (unimplemented)("Valgrind does not support general clone().");
H A Dsyswrap-mips64-linux.c544 VG_(unimplemented)("Valgrind does not support general clone().");
H A Dsyswrap-ppc32-linux.c602 VG_(unimplemented)
H A Dsyswrap-s390x-linux.c532 VG_(unimplemented)
634 GENX_(0, sys_ni_syscall), /* unimplemented (by the kernel) */ // 0
649 GENX_(13, sys_ni_syscall), /* unimplemented (by the kernel) */ // 13
653 GENX_(16, sys_ni_syscall), /* unimplemented (by the kernel) */ // 16
654 GENX_(17, sys_ni_syscall), /* unimplemented (by the kernel) */ // 17
655 GENX_(18, sys_ni_syscall), /* unimplemented (by the kernel) */ // 18
661 GENX_(23, sys_ni_syscall), /* unimplemented (by the kernel) */ // 23
662 GENX_(24, sys_ni_syscall), /* unimplemented (by the kernel) */ // 24
664 GENX_(25, sys_ni_syscall), /* unimplemented (by the kernel) */ // 25
667 GENX_(28, sys_ni_syscall), /* unimplemented (b
[all...]
H A Dsyswrap-tilegx-linux.c571 VG_(unimplemented)
/external/valgrind/coregrind/m_ume/
H A Delf.c474 VG_(unimplemented)("Support for program header PT_SUNW_SYSSTAT.");
480 VG_(unimplemented)("Support for program header PT_SUNW_SYSSTAT_ZONE.");
/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/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 627 milliseconds

12