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

/openjdk10/common/autoconf/
H A Dcompare.sh.in43 export CUT="@CUT@"
H A Dgenerated-configure.sh1075 CUT
1251 CUT
2219 CUT Override default value for CUT
6656 if [ -z "${CUT+x}" ]; then
6667 case $CUT in
6669 ac_cv_path_CUT="$CUT" # Let the user override the test with a path.
6690 CUT=$ac_cv_path_CUT
6691 if test -n "$CUT"; then
6692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CUT" >
[all...]
/openjdk10/test/
H A DTestCommon.gmk51 CUT = cut
69 UNAME_S := $(shell $(UNAME) -s | $(CUT) -f1 -d_)
237 | $(CUT) -d' ' -f1 \
/openjdk10/make/common/
H A DProcessMarkdown.gmk43 $1_$2_OPTIONS = $$(shell $$(GREP) _pandoc-options_: $$($1_SRC)/$2 | $$(CUT) -d : -f 2-)
H A DNativeCompilation.gmk53 $(CUT) -d ' ' -f 3 >> $$(@D)/$$(basename $$(@F)).symbols || true;\
/openjdk10/jdk/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-ot-shape-complex-arabic.cc467 unsigned int extra_glyphs_needed = 0; // Set during MEASURE, used during CUT
468 typedef enum { MEASURE, CUT } step_t;
470 for (step_t step = MEASURE; step <= CUT; step = (step_t) (step + 1))
475 unsigned int new_len = count + extra_glyphs_needed; // write head during CUT
481 if (step == CUT)
/openjdk10/common/bin/
H A Dcompare.sh505 | $SED -e 's/^Files //g' -e 's/diff -r //g' | $CUT -f 1 -d ' ' \
509 | $CUT -f 2 -d ' ' | $SED "s|$OTHER_UNZIPDIR/||g")

Completed in 76 milliseconds