HomeSort by relevance Sort by last modified time
    Searched full:sed (Results 526 - 550 of 617) sorted by null

<<2122232425

  /ndk/build/tools/
make-release.sh 177 GIT_FILES=`echo $GIT_FILES | sed -e "s!\./!!g"`
  /build/core/
definitions.mk 683 ## Commands for using sed to replace given variable values
688 @echo "Sed: $(if $(PRIVATE_MODULE),$(PRIVATE_MODULE),$@) <= $<"
689 $(hide) sed $(foreach var,$(REPLACE_VARS),-e "s/{{$(var)}}/$(subst /,\/,$(PWD)/$($(var)))/g") $< >$@
700 sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
    [all...]
main.mk 34 ifeq (0,$(shell expr $$(echo $(MAKE_VERSION) | sed "s/[^0-9\.].*//") \>= 3.81))
784 sed -e 's/ */\n/g' | sort -u | $(COLUMN)
  /external/libpng/
install-sh 281 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
419 *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
  /external/webkit/WebCore/inspector/front-end/
SourceJavaScriptTokenizer.js 35 // | sed 's|^yy\([^:]*\)*\:|case \1:|' \
36 // | sed 's|[*]cursor[+][+]|this._charAt(cursor++)|' \
37 // | sed 's|[[*][+][+]cursor|this._charAt(++cursor)|' \
38 // | sed 's|[*]cursor|this._charAt(cursor)|' \
39 // | sed 's|yych = \*\([^;]*\)|yych = this._charAt\1|' \
40 // | sed 's|{ gotoCase = \([^; continue; };]*\)|{ gotoCase = \1; continue; }|' \
41 // | sed 's|unsigned\ int|var|' \
42 // | sed 's|var\ yych|case 1: case 1: var yych|'
    [all...]
  /frameworks/base/core/tests/coretests/src/android/util/
Base64Test.java 291 "ut hendrerit arcu malesuada at. Praesent sed elit pretium " +
302 "semper non sed orci.";
  /hardware/broadcom/wlan/bcm4329/src/
GNUmakefile.inc 352 DOS_DEPS= $(shell echo $(filter-out %.tlb %.TLB %.h %.H %.def %.DEF,$^) | sed 's%//\(.\)/%\1:/%g')
540 | sed '\''s?$*\.o[ :]*?$@ &?g'\'' >$@'
Makerules 440 | sed '\''s/$*\.o[ :]*/$@ &/g'\'' >$@'
490 sed -e 's/\\/\//g' \
  /ndk/
ndk-gdb 264 $ADB_CMD shell $@ | sed -e 's![[:cntrl:]]!!g'
455 OPTION_LAUNCH=`run_awk_manifest_script extract-launchable.awk | sed 2q`
  /external/bison/m4/
gettext_gl.m4 239 LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
  /external/icu4c/test/intltest/
uobjtest.cpp 124 // find common i18n -name '*.h' -print | xargs fgrep ClassID | cut -d: -f1 | cut -d\/ -f2- | sort | uniq | sed -e 's%.*%#include "&"%'
  /external/libpng/scripts/
makefile.32sunu 94 cat scripts/libpng.pc.in | sed -e s!@prefix@!$(prefix)! \
makefile.64sunu 94 cat scripts/libpng.pc.in | sed -e s!@prefix@!$(prefix)! \
makefile.elf 106 cat scripts/libpng.pc.in | sed -e s!@prefix@!$(prefix)! \
makefile.gcmmx 118 cat scripts/libpng.pc.in | sed -e s!@prefix@!$(prefix)! \
makefile.hpgcc 102 cat scripts/libpng.pc.in | sed -e s!@prefix@!$(prefix)! \
makefile.linux 98 cat scripts/libpng.pc.in | sed -e s!@prefix@!$(prefix)! \
makefile.nommx 98 cat scripts/libpng.pc.in | sed -e s!@prefix@!$(prefix)! \
makefile.so9 95 cat scripts/libpng.pc.in | sed -e s!@prefix@!$(prefix)! \
makefile.solaris 91 cat scripts/libpng.pc.in | sed -e s!@prefix@!$(prefix)! \
makefile.solaris-x86 91 cat scripts/libpng.pc.in | sed -e s!@prefix@!$(prefix)! \
  /external/qemu/
android-configure.sh 210 SDL_CFLAGS=`echo $SDL_CFLAGS | sed -e s/-D_GNU_SOURCE=1//g`
  /external/webkit/WebKit/mac/
MigrateHeaders.make 461 HEADER_MIGRATE_CMD = sed $(REPLACE_RULES) $< $(PROCESS_HEADER_FOR_MACOSX_TARGET_CMD) > $@
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/MVS/
MVS.uudecode 42 sed "s/^X//" >'uudecode.c' <<'END_OF_FILE'
  /hardware/broadcom/wlan/bcm4329/src/dhd/linux/
Makefile 61 BCM_KVER:=$(shell echo $(LINUXVER) | cut -c1-3 | sed 's/2\.[56]/2\.6/')

Completed in 238 milliseconds

<<2122232425