Home
last modified time | relevance | path

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

12345678910>>...326

/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/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/syzkaller/pkg/report/testdata/linux/report/
D22515 [ 32.417543] binder: BINDER_SET_CONTEXT_MGR already set
25 …54] Workqueue: binder binder_deferred_func[ 32.484559] binder: BINDER_SET_CONTEXT_MGR already set
38 …548469] ffff8801d94a7a58 ffffffff81d0402d[ 32.551666] binder: BINDER_SET_CONTEXT_MGR already set
51 …d4933c10 0000000000000000 ffff8801d4933c10[ 32.618735] binder: BINDER_SET_CONTEXT_MGR already set
65 [ 32.686957] binder: BINDER_SET_CONTEXT_MGR already set
78 [ 32.755102] binder: BINDER_SET_CONTEXT_MGR already set
90 [ 32.823424] binder: BINDER_SET_CONTEXT_MGR already set
102 [ 32.891773] binder: BINDER_SET_CONTEXT_MGR already set
114 [ 32.960137] binder: BINDER_SET_CONTEXT_MGR already set
125 [ 33.028304] binder: BINDER_SET_CONTEXT_MGR already set
[all …]
/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/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/python/cpython2/Doc/library/
D_winreg.rst54 *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/
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 …]
/external/python/cpython3/PC/clinic/
Dwinreg.c.h11 "If the handle is already closed, no error is raised.");
32 "handle is already detached, this will return zero.\n"
172 " An already open key, or one of the predefined HKEY_* constants.\n"
179 "If the key already exists, this function opens the existing key.\n"
220 " An already open key, or one of the predefined HKEY_* constants.\n"
232 "If the key already exists, this function opens the existing key\n"
278 " An already open key, or any one of the predefined HKEY_* constants.\n"
320 " An already open key, or any one of the predefined HKEY_* constants.\n"
373 " An already open key, or any one of the predefined HKEY_* constants.\n"
407 " An already open key, or any one of the predefined HKEY_* constants.\n"
[all …]
/external/python/cpython3/Doc/library/
Dwinreg.rst65 *key* is an already open key, or one of the predefined
73 If the key already exists, this function opens the existing key.
87 *key* is an already open key, or one of the predefined
101 If the key already exists, this function opens the existing key.
116 *key* is an already open key, or one of the predefined
141 *key* is an already open key, or one of the predefined
171 *key* is an already open key, or one of the predefined
181 *key* is an already open key, or one of the predefined
198 *key* is an already open key, or one of the predefined
243 *key* is an already open key, or one of the predefined
[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/python/cpython3/Lib/
Dbisect.py6 If x is already in a, insert it to the right of the rightmost x.
26 a[i:] have e > x. So if x already appears in the list, a.insert(x) will
27 insert just after the rightmost x already there.
46 If x is already in a, insert it to the left of the leftmost x.
67 a[i:] have e >= x. So if x already appears in the list, a.insert(x) will
68 insert just before the leftmost x already there.
/external/python/cpython2/Lib/
Dbisect.py6 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/brotli/c/tools/
Dbrotli.c226 fprintf(stderr, "quality already set\n"); in ParseParams()
234 fprintf(stderr, "write to standard output already set\n"); in ParseParams()
242 fprintf(stderr, "command already set when parsing -d\n"); in ParseParams()
250 fprintf(stderr, "force output overwrite already set\n"); in ParseParams()
260 fprintf(stderr, "argument --rm / -j or --keep / -n already set\n"); in ParseParams()
268 fprintf(stderr, "argument --no-copy-stat / -n already set\n"); in ParseParams()
275 fprintf(stderr, "command already set when parsing -t\n"); in ParseParams()
283 fprintf(stderr, "argument --verbose / -v already set\n"); in ParseParams()
293 fprintf(stderr, "quality already set\n"); in ParseParams()
317 fprintf(stderr, "write to standard output already set (-o)\n"); in ParseParams()
[all …]
/external/python/google-api-python-client/docs/dyn/
Ddoubleclicksearch_v2.reports.html110 …report must be scoped at advertiser or lower, and this saved column must already be created in the…
111 … must be scoped to an advertiser or lower, and the custom dimension must already be set up in Doub…
117 …ort must be scoped to an advertiser or lower, and the custom metric must already be set up in Doub…
151 …report must be scoped at advertiser or lower, and this saved column must already be created in the…
152 … must be scoped to an advertiser or lower, and the custom dimension must already be set up in Doub…
158 …ort must be scoped to an advertiser or lower, and the custom metric must already be set up in Doub…
175 …report must be scoped at advertiser or lower, and this saved column must already be created in the…
176 … must be scoped to an advertiser or lower, and the custom dimension must already be set up in Doub…
182 …ort must be scoped to an advertiser or lower, and the custom metric must already be set up in Doub…
214 …report must be scoped at advertiser or lower, and this saved column must already be created in the…
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeRelocations.h23 /// the value already in memory, after we adjust it for where the PC is.
27 /// value to the value already in memory, after we adjust it for where the
32 /// value to the value already in memory.
36 /// value to the value already in memory. In object files, it represents a
41 /// value to the value already in memory.
/external/guava/guava/src/com/google/common/cache/
DCacheBuilder.java293 checkState(keyEquivalence == null, "key equivalence was already set to %s", keyEquivalence); in keyEquivalence()
312 "value equivalence was already set to %s", valueEquivalence); in valueEquivalence()
329 * @throws IllegalStateException if an initial capacity was already set
332 checkState(this.initialCapacity == UNSET_INT, "initial capacity was already set to %s", in initialCapacity()
371 * @throws IllegalStateException if a concurrency level was already set
374 checkState(this.concurrencyLevel == UNSET_INT, "concurrency level was already set to %s", in concurrencyLevel()
398 * @throws IllegalStateException if a maximum size or weight was already set
401 checkState(this.maximumSize == UNSET_INT, "maximum size was already set to %s", in maximumSize()
403 checkState(this.maximumWeight == UNSET_INT, "maximum weight was already set to %s", in maximumSize()
432 * @throws IllegalStateException if a maximum weight or size was already set
[all …]
/external/python/cpython2/Mac/scripts/
Derrors.txt174 -29584 kFNSDuplicateReferenceErr the ref. being added is already in the profile
291 -13882 debuggingDuplicateOptionErr optionSelectorNum already registered
292 -13881 debuggingDuplicateSignatureErr componentSignature already registered
319 -10113 telDetAlreadyOn detection is already turned on
336 -10070 telAlreadyOpen terminal already open
361 -10032 telFeatActive feature already active
438 -9076 kConfigurationLockedErr a configuration has already been locked
525 -8770 kTECGlobalsUnavailableErr globals have already been deallocated (premature TERM)
584 -7109 dcmDupRecordErr same record already exist
617 -6977 kUSBDeviceBusy Device is already being configured
[all …]
/external/u-boot/doc/
DREADME.ramboot-ppc85xx22 2. Load the RAM based bootloader onto DDR using already existing bootloader on
27 Suppose the board already has a working bootloader on it. And you would
31 - Suppose a platform already has a propreitery bootloader which does not
45 - In case of the pure RAM based bootloaders we have to do it by JTAG manually or already existing b…
59 2. Using already existing bootloader.
76 In the 2nd case bootloader has already re-located CCSRBAR to 0xffe00000
/external/u-boot/board/toradex/apalis-tk1/
Das3722_init.c40 * Don't write SDCONTROL - it's already 0x7F, i.e. all SDs enabled. in pmic_enable_cpu_vdd()
54 * Don't write SDCONTROL - it's already 0x7F, i.e. all SDs enabled. in pmic_enable_cpu_vdd()
67 * Don't write SDCONTROL - it's already 0x7F, i.e. all SDs enabled. in pmic_enable_cpu_vdd()
80 * Don't write LDCONTROL - it's already 0xFF, i.e. all LDOs enabled. in pmic_enable_cpu_vdd()
96 * Don't write LDCONTROL - it's already 0xFF, i.e. all LDOs enabled. in pmic_enable_cpu_vdd()
112 * Don't write LDCONTROL - it's already 0xFF, i.e. all LDOs enabled. in pmic_enable_cpu_vdd()
/external/guice/core/test/com/google/inject/
DDuplicateBindingsTest.java89 + " was already configured " in testProviderMethodsFailIfInstancesDiffer()
136 + " was already configured at " in testMixedScopeFails()
143 + " was already configured at " in testMixedScopeFails()
150 + " was already configured at " in testMixedScopeFails()
155 + " was already configured at " in testMixedScopeFails()
203 + " was already configured at " in testMixedTargetsFails()
210 + " was already configured at " in testMixedTargetsFails()
217 + " was already configured at " in testMixedTargetsFails()
224 + " was already configured at " in testMixedTargetsFails()
239 + " was already configured at " in testExceptionInEqualsThrowsCreationException()
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86Relocations.h28 /// the value already in memory, after we adjust it for where the PC is.
32 /// value to the value already in memory, after we adjust it for where the
37 /// value to the value already in memory.
41 /// value to the value already in memory. In object files, it represents a
46 /// value to the value already in memory.
/external/guava/guava/src/com/google/common/collect/
DComparisonChain.java152 * has not already been determined.
159 * comparison chain has not already been determined.
166 * <i>if</i> the result of this comparison chain has not already been
173 * <i>if</i> the result of this comparison chain has not already been
181 * already been determined.
188 * already been determined.
195 * already been determined.
204 * already been determined.
/external/proguard/src/proguard/classfile/editor/
DConstantPoolEditor.java58 // Check if the entry already exists. in addIntegerConstant()
87 // Check if the entry already exists. in addLongConstant()
117 // Check if the entry already exists. in addFloatConstant()
147 // Check if the entry already exists. in addDoubleConstant()
179 // Check if the entry already exists. in addStringConstant()
231 // Check if the entry already exists. in addInvokeDynamicConstant()
266 // Check if the entry already exists. in addMethodHandleConstant()
371 // Check if the entry already exists. in addFieldrefConstant()
478 // Check if the entry already exists. in addInterfaceMethodrefConstant()
585 // Check if the entry already exists. in addMethodrefConstant()
[all …]
/external/tensorflow/tensorflow/python/ops/linalg/
Dlinear_operator_algebra.py193 ValueError: if a Adjoint function has already been registered for
200 raise ValueError("Adjoint({}) has already been registered to: {}".format(
235 ValueError: if a Cholesky function has already been registered for
242 raise ValueError("Cholesky({}) has already been registered to: {}".format(
280 ValueError: if a Matmul function has already been registered for
287 raise ValueError("Matmul({}, {}) has already been registered.".format(
323 ValueError: if a Inverse function has already been registered for
330 raise ValueError("Inverse({}) has already been registered to: {}".format(

12345678910>>...326