/dalvik/vm/mterp/armv5te/ |
OP_LONG_TO_INT.S | 2 /* we ignore the high word, making this equivalent to a 32-bit reg move */
|
/dalvik/vm/mterp/x86/ |
OP_LONG_TO_INT.S | 2 /* we ignore the high word, making this equivalent to a 32-bit reg move */
|
/external/sepolicy/ |
wpa_supplicant.te | 1 # wpa - wpa supplicant or equivalent
|
/external/openfst/src/script/ |
equivalent.cc | 19 #include <fst/script/equivalent.h> 24 bool Equivalent(const FstClass &fst1, const FstClass &fst2, 26 if (!ArcTypesMatch(fst1, fst2, "Equivalent")) return false; 31 Apply<Operation<EquivalentArgs> >("Equivalent", fst1.ArcType(), 37 REGISTER_FST_OPERATION(Equivalent, StdArc, EquivalentArgs); 38 REGISTER_FST_OPERATION(Equivalent, LogArc, EquivalentArgs); 39 REGISTER_FST_OPERATION(Equivalent, Log64Arc, EquivalentArgs);
|
/external/chromium_org/chrome/renderer/extensions/ |
logging_native_handler.h | 20 // Equivalent to CHECK(predicate) << message. 25 // Equivalent to DCHECK(predicate) << message. 30 // Equivalent to DCHECK_IS_ON(). 35 // Equivalent to LOG(INFO) << message. 40 // Equivalent to LOG(WARNING) << message.
|
/external/chromium_org/base/i18n/ |
case_conversion.h | 15 // Returns the lower case equivalent of string. Uses ICU's default locale. 18 // Returns the upper case equivalent of string. Uses ICU's default locale.
|
/external/valgrind/main/massif/tests/ |
realloc.c | 5 int* x = realloc(NULL, 800); // equivalent to malloc(800), and ends up 16 x = realloc(x, 0); // equivalent to free(x), and ends up
|
/external/clang/test/Rewriter/ |
objc-modern-numeric-literal.mm | 39 NSNumber *theLetterZ = @'Z'; // equivalent to [NSNumber numberWithChar:'Z'] 42 NSNumber *fortyTwo = @42; // equivalent to [NSNumber numberWithInt:42] 43 NSNumber *fortyTwoUnsigned = @42U; // equivalent to [NSNumber numberWithUnsignedInt:42U] 44 NSNumber *fortyTwoLong = @42L; // equivalent to [NSNumber numberWithLong:42L] 45 NSNumber *fortyTwoLongLong = @42LL; // equivalent to [NSNumber numberWithLongLong:42LL] 48 NSNumber *piFloat = @3.141592654F; // equivalent to [NSNumber numberWithFloat:3.141592654F] 49 NSNumber *piDouble = @3.1415926535; // equivalent to [NSNumber numberWithDouble:3.1415926535] 52 NSNumber *yesNumber = @YES; // equivalent to [NSNumber numberWithBool:YES] 53 NSNumber *noNumber = @NO; // equivalent to [NSNumber numberWithBool:NO] 55 NSNumber *trueNumber = @true; // equivalent to [NSNumber numberWithBool:(BOOL)true [all...] |
/external/openfst/src/include/fst/script/ |
equivalent.h | 22 #include <fst/equivalent.h> 32 void Equivalent(EquivalentArgs *args) { 36 args->retval = Equivalent(fst1, fst2, args->args.arg3); 39 bool Equivalent(const FstClass &fst1, const FstClass &fst2,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
autotest.py | 1 # This should be equivalent to running regrtest.py from the cmdline.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
autotest.py | 1 # This should be equivalent to running regrtest.py from the cmdline.
|
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
SQLClientInfoExceptionTest.java | 64 "The FailedProperties of SQLClientInfoException set and get should be equivalent", 88 "The FailedProperties of SQLClientInfoException set and get should be equivalent", 93 "The cause of SQLClientInfoException set and get should be equivalent", 103 "The FailedProperties of SQLClientInfoException set and get should be equivalent", 122 "The reason of SQLClientInfoException set and get should be equivalent", 125 "The FailedProperties of SQLClientInfoException set and get should be equivalent", 146 "The reason of SQLClientInfoException set and get should be equivalent", 149 "The FailedProperties of SQLClientInfoException set and get should be equivalent", 154 "The cause of SQLClientInfoException set and get should be equivalent", 170 "The SQLState of SQLClientInfoException set and get should be equivalent", [all...] |
SQLDataExceptionTest.java | 48 "The reason of SQLDataException set and get should be equivalent", 76 "The SQLState of SQLDataException set and get should be equivalent", 79 "The reason of SQLDataException set and get should be equivalent", 96 "The reason of SQLDataException set and get should be equivalent", 110 "The SQLState of SQLDataException set and get should be equivalent", 141 "The SQLState of SQLDataException set and get should be equivalent", 144 "The reason of SQLDataException set and get should be equivalent", 158 "The SQLState of SQLDataException set and get should be equivalent", 161 "The reason of SQLDataException set and get should be equivalent", 175 "The SQLState of SQLDataException set and get should be equivalent", [all...] |
SQLFeatureNotSupportedExceptionTest.java | 50 "The reason of SQLFeatureNotSupportedException set and get should be equivalent", 83 "The SQLState of SQLFeatureNotSupportedException set and get should be equivalent", 86 "The reason of SQLFeatureNotSupportedException set and get should be equivalent", 105 "The reason of SQLFeatureNotSupportedException set and get should be equivalent", 120 "The SQLState of SQLFeatureNotSupportedException set and get should be equivalent", 156 "The SQLState of SQLFeatureNotSupportedException set and get should be equivalent", 159 "The reason of SQLFeatureNotSupportedException set and get should be equivalent", 174 "The SQLState of SQLFeatureNotSupportedException set and get should be equivalent", 177 "The reason of SQLFeatureNotSupportedException set and get should be equivalent", 192 "The SQLState of SQLFeatureNotSupportedException set and get should be equivalent", [all...] |
SQLIntegrityConstraintViolationExceptionTest.java | 50 "The reason of SQLIntegrityConstraintViolationException set and get should be equivalent", 84 "The SQLState of SQLIntegrityConstraintViolationException set and get should be equivalent", 88 "The reason of SQLIntegrityConstraintViolationException set and get should be equivalent", 108 "The reason of SQLIntegrityConstraintViolationException set and get should be equivalent", 124 "The SQLState of SQLIntegrityConstraintViolationException set and get should be equivalent", 162 "The SQLState of SQLIntegrityConstraintViolationException set and get should be equivalent", 166 "The reason of SQLIntegrityConstraintViolationException set and get should be equivalent", 183 "The SQLState of SQLIntegrityConstraintViolationException set and get should be equivalent", 187 "The reason of SQLIntegrityConstraintViolationException set and get should be equivalent", 204 "The SQLState of SQLIntegrityConstraintViolationException set and get should be equivalent", [all...] |
SQLInvalidAuthorizationSpecExceptionTest.java | 50 "The reason of SQLInvalidAuthorizationSpecException set and get should be equivalent", 84 "The SQLState of SQLInvalidAuthorizationSpecException set and get should be equivalent", 88 "The reason of SQLInvalidAuthorizationSpecException set and get should be equivalent", 108 "The reason of SQLInvalidAuthorizationSpecException set and get should be equivalent", 124 "The SQLState of SQLInvalidAuthorizationSpecException set and get should be equivalent", 161 "The SQLState of SQLInvalidAuthorizationSpecException set and get should be equivalent", 165 "The reason of SQLInvalidAuthorizationSpecException set and get should be equivalent", 181 "The SQLState of SQLInvalidAuthorizationSpecException set and get should be equivalent", 185 "The reason of SQLInvalidAuthorizationSpecException set and get should be equivalent", 201 "The SQLState of SQLInvalidAuthorizationSpecException set and get should be equivalent", [all...] |
SQLNonTransientConnectionExceptionTest.java | 50 "The reason of SQLNonTransientConnectionException set and get should be equivalent", 83 "The SQLState of SQLNonTransientConnectionException set and get should be equivalent", 87 "The reason of SQLNonTransientConnectionException set and get should be equivalent", 107 "The reason of SQLNonTransientConnectionException set and get should be equivalent", 122 "The SQLState of SQLNonTransientConnectionException set and get should be equivalent", 159 "The SQLState of SQLNonTransientConnectionException set and get should be equivalent", 163 "The reason of SQLNonTransientConnectionException set and get should be equivalent", 179 "The SQLState of SQLNonTransientConnectionException set and get should be equivalent", 183 "The reason of SQLNonTransientConnectionException set and get should be equivalent", 199 "The SQLState of SQLNonTransientConnectionException set and get should be equivalent", [all...] |
SQLNonTransientExceptionTest.java | 49 "The reason of SQLNonTransientException set and get should be equivalent", 78 "The SQLState of SQLNonTransientException set and get should be equivalent", 81 "The reason of SQLNonTransientException set and get should be equivalent", 98 "The reason of SQLNonTransientException set and get should be equivalent", 112 "The SQLState of SQLNonTransientException set and get should be equivalent", 143 "The SQLState of SQLNonTransientException set and get should be equivalent", 146 "The reason of SQLNonTransientException set and get should be equivalent", 160 "The SQLState of SQLNonTransientException set and get should be equivalent", 163 "The reason of SQLNonTransientException set and get should be equivalent", 177 "The SQLState of SQLNonTransientException set and get should be equivalent", [all...] |
SQLRecoverableExceptionTest.java | 49 "The reason of SQLRecoverableException set and get should be equivalent", 78 "The SQLState of SQLRecoverableException set and get should be equivalent", 81 "The reason of SQLRecoverableException set and get should be equivalent", 98 "The reason of SQLRecoverableException set and get should be equivalent", 112 "The SQLState of SQLRecoverableException set and get should be equivalent", 143 "The SQLState of SQLRecoverableException set and get should be equivalent", 146 "The reason of SQLRecoverableException set and get should be equivalent", 160 "The SQLState of SQLRecoverableException set and get should be equivalent", 163 "The reason of SQLRecoverableException set and get should be equivalent", 177 "The SQLState of SQLRecoverableException set and get should be equivalent", [all...] |
SQLSyntaxErrorExceptionTest.java | 49 "The reason of SQLSyntaxErrorException set and get should be equivalent", 78 "The SQLState of SQLSyntaxErrorException set and get should be equivalent", 81 "The reason of SQLSyntaxErrorException set and get should be equivalent", 98 "The reason of SQLSyntaxErrorException set and get should be equivalent", 112 "The SQLState of SQLSyntaxErrorException set and get should be equivalent", 143 "The SQLState of SQLSyntaxErrorException set and get should be equivalent", 146 "The reason of SQLSyntaxErrorException set and get should be equivalent", 160 "The SQLState of SQLSyntaxErrorException set and get should be equivalent", 163 "The reason of SQLSyntaxErrorException set and get should be equivalent", 177 "The SQLState of SQLSyntaxErrorException set and get should be equivalent", [all...] |
SQLTimeoutExceptionTest.java | 49 "The reason of SQLTimeoutException set and get should be equivalent", 78 "The SQLState of SQLTimeoutException set and get should be equivalent", 81 "The reason of SQLTimeoutException set and get should be equivalent", 98 "The reason of SQLTimeoutException set and get should be equivalent", 112 "The SQLState of SQLTimeoutException set and get should be equivalent", 143 "The SQLState of SQLTimeoutException set and get should be equivalent", 146 "The reason of SQLTimeoutException set and get should be equivalent", 160 "The SQLState of SQLTimeoutException set and get should be equivalent", 163 "The reason of SQLTimeoutException set and get should be equivalent", 177 "The SQLState of SQLTimeoutException set and get should be equivalent", [all...] |
SQLTransactionRollbackExceptionTest.java | 50 "The reason of SQLTransactionRollbackException set and get should be equivalent", 83 "The SQLState of SQLTransactionRollbackException set and get should be equivalent", 86 "The reason of SQLTransactionRollbackException set and get should be equivalent", 105 "The reason of SQLTransactionRollbackException set and get should be equivalent", 120 "The SQLState of SQLTransactionRollbackException set and get should be equivalent", 156 "The SQLState of SQLTransactionRollbackException set and get should be equivalent", 159 "The reason of SQLTransactionRollbackException set and get should be equivalent", 174 "The SQLState of SQLTransactionRollbackException set and get should be equivalent", 177 "The reason of SQLTransactionRollbackException set and get should be equivalent", 192 "The SQLState of SQLTransactionRollbackException set and get should be equivalent", [all...] |
SQLTransientConnectionExceptionTest.java | 50 "The reason of SQLTransientConnectionException set and get should be equivalent", 83 "The SQLState of SQLTransientConnectionException set and get should be equivalent", 86 "The reason of SQLTransientConnectionException set and get should be equivalent", 105 "The reason of SQLTransientConnectionException set and get should be equivalent", 120 "The SQLState of SQLTransientConnectionException set and get should be equivalent", 156 "The SQLState of SQLTransientConnectionException set and get should be equivalent", 159 "The reason of SQLTransientConnectionException set and get should be equivalent", 174 "The SQLState of SQLTransientConnectionException set and get should be equivalent", 177 "The reason of SQLTransientConnectionException set and get should be equivalent", 192 "The SQLState of SQLTransientConnectionException set and get should be equivalent", [all...] |
/external/guava/guava/src/com/google/common/base/ |
Equivalence.java | 29 * A strategy for determining whether two instances are considered equivalent. Examples of 48 * Returns {@code true} if the given objects are considered equivalent. 50 * <p>The {@code equivalent} method implements an equivalence relation on object references: 54 * equivalent(x, x)} returns {@code true}. 56 * equivalent(x, y) == equivalent(y, x)}. 58 * {@code equivalent(x, y)} returns {@code true} and {@code equivalent(y, z)} returns {@code 59 * true}, then {@code equivalent(x, z)} returns {@code true}. 61 * of {@code equivalent(x, y)} consistently return {@code true} or consistently return {@cod 65 public final boolean equivalent(@Nullable T a, @Nullable T b) { method in class:Equivalence [all...] |
/external/chromium_org/components/web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/ |
WebContentsDelegateAndroid.java | 19 // Equivalent of WebCore::WebConsoleMessage::LevelTip. 21 // Equivalent of WebCore::WebConsoleMessage::LevelLog. 23 // Equivalent of WebCore::WebConsoleMessage::LevelWarning. 25 // Equivalent of WebCore::WebConsoleMessage::LevelError. 30 // Equivalent of InvalidateTypes::INVALIDATE_TYPE_URL. 32 // Equivalent of InvalidateTypes::INVALIDATE_TYPE_TAB. 34 // Equivalent of InvalidateTypes::INVALIDATE_TYPE_LOAD. 36 // Equivalent of InvalidateTypes::INVALIDATE_TYPE_PAGE_ACTIONS. 38 // Equivalent of InvalidateTypes::INVALIDATE_TYPE_TITLE.
|