Searched refs:unimplemented (Results 1 – 25 of 89) sorted by relevance
1234
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/ |
D | README.txt | 67 SETOEQ unimplemented 68 SETOGT unimplemented 69 SETOGE unimplemented 70 SETOLT unimplemented 71 SETOLE unimplemented 72 SETONE unimplemented 75 SETUEQ unimplemented 76 SETUGT unimplemented 77 SETUGE unimplemented 78 SETULT unimplemented [all …]
|
/external/e2fsprogs/lib/ss/ |
D | std_rqs.ct | 10 unimplemented 21 unimplemented 26 unimplemented 31 unimplemented
|
D | ct_c.sed | 46 /^unimplemented/ { 47 s/^unimplemented [A-Za-z_0-9]*/request ss_unimplemented/
|
/external/compiler-rt/lib/dfsan/ |
D | dfsan_flags.inc | 21 "Whether to warn on unimplemented functions.") 23 "Whether to warn on unimplemented functions.")
|
/external/antlr/runtime/ObjC/Framework/ |
D | TreeAdaptor.m | 189 // currently unimplemented 200 // currently unimplemented 208 // currently unimplemented 214 // currently unimplemented
|
/external/libunwind/src/coredump/ |
D | README | 8 from ptrace/, or unimplemented stubs.
|
/external/boringssl/src/ssl/test/ |
D | PORTING.md | 82 The test runner interprets this as “unimplemented” and skips the 84 the entire test suite failed. The `-allow-unimplemented` flag suppresses 108 …x/dist/Darwin15.6.0_64_DBG.OBJ/bin/nss_bogo_shim -loose-errors -allow-unimplemented -shim-config ~…
|
/external/vixl/test/ |
D | test-aborts.cc | 64 TEST(unimplemented, VIXL_UNIMPLEMENTED(), "UNIMPLEMENTED in ")
|
/external/clang/test/SemaObjCXX/ |
D | parameters.mm | 14 struct test2 { virtual void foo() = 0; }; // expected-note {{unimplemented}}
|
D | abstract-class-type-ivar.mm | 8 …virtual void testB() = 0; // expected-note {{unimplemented pure virtual method 'testB' in 'CppConc…
|
/external/llvm/lib/Support/Windows/ |
D | Watchdog.inc | 15 // Currently this is only used by PrettyStackTrace which is also unimplemented
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/ |
D | Watchdog.inc | 15 // Currently this is only used by PrettyStackTrace which is also unimplemented
|
/external/clang/test/SemaObjC/ |
D | property-category-3.m | 27 // Don't issue warning on unimplemented setter/getter
|
D | property-category-impl.m | 35 // No warn of unimplemented property of protocols in category,
|
/external/llvm/test/CodeGen/X86/ |
D | fast-isel-bc.ll | 14 ; For now, handling of x86_mmx parameters in fast Isel is unimplemented,
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | fast-isel-bc.ll | 14 ; For now, handling of x86_mmx parameters in fast Isel is unimplemented,
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_PreventGradient.pbtxt | 29 op exists to prevent subtle bugs from silently returning unimplemented
|
/external/libxml2/xstc/ |
D | xstc.py | 177 self.unimplemented = False 252 self.unimplemented = True 504 if test.unimplemented: 609 if options.reportUnimplErrOnly and test.unimplemented:
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/ |
D | sll-micromips-r6-encoding.mir | 4 # instruction rather than some unimplemented opcode for the purposes of
|
/external/e2fsprogs/lib/ext2fs/ |
D | unix_io.c | 1132 goto unimplemented; in unix_discard() 1136 unimplemented: in unix_discard() 1181 goto unimplemented; in unix_zeroout() 1211 goto unimplemented; in unix_zeroout() 1215 unimplemented: in unix_zeroout()
|
/external/deqp-deps/glslang/hlsl/ |
D | hlslGrammar.h | 65 void unimplemented(const char*);
|
/external/grpc-grpc/src/python/grpcio/grpc/ |
D | _common.py | 53 cygrpc.StatusCode.unimplemented: grpc.StatusCode.UNIMPLEMENTED,
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/ |
D | Opts.td | 41 // Unused switches (at least for now). These will stay unimplemented
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AVR/ |
D | progmem-extended.ll | 4 # Wide LPM is currently unimplemented in the pseudo expansion pass.
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | parseVersions.h | 72 virtual void unimplemented(const TSourceLoc&, const char* featureDesc);
|
1234