Searched refs:TAB (Results 1 – 19 of 19) sorted by relevance
31 #define TAB " " macro38 << TAB "target path : " << header.GetTargetPath() << std::endl in visit()39 << TAB "overlay path : " << header.GetOverlayPath() << std::endl; in visit()51 stream_ << TAB << line << std::endl; in visit()89 stream_ << TAB in visit()99 stream_ << TAB << base::StringPrintf("0x%08x -> ", target_entry.target_id) in visit()
48 TAB="`echo | tr '\n' '\t'`"120 grep "^${ANDROID_SERIAL}[${SPACE}${TAB}]" > /dev/null122 wc -l | grep "^[${SPACE}${TAB}]*1\$" >/dev/null133 grep "^${ANDROID_SERIAL}[${SPACE}${TAB}]" > /dev/null135 wc -l | grep "^[${SPACE}${TAB}]*1\$" >/dev/null147 grep "^${ANDROID_SERIAL}[${SPACE}${TAB}][${SPACE}${TAB}]*recovery\$" >/dev/null150 if echo "${list}" | wc -l | grep "^[${SPACE}${TAB}]*1\$" >/dev/null; then152 grep "[${SPACE}${TAB}]recovery\$" >/dev/null169 elif [ X"${i}" != X"${i#*${TAB}}" ]; then959 PARTITIONS=$(adb_su grep -v "^[#${SPACE}${TAB}]" "${FSTAB_FILE}" |[all …]
21 TAB=" "37 fastboot devices | grep "^${ANDROID_SERIAL}[${SPACE}${TAB}]" > /dev/null44 …adb devices | grep -v 'List of devices attached' | grep "^${ANDROID_SERIAL}[${SPACE}${TAB}]" > /de…60 elif [ X"${i}" != X"${i#*${TAB}}" ]; then1338 grep -v "^[${SPACE}${TAB}]*\$" |
34 key 15 TAB
33 key 15 TAB
101 key 15 TAB
38 key 15 TAB
41 key 15 TAB
266 key TAB {
312 key TAB {
309 key TAB {
287 key TAB {
290 key TAB {
37 key 15 TAB
662 ints[TAB] |= reflowed.getLineContainsTab(i) ? TAB_MASK : 0; in reflow()1034 return (mInts.getValue(line, TAB) & TAB_MASK) != 0; in getLineContainsTab()1258 private static final int TAB = START; field in DynamicLayout
1100 lines[off + TAB] |= hasTab ? TAB_MASK : 0;1304 return (mLines[mColumns * line + TAB] & TAB_MASK) != 0;1470 private static final int TAB = START;
2401 // OPEN: Settings -> SUPPORT TAB
55995 Landroid/text/DynamicLayout;->TAB:I56726 Landroid/text/StaticLayout;->TAB:I
10981 field public static final String CATEGORY_TAB = "android.intent.category.TAB";