Searched refs:SORT (Results 1 - 10 of 10) sorted by relevance

/openjdk10/make/common/
H A DFindTests.gmk56 | $$(SORT) -u))
H A DJavaCompilation.gmk132 | $(SORT) > $$@
H A DNativeCompilation.gmk328 | $(SORT) -u >> $$($1_$2_DEP) ; \
/openjdk10/common/autoconf/
H A Dcompare.sh.in63 export SORT="@SORT@"
H A Dgenerated-configure.sh1054 SORT
1272 SORT
2240 SORT Override default value for SORT
10940 if [ -z "${SORT+x}" ]; then
10951 case $SORT in
10953 ac_cv_path_SORT="$SORT" # Let the user override the test with a path.
10974 SORT=$ac_cv_path_SORT
10975 if test -n "$SORT"; then
10976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SORT" >
[all...]
/openjdk10/jdk/make/gensrc/
H A DGensrcX11Wrappers.gmk68 $(SORT) $< > $@
119 $(GENSRC_X11WRAPPERS_TMP)/sizer.$*.exe | $(SORT) > $@.tmp
/openjdk10/jdk/src/java.desktop/share/native/libsplashscreen/
H A Dsplashscreen_gfx_impl.c102 #define SORT(i,j) \ macro
105 SORT(0, 1);
106 SORT(1, 2);
107 SORT(0, 1);
/openjdk10/common/bin/
H A Dcompare.sh120 | $SORT \
177 (cd $OTHER_DIR && $FIND . -type d | $SORT > $WORK_DIR/dirs_other)
178 (cd $THIS_DIR && $FIND . -type d | $SORT > $WORK_DIR/dirs_this)
213 (cd $OTHER_DIR && $FIND . ! -type d | $SORT > $WORK_DIR/files_other)
214 (cd $THIS_DIR && $FIND . ! -type d | $SORT > $WORK_DIR/files_this)
332 | $GREP -v "./bin/" | $SORT | $FILTER)
352 | $SORT
381 $CAT $OTHER_DIR/$f | $SORT > $OTHER_FILE
382 $CAT $THIS_DIR/$f | $SORT > $THIS_FILE
554 | $SORT |
[all...]
/openjdk10/test/
H A DTestCommon.gmk61 SORT = sort
234 | $(SORT) | $(UNIQ) > $(FAILLIST); \
/openjdk10/hotspot/make/lib/
H A DJvmMapfile.gmk143 $(DUMP_SYMBOLS_CMD) | $(NAWK) $(FILTER_SYMBOLS_AWK_SCRIPT) | $(SORT) -u > $@

Completed in 90 milliseconds