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

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/
test-example.c 52 tab, \
  /external/opencv/cv/src/
cvutils.cpp 208 int* idst = (int*)dst, *tab; local
224 tab = (int*)cvStackAlloc( tab_size*sizeof(tab[0]) );
230 tab[i + k] = k + left;
238 tab[i + k] = j + k + left;
248 tab[i + k] = j + k + left;
264 k = tab[j];
269 k = tab[j];
286 k = tab[j];
291 k = tab[j]
    [all...]
cvhistogram.cpp 794 icvCalcHistLookupTables8u( const CvHistogram* hist, int dims, int* size, int* tab )
822 tab[i*(hi - lo) + j - lo] = idx;
844 tab[i*(hi - lo) + j - lo] = write_idx;
856 tab[i*(hi - lo) + j - lo] = ICV_HIST_DUMMY_IDX;
874 int* tab; local
882 tab = (int*)cvStackAlloc( dims*256*sizeof(int));
883 status = icvCalcHistLookupTables8u( hist, dims, histsize, tab );
940 int idx = tab[i];
957 int idx = tab[v0] + tab[256+v1]
1557 int* tab = 0; local
    [all...]
cvstereobm.cpp 114 uchar tab[TABSZ]; local
122 tab[x] = (uchar)(x - OFS < -ftzero ? 0 : x - OFS > ftzero ? ftzero*2 : x - OFS + ftzero);
157 dptr[0] = tab[val + OFS];
163 dptr[x] = tab[val + OFS];
168 dptr[x] = tab[val + OFS];
206 uchar tab[TABSZ]; local
215 tab[x] = (uchar)abs(x - ftzero);
236 htext[y] += tab[lval];
280 htext[y] += tab[lval] - tab[lptr_sub[0]]
413 uchar tab[TABSZ]; local
    [all...]
  /external/autotest/client/site_tests/desktopui_FlashSanityCheck/
desktopui_FlashSanityCheck.py 114 tab = None
117 logging.info('Getting tab from telemetry...')
118 tab = browser.tabs[0]
120 logging.warning('Unexpected exception getting tab: %s',
122 if tab is None:
134 tab.Navigate(test_url)
135 tab.WaitForDocumentReadyStateToBeComplete()
  /external/tcpdump/
print-telnet.c 122 #define TELOPT_NAOHTD 12 /* negotiate about horizontal tab disposition */
124 #define TELOPT_NAOVTS 14 /* negotiate about vertical tab stops */
125 #define TELOPT_NAOVTD 15 /* negotiate about vertical tab disposition */
376 #define STR_OR_ID(x, tab) \
377 (((x) < sizeof(tab)/sizeof(tab[0]) && tab[(x)]) ? tab[(x)] : numstr(x))
  /external/python/cpython2/Lib/idlelib/
tabbedpages.py 19 Only one tab may be selected at a time.
27 select_command -- A callable which will be called when a tab is
28 selected. It is called with the name of the selected tab as an
32 the desired tab order. The first tab will be the default and first
33 active tab. If tabs is None or empty, the TabSet will be initialized
69 """Add a new tab with the name given in tab_name."""
71 raise InvalidNameError("Invalid Tab name: '%s'" % tab_name)
73 raise AlreadyExistsError("Tab named '%s' already exists" %tab_name)
79 """Remove the tab named <tab_name>""
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
tabbedpages.py 19 Only one tab may be selected at a time.
27 select_command -- A callable which will be called when a tab is
28 selected. It is called with the name of the selected tab as an
32 the desired tab order. The first tab will be the default and first
33 active tab. If tabs is None or empty, the TabSet will be initialized
69 """Add a new tab with the name given in tab_name."""
71 raise InvalidNameError("Invalid Tab name: '%s'" % tab_name)
73 raise AlreadyExistsError("Tab named '%s' already exists" %tab_name)
79 """Remove the tab named <tab_name>""
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
tabbedpages.py 19 Only one tab may be selected at a time.
27 select_command -- A callable which will be called when a tab is
28 selected. It is called with the name of the selected tab as an
32 the desired tab order. The first tab will be the default and first
33 active tab. If tabs is None or empty, the TabSet will be initialized
69 """Add a new tab with the name given in tab_name."""
71 raise InvalidNameError("Invalid Tab name: '%s'" % tab_name)
73 raise AlreadyExistsError("Tab named '%s' already exists" %tab_name)
79 """Remove the tab named <tab_name>""
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
tabbedpages.py 19 Only one tab may be selected at a time.
27 select_command -- A callable which will be called when a tab is
28 selected. It is called with the name of the selected tab as an
32 the desired tab order. The first tab will be the default and first
33 active tab. If tabs is None or empty, the TabSet will be initialized
69 """Add a new tab with the name given in tab_name."""
71 raise InvalidNameError("Invalid Tab name: '%s'" % tab_name)
73 raise AlreadyExistsError("Tab named '%s' already exists" %tab_name)
79 """Remove the tab named <tab_name>""
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
tabbedpages.py 19 Only one tab may be selected at a time.
27 select_command -- A callable which will be called when a tab is
28 selected. It is called with the name of the selected tab as an
32 the desired tab order. The first tab will be the default and first
33 active tab. If tabs is None or empty, the TabSet will be initialized
69 """Add a new tab with the name given in tab_name."""
71 raise InvalidNameError("Invalid Tab name: '%s'" % tab_name)
73 raise AlreadyExistsError("Tab named '%s' already exists" %tab_name)
79 """Remove the tab named <tab_name>""
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/xml/
read_test.go 62 </summary></entry><entry><title>rietveld: correct tab handling
64 This fixes the buggy tab rendering that can be seen at
67 The fundamental problem was that the tab code was
69 didn&amp;#39;t know where to put the tab stops. Another problem
181 Title: "rietveld: correct tab handling\n",
194 This fixes the buggy tab rendering that can be seen at
197 The fundamental problem was that the tab code was
199 didn&#39;t know where to put the tab stops. Another problem
412 tab Tables
420 tab: Tables{"hello", "world"}
    [all...]
  /prebuilts/go/linux-x86/src/encoding/xml/
read_test.go 62 </summary></entry><entry><title>rietveld: correct tab handling
64 This fixes the buggy tab rendering that can be seen at
67 The fundamental problem was that the tab code was
69 didn&amp;#39;t know where to put the tab stops. Another problem
181 Title: "rietveld: correct tab handling\n",
194 This fixes the buggy tab rendering that can be seen at
197 The fundamental problem was that the tab code was
199 didn&#39;t know where to put the tab stops. Another problem
412 tab Tables
420 tab: Tables{"hello", "world"}
    [all...]
  /external/ImageMagick/config/
install-sh 44 tab=' '
47 IFS=" $tab$nl"
131 *' '* | *"$tab"* | *"$nl"* | *'*'* | *'?'* | *'['*)
  /external/autotest/client/site_tests/power_Consumption/
power_Consumption.py 173 logging.info('Sub-test name: %s Tab title: %s.', name, tab_title)
177 """Run a web site in background tab.
179 Navigate to the given URL, open an empty tab to put the one with the
184 url: url to open in background tab.
192 logging.info('App name: %s Tab title: %s.', name, tab_title)
193 # Open a new empty tab to cover the one with test payload.
215 # URLs to be only tested in foreground tab.
256 tab = self._tab
260 tab.Navigate(url)
261 tab.WaitForDocumentReadyStateToBeComplete(
    [all...]
  /external/lmfit/build-aux/
install-sh 44 tab=' '
47 IFS=" $tab$nl"
131 *' '* | *"$tab"* | *"$nl"* | *'*'* | *'?'* | *'['*)
  /external/pcre/dist2/
install-sh 44 tab=' '
47 IFS=" $tab$nl"
131 *' '* | *"$tab"* | *"$nl"* | *'*'* | *'?'* | *'['*)
  /external/valgrind/
install-sh 44 tab=' '
47 IFS=" $tab$nl"
131 *' '* | *"$tab"* | *"$nl"* | *'*'* | *'?'* | *'['*)
  /frameworks/base/core/java/com/android/internal/app/
ToolbarActionBar.java 322 public Tab newTab() {
328 public void addTab(Tab tab) {
334 public void addTab(Tab tab, boolean setSelected) {
340 public void addTab(Tab tab, int position) {
346 public void addTab(Tab tab, int position, boolean setSelected) {
352 public void removeTab(Tab tab)
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
ToolbarActionBar.java 326 public Tab newTab() {
332 public void addTab(Tab tab) {
338 public void addTab(Tab tab, boolean setSelected) {
344 public void addTab(Tab tab, int position) {
350 public void addTab(Tab tab, int position, boolean setSelected) {
356 public void removeTab(Tab tab)
    [all...]
  /toolchain/binutils/binutils-2.25/
install-sh 44 tab=' '
47 IFS=" $tab$nl"
131 *' '* | *"$tab"* | *"$nl"* | *'*'* | *'?'* | *'['*)
  /external/llvm/lib/Target/AMDGPU/Utils/
AMDKernelCodeTUtils.cpp 93 const char *tab) {
96 OS << tab; local
  /prebuilts/go/darwin-x86/src/syscall/
netlink_linux.go 66 var tab []byte
79 tab = append(tab, rb...)
105 return tab, nil
  /prebuilts/go/linux-x86/src/syscall/
netlink_linux.go 66 var tab []byte
79 tab = append(tab, rb...)
105 return tab, nil
  /external/selinux/libsepol/tests/
Makefile 19 parserobjs := $(CHECKPOLICY)queue.o $(CHECKPOLICY)y.tab.o \

Completed in 1615 milliseconds

<<11121314151617181920>>