HomeSort by relevance Sort by last modified time
    Searched full:awk (Results 1 - 25 of 853) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /ndk/tests/build/awk-trailing-r/jni/
Android.mk 3 LOCAL_MODULE := awk-trailing-r
4 LOCAL_SRC_FILES := awk-trailing-r.c
  /build/tools/
print_module_licenses.sh 2 find . -name MODULE_LICENSE_\* | sed 's/\/MODULE_LICENSE_/\ /' | sed 's/\.\///' | awk '{ print $2 " " $1; }' | sort
  /external/e2fsprogs/misc/
profile-to-c.awk 1 #!/bin/awk
  /prebuilts/tools/common/m2/repository/oro/oro/2.0.8/
oro-2.0.8-sources.jar 
  /external/jemalloc/include/jemalloc/internal/
public_unnamespace.sh 4 n=`echo ${nm} |tr ':' ' ' |awk '{print $1}'`
public_namespace.sh 4 n=`echo ${nm} |tr ':' ' ' |awk '{print $1}'`
  /external/libpng/scripts/
pnglibconf.mak 6 # given just 'awk', a C preprocessor and standard command line utilities
9 # the make command line (AWK='nawk' for example).
10 AWK = gawk
11 AWK = mawk
12 AWK = nawk
13 AWK = one-true-awk
14 AWK = awk # Crashes on SunOS 5.10 - use 'nawk'
38 $(AWK) -f "$(srcdir)/scripts/dfn.awk" out="pnglibconf.tmp" pnglibconf.out 1>&
    [all...]
genchk.cmake.in 2 # Generate .chk from .out with awk (generic), based upon the automake logic.
14 set(AWK "@AWK@")
24 # Generate .chk from .out with awk (generic)
26 execute_process(COMMAND "${AWK}" -f "${SRCDIR}/scripts/checksym.awk"
  /external/libedit/src/
Makefile.am 11 AWK=$(AWK) sh $(srcdir)/makelist -h $(srcdir)/vi.c > $@
14 AWK=$(AWK) sh $(srcdir)/makelist -h $(srcdir)/emacs.c > $@
17 AWK=$(AWK) sh $(srcdir)/makelist -h $(srcdir)/common.c > $@
20 AWK=$(AWK) sh $(srcdir)/makelist -fh $(AHDR) > $@
23 AWK=$(AWK) sh $(srcdir)/makelist -bh $(ASRC) > $
    [all...]
  /external/valgrind/drd/tests/
compare_error_count_with 3 awk -v count=50000 '/ERROR SUMMARY/{if ($4 <= count) print "Total error count is below threshold."; else print "Total error count is above threshold" }'
  /external/e2fsprogs/lib/et/
compile_et.sh.in 6 AWK=@AWK@
32 if test ! -f "$DIR/et_h.awk" || test ! -f "$DIR/et_c.awk" ; then
35 if test ! -f "$DIR/et_h.awk" || test ! -f "$DIR/et_c.awk" ; then
49 $AWK -f "${DIR}/et_h.awk" "outfile=${BASE}.h.$$" "outfn=${BASE}.h" "$ROOT.et"
56 $AWK -f "${DIR}/et_c.awk" "outfile=${BASE}.c.$$" "outfn=${BASE}.c" "$ROOT.et
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/atari/
gen-purec-patch.sh 22 cp ${TOP_DIR}/builds/atari/deflinejoiner.awk ${OBJ_DIR}/builds/atari/tmp
30 env LANG=C awk -f deflinejoiner.awk < orig/$f > purec/$f
35 env LANG=C awk -f deflinejoiner.awk < orig/include/ft2build.h >> purec/include/ft2build.h
  /external/skia/third_party/libsdl/linux/
README 4 3) if you save the awk output, then you can get a list of files required for
5 the build with this awk one liner:
6 awk '$1 == "/bin/sh" && $2 == "./libtool" && $3 == "--mode=compile" \
  /external/skia/third_party/libsdl/mac/
README 4 3) if you save the awk output, then you can get a list of files required for
5 the build with this awk one liner:
6 awk '$1 == "/bin/sh" && $2 == "./libtool" && $3 == "--mode=compile" \
  /external/e2fsprogs/lib/ss/
mk_cmds.sh.in 8 AWK=@AWK@
32 if test ! -f $DIR/ct_c.sed || test ! -f $DIR/ct_c.awk ; then
35 if test ! -f "$DIR/ct_c.sed" || test ! -f "$DIR/ct_c.awk" ; then
52 | ${AWK} -f "${DIR}/ct_c.awk" "rootname=${ROOT}" "outfile=${TMP}" -
  /external/icu/icu4c/as_is/os400/
convertConfigure.sed 18 #s/[ ]*del -f [^ ]*.awk/#&/
27 s%^ac_cr=%# AWK reads ASCII, not EBCDIC\
28 touch -C 819 $tmp/defines.awk $tmp/subs.awk $tmp/subs1.awk conf$$subs.awk\
  /external/libpng/projects/owatcom/
pngconfig.mak 22 # Read awk from the environment if set, else it can be set on the command
23 # line (the default approach is to set the %awk% environment variable in the
25 !ifdef %awk
26 AWK=$(%awk)
35 !ifdef AWK
45 $(AWK) -f << dfn1.out >dfn2.out
60 pnglibconf.dfn: ..\..\scripts\pnglibconf.dfa ..\..\scripts\options.awk pngconfig.dfa ..\..\pngconf.h
62 $(AWK) -f ..\..\scripts\options.awk out=dfn1.out version=search ..\..\pngconf.h ..\..\scripts\pnglibconf.dfa pngconfig.dfa $(DFA_XTRA) (…)
    [all...]
  /external/e2fsprogs/util/
subst.conf.in 0 AWK @AWK@
  /external/jemalloc/include/jemalloc/
jemalloc_rename.sh 15 n=`echo ${nm} |tr ':' ' ' |awk '{print $1}'`
16 m=`echo ${nm} |tr ':' ' ' |awk '{print $2}'`
  /external/skia/platform_tools/android/bin/
android_kill_skia 11 $ADB $DEVICE_SERIAL shell ps | grep skia | awk '{print $2}' | xargs -r $ADB $DEVICE_SERIAL shell kill
13 $ADB $DEVICE_SERIAL shell ps | grep skia | awk '{print $2}' | xargs $ADB $DEVICE_SERIAL shell kill
  /prebuilts/go/darwin-x86/src/hash/
test_gen.awk 5 # awk -f test_gen.awk test_cases.txt
  /prebuilts/go/linux-x86/src/hash/
test_gen.awk 5 # awk -f test_gen.awk test_cases.txt
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/parse/
stringer.s 5 .STRING "#include \"awk.def\"\x0a\x00"
  /external/autotest/client/tests/unixbench/
unixbench-4.1.0.tar.bz2 
  /external/libcxx/test/std/re/re.regex/re.regex.construct/
awk_oct.pass.cpp 22 using std::regex_constants::awk;
24 assert(std::regex_match("\4", std::regex("\\4", awk)));
25 assert(std::regex_match("\41", std::regex("\\41", awk)));
26 assert(std::regex_match("\141", std::regex("\\141", awk)));
27 assert(std::regex_match("\1411", std::regex("\\1411", awk)));

Completed in 1670 milliseconds

1 2 3 4 5 6 7 8 91011>>