Searched defs:heading (Results 1 - 7 of 7) sorted by relevance

/external/icu/icu4c/source/common/
H A Drbbidata.cpp241 void RBBIDataWrapper::printTable(const char *heading, const RBBIStateTable *table) { argument
245 RBBIDebugPrintf(" %s\n", heading);
/external/jmonkeyengine/engine/src/desktop/jme3tools/navigation/
H A DNavCalculator.java297 public static Position computePosition(Position initialPos, double heading, argument
303 if (heading < 90) {
304 angle = heading;
305 } else if (heading > 90 && heading < 180) {
306 angle = 180 - heading;
307 } else if (heading > 180 && heading < 270) {
308 angle = heading - 180;
310 angle = 360 - heading;
[all...]
/external/toybox/kconfig/
H A Dmconf.c773 char *heading; local
777 heading = (char *)_(inputbox_instructions_int);
780 heading = (char *)_(inputbox_instructions_hex);
783 heading = (char *)_(inputbox_instructions_string);
786 heading = "Internal mconf error!";
790 heading, 10, 75,
/external/icu/icu4c/source/test/intltest/
H A Drbbitst.cpp182 void checkResults(const char *heading, RBBITest *test);
183 void err(const char *heading, RBBITest *test, int32_t expectedIdx, int32_t actualIdx);
220 void BITestData::checkResults(const char *heading, RBBITest *test) { argument
234 err(heading, test, expectedIndex-1, actualIndex);
240 err(heading, test, expectedIndex, actualIndex-1);
246 err(heading, test, expectedIndex, actualIndex);
258 heading, fLineNum.elementAt(expectedIndex),
271 void BITestData::err(const char *heading, RBBITest *test, int32_t expectedIdx, int32_t actualIdx) argument
285 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);
287 test->errln("%s Failed to find break at end of item from line %d. actual break: %d expected break: %d", heading, lin
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 218 milliseconds