HomeSort by relevance Sort by last modified time
    Searched defs:tabs (Results 1 - 25 of 223) sorted by null

1 2 3 4 5 6 7 8 9

  /external/skqp/src/core/
SkStringUtils.cpp 42 SkString tabs; local
44 tabs.append("\t");
52 result.append(tabs);
59 result.append(tabs);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
LaunchConfigTabGroup.java 35 ILaunchConfigurationTab[] tabs = new ILaunchConfigurationTab[] { local
40 setTabs(tabs);
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
NdkGdbLaunchConfigTabGroups.java 31 ILaunchConfigurationTab[] tabs = new ILaunchConfigurationTab[] { local
37 setTabs(tabs);
  /system/chre/util/nanoapp/
debug.cc 64 char tabs[8]; local
65 char *pos = tabs;
71 LOGD(" %s%s%s", line, tabs, lineChars);
  /developers/build/prebuilts/gradle/LNotifications/Application/src/main/java/com/example/android/lnotifications/
LNotificationActivity.java 39 // Show 3 tabs with the different notification options.
41 TabLayout tabs = (TabLayout) findViewById(R.id.tabs); local
46 tabs.setupWithViewPager(viewPager);
  /developers/samples/android/notification/LNotifications/Application/src/main/java/com/example/android/lnotifications/
LNotificationActivity.java 39 // Show 3 tabs with the different notification options.
41 TabLayout tabs = (TabLayout) findViewById(R.id.tabs); local
46 tabs.setupWithViewPager(viewPager);
  /development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
LNotificationActivity.java 39 // Show 3 tabs with the different notification options.
41 TabLayout tabs = (TabLayout) findViewById(R.id.tabs); local
46 tabs.setupWithViewPager(viewPager);
  /external/python/cpython2/Mac/PythonLauncher/
FileSettings.h 19 - (BOOL) tabs;
35 BOOL tabs; // -t option: warn about inconsistent tabs variable
MyDocument.h 23 IBOutlet NSButton *tabs; variable
PreferencesWindowController.h 17 IBOutlet NSButton *tabs; variable
  /external/python/cpython3/Mac/PythonLauncher/
FileSettings.h 19 - (BOOL) tabs;
35 BOOL tabs; // -t option: warn about inconsistent tabs variable
MyDocument.h 23 IBOutlet NSButton *tabs; variable
PreferencesWindowController.h 17 IBOutlet NSButton *tabs; variable
  /external/toybox/toys/posix/
expand.c 1 /* expand.c - expands tabs to space
15 Expand tabs to spaces according to tabstops.
29 struct arg_list *tabs;
93 struct arg_list *tabs; local
96 for (tabs = TT.tabs; tabs; tabs = tabs->next) {
97 char *s = tabs->arg
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitTabGroup.java 33 * Creates the UI tabs for the Android JUnit configuration
37 ILaunchConfigurationTab[] tabs = new ILaunchConfigurationTab[] { local
42 setTabs(tabs);
  /external/skia/src/core/
SkStringUtils.cpp 43 SkString tabs; local
45 tabs.append("\t");
53 result.append(tabs);
60 result.append(tabs);
  /device/google/contexthub/util/nanotool/
log.cpp 98 std::string tabs; local
100 tabs += "\t";
103 Log::Debug(" %s%s%s", line, tabs.c_str(), line_chars);
  /prebuilts/go/darwin-x86/src/text/tabwriter/
tabwriter.go 23 // A cell represents a segment of text terminated by tabs or line breaks.
38 // of cells terminated by horizontal ('\t') or vertical ('\v') tabs,
45 // all characters have the same width, except for tabs for which a
65 // entirely by vertical (or "soft") tabs are discarded. Columns
66 // terminated by horizontal (or "hard") tabs are not affected by
75 // unchanged. In particular, it does not interpret any tabs or line
102 buf bytes.Buffer // collected text excluding tabs or line breaks
125 // - all text written is appended to buf; tabs and line breaks are stripped away
164 // Always use tabs for indentation columns (i.e., padding of
249 tabs = []byte("\t\t\t\t\t\t\t\t"
248 tabs = []byte("\\t\\t\\t\\t\\t\\t\\t\\t") var
    [all...]
  /prebuilts/go/linux-x86/src/text/tabwriter/
tabwriter.go 23 // A cell represents a segment of text terminated by tabs or line breaks.
38 // of cells terminated by horizontal ('\t') or vertical ('\v') tabs,
45 // all characters have the same width, except for tabs for which a
65 // entirely by vertical (or "soft") tabs are discarded. Columns
66 // terminated by horizontal (or "hard") tabs are not affected by
75 // unchanged. In particular, it does not interpret any tabs or line
102 buf bytes.Buffer // collected text excluding tabs or line breaks
125 // - all text written is appended to buf; tabs and line breaks are stripped away
164 // Always use tabs for indentation columns (i.e., padding of
249 tabs = []byte("\t\t\t\t\t\t\t\t"
248 tabs = []byte("\\t\\t\\t\\t\\t\\t\\t\\t") var
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
TabHostTest.java 218 // add two additional tabs
239 assertEquals(android.R.id.tabs, tabHost.getTabWidget().getId());
419 View tabs = mActivity.findViewById(android.R.id.tabs); local
420 assertTrue(tabs.hasFocus());
421 View firstTab = tabs.findFocus();
423 assertTrue(tabs.hasFocus());
426 assertTrue(tabs.hasFocus());
428 assertTrue(tabs.hasFocus());
434 assertTrue(tabs.hasFocus())
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
FocusHelper.java 139 final TabWidget tabs = tabHost.getTabWidget(); local
199 tabs.requestFocus();
299 final TabWidget tabs = tabHost.getTabWidget(); local
359 tabs.requestFocus();
669 final ViewGroup tabs = (ViewGroup) launcher.findViewById(R.id.qsb_bar); local
729 tabs.requestFocus();
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
FocusHelper.java 338 final ViewGroup tabs = (ViewGroup) dragLayer.findViewById(R.id.drop_target_bar); local
371 newIcon = tabs;
  /prebuilts/go/darwin-x86/src/encoding/gob/
debug.go 36 tabs = strings.Repeat("\t", 100)
44 if n > len(tabs) {
45 n = len(tabs)
47 return tabs[0:n]
35 tabs = strings.Repeat("\\t", 100) var
  /prebuilts/go/linux-x86/src/encoding/gob/
debug.go 36 tabs = strings.Repeat("\t", 100)
44 if n > len(tabs) {
45 n = len(tabs)
47 return tabs[0:n]
35 tabs = strings.Repeat("\\t", 100) var
  /external/mesa3d/src/compiler/nir/
nir_print.c 879 print_instr(const nir_instr *instr, print_state *state, unsigned tabs)
882 print_tabs(tabs, fp);
937 unsigned tabs);
940 print_block(nir_block *block, print_state *state, unsigned tabs)
944 print_tabs(tabs, fp);
961 print_tabs(tabs, fp);
971 print_instr(instr, state, tabs);
976 print_tabs(tabs, fp);
986 print_if(nir_if *if_stmt, print_state *state, unsigned tabs)
990 print_tabs(tabs, fp)
1025 print_block(nir_cf_node_as_block(node), state, tabs); local
1029 print_if(nir_cf_node_as_if(node), state, tabs); local
1033 print_loop(nir_cf_node_as_loop(node), state, tabs); local
    [all...]

Completed in 1131 milliseconds

1 2 3 4 5 6 7 8 9