/external/stlport/stlport/stl/ |
D | _move_construct_fwk.h | 61 typedef typename _IsSTLportClass<_Tp>::_Ret implemented; typedef 63 typedef __false_type implemented; 87 typedef typename __move_traits<_Tp>::implemented _MvImpRet; 109 typedef typename __move_traits<_Tp>::implemented implemented; typedef 118 typedef typename _Lor2<typename _MoveTraits1::implemented, 119 typename _MoveTraits2::implemented>::_Ret implemented; typedef 130 typedef __true_type implemented; typedef 139 typedef typename _Lor2<typename _MoveTraits1::implemented, 140 typename _MoveTraits2::implemented>::_Ret implemented; typedef 150 typedef __true_type implemented; typedef
|
/external/srtp/doc/ |
D | crypto_kernel.txt | 25 * @warning May be implemented as a macro. 34 * @warning May be implemented as a macro. 42 * @warning May be implemented as a macro. 50 * @warning May be implemented as a macro. 58 * @warning May be implemented as a macro. 65 * @warning May be implemented as a macro.
|
/external/valgrind/main/drd/tests/ |
D | annotate_barrier.stderr.exp | 2 The annotation macro ANNOTATE_BARRIER_INIT has not yet been implemented in <valgrind/drd.h> 8 The annotation macro ANNOTATE_BARRIER_WAIT_BEFORE has not yet been implemented in <valgrind/drd.h> 14 The annotation macro ANNOTATE_BARRIER_WAIT_AFTER has not yet been implemented in <valgrind/drd.h> 19 The annotation macro ANNOTATE_BARRIER_WAIT_BEFORE has not yet been implemented in <valgrind/drd.h> 34 The annotation macro ANNOTATE_BARRIER_WAIT_AFTER has not yet been implemented in <valgrind/drd.h> 40 The annotation macro ANNOTATE_BARRIER_DESTROY has not yet been implemented in <valgrind/drd.h>
|
D | annotate_publish_hg.stderr.exp | 2 The annotation macro ANNOTATE_PUBLISH_MEMORY_RANGE has not yet been implemented in <valgrind/helgri…
|
/external/qemu/target-mips/ |
D | TODO | 12 - MT ASE only partially implemented and not functional 13 - Shadow register support only partially implemented, 15 - 34K ITC not implemented. 18 - Reverse endianness bit not implemented 32 - save/restore of the CPU state is not implemented (see machine.c). 52 - Bonito system controller not implemented 53 - MSC1 system controller not implemented
|
/external/llvm/test/CodeGen/ARM/ |
D | vfcmp.ll | 5 ; une is implemented with VCEQ/VMVN 17 ; olt is implemented with VCGT 28 ; ole is implemented with VCGE 39 ; uge is implemented with VCGT/VMVN 51 ; ule is implemented with VCGT/VMVN 63 ; ugt is implemented with VCGE/VMVN 75 ; ult is implemented with VCGE/VMVN 87 ; ueq is implemented with VCGT/VCGT/VORR/VMVN 101 ; one is implemented with VCGT/VCGT/VORR 114 ; uno is implemented with VCGT/VCGE/VORR/VMVN [all …]
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | latebindingsymboltable.cc | 47 #error Not implemented in GetDllError() 55 #error Not implemented in InternalLoadDll() 69 #error Not implemented in InternalUnloadDll() 88 #error Not implemented in LoadSymbol()
|
/external/stlport/test/unit/ |
D | mvctor_declaration_test.cpp | 50 typedef typename __move_traits<_Tp>::implemented _MovableTp; in is_movable() 123 typedef __true_type implemented; typedef 128 typedef __true_type implemented; typedef 133 typedef __true_type implemented; typedef 138 typedef __true_type implemented; typedef 143 typedef __true_type implemented; typedef 148 typedef __true_type implemented; typedef 153 typedef __true_type implemented; typedef
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
D | BaseTreeAdaptor.as | 222 throw new Error("Not implemented - abstract function"); 241 throw new Error("Not implemented - abstract function"); 245 throw new Error("Not implemented - abstract function"); 249 throw new Error("Not implemented - abstract function"); 253 throw new Error("Not implemented - abstract function"); 257 throw new Error("Not implemented - abstract function"); 261 throw new Error("Not implemented - abstract function"); 265 throw new Error("Not implemented - abstract function"); 269 throw new Error("Not implemented - abstract function"); 273 throw new Error("Not implemented - abstract function"); [all …]
|
D | BaseTree.as | 329 throw new Error("Not implemented"); 333 throw new Error("Not implemented"); 337 throw new Error("Not implemented"); 341 throw new Error("Not implemented"); 345 throw new Error("Not implemented"); 349 throw new Error("Not implemented"); 353 throw new Error("Not implemented");
|
/external/clang/test/SemaObjC/ |
D | protocol-implementing-class-methods.m | 24 …xpected-warning {{category is implementing a method which will also be implemented by its primary … 26 …xpected-warning {{category is implementing a method which will also be implemented by its primary … 27 …xpected-warning {{category is implementing a method which will also be implemented by its primary …
|
D | method-undef-category-warn-1.m | 16 // expected-warning {{method 'Pmeth' in protocol not implemented}} 25 // expected-warning {{method 'Pmeth1' in protocol not implemented}} 56 // Don't warn when a category does not implemented a method imported
|
D | property-category-4.m | 15 …cts; // expected-error {{property declared in category 'CAT' cannot be implemented in class implem… 16 …cts; // expected-error {{property declared in category 'CAT' cannot be implemented in class implem…
|
D | incomplete-implementation.m | 12 …xpected-warning {{category is implementing a method which will also be implemented by its primary … 24 …xpected-warning {{category is implementing a method which will also be implemented by its primary …
|
/external/valgrind/main/none/tests/ |
D | procfs-non-linux.stderr.exp | 8 readlinkat: Function not implemented 9 readlinkat: Function not implemented
|
D | procfs-linux.stderr.exp-without-readlinkat | 8 readlinkat: Function not implemented 9 readlinkat: Function not implemented
|
/external/llvm/lib/Target/X86/ |
D | README-UNIMPLEMENTED.txt | 2 // Testcases that crash the X86 backend because they aren't implemented 6 and appreciated, because no one has signed up to implemented these yet.
|
/external/webkit/Source/JavaScriptCore/wtf/ |
D | CONTRIBUTORS.pthreads-win32 | 81 Re-implemented and improved read-write locks; 82 (with Louis Thomas) re-implemented and improved 88 similar to that implemented by V.Kliathcko; 93 re-implemented mutex routines to avoid Win32 mutexes 99 (with Alexander Terekhov) re-implemented and improved 132 re-implemented pthread_once (version 2)
|
/external/clang/test/ASTMerge/ |
D | property.m | 11 // CHECK: property1.m:29:10: error: property 'Prop3' is implemented with @dynamic in one translatio… 12 // CHECK: property2.m:31:13: note: property 'Prop3' is implemented with @synthesize here
|
/external/qemu/docs/ |
D | ANDROID-ADB-QEMU.TXT | 18 There are two major components implemented in the emulator to support ADB 24 ADB server is implemented as a socket server that is bound to the ADB port (which 28 ADB client is implemented as QEMUD service (named 'adb'), and is responsible for
|
/external/webkit/LayoutTests/http/tests/appcache/ |
D | whitelist-wildcard-expected.txt | 1 Test that online whitelist wildcard flag is implemented.
|
/external/qemu-pc-bios/vgabios/ |
D | BUGS | 1 Not all the functions have been implemented yet.
|
/external/mesa3d/docs/ |
D | README.BEOS | 103 - BDirectWindow single buffering support is not implemented yet. 104 - Color index mode is not implemented yet. 105 - Reading pixels from the front buffer not implemented yet. 107 This should also be implemented for Mesa.
|
/external/llvm/test/YAMLParser/ |
D | spec-09-02.data | 3 # Indent trimming is not yet implemented.
|
/external/libusb-compat/ |
D | README | 11 1. usb_resetep(), a previously deprecated function, is implemented as 20 4. Some libusb-0.1 users may have implemented I/O cancellation by running
|