Home
last modified time | relevance | path

Searched refs:implemented (Results 1 – 25 of 467) sorted by relevance

12345678910>>...19

/external/stlport/stlport/stl/
D_move_construct_fwk.h61 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/
Dcrypto_kernel.txt25 * @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/
Dannotate_barrier.stderr.exp2 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>
Dannotate_publish_hg.stderr.exp2 The annotation macro ANNOTATE_PUBLISH_MEMORY_RANGE has not yet been implemented in <valgrind/helgri…
/external/qemu/target-mips/
DTODO12 - 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/
Dvfcmp.ll5 ; 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/
Dlatebindingsymboltable.cc47 #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/
Dmvctor_declaration_test.cpp50 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/
DBaseTreeAdaptor.as222 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 …]
DBaseTree.as329 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/
Dprotocol-implementing-class-methods.m24 …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 …
Dmethod-undef-category-warn-1.m16 // 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
Dproperty-category-4.m15 …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…
Dincomplete-implementation.m12 …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/
Dprocfs-non-linux.stderr.exp8 readlinkat: Function not implemented
9 readlinkat: Function not implemented
Dprocfs-linux.stderr.exp-without-readlinkat8 readlinkat: Function not implemented
9 readlinkat: Function not implemented
/external/llvm/lib/Target/X86/
DREADME-UNIMPLEMENTED.txt2 // 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/
DCONTRIBUTORS.pthreads-win3281 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/
Dproperty.m11 // 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/
DANDROID-ADB-QEMU.TXT18 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/
Dwhitelist-wildcard-expected.txt1 Test that online whitelist wildcard flag is implemented.
/external/qemu-pc-bios/vgabios/
DBUGS1 Not all the functions have been implemented yet.
/external/mesa3d/docs/
DREADME.BEOS103 - 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/
Dspec-09-02.data3 # Indent trimming is not yet implemented.
/external/libusb-compat/
DREADME11 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

12345678910>>...19