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

1 2

  /external/chromium_org/chrome/common/extensions/docs/server2/
test_util.py 22 def decorator(fn): function in function:_ReplaceLogging
31 return decorator
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
graminit.h 6 #define decorator 259 macro
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
symbol.py 16 decorator = 259 variable
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
graminit.h 6 #define decorator 259 macro
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
symbol.py 16 decorator = 259 variable
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_docxmlrpc.py 17 def decorator(func): function in function:make_request_and_skipIf
23 return decorator
test_support.py 971 def decorator(func): function in function:run_with_locale
1048 def decorator(f): function in function:bigmemtest
1075 def decorator(f): function in function:precisionbigmemtest
1283 def decorator(*args): function in function:reap_threads
    [all...]
pickletester.py 29 def decorator(func): function in function:run_with_locale
58 return decorator
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_docxmlrpc.py 17 def decorator(func): function in function:make_request_and_skipIf
23 return decorator
test_support.py 971 def decorator(func): function in function:run_with_locale
1048 def decorator(f): function in function:bigmemtest
1075 def decorator(f): function in function:precisionbigmemtest
1283 def decorator(*args): function in function:reap_threads
    [all...]
pickletester.py 29 def decorator(func): function in function:run_with_locale
58 return decorator
    [all...]
  /external/junit/src/org/junit/internal/runners/
JUnit38ClassRunner.java 120 TestDecorator decorator= (TestDecorator) test; local
121 return makeDescription(decorator.getTest());
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_skipping.py 149 def decorator(func): function in function:Test_TestSkipping.test_decorated_skip
155 @decorator
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_skipping.py 149 def decorator(func): function in function:Test_TestSkipping.test_decorated_skip
155 @decorator
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
NewProjectPage.java     [all...]
NewTemplatePage.java 698 private void updateDecorator(ControlDecoration decorator, IStatus status, String help) {
700 decorator.setDescriptionText(status != null ? status.getMessage() : help);
713 decorator.setImage(errorFieldIndicator.getImage());
716 decorator.hide();
718 decorator.show();
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/
metrics.js 57 * Create a decorator function that calls a chrome.metricsPrivate function
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
CharEscapers.java     [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
CharEscapers.java     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
transformer.py 210 def decorator(self, nodelist): member in class:Transformer
228 # decorators: decorator ([NEWLINE] decorator)* NEWLINE
231 assert dec_nodelist[0] == symbol.decorator
232 items.append(self.decorator(dec_nodelist[1:]))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
transformer.py 210 def decorator(self, nodelist): member in class:Transformer
228 # decorators: decorator ([NEWLINE] decorator)* NEWLINE
231 assert dec_nodelist[0] == symbol.decorator
232 items.append(self.decorator(dec_nodelist[1:]))
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/
case.py 56 def decorator(test_item): function in function:skip
66 return decorator
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
case.py 58 def decorator(test_item): function in function:skip
68 return decorator
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
case.py 58 def decorator(test_item): function in function:skip
68 return decorator
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ElementsTreeOutline.js     [all...]

Completed in 2890 milliseconds

1 2