| /external/skia/resources/sksl/runtime_errors/ |
| D | Ossfuzz66263.rts | 131 error: 17: field '_' was already defined in the same struct ('S') 132 error: 17: field '_' was already defined in the same struct ('S') 133 error: 17: field '_' was already defined in the same struct ('S') 134 error: 17: field '_' was already defined in the same struct ('S') 135 error: 17: field 't' was already defined in the same struct ('S') 136 error: 17: field '_' was already defined in the same struct ('S') 147 error: 25: field '_' was already defined in the same struct ('S') 148 error: 25: field '_' was already defined in the same struct ('S') 149 error: 21: symbol 'S' was already defined 166 error: 31: field '_' was already defined in the same struct ('S') [all …]
|
| /external/clang/test/Analysis/ |
| D | test-after-div-zero.c | 8 …if (x == 0) { } // expected-warning {{Value being compared against zero has already been used for … in err_eq() 9 } // expected-note@-1 {{Value being compared against zero has already been used for division}} in err_eq() 13 …if (0 == x) { } // expected-warning {{Value being compared against zero has already been used for … in err_eq2() 14 } // expected-note@-1 {{Value being compared against zero has already been used for division}} in err_eq2() 18 …if (x != 0) { } // expected-warning {{Value being compared against zero has already been used for … in err_ne() 19 } // expected-note@-1 {{Value being compared against zero has already been used for division}} in err_ne() 23 …if (x >= 0) { } // expected-warning {{Value being compared against zero has already been used for … in err_ge() 24 } // expected-note@-1 {{Value being compared against zero has already been used for division}} in err_ge() 28 …if (x <= 0) {} // expected-warning {{Value being compared against zero has already been used for d… in err_le() 29 } // expected-note@-1 {{Value being compared against zero has already been used for division}} in err_le() [all …]
|
| D | pthreadlock.c | 184 pthread_mutex_lock(&mtx1); // expected-warning{{This lock has already been acquired}} in bad1() 193 pthread_mutex_lock(&mtx1); // expected-warning{{This lock has already been acquired}} in bad2() 218 lck_mtx_lock(&lck1); // expected-warning{{This lock has already been acquired}} in bad5() 227 lck_mtx_lock(&lck1); // expected-warning{{This lock has already been acquired}} in bad6() 252 lck_mtx_unlock(&lck1); // expected-warning{{This lock has already been unlocked}} in bad9() 260 lck_mtx_unlock(&lck1); // expected-warning{{This lock has already been unlocked}} in bad10() 266 lck_mtx_unlock(lock); // expected-warning{{This lock has already been unlocked}} in bad11_sub() 285 pthread_mutex_unlock(&mtx1); // expected-warning{{This lock has already been unlocked}} in bad12() 295 pthread_mutex_unlock(&mtx1); // expected-warning{{This lock has already been unlocked}} in bad13() 305 pthread_mutex_unlock(&mtx2); // expected-warning{{This lock has already been unlocked}} in bad14() [all …]
|
| /external/pigweed/pw_sync/ |
| D | timed_mutex_facade_test.cc | 55 // TODO: b/235284163 - Ensure it fails to lock when already held by someone in TEST() 64 // TODO: b/235284163 - Ensure it fails to lock when already held by someone in TEST() 77 // TODO: b/235284163 - Ensure it fails to lock when already held by someone in TEST() 92 // TODO: b/235284163 - Ensure it blocks and fails to lock when already held by in TEST() 94 // TODO: b/235284163 - Ensure it does not block and fails to lock when already in TEST() 96 // TODO: b/235284163 - Ensure it does not block and fails to lock when already in TEST() 111 // TODO: b/235284163 - Ensure it blocks and fails to lock when already held by in TEST() 113 // TODO: b/235284163 - Ensure it does not block and fails to lock when already in TEST() 115 // TODO: b/235284163 - Ensure it does not block and fails to lock when already in TEST() 126 // TODO: b/235284163 - Ensure it fails to lock when already held by someone in TEST() [all …]
|
| D | mutex_facade_test.cc | 38 // TODO: b/235284163 - Ensure it fails to lock when already held. in TEST() 46 // TODO: b/235284163 - Ensure it fails to lock when already held. in TEST() 56 // TODO: b/235284163 - Ensure it fails to lock when already held. in TEST() 67 // TODO: b/235284163 - Ensure it fails to lock when already held. in TEST() 75 // TODO: b/235284163 - Ensure it fails to lock when already held. in TEST() 84 // TODO: b/235284163 - Ensure it fails to lock when already held. in TEST() 100 // TODO: b/235284163 - Ensure it fails to lock when already held. in TEST()
|
| /external/webrtc/test/pc/e2e/ |
| D | test_peer.h | 53 RTC_CHECK(wrapper_) << "TestPeer is already closed"; in ReleaseVideoSource() 58 RTC_CHECK(wrapper_) << "TestPeer is already closed"; in pc_factory() 62 RTC_CHECK(wrapper_) << "TestPeer is already closed"; in pc() 66 RTC_CHECK(wrapper_) << "TestPeer is already closed"; in observer() 74 RTC_CHECK(wrapper_) << "TestPeer is already closed"; in CreateOffer() 78 RTC_CHECK(wrapper_) << "TestPeer is already closed"; in CreateOffer() 83 RTC_CHECK(wrapper_) << "TestPeer is already closed"; in CreateAnswer() 89 RTC_CHECK(wrapper_) << "TestPeer is already closed"; 100 RTC_CHECK(wrapper_) << "TestPeer is already closed"; in AddTransceiver() 107 RTC_CHECK(wrapper_) << "TestPeer is already closed"; [all …]
|
| /external/rust/crates/pin-project-lite/tests/ui/pin_project/ |
| D | overlapping_lifetime_names.stderr | 1 error[E0403]: the name `'__pin` is already used for a generic parameter in this item's generic para… 6 | | ^^^^^^ already used 13 error[E0403]: the name `'__pin` is already used for a generic parameter in this item's generic para… 18 | | ^^^^^^ already used 25 error[E0496]: lifetime name `'__pin` shadows a lifetime name that is already in scope 35 | |_^ lifetime `'__pin` already in scope 39 error[E0496]: lifetime name `'__pin` shadows a lifetime name that is already in scope 49 | |_^ lifetime `'__pin` already in scope 53 error[E0403]: the name `'__pin` is already used for a generic parameter in this item's generic para… 58 | | ^^^^^^ already used [all …]
|
| /external/skia/resources/sksl/errors/ |
| D | RedeclareVariable.rts | 18 symbol 'x' was already defined 19 symbol 'x' was already defined 20 symbol 'x' was already defined 21 symbol 'x' was already defined 22 symbol 'y' was already defined 23 symbol 'y' was already defined 24 symbol 'y' was already defined 25 symbol 'y' was already defined
|
| D | RedeclareBuiltinVariables.sksl | 1 // These definitions already exist verbatim in sksl_frag. 17 symbol 'sk_FragCoord' was already defined 19 symbol 'sk_Clockwise' was already defined 21 symbol 'sk_FragColor' was already defined 23 symbol 'sk_LastFragColor' was already defined 25 symbol 'sk_SecondaryFragColor' was already defined
|
| /external/skia/tests/sksl/errors/ |
| D | RedeclareVariable.glsl | 3 error: 4: symbol 'x' was already defined 6 error: 5: symbol 'x' was already defined 9 error: 6: symbol 'x' was already defined 12 error: 7: symbol 'x' was already defined 15 error: 11: symbol 'y' was already defined 18 error: 12: symbol 'y' was already defined 21 error: 13: symbol 'y' was already defined 24 error: 14: symbol 'y' was already defined
|
| /external/stg/test_cases/diff_tests/types/expected/ |
| D | pointer_reference_cc.o_o_plain | 10 (already reported) 15 (already reported) 21 (already reported) 27 (already reported) 33 (already reported) 39 (already reported) 46 (already reported) 53 (already reported)
|
| D | pointer_c.o_o_plain | 10 (already reported) 16 (already reported) 21 (already reported) 27 (already reported) 34 (already reported)
|
| /external/clang/test/SemaObjC/ |
| D | ivar-lookup.m | 60 int IVAR; // expected-error {{instance variable is already declared}} 67 int IVAR; // expected-error {{instance variable is already declared}} 73 int IVAR; // expected-error {{instance variable is already declared}} 74 int PIVAR; // expected-error {{instance variable is already declared}} 80 int IVAR; // expected-error {{instance variable is already declared}} 146 // expected-error {{instance variable is already declared}} 151 int d; // expected-error {{instance variable is already declared}} 152 NSString *e_strong; // expected-error {{instance variable is already declared}} 153 NSData *f_weak; // expected-error {{instance variable is already declared}} 154 NSData *g; // expected-error 2 {{instance variable is already declared}}
|
| /external/ow2-asm/asm/src/main/java/org/objectweb/asm/ |
| D | SymbolTable.java | 315 * @return the constant pool index of a new or already existing Symbol with the given class name. 399 * whether {@link #entries} already contains a similar entry or not. {@link #entries} is resized 403 * @param entry an Entry (which must not already be contained in {@link #entries}). 431 * whether {@link #entries} already contains a similar entry or not, and does <i>not</i> resize 434 * @param entry an Entry (which must not already be contained in {@link #entries}). 449 * constant pool already contains a similar item. 454 * @return a new or already existing Symbol with the given value. 507 * constant pool already contains a similar item. 510 * @return a new or already existing Symbol with the given value. 518 * constant pool already contains a similar item. [all …]
|
| /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/ |
| D | p11.cpp | 18 …using ns::foo; // expected-error {{target of using declaration conflicts with declaration already … 24 …int foo(void); // expected-error {{declaration conflicts with target of using declaration already … 31 …:foo; // expected-error {{target of using declaration conflicts with declaration already in scope}} in test0() 36 …oid); // expected-error {{declaration conflicts with target of using declaration already in scope}} in test1() 45 …:foo; // expected-error {{target of using declaration conflicts with declaration already in scope}} in test() 52 …oid); // expected-error {{declaration conflicts with target of using declaration already in scope}} in test() 62 …:foo; // expected-error {{target of using declaration conflicts with declaration already in scope}} in test() 69 …oid); // expected-error {{declaration conflicts with target of using declaration already in scope}} in test() 102 …void foo(); // expected-error {{declaration conflicts with target of using declaration already in …
|
| /external/kotlinx.serialization/core/commonMain/src/kotlinx/serialization/modules/ |
| D | SerializersModuleBuilders.kt | 57 …* Throws [SerializationException] if a module already has serializer or provider associated with a… in EmptySerializersModule() 58 * To overwrite an already registered serializer, [SerializersModule.overwriteWith] can be used. in EmptySerializersModule() 78 …* Throws [SerializationException] if a module already has provider or serializer associated with a… in EmptySerializersModule() 79 * To overwrite an already registered serializer, [SerializersModule.overwriteWith] can be used. in EmptySerializersModule() 88 …* Throws [SerializationException] if a module already has serializer associated with a [actualClas… in EmptySerializersModule() 89 * To overwrite an already registered serializer, [SerializersModule.overwriteWith] can be used. in EmptySerializersModule() 153 … "Contextual serializer or serializer provider for $forClass already registered in this module" in EmptySerializersModule() 168 …throw IllegalArgumentException("Default serializers provider for $baseClass is already registered:… in EmptySerializersModule() 181 …legalArgumentException("Default deserializers provider for $baseClass is already registered: $prev… in EmptySerializersModule() 237 …* Throws [SerializationException] if a module already has serializer associated with the given typ… [all …]
|
| /external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/gap/ |
| D | peer_cache.h | 56 // Returns nullptr if an entry matching |address| already exists in the cache, 74 // already exists the cache and returns false if a mapping for 75 // |bd. identifier| or |bd.address| is already present. Use Store*Bond() 78 // If a peer already exists that has the same public identity address with a 87 // will be notified. If the peer is already bonded then bonding data will be 92 // the identity address already maps to an existing peer, this method will 100 // the peer is already bonded then the link key will be updated. Returns 203 // inserted peer or nullptr if |identifier| or |address| already exists in 210 // |peer| must already exist in the cache. 214 // |peer| must already exist in the cache. [all …]
|
| /external/clang/test/SemaCXX/ |
| D | using-decl-1.cpp | 191 using A::HiddenTag2; // expected-error {{conflicts with declaration already in scope}} 192 using A::HiddenFn2; // expected-error {{conflicts with declaration already in scope}} 333 …nt a; // expected-error {{declaration conflicts with target of using declaration already in scope}} 334 …void f(); // expected-error {{declaration conflicts with target of using declaration already in sc… 335 …struct s; // expected-error {{declaration conflicts with target of using declaration already in sc… 336 …enum e {}; // expected-error {{declaration conflicts with target of using declaration already in s… 338 … expected-error {{declaration conflicts with target of using declaration already in scope}} expect… 339 …ft(); // expected-error {{declaration conflicts with target of using declaration already in scope}} 340 …t st; // expected-error {{declaration conflicts with target of using declaration already in scope}} 353 …3::a; // expected-error {{target of using declaration conflicts with declaration already in scope}} [all …]
|
| /external/stg/test_cases/diff_tests/namespace/expected/ |
| D | nested_cc.o_o_plain | 15 (already reported) 19 (already reported) 23 (already reported) 27 (already reported) 31 (already reported)
|
| /external/cronet/base/threading/ |
| D | thread_restrictions.cc | 83 << "~ScopedDisallowBlocking() running while surprisingly already no " in ~ScopedDisallowBlocking() 98 "already no longer disallowed.\n" in ~ScopedDisallowBaseSyncPrimitives() 113 << "~ScopedAllowBaseSyncPrimitives() running while surprisingly already " in ~ScopedAllowBaseSyncPrimitives() 128 "surprisingly already no longer allowed.\n" in ~ScopedAllowBaseSyncPrimitivesForTesting() 144 "surprisingly already no longer allowed.\n" in ~ScopedAllowUnresponsiveTasksForTesting() 149 "surprisingly already no longer allowed.\n" in ~ScopedAllowUnresponsiveTasksForTesting() 153 "surprisingly already no longer allowed.\n" in ~ScopedAllowUnresponsiveTasksForTesting() 203 << "~ScopedDisallowSingleton() running while surprisingly already no " in ~ScopedDisallowSingleton() 256 << "~ScopedAllowBlocking() running while surprisingly already no longer " in ~ScopedAllowBlocking() 288 "surprisingly already no longer allowed.\n" in ~ScopedAllowBaseSyncPrimitivesOutsideBlockingScope()
|
| /external/ow2-asm/tools/ |
| D | pmd.xml | 14 <!-- Already covered with Checkstyle 'FinalParameters' rule. --> 21 <!-- Already covered with Checkstyle 'InterfaceIsType' rule. --> 23 <!-- Already covered with Checkstyle 'DefaultComesLast' rule. --> 36 <!-- Already covered with Checkstyle 'IllegalType' rule. --> 38 <!-- Already covered with google-java-format. --> 42 <!-- Already covered with Checkstyle 'MissingSwitchDefault' rule. --> 44 <!-- Already covered with google-java-format. --> 87 <!-- Already covered with Checkstyle 'NoFinalizer' rule. -->
|
| /external/python/cpython2/Doc/library/ |
| D | _winreg.rst | 54 *key* is an already open key, or one of the predefined 62 If the key already exists, this function opens the existing key. 73 *key* is an already open key, or one of the predefined 88 If the key already exists, this function opens the existing key. 100 *key* is an already open key, or any one of the predefined 122 *key* is an already open key, or any one of the predefined 150 *key* is an already open key, or one of the predefined 160 *key* is an already open key, or any one of the predefined 174 *key* is an already open key, or any one of the predefined 215 *key* is an already open key, or one of the predefined [all …]
|
| /external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/ |
| D | ConstantPoolGen.java | 248 * Add a new String constant to the ConstantPool, if it is not already in there. 256 return ret; // Already in CP in addString() 287 return ret; // Already in CP in addClass_() 301 * Add a new Class reference to the ConstantPool, if it is not already in there. 354 * Add a new Integer constant to the ConstantPool, if it is not already in there. 362 return ret; // Already in CP in addInteger() 392 * Add a new Float constant to the ConstantPool, if it is not already in there. 400 return ret; // Already in CP in addFloat() 424 * Add a new Utf8 constant to the ConstantPool, if it is not already in there. 432 return ret; // Already in CP in addUtf8() [all …]
|
| /external/python/cpython2/Lib/ |
| D | bisect.py | 6 If x is already in a, insert it to the right of the rightmost x. 28 a[i:] have e > x. So if x already appears in the list, a.insert(x) will 29 insert just after the rightmost x already there. 50 If x is already in a, insert it to the left of the leftmost x. 71 a[i:] have e >= x. So if x already appears in the list, a.insert(x) will 72 insert just before the leftmost x already there.
|
| /external/autotest/client/cros/cellular/pseudomodem/ |
| D | enable_machine.py | 85 # Return success if already enabled. 87 logging.info('Modem is already enabled. Nothing to do.') 92 # There is already an enable operation in progress. 96 logging.error('There is already an ongoing enable operation') 98 message = 'Modem enable already in progress.' 100 message = 'Modem enable has already been initiated' \
|