/sdk/sdkmanager/app/etc/ |
android | 20 newProg=`/bin/ls -ld "${prog}"`
|
/sdk/traceview/etc/ |
traceview | 21 newProg=`/bin/ls -ld "${prog}"`
|
/sdk/uiautomatorviewer/etc/ |
uiautomatorviewer | 21 newProg=`/bin/ls -ld "${prog}"`
|
/external/genext2fs/ |
test-mount.sh | 43 [ $size != "`ls -al mnt | grep file.$size | 69 ls -aln mnt/dev | \
|
/frameworks/base/core/java/android/inputmethodservice/ |
IInputMethodWrapper.java | 257 InputMethodSession ls = ((IInputMethodSessionWrapper) local 260 DO_SET_SESSION_ENABLED, enabled ? 1 : 0, ls)); 268 InputMethodSession ls = ((IInputMethodSessionWrapper) local 270 mCaller.executeOrSendMessage(mCaller.obtainMessageO(DO_REVOKE_SESSION, ls));
|
/ndk/build/tools/ |
dev-platform-expand.sh | 45 RET=$((cd "$1/platforms" && ls -d android-*) | sed -e "s!android-!!" | sort -g)
|
build-gabi++.sh | 98 GABIXX_SOURCES=$(cd $GABIXX_SRCDIR && ls src/*.cc)
|
build-stlport.sh | 91 GABIXX_SOURCES=$(cd $ANDROID_NDK_ROOT/$GABIXX_SUBDIR && ls src/*.cc)
|
gen-system-symbols.sh | 182 for LIB in $(cd $SRCDIR && ls lib*.so); do
|
/system/extras/tests/bionic/libc/ |
run-test.sh | 96 for FILE in `cd $EXEC_ROOT_PATH && ls -d test_*`; do
|
/sdk/bash_completion/ |
adb.bash | 186 COMMAND=$(command adb ${args[@]} shell ls $paths '2>' /dev/null | tr -d '\r' | { 198 ls) 307 command adb ${args[@]} shell ls -dF ${file}"*" '2>' /dev/null 2> /dev/null | tr -d '\r' | {
|
/system/core/liblog/ |
fake_log_device.c | 150 LogState *ls; local 154 ls = fdToLogState(fd); 155 if (ls != NULL) { 157 free(ls->debugName); 158 free(ls);
|
/external/harfbuzz/src/ |
harfbuzz-open.c | 37 static HB_Error Load_LangSys( HB_LangSys* ls, 48 ls->LookupOrderOffset = GET_UShort(); /* should be 0 */ 49 ls->ReqFeatureIndex = GET_UShort(); 50 count = ls->FeatureCount = GET_UShort(); 54 ls->FeatureIndex = NULL; 56 if ( ALLOC_ARRAY( ls->FeatureIndex, count, HB_UShort ) ) 61 FREE( ls->FeatureIndex ); 65 fi = ls->FeatureIndex; 76 static void Free_LangSys( HB_LangSys* ls ) 78 FREE( ls->FeatureIndex ) [all...] |
harfbuzz-gsub.c | 773 static HB_Error Load_LigatureSet( HB_LigatureSet* ls, 789 count = ls->LigatureCount = GET_UShort(); 793 ls->Ligature = NULL; 795 if ( ALLOC_ARRAY( ls->Ligature, count, HB_Ligature ) ) 798 l = ls->Ligature; 827 static void Free_LigatureSet( HB_LigatureSet* ls ) 834 if ( ls->Ligature ) 836 count = ls->LigatureCount; 837 l = ls->Ligature; 853 HB_LigatureSubst* ls = &st->ligature local 924 HB_LigatureSubst* ls = &st->ligature; local 955 HB_LigatureSubst* ls = &st->ligature; local 3822 HB_LangSys* ls; local 3963 HB_LangSys* ls; local [all...] |
/external/bluetooth/bluedroid/stack/avdt/ |
avdt_int.h | 709 #define AVDT_BLD_LAYERSPEC(ls, msg, label) \ 710 ls = (((label) << 4) | (msg)) 712 #define AVDT_LAYERSPEC_LABEL(ls) ((UINT8)((ls) >> 4)) 714 #define AVDT_LAYERSPEC_MSG(ls) ((UINT8)((ls) & 0x000F))
|
/development/tools/labpretest/ |
labpretest.sh | 284 bootloaderfile=`ls -1 $ROOT/$product | sed -n 's/\(.*boot[0-9._]\+img\)/\1/ p'` 323 radiofile=`ls -1 $ROOT/$product | sed -n 's/\(radio[0-9._A-Za-z]\+img\)/\1/ p'` 357 buildfile=`\ls -1 $ROOT/$product 2>&1 | sed -n 's/\([a-z]\+-img-[0-9]\+.zip\)/\1/ p'`
|
/external/v8/src/arm/ |
constants-arm.h | 131 ls = 9 << 28, // C clear or Z set Unsigned lower or same. enumerator in enum:v8::internal::Condition 161 return ls; 162 case ls:
|
/external/libusb/ |
install-sh | 346 ls_ld_tmpdir=`ls -ld "$tmpdir"` 353 ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
|
/external/openssh/contrib/ |
findssl.sh | 93 if which ls >/dev/null 2>/dev/null; then
|
/frameworks/base/core/tests/overlaytests/ |
runtests.sh | 51 local t=$($adb shell ls -l $dirname | tr -d '\r' | grep -e "${basename}$" | grep -oe '^.')
|
/libcore/luni/src/main/java/javax/xml/validation/ |
SchemaFactory.java | 26 import org.w3c.dom.ls.LSResourceResolver; 475 * public {@link org.w3c.dom.ls.LSInput} resolveResource(
|
/ndk/sources/host-tools/sed-4.2.1/ |
autoboot | 314 && ls "$ref_po_dir"/*.po 2>/dev/null | 381 src_ls=`ls -diL "$src" 2>/dev/null` && set $src_ls && src_i=$1 && 382 dst_ls=`ls -diL "$dst" 2>/dev/null` && set $dst_ls && dst_i=$1 && 477 for file in `ls -a $1/$dir`; do
|
/prebuilts/qemu-kernel/arm/ |
rebuild.sh | 293 git ls-files -o | xargs rm -f
|
/cts/tools/signature-tools/ |
sig-check | 22 newProg=`/bin/ls -ld "${prog}"`
|
sig-create | 22 newProg=`/bin/ls -ld "${prog}"`
|