Home
last modified time | relevance | path

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

12345678910>>...67

/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/libcxx/src/support/runtime/
Dexception_pointer_unimplemented.ipp18 # warning exception_ptr not yet implemented
19 fprintf(stderr, "exception_ptr not yet implemented\n");
26 # warning exception_ptr not yet implemented
27 fprintf(stderr, "exception_ptr not yet implemented\n");
33 # warning exception_ptr not yet implemented
34 fprintf(stderr, "exception_ptr not yet implemented\n");
55 # warning exception_ptr not yet implemented
56 fprintf(stderr, "exception_ptr not yet implemented\n");
67 # warning exception_ptr not yet implemented
68 fprintf(stderr, "exception_ptr not yet implemented\n");
[all …]
/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/swiftshader/third_party/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/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/
Dcoverage.txt12 6 YES - 6.3 fails on current test impl. b/c no MON implemented
17 11 YES - Fails on current test impl b/c no CPT implemented
20 14 YES - Fails on current test impl b/c no CS implemented
25 19 YES - Fails on current test impl b/c no XSI implemented
33 27 YES - Fails on current test impl b/c no XSI implemented
/external/desugar/java/com/google/devtools/build/android/desugar/
DDefaultMethodClassFixer.java244 String implemented, boolean mayNeedStubsForSuperclass) { in stubMissingDefaultAndBridgeMethods() argument
247 if (bootclasspath.isKnown(implemented)) { in stubMissingDefaultAndBridgeMethods()
249 && (coreLibrarySupport.isRenamedCoreLibrary(implemented) in stubMissingDefaultAndBridgeMethods()
250 || coreLibrarySupport.isEmulatedCoreClassOrInterface(implemented))) { in stubMissingDefaultAndBridgeMethods()
251 bytecode = checkNotNull(bootclasspath.readIfKnown(implemented), implemented); in stubMissingDefaultAndBridgeMethods()
261 classpath.readIfKnown(implemented), in stubMissingDefaultAndBridgeMethods()
262 "Couldn't find interface %s implemented by %s", implemented, internalName); in stubMissingDefaultAndBridgeMethods()
284 for (Class<?> implemented : itf.getInterfaces()) { in collectInterfaces()
285 collectInterfaces(implemented, dest); in collectInterfaces()
367 for (String implemented : interfaces) { in defaultMethodsDefined()
[all …]
/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/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/swiftshader/third_party/llvm-7.0/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/u-boot/doc/
DREADME.fsl_iim19 implemented in the fusebox.
28 Read operations are implemented as read accesses to the shadow registers,
33 Sense operations are implemented as explained in 30.4.5.2.
36 Program operations are implemented as explained in 30.4.5.3. Following
42 Override operations are implemented as write accesses to the shadow
DREADME.mxc_ocotp22 implemented in the fusebox.
31 Read operations are implemented as read accesses to the shadow registers,
36 Sense operations are implemented as the direct fusebox read explained by
40 Program operations are implemented as explained by the steps in 46.2.1.3.
45 Override operations are implemented as write accesses to the shadow
/external/swiftshader/docs/
DIndex.md40 The [Renderer](../src/Renderer/) layer is implemented in three main parts: the [VertexProcessor](..…
42 …peline is implemented by [VertexPipeline](../src/Shader/VertexPipeline.cpp), while programmable ve…
46 …shaders are implemented by [PixelPipeline](../src/Shader/PixelPipeline.cpp), while programmable pi…
48 …aderCore](../src/Shader/ShaderCore.cpp). Likewise, texture sampling is implemented by [SamplerCore…
54 The OpenGL (ES) and EGL APIs are implemented in [src/OpenGL/](../src/OpenGL/).
56 The GLSL compiler is implemented in [src/OpenGL/compiler/](../src/OpenGL/compiler/). It uses [Flex]…
58implemented in [src/OpenGL/libEGL/](../src/OpenGL/libEGL/). Its entry functions are listed in [lib…
60implemented in [src/OpenGL/libGLES_CM/](../src/OpenGL/libGLES_CM/), while [OpenGL ES 2.0](https://…
/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/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/antlr/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/tensorflow/tensorflow/cc/gradients/
DREADME.md24 3. Ops gradients are implemented by using the [C++
43 implemented.
45 * Ops that require PartialTensorShape information cannot yet be implemented.
48 cannot yet be implemented.
/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-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/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-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/libxkbcommon/xkbcommon/doc/
Dcompat.md3 Relative to the XKB 1.1 specification implemented in current X servers,
6 not implemented, or half-implemented at best, as well as being totally
28 + completely unused in current keymaps, never fully implemented

12345678910>>...67