Home
last modified time | relevance | path

Searched refs:Tabs (Results 1 – 25 of 85) sorted by relevance

1234

/external/pdfium/testing/resources/
Dannotiter.in32 /Tabs /R
49 /Tabs /C
66 /Tabs /S
Dannots_action_handling.in20 /Tabs /R
26 /Tabs /R
Dunsupported_feature.in24 /Tabs /R
Dredact_annot.in21 /Tabs /R
Dpolygon_annot.in20 /Tabs /R
Dink_annot.in20 /Tabs /R
Dline_annot.in20 /Tabs /R
Dannotation_highlight_rollover_ap.in24 /Tabs /R
Dannotation_markup_multiline_no_ap.in26 /Tabs /R
/external/python/pyyaml/tests/data/
Dspec-05-12.error2 Tabs may appear inside
5 Tabs must not appear
Dspec-09-16.data1 # Tabs are confusing:
Dspec-05-12.data1 # Tabs do's and don'ts:
Dspec-06-01.data11 # Tabs are not allowed:
/external/pdfium/testing/resources/javascript/
Dbug_492_1.in28 /Tabs /R
42 /Tabs /C
/external/clang/lib/Format/
DWhitespaceManager.cpp555 unsigned Tabs = Indentation / Style.TabWidth; in appendIndentText() local
556 Text.append(Tabs, '\t'); in appendIndentText()
557 Spaces -= Tabs * Style.TabWidth; in appendIndentText()
563 unsigned Tabs = Spaces / Style.TabWidth; in appendIndentText() local
564 Text.append(Tabs, '\t'); in appendIndentText()
565 Spaces -= Tabs * Style.TabWidth; in appendIndentText()
/external/cronet/third_party/metrics_proto/
Dcustom_tab_session.proto14 // Stores information about a Custom Tabs session. Custom Tabs are a Chrome on
/external/snakeyaml/src/test/resources/pyyaml/
Dspec-09-16.data1 # Tabs are confusing:
Dspec-05-12.data1 # Tabs do's and don'ts:
Dspec-06-01.data11 # Tabs are not allowed:
/external/llvm/test/YAMLParser/
Dspec-09-16.test3 # Tabs are confusing:
Dspec-06-01.test13 # Tabs are not allowed:
Dspec-05-12.test7 # Tabs do's and don'ts:
/external/pdfium/testing/resources/pixel/
Dbug_492.in27 /Tabs /R
/external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
Dvt320.java836 private byte[] Tabs; field in vt320
1681 Tabs[C] = 1; in putChar()
1736 } while (C < columns && (Tabs[C] == 0)); in putChar()
2057 Tabs[C] = 1; in putChar()
2617 Tabs = new byte[width]; in putChar()
2620 Tabs[C] = 0; in putChar()
3217 Tabs = new byte[nw]; in reset()
3219 Tabs[i] = 1; in reset()
/external/mesa3d/src/imgui/
Dimgui_widgets.cpp5897 …rderable) && !(tab_bar->Flags & ImGuiTabBarFlags_Reorderable) && tab_bar->Tabs.Size > 1 && tab_bar… in BeginTabBarEx()
5898 …ImQsort(tab_bar->Tabs.Data, tab_bar->Tabs.Size, sizeof(ImGuiTabItem), TabItemComparerByVisibleOffs… in BeginTabBarEx()
5959 for (int tab_src_n = 0; tab_src_n < tab_bar->Tabs.Size; tab_src_n++) in TabBarLayout()
5961 ImGuiTabItem* tab = &tab_bar->Tabs[tab_src_n]; in TabBarLayout()
5969 tab_bar->Tabs[tab_dst_n] = tab_bar->Tabs[tab_src_n]; in TabBarLayout()
5972 if (tab_bar->Tabs.Size != tab_dst_n) in TabBarLayout()
5973 tab_bar->Tabs.resize(tab_dst_n); in TabBarLayout()
5991 if (tab2_order >= 0 && tab2_order < tab_bar->Tabs.Size) in TabBarLayout()
5993 ImGuiTabItem* tab2 = &tab_bar->Tabs[tab2_order]; in TabBarLayout()
6014 width_sort_buffer.resize(tab_bar->Tabs.Size); in TabBarLayout()
[all …]

1234