| /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/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/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/python/cpython3/Lib/ |
| D | bisect.py | 6 If x is already in a, insert it to the right of the rightmost x. 19 a[i:] have e > x. So if x already appears in the list, a.insert(x) will 20 insert just after the rightmost x already there. 39 If x is already in a, insert it to the left of the leftmost x. 53 a[i:] have e >= x. So if x already appears in the list, a.insert(x) will 54 insert just before the leftmost x already there.
|
| /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/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/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' \
|
| /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/cpython3/Doc/library/ |
| D | winreg.rst | 67 *key* is an already open key, or one of the predefined 75 If the key already exists, this function opens the existing key. 93 *key* is an already open key, or one of the predefined 107 If the key already exists, this function opens the existing key. 126 *key* is an already open key, or one of the predefined 153 *key* is an already open key, or one of the predefined 185 *key* is an already open key, or one of the predefined 197 *key* is an already open key, or one of the predefined 216 *key* is an already open key, or one of the predefined 265 *key* is an already open key, or one of the predefined [all …]
|
| /external/guava/guava/src/com/google/common/graph/ |
| D | MutableNetwork.java | 36 * Adds {@code node} if it is not already present. 54 * <p>If {@code nodeU} and {@code nodeV} are not already present in this graph, this method will 57 * <p>If {@code edge} already connects {@code nodeU} to {@code nodeV} (in the specified order if 61 * @throws IllegalArgumentException if {@code edge} already exists in the graph and does not 81 * <p>If either or both endpoints are not already present in this graph, this method will silently 84 * <p>If {@code edge} already connects an endpoint pair equal to {@code endpoints}, then this 88 * @throws IllegalArgumentException if {@code edge} already exists in the graph and connects some
|
| /external/guava/android/guava/src/com/google/common/graph/ |
| D | MutableNetwork.java | 36 * Adds {@code node} if it is not already present. 54 * <p>If {@code nodeU} and {@code nodeV} are not already present in this graph, this method will 57 * <p>If {@code edge} already connects {@code nodeU} to {@code nodeV} (in the specified order if 61 * @throws IllegalArgumentException if {@code edge} already exists in the graph and does not 81 * <p>If either or both endpoints are not already present in this graph, this method will silently 84 * <p>If {@code edge} already connects an endpoint pair equal to {@code endpoints}, then this 88 * @throws IllegalArgumentException if {@code edge} already exists in the graph and connects some
|
| /external/brotli/c/tools/ |
| D | brotli.c | 226 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/ |
| D | doubleclicksearch_v2.reports.html | 111 …report must be scoped at advertiser or lower, and this saved column must already be created in the… 112 … must be scoped to an advertiser or lower, and the custom dimension must already be set up in Doub… 118 …ort must be scoped to an advertiser or lower, and the custom metric must already be set up in Doub… 153 …report must be scoped at advertiser or lower, and this saved column must already be created in the… 154 … must be scoped to an advertiser or lower, and the custom dimension must already be set up in Doub… 160 …ort must be scoped to an advertiser or lower, and the custom metric must already be set up in Doub… 179 …report must be scoped at advertiser or lower, and this saved column must already be created in the… 180 … must be scoped to an advertiser or lower, and the custom dimension must already be set up in Doub… 186 …ort must be scoped to an advertiser or lower, and the custom metric must already be set up in Doub… 219 …report must be scoped at advertiser or lower, and this saved column must already be created in the… [all …]
|
| /external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/ |
| D | CancellableContinuationImpl.kt | 83 if (isCompleted) return // fast path 1 -- don't need to do anything if already completed in <lambda>() 115 if (state !is NotCompleted) return false // false if already complete or cancelling in <lambda>() 151 else -> error("Already suspended") in <lambda>() 161 else -> error("Already resumed") in <lambda>() 170 …// otherwise, onCompletionInternal was already invoked & invoked tryResume, and the result is in t… in <lambda>() 173 … // if the parent job was already cancelled, then throw the corresponding cancellation exception in <lambda>() 216 * Continuation was already cancelled, invoke directly. in <lambda>() 230 * Continuation was already completed, do nothing. in <lambda>() 241 …error("It's prohibited to register multiple handlers, tried to register $handler, already has $sta… in <lambda>() 249 // otherwise, getResult has already commenced, i.e. completed later or in other thread in <lambda>() [all …]
|
| /external/tensorflow/tensorflow/python/ops/linalg/ |
| D | linear_operator_algebra.py | 224 ValueError: if a Adjoint function has already been registered for 231 raise ValueError("Adjoint({}) has already been registered to: {}".format( 266 ValueError: if a Cholesky function has already been registered for 273 raise ValueError("Cholesky({}) has already been registered to: {}".format( 311 ValueError: if a Matmul function has already been registered for 318 raise ValueError("Matmul({}, {}) has already been registered.".format( 357 ValueError: if a Solve function has already been registered for 364 raise ValueError("Solve({}, {}) has already been registered.".format( 400 ValueError: if a Inverse function has already been registered for 407 raise ValueError("Inverse({}) has already been registered to: {}".format(
|
| /external/python/cpython3/PC/clinic/ |
| D | winreg.c.h | 11 "If the handle is already closed, no error is raised."); 32 "handle is already detached, this will return zero.\n" 176 " An already open key, or one of the predefined HKEY_* constants.\n" 183 "If the key already exists, this function opens the existing key.\n" 224 " An already open key, or one of the predefined HKEY_* constants.\n" 236 "If the key already exists, this function opens the existing key\n" 282 " An already open key, or any one of the predefined HKEY_* constants.\n" 324 " An already open key, or any one of the predefined HKEY_* constants.\n" 377 " An already open key, or any one of the predefined HKEY_* constants.\n" 411 " An already open key, or any one of the predefined HKEY_* constants.\n" [all …]
|
| /external/u-boot/doc/ |
| D | README.ramboot-ppc85xx | 22 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/python/cryptography/src/cryptography/hazmat/primitives/ciphers/ |
| D | base.py | 148 raise AlreadyFinalized("Context was already finalized.") 153 raise AlreadyFinalized("Context was already finalized.") 158 raise AlreadyFinalized("Context was already finalized.") 177 raise AlreadyFinalized("Context was already finalized.") 197 raise AlreadyFinalized("Context was already finalized.") 205 raise AlreadyFinalized("Context was already finalized.") 213 raise AlreadyFinalized("Context was already finalized.")
|
| /external/python/cpython2/Mac/scripts/ |
| D | errors.txt | 174 -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/linux-kselftest/tools/testing/selftests/powerpc/signal/ |
| D | signal.S | 11 /* r3 already has our pid in it */ 12 /* r4 already has signal type in it */ 27 /* r3 already has our pid in it */ 28 /* r4 already has signal type in it */
|
| /external/guice/core/test/com/google/inject/ |
| D | DuplicateBindingsTest.java | 89 + " 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/proguard/src/proguard/classfile/editor/ |
| D | ConstantPoolEditor.java | 58 // 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/guava/android/guava/src/com/google/common/cache/ |
| D | CacheBuilder.java | 313 checkState(keyEquivalence == null, "key equivalence was already set to %s", keyEquivalence); in keyEquivalence() 334 valueEquivalence == null, "value equivalence was already set to %s", valueEquivalence); in valueEquivalence() 352 * @throws IllegalStateException if an initial capacity was already set 357 "initial capacity was already set to %s", in initialCapacity() 397 * @throws IllegalStateException if a concurrency level was already set 402 "concurrency level was already set to %s", in concurrencyLevel() 432 * @throws IllegalStateException if a maximum size or weight was already set 436 this.maximumSize == UNSET_INT, "maximum size was already set to %s", this.maximumSize); in maximumSize() 439 "maximum weight was already set to %s", in maximumSize() 471 * @throws IllegalStateException if a maximum weight or size was already set [all …]
|