Home
last modified time | relevance | path

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

12345678910>>...91

/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/llvm-project/libcxx/src/support/runtime/
Dexception_pointer_unimplemented.ipp17 # warning exception_ptr not yet implemented
18 fprintf(stderr, "exception_ptr not yet implemented\n");
25 # warning exception_ptr not yet implemented
26 fprintf(stderr, "exception_ptr not yet implemented\n");
32 # warning exception_ptr not yet implemented
33 fprintf(stderr, "exception_ptr not yet implemented\n");
54 # warning exception_ptr not yet implemented
55 fprintf(stderr, "exception_ptr not yet implemented\n");
66 # warning exception_ptr not yet implemented
67 fprintf(stderr, "exception_ptr not yet implemented\n");
[all …]
/external/angle/doc/
DES31StatusOnD3D11.md5 | Arrays of arrays (shading language only) | Fully implemented | None |
6 | Compute shaders | Fully implemented | None |
7 | Explicit uniform location | Fully implemented | None |
8 | Framebuffers with no attachments | Fully implemented | None |
9 | Indirect draw commands | Fully implemented | None |
10 | Multisample formats for immutable textures | Fully implemented | None |
11 | Program interface queries | Fully implemented | None |
12 | Shader bitfield operations (shading language only) | Fully implemented | None |
13 | Shader layout binding (shading language only) | Fully implemented | None |
14 | Texture gather operations | Fully implemented | None |
[all …]
/external/pdfium/testing/resources/javascript/
Dunsupported_expected.txt1 Alert: PASS: ADBC is not implemented
2 Alert: PASS: Directory is not implemented
3 Alert: PASS: Net is not implemented
4 Alert: PASS: dbg is not implemented
5 Alert: PASS: security is not implemented
/external/libsrtp2/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/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/rust/crates/async-trait/tests/ui/
Dsend-not-implemented.stderr2 --> $DIR/send-not-implemented.rs:8:26
12 = help: within `impl Future`, the trait `Send` is not implemented for `MutexGuard<'_, ()>`
14 --> $DIR/send-not-implemented.rs:11:9
25 --> $DIR/send-not-implemented.rs:14:38
36 = help: within `impl Future`, the trait `Send` is not implemented for `MutexGuard<'_, ()>`
38 --> $DIR/send-not-implemented.rs:17:9
/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 …]
/external/llvm-project/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 …]
Dcategory-direct-properties.m124 … { // expected-error {{direct method was declared in a category but is implemented in the primary …
127 … { // expected-error {{direct method was declared in a category but is implemented in the primary …
130 … { // expected-error {{direct method was declared in a category but is implemented in the primary …
200 …cted-error {{direct method was declared in the primary interface but is implemented in a category}}
203 …cted-error {{direct method was declared in the primary interface but is implemented in a category}}
206 …cted-error {{direct method was declared in the primary interface but is implemented in a category}}
232 … // expected-error {{direct method was declared in an extension but is implemented in a different …
235 … // expected-error {{direct method was declared in an extension but is implemented in a different …
238 … // expected-error {{direct method was declared in an extension but is implemented in a different …
261 … { // expected-error {{direct method was declared in a category but is implemented in a different …
[all …]
Dmethod-direct-one-definition.m12 - (void)A_Cat { // expected-error {{direct method was declared in a category but is implemented in …
43 …cted-error {{direct method was declared in the primary interface but is implemented in a category}}
45 … // expected-error {{direct method was declared in an extension but is implemented in a different …
49 … { // expected-error {{direct method was declared in a category but is implemented in a different …
/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/modules/audio_device/linux/
Dlatebindingsymboltable_linux.cc31 #error Not implemented in GetDllError()
39 #error Not implemented in InternalLoadDll()
62 #error Not implemented in InternalUnloadDll()
81 #error Not implemented in LoadSymbol()
/external/llvm-project/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/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/rust/crates/pin-project/tests/ui/unstable-features/
Dtrivial_bounds-feature-gate.stderr5 …| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Unpin` is not implemented for `Pha…
14 …| ^^^^^ the trait `Unpin` is not implemented for `Phanto…
20 …^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Unpin` is not implemented for `PhantomPin…
30 …^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ within `Inner`, the trait `Unpin` is not implemented for `PhantomPin…
40 …^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ within `Inner`, the trait `Unpin` is not implemented for `PhantomPin…
/external/llvm-project/clang/test/Analysis/
Dobjc-properties.m20 …@property (assign, nonatomic) MyClass* A; // explicitly 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/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/llvm-project/clang/test/Analysis/objc/
Ddirect-ivar-assignment-in-annotated-functions.m33 …@property (assign, nonatomic) MyClass* A; // explicitly synthesized, not implemented, non-default …
35 @property (assign) MyClass* X; // automatically synthesized, not implemented
37 @property (assign, nonatomic) MyClass* Y; // automatically synthesized, implemented
39 @property (assign, nonatomic) MyClass* Z; // non-synthesized ivar, implemented setter
40 …@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/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/rust/cxx/book/src/binding/
Dfn.md26 Function pointers with a Result return type are not implemented yet.
28 Passing a function pointer from C++ to Rust is not implemented yet, only from
29 Rust to an `extern "C++"` function is implemented.
/external/oboe/apps/fxlab/docs/
DDev-Guide.md17 …alls native code through the JNI bridge to query information about the various effects implemented,
19 native side. The JNI bridge passes information regarding implemented effects descriptions to the UI…
31 The effects folder contains the classes of various implemented effects. It also contains `Effects.h…
32 all the Effect descriptions implemented lives. The description folder contains the description for …
41 A instructional implemented effect to examine is the `TremoloEffect.h` (a modulating gain).
45 The nonlinear effects (distortion and overdrive) are implemented using a standalone function (from …
46 The gain effect is implemented by a simple lambda in its description class.
/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.

12345678910>>...91