Home
last modified time | relevance | path

Searched full:already (Results 1 – 25 of 18965) sorted by relevance

12345678910>>...759

/external/skia/resources/sksl/runtime_errors/
DOssfuzz66263.rts131 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/
Dtest-after-div-zero.c8 …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 …]
Dpthreadlock.c184 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/webrtc/test/pc/e2e/
Dtest_peer.h53 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/skia/resources/sksl/errors/
DRedeclareVariable.rts18 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
DRedeclareBuiltinVariables.sksl1 // 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/rust/android-crates-io/crates/pin-project-lite/tests/ui/pin_project/
Doverlapping_lifetime_names.stderr1 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/pigweed/pw_sync/
Dtimed_mutex_facade_test.cc55 // 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()
157 // TODO: b/235284163 - Ensure it fails to lock when already held by someone in TEST()
[all …]
Dmutex_facade_test.cc38 // 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()
84 // TODO: b/235284163 - Ensure it fails to lock when already held. in TEST()
92 // TODO: b/235284163 - Ensure it fails to lock when already held. in TEST()
101 // TODO: b/235284163 - Ensure it fails to lock when already held. in TEST()
134 // TODO: b/235284163 - Ensure it fails to lock when already held. in TEST()
/external/skia/tests/sksl/errors/
DRedeclareVariable.glsl3 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
DOssfuzz70643.glsl9 error: 1: symbol 'S' was already defined
18 error: 2: symbol 'S' was already defined
21 error: symbol 'S[1]' was already defined
22 error: 2: symbol 'S' was already defined
/external/stg/test_cases/diff_tests/types/expected/
Dpointer_reference_cc.o_o_plain10 (already reported)
15 (already reported)
21 (already reported)
27 (already reported)
33 (already reported)
39 (already reported)
46 (already reported)
53 (already reported)
Dpointer_c.o_o_plain10 (already reported)
16 (already reported)
21 (already reported)
27 (already reported)
34 (already reported)
/external/clang/test/SemaObjC/
Divar-lookup.m60 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/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
Dp11.cpp18 …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/ow2-asm/asm/src/main/java/org/objectweb/asm/
DSymbolTable.java339 * @return the constant pool index of a new or already existing Symbol with the given class name.
423 * whether {@link #entries} already contains a similar entry or not. {@link #entries} is resized
427 * @param entry an Entry (which must not already be contained in {@link #entries}).
455 * whether {@link #entries} already contains a similar entry or not, and does <i>not</i> resize
458 * @param entry an Entry (which must not already be contained in {@link #entries}).
473 * constant pool already contains a similar item.
478 * @return a new or already existing Symbol with the given value.
531 * constant pool already contains a similar item.
534 * @return a new or already existing Symbol with the given value.
542 * constant pool already contains a similar item.
[all …]
/external/kotlinx.serialization/core/commonMain/src/kotlinx/serialization/modules/
DSerializersModuleBuilders.kt58 …* Throws [SerializationException] if a module already has serializer or provider associated with a… in EmptySerializersModule()
59 * To overwrite an already registered serializer, [SerializersModule.overwriteWith] can be used. in EmptySerializersModule()
79 …* Throws [SerializationException] if a module already has provider or serializer associated with a… in EmptySerializersModule()
80 * To overwrite an already registered serializer, [SerializersModule.overwriteWith] can be used. in EmptySerializersModule()
89 …* Throws [SerializationException] if a module already has serializer associated with a [actualClas… in EmptySerializersModule()
90 * To overwrite an already registered serializer, [SerializersModule.overwriteWith] can be used. in EmptySerializersModule()
154 … "Contextual serializer or serializer provider for $forClass already registered in this module" in EmptySerializersModule()
170 …throw IllegalArgumentException("Default serializers provider for $baseClass is already registered:… in EmptySerializersModule()
183 …legalArgumentException("Default deserializers provider for $baseClass is already registered: $prev… in EmptySerializersModule()
239 …* Throws [SerializationException] if a module already has serializer associated with the given typ…
[all …]
/external/pigweed/pw_bluetooth_sapphire/host/gap/public/pw_bluetooth_sapphire/internal/host/gap/
Dpeer_cache.h56 // 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/cronet/tot/base/threading/
Dthread_restrictions.cc78 << "~ScopedDisallowBlocking() running while surprisingly already no " in ~ScopedDisallowBlocking()
94 "already no longer disallowed.\n" in ~ScopedDisallowBaseSyncPrimitives()
110 << "~ScopedAllowBaseSyncPrimitives() running while surprisingly already " in ~ScopedAllowBaseSyncPrimitives()
125 "surprisingly already no longer allowed.\n" in ~ScopedAllowBaseSyncPrimitivesForTesting()
142 "surprisingly already no longer allowed.\n" in ~ScopedAllowUnresponsiveTasksForTesting()
147 "surprisingly already no longer allowed.\n" in ~ScopedAllowUnresponsiveTasksForTesting()
151 "surprisingly already no longer allowed.\n" in ~ScopedAllowUnresponsiveTasksForTesting()
201 << "~ScopedDisallowSingleton() running while surprisingly already no " in ~ScopedDisallowSingleton()
244 << "~ScopedAllowBlocking() running while surprisingly already no longer " in ~ScopedAllowBlocking()
272 "surprisingly already no longer allowed.\n" in ~ScopedAllowBaseSyncPrimitivesOutsideBlockingScope()
/external/cronet/stable/base/threading/
Dthread_restrictions.cc78 << "~ScopedDisallowBlocking() running while surprisingly already no " in ~ScopedDisallowBlocking()
94 "already no longer disallowed.\n" in ~ScopedDisallowBaseSyncPrimitives()
110 << "~ScopedAllowBaseSyncPrimitives() running while surprisingly already " in ~ScopedAllowBaseSyncPrimitives()
125 "surprisingly already no longer allowed.\n" in ~ScopedAllowBaseSyncPrimitivesForTesting()
142 "surprisingly already no longer allowed.\n" in ~ScopedAllowUnresponsiveTasksForTesting()
147 "surprisingly already no longer allowed.\n" in ~ScopedAllowUnresponsiveTasksForTesting()
151 "surprisingly already no longer allowed.\n" in ~ScopedAllowUnresponsiveTasksForTesting()
201 << "~ScopedDisallowSingleton() running while surprisingly already no " in ~ScopedDisallowSingleton()
244 << "~ScopedAllowBlocking() running while surprisingly already no longer " in ~ScopedAllowBlocking()
272 "surprisingly already no longer allowed.\n" in ~ScopedAllowBaseSyncPrimitivesOutsideBlockingScope()
/external/stg/test_cases/diff_tests/namespace/expected/
Dnested_cc.o_o_plain15 (already reported)
19 (already reported)
23 (already reported)
27 (already reported)
31 (already reported)
/external/ow2-asm/tools/
Dpmd.xml14 <!-- 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. -->
85 <!-- Already covered with Checkstyle 'NoFinalizer' rule. -->
/external/clang/test/SemaCXX/
Dusing-decl-1.cpp191 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/autotest/client/cros/cellular/pseudomodem/
Denable_machine.py85 # 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' \
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DConstantPoolGen.java248 * 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 …]

12345678910>>...759