Apache Harmony is retired at the Apache Software Foundation since Nov 16, 2011.

The information on these pages may be out of date, or may refer to resources that have moved or have been made read-only.
For more information please refer to the Apache Attic

Conventions

The DRL (dynamic run-time layer) documentation set uses the following conventions.

Convention Explanation Example
monospace Filenames ippsapi.h
monospace Directory names and pathnames \alt\include
monospace Commands and command-line options ecl -O2
monospace Function names, methods, classes, data structures in running text Use the okCreateObjs function to ...
monospace Parameters or other placeholders ippiMalloc(int widthPixels, ...)
int* pStepBytes
monospace bold User input [c:] dir
italics Emphasis; introducing or defining terms The term access takes as its subject ...
[ ] Optional items -Fa[c] Indicates these command-line options: -Fa and -Fac
{ | } Choice of one item from a selection of two or more items. -aX{K | W | P} Indicates these command-line options:
-aXK
-aXW
-aXP

Back to top