Searched refs:ls (Results 1 – 15 of 15) sorted by relevance
84 && (echo -e "\e[92mPASSING TESTS\e[0m" && ls -1 $(ART_HOST_TEST_DIR)/passed/) \87 && (echo -e "\e[93mSKIPPED TESTS\e[0m" && ls -1 $(ART_HOST_TEST_DIR)/skipped/) \90 && (echo -e "\e[91mFAILING TESTS\e[0m" >&2 && ls -1 $(ART_HOST_TEST_DIR)/failed/ >&2) \
60 for ls in libcore_steps:61 stdio_logs = [x for x in ls['logs'] if x[0] == 'stdio']
39 adb shell rmdir "$ART_TEST_CHROOT" || adb shell ls -la "$ART_TEST_CHROOT"
47 for d in `ls -1 -d ${ANDROID_PRODUCT_OUT}${RUNTIME_APEX}* 2>/dev/null`; do
45 adb shell ls -ld "/proc/*/root" \
3 FILES=`ls $1/*.data | sed "s/^\\(.*\\).data$/\\1/"`
51 ls -1 $(PRIVATE_SYSTEM_STUBS_DEX_DIR)/classes*.dex | sort >$(PRIVATE_SYSTEM_STUBS_ZIP).list54 ls -1 $(PRIVATE_OAHL_STUBS_DEX_DIR)/classes*.dex | sort >$(PRIVATE_OAHL_STUBS_ZIP).list
110 Class<?>[] ls = { in createArray() local122 Class<?> l = ls[level]; in createArray()
21 newProg=`/bin/ls -ld "${prog}"`
22 newProg=`/bin/ls -ld "${prog}"`587 x86_arm=`ls ${ANDROID_PRODUCT_OUT}/data/art-test | sort | grep -E '^(arm|x86)$'`599 grep32bit=`ls ${ANDROID_PRODUCT_OUT}/data/art-test | grep -E '^(arm|x86|mips)$'`600 grep64bit=`ls ${ANDROID_PRODUCT_OUT}/data/art-test | grep -E '^(arm64|x86_64|mips64)$'`
726 ISA_adb_invocation=$(adb shell ls -F /data/dalvik-cache)738 echo $(adb shell ls -F /data/dalvik-cache)739 echo $(adb shell ls /data/dalvik-cache)741 echo $(adb shell ls -F /data/dalvik-cache | grep -Ewo "${ARCHITECTURES_PATTERN}")
1327 __ B(ls, end, /* is_far_target= */ false); // Was the second comparison fully beyond the end? in GenerateStringCompareToLoop()1355 __ B((mirror::kUseStringCompression ? ls : le), end, /* is_far_target= */ false); in GenerateStringCompareToLoop()
957 case kCondBE: return ls; in ARMCondition()972 case kCondLE: return ls; in ARMUnsignedCondition()977 case kCondBE: return ls; in ARMUnsignedCondition()994 case kCondLE: return gt_bias ? ls : le /* unordered */; in ARMFPCondition()6564 __ B(ls, slow_path->GetEntryLabel()); in VisitBoundsCheck()
105 case kCondBE: return ls; in ARM64Condition()122 case kCondLE: return gt_bias ? ls : le /* unordered */; in ARM64FPCondition()
1307 __ B(ls, &end); in VisitStringCompareTo()