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

1 2 3

  /external/chromium_org/build/android/pylib/device/
decorators.py 65 """A decorator that handles timeouts and retries.
80 """Returns a decorator that handles timeouts and retries.
90 The actual decorator.
92 def decorator(f): function in function:WithExplicitTimeoutAndRetries
96 return decorator
100 """Returns a decorator that handles timeouts and retries.
113 The actual decorator.
115 def decorator(f): function in function:WithTimeoutAndRetriesDefaults
119 return decorator
125 """Returns a decorator that handles timeouts and retries
141 def decorator(f): function in function:WithTimeoutAndRetriesFromInstance
    [all...]
  /external/chromium_org/v8/src/compiler/
graph.h 67 void AddDecorator(GraphDecorator* decorator) {
68 decorators_.push_back(decorator);
71 void RemoveDecorator(GraphDecorator* decorator) {
73 std::find(decorators_.begin(), decorators_.end(), decorator);
  /external/chromium_org/chrome/common/extensions/docs/server2/
test_util.py 44 def decorator(fn): function in function:_ReplaceLogging
53 return decorator
compiled_file_system.py 29 '''A decorator which can be applied to the compilation function
33 This decorator should be listed first in any list of decorators, along
34 with the SingleFile decorator below.
41 '''A decorator which can be optionally applied to the compilation function
46 Note that this decorator must be listed first in any list of decorators to
54 '''A decorator which can be optionally applied to the compilation function
  /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...]
  /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...]
  /development/samples/Support7Demos/src/com/example/android/supportv7/widget/
LinearLayoutManagerActivity.java 19 import com.example.android.supportv7.widget.decorator.DividerItemDecoration;
RecyclerViewActivity.java 22 import com.example.android.supportv7.widget.decorator.DividerItemDecoration;
  /development/samples/Support7Demos/src/com/example/android/supportv7/widget/decorator/
DividerItemDecoration.java 17 package com.example.android.supportv7.widget.decorator;
  /external/junit/src/org/junit/internal/runners/
JUnit38ClassRunner.java 113 TestDecorator decorator= (TestDecorator) test; local
114 return makeDescription(decorator.getTest());
  /external/lldb/test/unittest2/test/
test_skipping.py 64 # was originally a class decorator...
124 def decorator(func): function in function:Test_TestSkipping.test_decorated_skip
130 @decorator
  /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/third_party/cython/src/Cython/Compiler/
ParseTreeTransforms.py     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
responsiveDesignView.css 161 .responsive-design-section-decorator {
386 .responsive-design-section-device .responsive-design-section-decorator {
427 .responsive-design-section-network .responsive-design-section-decorator {
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
metrics.js 57 * Create a decorator function that calls a chrome.metricsPrivate function
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
cdi-api-1.0.jar 

Completed in 1374 milliseconds

1 2 3