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

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/chrome/browser/resources/bookmark_manager/js/
main.js 580 case 'cut-command':
637 case 'cut-command':
662 var editingCommands = ['cut', 'delete', 'rename-folder', 'edit',
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
Dbg.stg 122 <! bug: can't use <@super.members()> cut-n-paste instead !>
139 <! bug: can't use <@super.members()> cut-n-paste instead !>
  /external/icu/icu4c/source/config/
icu-config 419 echo "usage: ${ME} " `allflags | cut -c-25 | sed -e 's%.*%[ & ]%'`
  /external/qemu/
android-configure.sh 515 GCC_MAJOR=$(echo "$GCC_VERSION" | cut -f1 -d.)
516 GCC_MINOR=$(echo "$GCC_VERSION" | cut -f2 -d.)
  /external/srec/config/en.us/
Android.mk 98 echo -e "\n+++ advzip not installed; fell back to zip\n cmu6plus.ok.zip (`du -h cmu6plus.ok.zip | cut -f 1`) could be ~10% smaller with advzip\n"))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/
build-lucid-multilib-toolchain.sh 133 local MAJOR=$(echo -n "$1" | cut -f1 -d.)
134 local MINOR=$(echo -n "$1" | cut -f2 -d.)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/
build-lucid-multilib-toolchain.sh 133 local MAJOR=$(echo -n "$1" | cut -f1 -d.)
134 local MINOR=$(echo -n "$1" | cut -f2 -d.)
    [all...]
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
ImeAdapter.java 459 * Send a request to the native counterpart of ImeAdapter to cut the selected text.
462 public boolean cut() { method in class:ImeAdapter
  /external/chromium_org/third_party/openssl/
import_from_android.sh 121 _GYP_MARGIN=$(echo "$_GYP_MARGIN" | cut --bytes=3-)
321 OPENSSL_SHA1_DOWNLOADED=$(sha1sum $DOWNLOAD_DIR/$OPENSSL_PACKAGE | cut -d" " -f1)
  /libcore/support/src/test/java/tests/resources/x509/
create.sh 31 SIG_OFFSET=$(openssl asn1parse -in ${DIR}/cert-rsa.der -inform d | tail -1 | cut -f1 -d:)
103 SIG_OFFSET=$(openssl asn1parse -in ${DIR}/crl-rsa.der -inform d | tail -1 | cut -f1 -d:)
  /external/chromium_org/chrome/browser/extensions/api/bookmark_manager_private/
bookmark_manager_private_api.cc 50 namespace Cut = api::bookmark_manager_private::Cut;
353 bool ClipboardBookmarkManagerFunction::CopyOrCut(bool cut,
359 if (cut && client->HasDescendantsOfManagedNode(nodes)) {
363 bookmark_utils::CopyToClipboard(model, nodes, cut);
377 scoped_ptr<Cut::Params> params(Cut::Params::Create(*args_));
490 localized_strings->SetString("cut",
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
file_transfer_controller.js 151 * Attach handlers of copy, cut and paste operations to the document.
162 this.document_.addEventListener('cut',
841 this.notify_('selection-cut');
879 // On cut, we clear the clipboard after the file is pasted/moved so we don't
882 this.simulateCommand_('cut', function(event) {
954 * @param {string} command 'copy', 'cut' or 'paste'.
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacdec/
SoftAAC2.cpp 166 unsigned cut = atoi(value); local
167 ALOGV("AAC decoder using desired DRC attenuation factor of %d instead of %d", cut,
169 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_ATT_FACTOR, cut);
    [all...]
  /ndk/build/tools/
build-host-gcc.sh 390 local RET=$(extract_version $1 | cut -d . -f 1)
401 local RET=$(extract_version $1 | cut -d . -f 2)
    [all...]
ndk-common.sh 601 A_MD5=`echo "A" | md5sum | cut -d' ' -f1`
  /device/common/
generate-factory-images-common.sh 297 mv $PRODUCT-$VERSION-factory.tgz $PRODUCT-$VERSION-factory-$(sha1sum < $PRODUCT-$VERSION-factory.tgz | cut -b -8).tgz
  /external/chromium_org/build/android/
adb_gdb 362 cut -d= -f2)
720 SUBDIR=$(cat $LIST | sort -r | head -1 | cut -d" " -f2)
747 cat "$1" | grep -e '^ro.build.fingerprint=' | cut -d= -f2
  /external/chromium_org/build/
install-chroot.sh 649 cut -d "=" -f 2)
654 'apt-cache search "lib64readline.\$" | sort | tail -n 1 | cut -d " " -f 1')
758 for i in $(echo "${bind_mounts}"|cut -d ' ' -f 1); do
  /external/chromium_org/third_party/icu/source/i18n/
decNumberLocal.h 263 /* integer u at column cut (counting from the right, LSD=0) and */
265 /* c. Note that cut must be <= 9, and the maximum value for u is */
269 #define TODIGIT(u, cut, c, pow) { \
271 pow=DECPOWERS[cut]*2; \
    [all...]
  /external/chromium_org/third_party/sqlite/src/contrib/
sqlitecon.tcl 66 $m add command -label Cut -command "sqlitecon::Cut $w.t"
123 bind Sqlitecon <<Cut>> {sqlitecon::Cut %W}
559 # Do a Cut operation if possible. Cuts are only allowed
563 proc sqlitecon::Cut w {
604 $m entryconf Cut -state disabled
608 $m entryconf Cut -state normal
612 $m entryconf Cut -state disabled
654 button $w.b.cut -text Cut -width 6 -command [list ::sqlitecon::Cut $w.t
    [all...]
  /external/chromium_org/tools/clang/scripts/
update.sh 33 | cut -d '_' -f 2)
  /external/compiler-rt/make/platform/
clang_linux.mk 14 LANG=C $(CC) -v 2>&1 | grep 'Target:' | cut -d' ' -f2)
  /external/icu/icu4c/source/i18n/
decNumberLocal.h 251 /* integer u at column cut (counting from the right, LSD=0) and */
253 /* c. Note that cut must be <= 9, and the maximum value for u is */
257 #define TODIGIT(u, cut, c, pow) { \
259 pow=DECPOWERS[cut]*2; \
    [all...]
  /external/chromium_org/chrome/installer/mac/
keystone_install.sh     [all...]
  /external/libcxxabi/src/Unwind/
UnwindRegistersRestore.S 91 movq 56(%rdi), %rsp # cut back rsp to new location

Completed in 945 milliseconds

1 2 3 4 56 7 8 91011>>