HomeSort by relevance Sort by last modified time
    Searched refs:in_context (Results 1 - 6 of 6) sorted by null

  /external/chromium-trace/catapult/devil/devil/utils/
parallelizer_test.py 170 in_context = [False for i in xrange(10)]
174 in_context[i] = True
178 in_context[i] = False
184 self.assertTrue(all(in_context))
185 self.assertFalse(any(in_context))
  /external/autotest/client/common_lib/
decorators.py 9 def in_context(context_name): function
18 @in_context('_mutex')
28 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/tensorflow/tensorflow/tools/graph_transforms/
quantize_nodes_test.cc 64 const TransformFuncContext& in_context, double threshold,
72 TransformFuncContext context(in_context);
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
wizard.rb 466 def in_context?( tree, context )

Completed in 219 milliseconds