HomeSort by relevance Sort by last modified time
    Searched refs:cut (Results 201 - 225 of 517) sorted by null

1 2 3 4 5 6 7 891011>>

  /test/framework/harnesses/host_controller/gsi/
change_security_patch_ver.sh 180 seek=$(sudo grep --byte-offset "${SPL_PROPERTY_NAME}=" "${BUILD_PROP_MOUNT_PATH}" | cut -d':' -f 1)
  /development/build/tools/
mk_sdk_repo_xml.sh 274 VALUE=$( grep "^$SRC=" "$PROPS" | cut -d = -f 2 | tr ' ' '@' | tr -d '\r' )
424 SHA1=$( sha1sum "$SRC" | cut -d " " -f 1 )
  /device/linaro/hikey/uefi-tools/
common-functions 85 MAJVER=`echo $gcc_version | cut -d. -f1`
  /external/ImageMagick/coders/
Android.mk 36 cut.c\
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
Dbg.stg 89 <! bug: can't use <@super.members()> cut-n-paste instead !>
106 <! bug: can't use <@super.members()> cut-n-paste instead !>
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
Dbg.stg 88 <! bug: can't use <@super.members()> cut-n-paste instead !>
105 <! bug: can't use <@super.members()> cut-n-paste instead !>
  /external/compiler-rt/make/platform/
clang_linux.mk 14 LANG=C $(CC) -v 2>&1 | grep 'Target:' | cut -d' ' -f2)
  /external/icu/icu4c/source/config/
icu-config-bottom 73 echo "usage: ${ME} " `allflags | cut -c-25 | sed -e 's%.*%[ & ]%'`
  /external/ltp/testcases/network/stress/icmp/multi-diffnic/
icmp4-multi-diffnic01 281 lhost_addr=`echo $lhost_addrs | cut -d ' ' -f $field`
  /external/ltp/testcases/network/stress/udp/uni-basic/
udp4-uni-basic01 297 server_pid=`grep PID: $info_file | cut -f 2 -d ' '`
  /external/mesa3d/src/mapi/es2api/
ABI-check 8 FUNCS=$(nm -D --defined-only ${1-.libs/libGLESv2.so.2} | grep -o 'T gl.*' | cut -c 3- | while read func; do
  /external/selinux/policycoreutils/scripts/
fixfiles 176 grep '^[<>]'|cut -c3-| grep ^/ | \
204 rpm -q --qf '[%{FILESTATES} %{FILENAMES}\n]' "$1" | grep '^0 ' | cut -f2- -d ' '
  /external/zlib/src/contrib/delphi/
zlibd32.mak 72 # the command line is cut to fit in the MS-DOS 128 byte limit:
  /external/zlib/src/contrib/pascal/
zlibd32.mak 72 # the command line is cut to fit in the MS-DOS 128 byte limit:
  /toolchain/binutils/binutils-2.27/zlib/contrib/delphi/
zlibd32.mak 72 # the command line is cut to fit in the MS-DOS 128 byte limit:
  /toolchain/binutils/binutils-2.27/zlib/contrib/pascal/
zlibd32.mak 72 # the command line is cut to fit in the MS-DOS 128 byte limit:
  /frameworks/base/cmds/incident_helper/src/
ih_util.cpp 211 std::string behead(std::string* line, const char cut) {
212 auto found = line->find_first_of(cut);
219 while(line->at(found) == cut) found++; // trim more cut of the rest
  /device/linaro/bootloader/edk2/OvmfPkg/
build.sh 63 Major=$(uname -r | cut -f 1 -d '.')
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
Dbg.stg 85 <! bug: can't use <@super.members()> cut-n-paste instead !>
100 <! bug: can't use <@super.members()> cut-n-paste instead !>
  /external/ltp/testcases/network/stress/tcp/multi-sameport/
tcp4-multi-sameport01 334 server_pid=`grep PID: $info_file | cut -f 2 -d ' '`
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_graph.cpp 41 reinterpret_cast<Node *>(it->get())->cut();
143 // Cut a node from the graph, deleting all attached edges.
144 void Graph::Node::cut() function in class:nv50_ir::Graph::Node
  /external/python/cpython2/Mac/Demo/mlte/
mlted.py 18 "Typing", "Cut", "Paste", "Clear", "Font Change", "Color Change", "Size Change",
193 self.cutitem = MenuItem(m, "Cut", "X", self.cut)
331 def cut(self, *args): member in class:Mlted
  /external/python/cpython2/Mac/Demo/textedit/
ped.py 201 self.cutitem = MenuItem(m, "Cut", "X", self.cut)
320 def cut(self, *args): member in class:Ped
  /external/swiftshader/third_party/LLVM/utils/
codegen-diff 135 =cut
  /external/vogar/lib/
kxml-libcore-20110123.jar 

Completed in 585 milliseconds

1 2 3 4 5 6 7 891011>>