Home
last modified time | relevance | path

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

12345678910>>...36

/external/valgrind/docs/internals/
Ds390-opcodes.csv1 a,add,implemented,
6 ah,"add halfword",implemented,
7 al,"add logical",implemented,
8 alr,"add logical",implemented,
9 ap,"add decimal","not implemented",
10 ar,add,implemented,
16 bakr,"branch and stack","not implemented",
17 bal,"branch and link","not implemented",
18 balr,"branch and link","not implemented",
19 bas,"branch and save",implemented,
[all …]
/external/webrtc/webrtc/modules/audio_device/ios/
Daudio_device_not_implemented_ios.mm20 RTC_NOTREACHED() << "Not implemented";
31 RTC_NOTREACHED() << "Not implemented";
37 LOG_F(LS_WARNING) << "Not implemented";
43 LOG_F(LS_WARNING) << "Not implemented";
61 RTC_NOTREACHED() << "Not implemented";
66 RTC_NOTREACHED() << "Not implemented";
71 RTC_NOTREACHED() << "Not implemented";
76 RTC_NOTREACHED() << "Not implemented";
81 RTC_NOTREACHED() << "Not implemented";
86 RTC_NOTREACHED() << "Not implemented";
[all …]
/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/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_barrier_xml.stderr.exp38 …<what>The annotation macro ANNOTATE_BARRIER_INIT has not yet been implemented in &lt;valgrind/drd.…
71 …<what>The annotation macro ANNOTATE_BARRIER_WAIT_BEFORE has not yet been implemented in &lt;valgri…
104 …<what>The annotation macro ANNOTATE_BARRIER_WAIT_AFTER has not yet been implemented in &lt;valgrin…
137 …<what>The annotation macro ANNOTATE_BARRIER_WAIT_BEFORE has not yet been implemented in &lt;valgri…
224 …<what>The annotation macro ANNOTATE_BARRIER_WAIT_AFTER has not yet been implemented in &lt;valgrin…
257 …<what>The annotation macro ANNOTATE_BARRIER_DESTROY has not yet been implemented in &lt;valgrind/d…
/external/webrtc/webrtc/base/
Dlatebindingsymboltable.cc24 #error Not implemented
36 #error Not implemented in GetDllError()
57 #error Not implemented in LoadSymbol()
113 #error Not implemented in LoadFromPath()
145 #error Not implemented in Unload()
/external/clang/test/SemaObjC/
Dprotocols-suppress-conformance.m4 // to be explicitly implemented in the adopting class.
35 …y synthesis will not synthesize property 'theWorstOfTimes'; it will be implemented by its supercla…
63 …ementation ClassD // expected-warning {{method 'foulIsFair' in protocol 'Derived' not implemented}}
139 …tion Shoggoth_2 // expected-warning {{method 'innsmouth' in protocol 'ProtocolB' not implemented}}\
140 … // expected-warning {{method 'rlyeh' in protocol 'ProtocolA' not implemented}}\
141 … // expected-warning {{'innsmouth' in protocol 'ProtocolA' not implemented}}
145 …xplicit // expected-warning {{method 'innsmouth' in protocol 'ProtocolB_Explicit' not implemented}}
149 …plicit // expected-warning {{method 'innsmouth' in protocol 'ProtocolB_Explicit' not implemented}}\
150 … // expected-warning {{method 'rlyeh' in protocol 'ProtocolA' not implemented}}\
151 … // expected-warning {{method 'innsmouth' in protocol 'ProtocolA' not implemented}}
[all …]
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 …
/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/webrtc/webrtc/modules/audio_device/linux/
Dlatebindingsymboltable_linux.cc31 #error Not implemented in GetDllError()
39 #error Not implemented in InternalLoadDll()
64 #error Not implemented in InternalUnloadDll()
85 #error Not implemented in LoadSymbol()
/external/libcxx/src/
Dexception.cpp124 # warning uncaught_exception not yet implemented in uncaught_exceptions()
197 # warning exception_ptr not yet implemented in ~exception_ptr()
216 # warning exception_ptr not yet implemented in exception_ptr()
241 # warning exception_ptr not yet implemented in operator =()
285 # warning exception_ptr not yet implemented in current_exception()
307 # warning exception_ptr not yet implemented in rethrow_exception()
/external/clang/test/Analysis/
Dobjc-properties.m20 …@property (assign, nonatomic) MyClass* A; // explicitely synthesized, not implemented, non-default…
22 @property (assign) MyClass* X; // automatically synthesized, not implemented
24 @property (assign, nonatomic) MyClass* Y; // automatically synthesized, implemented
26 @property (assign, nonatomic) MyClass* Z; // non-synthesized ivar, implemented setter
27 …@property (readonly) id nonSynth; // non-synthesized, explicitly implemented to return ivar with …
/external/clang/test/Analysis/objc/
Ddirect-ivar-assignment-in-annotated-functions.m29 …@property (assign, nonatomic) MyClass* A; // explicitely synthesized, not implemented, non-default…
31 @property (assign) MyClass* X; // automatically synthesized, not implemented
33 @property (assign, nonatomic) MyClass* Y; // automatically synthesized, implemented
35 @property (assign, nonatomic) MyClass* Z; // non-synthesized ivar, implemented setter
36 …@property (readonly) id nonSynth; // non-synthesized, explicitly implemented to return ivar with …
/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 …]
/external/mockftpserver/tags/2.0-rc1/src/site/apt/
Dfakeftpserver-features.apt87 * Transmission mode other than 'Stream'. The STRU command is implemented but has no effect (NOOP).
93 * Record Structure and Page Structure. The STRU command is implemented but has no effect (NOOP).
95 * Error Recovery and Restart. The REST command is implemented but has no effect (NOOP).
97 * Structure Mount. The SMNT command is implemented but has no effect (NOOP).
99 * Abort. The ABOR command is implemented but has no effect (NOOP).
101 * Allocate. The ALLO command is implemented but has no effect (NOOP).
/external/mockftpserver/tags/2.0.1/src/site/apt/
Dfakeftpserver-features.apt87 * Transmission mode other than 'Stream'. The STRU command is implemented but has no effect (NOOP).
93 * Record Structure and Page Structure. The STRU command is implemented but has no effect (NOOP).
95 * Error Recovery and Restart. The REST command is implemented but has no effect (NOOP).
97 * Structure Mount. The SMNT command is implemented but has no effect (NOOP).
99 * Abort. The ABOR command is implemented but has no effect (NOOP).
101 * Allocate. The ALLO command is implemented but has no effect (NOOP).
/external/mockftpserver/tags/2.0.2/src/site/apt/
Dfakeftpserver-features.apt87 * Transmission mode other than 'Stream'. The STRU command is implemented but has no effect (NOOP).
93 * Record Structure and Page Structure. The STRU command is implemented but has no effect (NOOP).
95 * Error Recovery and Restart. The REST command is implemented but has no effect (NOOP).
97 * Structure Mount. The SMNT command is implemented but has no effect (NOOP).
99 * Abort. The ABOR command is implemented but has no effect (NOOP).
101 * Allocate. The ALLO command is implemented but has no effect (NOOP).
/external/mockftpserver/tags/2.0/src/site/apt/
Dfakeftpserver-features.apt87 * Transmission mode other than 'Stream'. The STRU command is implemented but has no effect (NOOP).
93 * Record Structure and Page Structure. The STRU command is implemented but has no effect (NOOP).
95 * Error Recovery and Restart. The REST command is implemented but has no effect (NOOP).
97 * Structure Mount. The SMNT command is implemented but has no effect (NOOP).
99 * Abort. The ABOR command is implemented but has no effect (NOOP).
101 * Allocate. The ALLO command is implemented but has no effect (NOOP).
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/site/apt/
Dfakeftpserver-features.apt87 * Transmission mode other than 'Stream'. The STRU command is implemented but has no effect (NOOP).
93 * Record Structure and Page Structure. The STRU command is implemented but has no effect (NOOP).
95 * Error Recovery and Restart. The REST command is implemented but has no effect (NOOP).
97 * Structure Mount. The SMNT command is implemented but has no effect (NOOP).
99 * Abort. The ABOR command is implemented but has no effect (NOOP).
101 * Allocate. The ALLO command is implemented but has no effect (NOOP).
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/site/apt/
Dfakeftpserver-features.apt87 * Transmission mode other than 'Stream'. The STRU command is implemented but has no effect (NOOP).
93 * Record Structure and Page Structure. The STRU command is implemented but has no effect (NOOP).
95 * Error Recovery and Restart. The REST command is implemented but has no effect (NOOP).
97 * Structure Mount. The SMNT command is implemented but has no effect (NOOP).
99 * Abort. The ABOR command is implemented but has no effect (NOOP).
101 * Allocate. The ALLO command is implemented but has no effect (NOOP).
/external/tpm2/
DAlgorithmCap.c171 ALGORITHM_VECTOR *implemented // OUT: the implemented bits are SET in AlgorithmGetImplementedVector() argument
176 MemorySet(implemented, 0, sizeof(ALGORITHM_VECTOR)); in AlgorithmGetImplementedVector()
180 SET_BIT(s_algorithms[index].algID, *implemented); in AlgorithmGetImplementedVector()
/external/mockftpserver/tags/2.4/src/site/apt/
Dfakeftpserver-features.apt94 * Transmission mode other than 'Stream'. The STRU command is implemented but has no effect (NOOP).
100 * Record Structure and Page Structure. The STRU command is implemented but has no effect (NOOP).
102 * Error Recovery and Restart. The REST command is implemented but has no effect (NOOP).
104 * Structure Mount. The SMNT command is implemented but has no effect (NOOP).
106 * Abort. The ABOR command is implemented but has no effect (NOOP).
108 * Allocate. The ALLO command is implemented but has no effect (NOOP).
/external/mockftpserver/tags/2.2/src/site/apt/
Dfakeftpserver-features.apt91 * Transmission mode other than 'Stream'. The STRU command is implemented but has no effect (NOOP).
97 * Record Structure and Page Structure. The STRU command is implemented but has no effect (NOOP).
99 * Error Recovery and Restart. The REST command is implemented but has no effect (NOOP).
101 * Structure Mount. The SMNT command is implemented but has no effect (NOOP).
103 * Abort. The ABOR command is implemented but has no effect (NOOP).
105 * Allocate. The ALLO command is implemented but has no effect (NOOP).
/external/mockftpserver/tags/2.5/src/site/apt/
Dfakeftpserver-features.apt94 * Transmission mode other than 'Stream'. The STRU command is implemented but has no effect (NOOP).
100 * Record Structure and Page Structure. The STRU command is implemented but has no effect (NOOP).
102 * Error Recovery and Restart. The REST command is implemented but has no effect (NOOP).
104 * Structure Mount. The SMNT command is implemented but has no effect (NOOP).
106 * Abort. The ABOR command is implemented but has no effect (NOOP).
108 * Allocate. The ALLO command is implemented but has no effect (NOOP).
/external/mockftpserver/tags/2.3/src/site/apt/
Dfakeftpserver-features.apt94 * Transmission mode other than 'Stream'. The STRU command is implemented but has no effect (NOOP).
100 * Record Structure and Page Structure. The STRU command is implemented but has no effect (NOOP).
102 * Error Recovery and Restart. The REST command is implemented but has no effect (NOOP).
104 * Structure Mount. The SMNT command is implemented but has no effect (NOOP).
106 * Abort. The ABOR command is implemented but has no effect (NOOP).
108 * Allocate. The ALLO command is implemented but has no effect (NOOP).

12345678910>>...36