/frameworks/base/core/tests/coretests/src/android/util/ |
PatternsTest.java | 32 assertTrue("Missed valid TLD", t); 36 assertTrue("Missed valid TLD", t); 40 assertTrue("Missed valid TLD", t); 44 assertTrue("Missed valid TLD", t);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
CREDITS.txt | 34 here if you are one of those we missed!
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
CREDITS.txt | 34 here if you are one of those we missed!
|
/packages/apps/Dialer/res/values/ |
strings.xml | 131 <!-- The header to show that call log is only showing missed calls. [CHAR LIMIT=40] --> 132 <string name="call_log_missed_header">Missed calls only</string> 322 <!-- Menu item used to show only missed in the call log. [CHAR LIMIT=30] --> 323 <string name="menu_show_missed_only">Show missed only</string> 371 <!-- Title for missed call details screen --> 372 <string name="type_missed">Missed call</string> 402 <!-- String describing the icon in the call log used to represent a missed call. 408 <string name="description_call_log_missed_call">Missed call</string> 467 <!-- Call history description for a missed call from a caller. 472 <string name="description_return_missed_call">Return missed call from <xliff:g id="nameOrNumber">%1$s</xliff:g> <xliff:g id="typeOrLocation">%2$s</xliff:g> <x (…) [all...] |
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/ |
TestUtils.java | 383 // issuerUniqueID - missed 384 // subjectUniqueID - missed 385 // extensions - missed 465 // issuerUniqueID - missed 466 // subjectUniqueID - missed 481 // missed: keyIdentifier 482 // missed: authorityCertIssuer 483 // missed" authorityCertSerialNumber 519 // 0x02, 0x01, 0x01, - missed here cause it is v1 532 // nextUpdate - missed [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
BluetoothPbapCallLogComposer.java | 76 private static final String VCARD_PROPERTY_CALLTYPE_MISSED = "MISSED"; 212 // history - missed, incoming, outgoing along with date and time 216 // e.g. "X-IRMC-CALL-DATETIME;MISSED:20050320T100000"
|
/external/chromium_org/content/browser/renderer_host/media/ |
audio_sync_reader.h | 78 // Track the number of times the renderer missed its real-time deadline and
|
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
StyleResolverStats.h | 62 // the number of missed candidates is very slow.
|
/external/chromium_org/third_party/leveldatabase/src/db/ |
corruption_test.cc | 90 int missed = 0; local 109 missed += (key - next_expected); 120 "expected=%d..%d; got=%d; bad_keys=%d; bad_values=%d; missed=%d\n", 121 min_expected, max_expected, correct, bad_keys, bad_values, missed);
|
/external/chromium_org/third_party/mesa/src/src/mesa/math/ |
m_debug_xform.c | 259 printf("%f \t %f \t [diff = %e - %i bit missed]\n", 262 printf("%f \t %f \t [diff = %e - %i bit missed]\n", 265 printf("%f \t %f \t [diff = %e - %i bit missed]\n", 268 printf("%f \t %f \t [diff = %e - %i bit missed]\n",
|
/external/chromium_org/ui/base/cocoa/ |
hover_button.mm | 73 // Done with a delay of 0 because sometimes an event appears to be missed
|
/external/mesa3d/src/mesa/math/ |
m_debug_xform.c | 259 printf("%f \t %f \t [diff = %e - %i bit missed]\n", 262 printf("%f \t %f \t [diff = %e - %i bit missed]\n", 265 printf("%f \t %f \t [diff = %e - %i bit missed]\n", 268 printf("%f \t %f \t [diff = %e - %i bit missed]\n",
|
/external/opencv/ml/src/ |
_ml.h | 116 uchar* missed;int msstep, mcstep; -missedMeasurements... 132 uchar* missed; \ 142 data = classes = tmask = missed = sidx = cidx = NULL; \ 187 ICV_RAWDATA( *(param), (flags), missed, msstep, mcstep, mm, mn ); \
|
/external/stlport/stlport/stl/config/ |
stl_confix.h | 20 * compiler flags or can be otherwise missed
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
stl_confix.h | 20 * compiler flags or can be otherwise missed
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/ |
stl_confix.h | 20 * compiler flags or can be otherwise missed
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/ |
stl_confix.h | 20 * compiler flags or can be otherwise missed
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/ |
stl_confix.h | 20 * compiler flags or can be otherwise missed
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/ |
stl_confix.h | 20 * compiler flags or can be otherwise missed
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/ |
stl_confix.h | 20 * compiler flags or can be otherwise missed
|
/packages/apps/InCallUI/res/values/ |
strings.xml | 155 <!-- Missed call notification label, used when there's exactly one missed call --> 156 <string name="notification_missedCallTitle">Missed call</string> 157 <!-- Missed call notification label, used when there are two or more missed calls --> 158 <string name="notification_missedCallsTitle">Missed calls</string> 159 <!-- Missed call notification message used when there are multiple missed calls --> 160 <string name="notification_missedCallsMsg"><xliff:g id="num_missed_calls">%s</xliff:g> missed calls</string> 161 <!-- Missed call notification message used for a single missed call, includin [all...] |
/external/iproute2/include/linux/ |
if_link.h | 26 __u32 rx_missed_errors; /* receiver missed packet */ 59 __u64 rx_missed_errors; /* receiver missed packet */
|
/external/kernel-headers/original/linux/ |
if_link.h | 26 __u32 rx_missed_errors; /* receiver missed packet */ 59 __u64 rx_missed_errors; /* receiver missed packet */
|
/external/libppp/src/ |
cbcp.c | 103 const char *missed; local 107 missed = "REQ"; 110 missed = "RESPONSE"; 113 missed = "ACK"; 116 missed = "Terminate REQ"; 121 missed = NULL; 124 if (missed) 126 cbcp->p->dl->name, missed);
|
/external/libvpx/libvpx/vp8/encoder/x86/ |
subtract_sse2.asm | 182 psubb xmm0, xmm1 ; subtraction with sign missed 216 psubb xmm0, xmm1 ; subtraction with sign missed
|