Searched refs:STAT (Results 1 - 7 of 7) sorted by relevance

/openjdk10/common/autoconf/
H A Dcompare.sh.in64 export STAT="@STAT@"
H A Dgenerated-configure.sh940 STAT
1302 STAT
2270 STAT Override default value for STAT
22971 if [ -z "${STAT+x}" ]; then
22982 case $STAT in
22984 ac_cv_path_STAT="$STAT" # Let the user override the test with a path.
23005 STAT=$ac_cv_path_STAT
23006 if test -n "$STAT"; then
23007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STAT" >
[all...]
/openjdk10/jdk/src/jdk.rmic/share/classes/sun/tools/tree/
H A DCompoundStatement.java47 super(STAT, where);
99 if ((s.op == STAT) && (s.labels == null)) {
126 if ((s.op == STAT) && (s.labels == null)) {
H A DStatement.java54 public static final Statement empty = new Statement(STAT, 0);
/openjdk10/jdk/src/jdk.rmic/share/classes/sun/tools/java/
H A DConstants.java480 int STAT = 105; field in interface:Constants
H A DParser.java1849 ClassDefinition body = parseNamedClass(M_LOCAL | mod, STAT, null);
1860 * @arg ctx Syntactic context of the class, one of {PACKAGE CLASS STAT EXPR}.
/openjdk10/common/bin/
H A Dcompare.sh684 if [ -n "$STAT" ]; then
685 THIS_SIZE=$($STAT $STAT_PRINT_SIZE "$THIS_FILE")
686 OTHER_SIZE=$($STAT $STAT_PRINT_SIZE "$OTHER_FILE")

Completed in 103 milliseconds