OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:in_context
(Results
1 - 4
of
4
) sorted by null
/external/autotest/client/common_lib/
decorators.py
8
def
in_context
(context_name):
function
17
@
in_context
('_mutex')
27
With the
in_context
decorator, self.bar is equivalent to
decorators_unittest.py
16
""" Unit tests for the
in_context
decorator. """
18
@decorators.
in_context
('lock')
33
# a method
in_context
N times rather than call a method
in_context
that
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-trees.rb
818
@wizard.
in_context
?( labels.fetch( 'x' ), 'VEC' ).should be_true
828
@wizard.
in_context
?( labels.fetch( 'x' ), 'VEC' ).should be_false
841
@wizard.
in_context
?( node, 'VEC ...' ).should be_true
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
wizard.rb
466
def
in_context
?( tree, context )
Completed in 64 milliseconds