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

/external/ImageMagick/scripts/
H A Dtxt2html89 # * swapped order of caps & heading in main loop
105 # * Creates anchors at each heading
708 local($heading) = @_;
709 local($anchor) = &make_new_anchor($heading);
713 sub heading subroutine
715 local($hindent, $heading) = $line =~ /^(\s*)(.+)$/;
721 # $heading =~ s/\s+$//; # get rid of trailing whitespace.
725 if((length($heading) > (length($underline) + $underline_tolerance_short))
726 || (length($heading) < (length($underline) -$underline_tolerance_long)))
745 &anchor_heading($heading);
[all...]
/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/guice/core/src/com/google/inject/internal/
H A DErrors.java573 public static String format(String heading, Collection<Message> errorMessages) { argument
574 Formatter fmt = new Formatter().format(heading).format(":%n%n");
/external/icu/icu4c/source/test/intltest/
H A Drbbitst.cpp186 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) { argument
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) argument
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, lin
[all...]
/external/testng/lib-supplied/
H A Dguice-2.0.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE NOTICE org/ org/testng/ org/testng/guice/ org/testng/ ...
/external/guice/extensions/struts2/lib/
H A Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/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/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 176 milliseconds