/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
InputSmoother.java | 30 * so as to avoid skewing the average with irrelevant older values.
|
/libcore/luni/src/main/java/java/math/ |
MathContext.java | 75 * be performed exact, the rounding mode in this case is irrelevant. 90 * rounding mode in this case is irrelevant.
|
/packages/apps/Dialer/src/com/android/dialer/voicemail/ |
VoicemailStatusHelperImpl.java | 263 // Voicemail not configured. data/notification channel states are irrelevant. 266 // Voicemail not configured. data/notification channel states are irrelevant.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_pep277.py | 129 @unittest.skipIf(sys.platform == 'darwin', 'irrelevant test on Mac OS X') 148 @unittest.skipIf(sys.platform == 'darwin', 'irrelevant test on Mac OS X')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_pep277.py | 129 @unittest.skipIf(sys.platform == 'darwin', 'irrelevant test on Mac OS X') 148 @unittest.skipIf(sys.platform == 'darwin', 'irrelevant test on Mac OS X')
|
/external/chromium_org/third_party/icu/source/common/ |
unisetspan.cpp | 222 // (Only store irrelevant UTF-8 strings for LONGEST_MATCH where they are relevant after all.) 324 spanLengths[i]=spanBackLengths[i]=0; // Only store a relevant/irrelevant flag. 331 if(length8==0) { // Irrelevant for UTF-8 because not representable in UTF-8. 344 spanUTF8Lengths[i]=spanBackUTF8Lengths[i]=0; // Only store a relevant/irrelevant flag. 363 } else { // Irrelevant string. 568 * are irrelevant for span(USET_SPAN_CONTAINED) because the 654 continue; // Irrelevant string. 818 continue; // Irrelevant string. [all...] |
/external/icu/icu4c/source/common/ |
unisetspan.cpp | 222 // (Only store irrelevant UTF-8 strings for LONGEST_MATCH where they are relevant after all.) 324 spanLengths[i]=spanBackLengths[i]=0; // Only store a relevant/irrelevant flag. 331 if(length8==0) { // Irrelevant for UTF-8 because not representable in UTF-8. 344 spanUTF8Lengths[i]=spanBackUTF8Lengths[i]=0; // Only store a relevant/irrelevant flag. 363 } else { // Irrelevant string. 568 * are irrelevant for span(USET_SPAN_CONTAINED) because the 654 continue; // Irrelevant string. 818 continue; // Irrelevant string. [all...] |
/external/chromium_org/components/suggestions/ |
suggestions_service_unittest.cc | 315 factory_.SetFakeResponse(GURL(expected_url), "irrelevant", net::HTTP_OK, 353 factory_.SetFakeResponse(GURL(expected_url), "irrelevant", 492 factory_.SetFakeResponse(GURL(request_url), "irrelevant", net::HTTP_OK,
|
/external/chromium_org/sync/engine/ |
process_updates_util.cc | 190 return; // The entry has become irrelevant. 202 return; // The entry has become irrelevant. 210 // When IDs change, versions become irrelevant. Forcing BASE_VERSION
|
/bionic/libc/arch-arm64/generic/bionic/ |
memchr.S | 92 * and mask the irrelevant part.
|
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/ |
CMSSignedDataGenerator.java | 94 // * EncapsulatedContentInfo value being "signed" is irrelevant. In this
|
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/ |
fixjsstyle_test.py | 198 """Tests handling an irrelevant comment at end of goog.scope."""
|
/external/chromium_org/ash/ |
ash_switches.cc | 89 // Hides notifications that are irrelevant to Chrome OS device factory testing,
|
/external/chromium_org/content/renderer/media/ |
audio_renderer_mixer_manager_unittest.cc | 120 // Verify GetMixer() correctly deduplicates mixer with irrelevant AudioParameter
|
/external/chromium_org/extensions/browser/ |
management_policy_unittest.cc | 67 // The extension and location are irrelevant to the
|
/external/chromium_org/remoting/protocol/ |
session_config.cc | 32 // If the transport field is set to NONE then all other fields are irrelevant.
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
udateintervalformat.h | 51 * M vs MM is irrelevant (but for non-digit fields such as MMM vs MMMM it is
|
/external/chromium_org/tools/android/ps_ext/ |
ps_ext.c | 52 /* Skip the total 'cpu ' line and the other irrelevant ones. */
|
/external/chromium_org/tools/perf/page_sets/ |
presubmit_unittest.py | 128 results = self._CheckUpload(['/path/to/irrelevant.py'])
|
/external/clang/test/SemaTemplate/ |
instantiate-exception-spec-cxx11.cpp | 72 void irrelevant(wrap &p) noexcept(is_movable<T>::value);
|
/external/guava/guava-tests/test/com/google/common/collect/ |
ForwardingCollectionTest.java | 134 * the type is irrelevant at runtime.
|
ForwardingListTest.java | 171 * the type is irrelevant at runtime.
|
ForwardingQueueTest.java | 132 * the type is irrelevant at runtime.
|
ForwardingSetTest.java | 141 * the type is irrelevant at runtime.
|
ForwardingSortedMapTest.java | 199 * the type is irrelevant at runtime.
|