HomeSort by relevance Sort by last modified time
    Searched refs:decorated (Results 1 - 25 of 38) sorted by null

1 2

  /external/chromium_org/chrome/browser/resources/file_manager/css/
menu.css 13 menu:not(.decorated) {
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
graminit.h 8 #define decorated 261 macro
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
symbol.py 18 decorated = 261 variable
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
graminit.h 8 #define decorated 261 macro
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
symbol.py 18 decorated = 261 variable
  /external/chromium_org/ui/webui/resources/css/
menu.css 20 menu:not(.decorated) {
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.cc 187 views::View* decorated = child_at(2); variable
188 if (decorated->visible()) {
189 decorated->SizeToPreferredSize();
190 decorated->SetX(bounds.width() - decorated->bounds().width());
191 decorated->SetY(bounds.y());
192 end_x = decorated->bounds().x() - kAroundTextPadding;
2007 DecoratedTextfield* decorated = text_mapping->second; local
2216 DecoratedTextfield* decorated = NULL; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
mesadef.py 56 print '; \'decorated\' names; e.g., _glBegin@0, where the'
63 print '; the decorated names, even though the calling convention'
  /external/mesa3d/src/mapi/glapi/gen/
mesadef.py 56 print '; \'decorated\' names; e.g., _glBegin@0, where the'
63 print '; the decorated names, even though the calling convention'
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jar 
org.eclipse.jface.databinding_1.4.0.I20100601-0800.jar 
org.sat4j.core_2.2.0.v20100429.jar 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_tempfile.py 368 # but an arg with embedded spaces should be decorated with double
371 decorated = '"%s"' % sys.executable
374 decorated = sys.executable
376 retval = os.spawnl(os.P_WAIT, sys.executable, decorated, tester, v, fd)
test_grammar.py 823 # decorated: decorators (classdef | funcdef)
825 x.decorated = True
830 self.assertEqual(G.decorated, True)
test_xml_etree.py 1094 1) decorated tags
1111 2) decorated attributes
1123 3) decorated values are not converted by default, but the
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_tempfile.py 368 # but an arg with embedded spaces should be decorated with double
371 decorated = '"%s"' % sys.executable
374 decorated = sys.executable
376 retval = os.spawnl(os.P_WAIT, sys.executable, decorated, tester, v, fd)
test_grammar.py 823 # decorated: decorators (classdef | funcdef)
825 x.decorated = True
830 self.assertEqual(G.decorated, True)
test_xml_etree.py 1094 1) decorated tags
1111 2) decorated attributes
1123 3) decorated values are not converted by default, but the
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
py2_test_grammar.py 797 # decorated: decorators (classdef | funcdef)
799 x.decorated = True
804 self.assertEqual(G.decorated, True)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
py2_test_grammar.py 797 # decorated: decorators (classdef | funcdef)
799 x.decorated = True
804 self.assertEqual(G.decorated, True)
  /external/chromium_org/chrome/browser/resources/chromeos/login/
display_manager.js 381 * Make sure that screen is initialized and decorated.
399 // Make sure the screen is decorated.
436 * @param {Element} el Decorated screen element.
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
elementsPanel.css 54 #elements-content .elements-gutter-decoration.elements-has-decorated-children {
  /external/chromium_org/third_party/pymock/
mock.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
transformer.py 235 def decorated(self, nodelist): member in class:Transformer
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
transformer.py 235 def decorated(self, nodelist): member in class:Transformer
    [all...]

Completed in 946 milliseconds

1 2