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

1 2 3 4

  /external/autotest/client/common_lib/
metrics_mock_class.py 12 def decorate(f): function
23 return decorate
32 # decorator function ("decorate").
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_decorators.py 5 def decorate(func): function in function:funcattrs
8 return decorate
13 def decorate(func): function in function:MiscDecorators.author
16 return decorate
29 def decorate(func): function in function:dbcheck
36 return decorate
42 def decorate(func): function in function:countcalls
50 return decorate
98 def decorate(func): function in function:TestDecorators.test_argforms.noteargs
101 return decorate
226 def decorate(func): function in function:TestDecorators.test_eval_order.make_decorator
    [all...]
test_contextlib.py 87 def decorate(func): function in function:ContextManagerTestCase._create_contextmanager_attribs.attribs
91 return decorate
  /external/python/cpython2/Lib/test/
test_decorators.py 5 def decorate(func): function in function:funcattrs
8 return decorate
13 def decorate(func): function in function:MiscDecorators.author
16 return decorate
29 def decorate(func): function in function:dbcheck
36 return decorate
42 def decorate(func): function in function:countcalls
50 return decorate
98 def decorate(func): function in function:TestDecorators.test_argforms.noteargs
101 return decorate
226 def decorate(func): function in function:TestDecorators.test_eval_order.make_decorator
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_decorators.py 5 def decorate(func): function in function:funcattrs
8 return decorate
13 def decorate(func): function in function:MiscDecorators.author
16 return decorate
29 def decorate(func): function in function:dbcheck
36 return decorate
42 def decorate(func): function in function:countcalls
50 return decorate
98 def decorate(func): function in function:TestDecorators.test_argforms.noteargs
101 return decorate
226 def decorate(func): function in function:TestDecorators.test_eval_order.make_decorator
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_decorators.py 5 def decorate(func): function in function:funcattrs
8 return decorate
13 def decorate(func): function in function:MiscDecorators.author
16 return decorate
29 def decorate(func): function in function:dbcheck
36 return decorate
42 def decorate(func): function in function:countcalls
50 return decorate
98 def decorate(func): function in function:TestDecorators.test_argforms.noteargs
101 return decorate
226 def decorate(func): function in function:TestDecorators.test_eval_order.make_decorator
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_decorators.py 5 def decorate(func): function in function:funcattrs
8 return decorate
13 def decorate(func): function in function:MiscDecorators.author
16 return decorate
29 def decorate(func): function in function:dbcheck
36 return decorate
42 def decorate(func): function in function:countcalls
50 return decorate
98 def decorate(func): function in function:TestDecorators.test_argforms.noteargs
101 return decorate
226 def decorate(func): function in function:TestDecorators.test_eval_order.make_decorator
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_decorators.py 5 def decorate(func): function in function:funcattrs
8 return decorate
13 def decorate(func): function in function:MiscDecorators.author
16 return decorate
29 def decorate(func): function in function:dbcheck
36 return decorate
42 def decorate(func): function in function:countcalls
50 return decorate
98 def decorate(func): function in function:TestDecorators.test_argforms.noteargs
101 return decorate
226 def decorate(func): function in function:TestDecorators.test_eval_order.make_decorator
    [all...]
  /frameworks/rs/rsov/compiler/spirit/
instructions.cpp 30 DecorateInst *Instruction::decorate(Decoration decor) { function in class:android::spirit::Instruction
builder_test.cpp 52 ArrTy->decorate(Decoration::ArrayStride)->addExtraOperand(16);
54 StructTy->decorate(Decoration::BufferBlock);
60 InputBuffer->decorate(Decoration::DescriptorSet)->addExtraOperand(0);
61 InputBuffer->decorate(Decoration::Binding)->addExtraOperand(2);
65 ArrTy2->decorate(Decoration::ArrayStride)->addExtraOperand(16);
68 StructTy2->decorate(Decoration::BufferBlock);
73 OutputBuffer->decorate(Decoration::DescriptorSet)->addExtraOperand(0);
74 OutputBuffer->decorate(Decoration::Binding)->addExtraOperand(1);
90 GSize->decorate(Decoration::BuiltIn)->addExtraOperand(BuiltIn::WorkgroupSize);
instructions.h 73 DecorateInst *decorate(Decoration);
  /frameworks/rs/rsov/compiler/
GlobalAllocSPIRITPass.cpp 54 MetadataBufSTy->decorate(Decoration::ArrayStride)
57 MetadataSSBO->decorate(Decoration::BufferBlock);
62 MetadataVar->decorate(Decoration::DescriptorSet)->addExtraOperand(0);
63 MetadataVar->decorate(Decoration::Binding)->addExtraOperand(1);
Wrapper.cpp 43 ArrTy->decorate(Decoration::ArrayStride)->addExtraOperand(stride);
45 StructTy->decorate(Decoration::BufferBlock);
51 bufferVar->decorate(Decoration::DescriptorSet)->addExtraOperand(0);
52 bufferVar->decorate(Decoration::Binding)->addExtraOperand(binding);
240 bufferVar->decorate(Decoration::DescriptorSet)->addExtraOperand(0);
241 bufferVar->decorate(Decoration::Binding)->addExtraOperand(0);
247 StructTy->decorate(Decoration::BufferBlock);
249 // Decorate each member with proper offsets
324 bufferVar->decorate(Decoration::DescriptorSet)->addExtraOperand(0);
325 bufferVar->decorate(Decoration::Binding)->addExtraOperand(BindingNum++)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/iobench/
iobench.py 44 def decorate(f): function in function:with_open_mode
47 return decorate
50 def decorate(f): function in function:with_sizes
53 return decorate
  /external/python/cpython2/Tools/iobench/
iobench.py 44 def decorate(f): function in function:with_open_mode
47 return decorate
50 def decorate(f): function in function:with_sizes
53 return decorate
  /prebuilts/tools/common/m2/repository/org/sonatype/plexus/plexus-cipher/1.4/
plexus-cipher-1.4.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
FolderDecorator.java 46 public void decorate(Object element, IDecoration decoration) { method in class:FolderDecorator
  /external/ImageMagick/MagickCore/
Android.mk 25 decorate.c\
draw.h 248 decorate; member in struct:_DrawInfo
  /external/slf4j/slf4j-site/src/site/pages/js/
decorator.js 6 function decorate() { function
  /external/guice/extensions/persist/lib/
commons-collections.jar 
  /prebuilts/tools/common/m2/repository/commons-collections/commons-collections/3.2.1/
commons-collections-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/commons-collections/commons-collections/3.2.2/
commons-collections-3.2.2.jar 
  /external/curl/
maketgz 149 git log --pretty=fuller --no-color --date=short --decorate=full -1000 | ./scripts/log2changes.pl > CHANGES.dist
  /external/libmicrohttpd/src/include/
autoinit_funcs.h 129 #error Do not know how to decorate symbols for this architecture

Completed in 1193 milliseconds

1 2 3 4