HomeSort by relevance Sort by last modified time
    Searched refs:tabs (Results 251 - 275 of 459) sorted by null

<<111213141516171819

  /prebuilts/go/darwin-x86/src/text/scanner/
scanner_test.go 301 pos.Offset += 4 + len(k.text) + 1 // 4 tabs + token bytes + newline
  /prebuilts/go/linux-x86/src/go/doc/testdata/
testing.go 89 // decorate inserts the final newline if needed and indentation tabs for formatting.
  /prebuilts/go/linux-x86/src/mime/multipart/
multipart.go 395 // skipLWSPChar returns b with leading spaces and tabs removed.
  /prebuilts/go/linux-x86/src/text/scanner/
scanner_test.go 301 pos.Offset += 4 + len(k.text) + 1 // 4 tabs + token bytes + newline
  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderSessionImpl.java 603 * {@link TabWidget}, and the corresponding {@link FrameLayout} and make new tabs automatically
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/xml/
read_test.go 72 true if there are no tabs.
202 true if there are no tabs.
  /prebuilts/go/linux-x86/src/encoding/xml/
read_test.go 72 true if there are no tabs.
202 true if there are no tabs.
  /build/make/tools/droiddoc/templates-pdk/assets/
android-developer-docs.js 536 var nodes = $("#header-tabs").find("."+lang);
android-developer-docs.css 1522 #header-tabs,
  /external/doclava/res/assets/templates/assets/
doclava-developer-docs.css 1102 #header-tabs,
doclava-developer-docs.js 449 var nodes = $("#header-tabs").find("."+lang);
  /prebuilts/devtools/tools/lib/
jfreechart-swt-1.0.9.jar 
  /prebuilts/go/darwin-x86/src/net/textproto/
reader.go 95 // trim returns s with leading and trailing spaces and tabs removed.
  /prebuilts/go/darwin-x86/src/regexp/
exec_test.go 370 // or more tabs. NULL denotes the empty string and NIL denotes the
  /prebuilts/go/linux-x86/src/net/textproto/
reader.go 95 // trim returns s with leading and trailing spaces and tabs removed.
  /prebuilts/go/linux-x86/src/regexp/
exec_test.go 370 // or more tabs. NULL denotes the empty string and NIL denotes the
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9-swt.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart-swt/1.0.9/
jfreechart-swt-1.0.9.jar 
  /external/python/cpython2/Lib/lib-tk/
ttk.py 825 * An integer between zero and the number of tabs
831 * The string "end", which returns the number of tabs (only
856 tabs may be restored with the add command."""
868 the total number of tabs if tab_id is the string "end"."""
902 def tabs(self): member in class:Notebook
904 return self.tk.splitlist(self.tk.call(self._w, "tabs") or ())
    [all...]
  /external/python/cpython3/Lib/tkinter/
ttk.py 829 * An integer between zero and the number of tabs
835 * The string "end", which returns the number of tabs (only
860 tabs may be restored with the add command."""
872 the total number of tabs if tab_id is the string "end"."""
906 def tabs(self): member in class:Notebook
908 return self.tk.splitlist(self.tk.call(self._w, "tabs") or ())
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
ttk.py 822 * An integer between zero and the number of tabs
828 * The string "end", which returns the number of tabs (only
853 tabs may be restored with the add command."""
865 the total number of tabs if tab_id is the string "end"."""
899 def tabs(self): member in class:Notebook
901 return self.tk.call(self._w, "tabs") or ()
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
ttk.py 822 * An integer between zero and the number of tabs
828 * The string "end", which returns the number of tabs (only
853 tabs may be restored with the add command."""
865 the total number of tabs if tab_id is the string "end"."""
899 def tabs(self): member in class:Notebook
901 return self.tk.call(self._w, "tabs") or ()
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 822 * An integer between zero and the number of tabs
828 * The string "end", which returns the number of tabs (only
853 tabs may be restored with the add command."""
865 the total number of tabs if tab_id is the string "end"."""
899 def tabs(self): member in class:Notebook
901 return self.tk.call(self._w, "tabs") or ()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 822 * An integer between zero and the number of tabs
828 * The string "end", which returns the number of tabs (only
853 tabs may be restored with the add command."""
865 the total number of tabs if tab_id is the string "end"."""
899 def tabs(self): member in class:Notebook
901 return self.tk.call(self._w, "tabs") or ()
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
rulegen.go 637 // Split by spaces/tabs, except those contained in (), {}, [], or <>.

Completed in 394 milliseconds

<<111213141516171819