HomeSort by relevance Sort by last modified time
    Searched defs:decorator (Results 26 - 50 of 85) sorted by null

12 3 4

  /prebuilts/gdb/linux-x86/lib/python2.7/
symbol.py 16 decorator = 259 variable
  /prebuilts/gdb/linux-x86/lib/python2.7/unittest/
case.py 58 def decorator(test_item): function in function:skip
68 return decorator
    [all...]
  /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/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/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/linux-x86/2.7.5/lib/python2.7/unittest/
case.py 58 def decorator(test_item): function in function:skip
68 return decorator
    [all...]
  /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/autotest/client/common_lib/test_utils/
unittest.py 146 def decorator(test_item): function in function:skip
155 return decorator
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mws/
connection.py 72 def decorator(func): function in function:structured_lists
85 return decorator
90 def decorator(func): function in function:http_body
106 return decorator
133 def decorator(func): function in function:structured_objects
144 return decorator
149 def decorator(func): function in function:requires
163 return decorator
168 def decorator(func): function in function:exclusive
182 return decorator
187 def decorator(func): function in function:dependent
207 def decorator(func): function in function:requires_some_of
223 def decorator(func): function in function:boolean_arguments
237 def decorator(func, quota=int(quota), restore=float(restore)): function in function:api_action
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/servlet/
ServletContextHandler.java 84 protected final List<Decorator> _decorators= new ArrayList<Decorator>();
256 Decorator decorator = _decorators.get(i); local
259 decorator.decorateFilterHolder(holder);
262 decorator.decorateServletHolder(holder);
479 * @return The decorator list used to resource inject new Filters, Servlets and EventListeners
481 public List<Decorator> getDecorators()
488 * @param decorators The lis of {@link Decorator}s
490 public void setDecorators(List<Decorator> decorators
1054 Decorator decorator = _decorators.get(i); local
1078 Decorator decorator = _decorators.get(i); local
1231 Decorator decorator = _decorators.get(i); local
    [all...]
  /prebuilts/gdb/darwin-x86/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/gdb/darwin-x86/lib/python2.7/test/
pickletester.py 29 def decorator(func): function in function:run_with_locale
58 return decorator
    [all...]
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/gdb/linux-x86/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/gdb/linux-x86/lib/python2.7/test/
pickletester.py 29 def decorator(func): function in function:run_with_locale
58 return decorator
    [all...]
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/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/darwin-x86/2.7.5/lib/python2.7/test/
pickletester.py 29 def decorator(func): function in function:run_with_locale
58 return decorator
    [all...]
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/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/test/
pickletester.py 29 def decorator(func): function in function:run_with_locale
58 return decorator
    [all...]
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...]

Completed in 6535 milliseconds

12 3 4