/external/avahi/po/ |
fo.po | 607 #. Translators: This is a column heading with abbreviations for 614 #. Translators: This is a column heading with abbreviations for
|
he.po | 602 #. Translators: This is a column heading with abbreviations for 609 #. Translators: This is a column heading with abbreviations for
|
ja.po | 613 #. Translators: This is a column heading with abbreviations for 620 #. Translators: This is a column heading with abbreviations for
|
ms.po | 647 #. Translators: This is a column heading with abbreviations for 654 #. Translators: This is a column heading with abbreviations for
|
nl.po | 598 #. Translators: This is a column heading with abbreviations for 605 #. Translators: This is a column heading with abbreviations for
|
ru.po | 608 #. Translators: This is a column heading with abbreviations for 615 #. Translators: This is a column heading with abbreviations for
|
sr.po | 615 #. Translators: This is a column heading with abbreviations for 622 #. Translators: This is a column heading with abbreviations for
|
uk.po | 606 #. Translators: This is a column heading with abbreviations for 613 #. Translators: This is a column heading with abbreviations for
|
zh_CN.po | 604 #. Translators: This is a column heading with abbreviations for 611 #. Translators: This is a column heading with abbreviations for
|
zh_TW.po | 596 #. Translators: This is a column heading with abbreviations for 603 #. Translators: This is a column heading with abbreviations for
|
/external/doclava/res/assets/templates/assets/ |
doclava-developer-docs.css | 638 /* API reference: heading marking 652 /* API reference: heading for "Parameters", "See Also", etc.,
|
/external/icu/icu4c/source/tools/gensprep/ |
filterRFC3454.pl | 161 next if $line =~ /Hoffman\s\&\sBlanchet/; # ignore heading 162 next if $line =~ /RFC\s3454/; # ignore heading
|
/external/libjpeg-turbo/doc/html/ |
doxygen.css | 7 /* @group Heading Levels */ 1161 tr.heading h2 {
|
/frameworks/base/core/java/android/hardware/ |
SensorEvent.java | 294 * <li> values[4]: estimated heading Accuracy (in radians) (-1 if unavailable)</li> 453 * the estimated heading accuracy value.
|
/frameworks/base/docs/html/ndk/reference/ |
doxygen.css | 7 /* @group Heading Levels */ 1172 tr.heading h2 {
|
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/ |
LocApiRpc.cpp | 726 // Heading 730 location.gpsLocation.bearing = location_report_ptr->heading; [all...] |
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/ |
LocApiRpc.cpp | 726 // Heading 730 location.gpsLocation.bearing = location_report_ptr->heading; [all...] |
/hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/ |
LocApiRpc.cpp | 724 // Heading 728 location.gpsLocation.bearing = location_report_ptr->heading; [all...] |
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/ |
LocApiRpc.cpp | 726 // Heading 730 location.gpsLocation.bearing = location_report_ptr->heading; [all...] |
/hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/ |
LocApiRpc.cpp | 724 // Heading 728 location.gpsLocation.bearing = location_report_ptr->heading; [all...] |
/device/moto/shamu/location/loc_api/loc_api_v02/ |
location_service_v02.c | 441 QMI_IDL_OFFSET8(qmiLocGeofencePositionStructT_v02, heading), 726 QMI_IDL_OFFSET8(qmiLocBatchedReportStructT_v02, heading), [all...] |
/external/bison/tests/ |
existing.at | 875 HEADING EMPTY_BLOCK 1039 HEADING BLOCK 1047 HEADING 1053 HEADING 1125 HEADING : MBEE_FMAL_PAR_P HSTATEMENTSEPARATOR {} 1231 HEADING [all...] |
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/data/tree_construction/ |
tests1.dat | 231 13: Heading cannot be a child of another heading. [all...] |
/packages/services/Telephony/res/values/ |
strings.xml | 145 <!-- Label for heading of the per-account settings section in the phone accounts settings 150 <!-- Label for heading in the phone account selection screen --> 156 <!-- Label for heading that takes user to the list of calling accounts where they can enable 207 <!-- Call forwarding settings screen, section heading --> 209 <!-- Call forwarding settings screen, section heading, with a label identifying the SIM the settings are for. --> 336 <!-- Available networks screen title/heading --> [all...] |
/external/icu/icu4c/source/test/intltest/ |
rbbitst.cpp | 186 void checkResults(const char *heading, RBBITest *test); 187 void err(const char *heading, RBBITest *test, int32_t expectedIdx, int32_t actualIdx); 224 void BITestData::checkResults(const char *heading, RBBITest *test) { 238 err(heading, test, expectedIndex-1, actualIndex); 244 err(heading, test, expectedIndex, actualIndex-1); 250 err(heading, test, expectedIndex, actualIndex); 262 heading, fLineNum.elementAt(expectedIndex), 275 void BITestData::err(const char *heading, RBBITest *test, int32_t expectedIdx, int32_t actualIdx) 289 test->errln("%s unexpected break at offset %d in test item from line %d. actual break: %d expected break: %d", heading, o, line, actual, expected); 291 test->errln("%s Failed to find break at end of item from line %d. actual break: %d expected break: %d", heading, line, actual, expected) [all...] |