HomeSort by relevance Sort by last modified time
    Searched refs:cut (Results 26 - 50 of 283) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/build/android/
adb_chrome_shell_command_line 24 adb shell cat $CMD_LINE_FILE | cut -d " " -f "2-" 2>/dev/null
adb_content_shell_command_line 24 adb shell cat $CMD_LINE_FILE | cut -d " " -f "2-" 2>/dev/null
  /external/chromium_org/tools/clang/scripts/
blink_gc_plugin_flags.sh 19 | cut -d ' ' -f 3)
repackage.sh 47 | cut -d ' ' -f 3)
  /external/chromium_org/v8/tools/
android-sync.sh 52 echo ${HASH} | cut -f2 -d "=" | cut -f2 -d " "
v8-info.sh 80 cut -d" " -f1
96 git svn log -1 --oneline $1 | cut -d" " -f1
124 h=$(echo $merge | cut -d" " -f2)
133 first=$(svn_rev trunk $(v8_hash $(echo $1 | cut -d":" -f1)))
134 last=$(svn_rev trunk $(v8_hash $(echo $1 | cut -d":" -f2)))
generate-ten-powers.scm 56 (define (round-n-cut n e nb-bits)
63 ;; with the -1 it will only round up if the cut off part is
73 (cut (bit-rshbx (round n) shift))
74 (exact? (=bx n (bit-lshbx cut shift))))
75 (if (<=bx cut max-container)
76 (values cut e exact?)
77 (round-n-cut n (+fx e 1) nb-bits))))
125 (receive (cut e exact?)
126 (round-n-cut n e nb-bits)
129 (v cut)
    [all...]
  /external/llvm/utils/git-svn/
git-svnrevert 24 ONE_LINE_MSG=$(git log --oneline $COMMIT -1 | cut -f2- -d " ")
  /external/aac/libAACdec/src/
aacdec_drc_types.h 136 FIXP_DBL cut; /* The attenuation scale factor currently used. */ member in struct:__anon4631
  /frameworks/av/media/libstagefright/
SkipCutBuffer.cpp 27 SkipCutBuffer::SkipCutBuffer(int32_t skip, int32_t cut) {
29 mBackPadding = cut;
32 mCapacity = cut + 4096;
34 ALOGV("skipcutbuffer %d %d %d", skip, cut, mCapacity);
  /system/extras/tests/sdcard/
profile_sdcard.sh 41 local t=$(grep 'write_total' /tmp/tmp-sdcard.txt | tail -n 1 | cut -f 6 -d ' ')
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
perf-archive.sh 34 cut -d ' ' -f 1 $BUILDIDS | \
  /sdk/emulator/opengl/tests/translator_tests/GLES_CM/
Android.mk 9 OSX_VERSION_MAJOR := $(shell echo $(mac_sdk_version) | cut -d . -f 2)
  /sdk/emulator/opengl/tests/translator_tests/GLES_V2/
Android.mk 17 OSX_VERSION_MAJOR := $(shell echo $(mac_sdk_version) | cut -d . -f 2)
  /device/asus/fugu/self-extractors/
files-by-owner.sh 19 cut -d : -f 2 |
68 cut -b 2- |
73 auto_owner=$(grep ^$file: ../vendor_owner_info.txt | cut -d : -f 2)
  /device/lge/hammerhead/self-extractors/
files-by-owner.sh 19 cut -d : -f 2 |
61 cut -b 2- |
66 auto_owner=$(grep ^$file: ../vendor_owner_info.txt | cut -d : -f 2)
  /device/lge/mako/self-extractors/
files-by-owner.sh 19 cut -d : -f 2 |
61 cut -b 2- |
66 auto_owner=$(grep ^$file: ../vendor_owner_info.txt | cut -d : -f 2)
  /device/moto/shamu/self-extractors/
files-by-owner.sh 19 cut -d : -f 2 |
62 cut -b 2- |
67 auto_owner=$(grep ^$file: ../vendor_owner_info.txt | cut -d : -f 2)
  /device/samsung/manta/self-extractors/
files-by-owner.sh 19 cut -d : -f 2 |
61 cut -b 2- |
66 auto_owner=$(grep ^$file: ../vendor_owner_info.txt | cut -d : -f 2)
  /cts/tools/vm-tests-tf/etc/
starttests 161 mainclass=`echo $myline | cut -d";" -f1`
163 deps=`echo $myline | cut -d";" -f2`
165 jtitle=`echo $myline | cut -d";" -f3`
166 jcomment=`echo $myline | cut -d";" -f4`
167 details=`echo $myline | cut -d";" -f5`
  /device/asus/deb/self-extractors/
files-by-owner.sh 19 cut -d : -f 2 |
61 cut -b 2- |
66 auto_owner=$(grep ^$file: ../vendor_owner_info.txt | cut -d : -f 2)
  /device/asus/flo/self-extractors/
files-by-owner.sh 19 cut -d : -f 2 |
61 cut -b 2- |
66 auto_owner=$(grep ^$file: ../vendor_owner_info.txt | cut -d : -f 2)
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
SelectActionModeCallback.java 36 * Perform a cut (to clipboard) action.
38 void cut(); method in interface:SelectActionModeCallback.ActionHandler
152 mActionHandler.cut();
  /external/chromium_org/sdch/open-vcdiff/packages/
rpm.sh 79 destdir=fc`grep Fedora /etc/issue | cut -d' ' -f 4`;
  /external/cmockery/cmockery_0_1_2/packages/
rpm.sh 65 destdir=fc`grep Fedora /etc/issue | cut -d' ' -f 4`;

Completed in 2074 milliseconds

12 3 4 5 6 7 8 91011>>