HomeSort by relevance Sort by last modified time
    Searched full:create_var_ref (Results 1 - 2 of 2) sorted by null

  /development/vndk/tools/sourcedr/sourcedr/blueprint/tests/
test_parser.py 55 var1 = parser.create_var_ref('a')
60 var2 = parser.create_var_ref('b')
  /development/vndk/tools/sourcedr/sourcedr/blueprint/
blueprint.py 602 def create_var_ref(self, name): member in class:Parser
619 value = Concat(self.create_var_ref(ident), value)
648 result = self.create_var_ref(lexer.literal)

Completed in 384 milliseconds