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

  /external/v8/tools/gyp/test/lib/
TestCmd.py 130 test.where_is('foo')
131 test.where_is('foo', 'PATH1:PATH2')
132 test.where_is('foo', 'PATH1;PATH2', '.suffix3;.suffix4')
191 Lastly, the where_is() method also exists in an unbound function
196 TestCmd.where_is('foo')
197 TestCmd.where_is('foo', 'PATH1:PATH2')
198 TestCmd.where_is('foo', 'PATH1;PATH2', '.suffix3;.suffix4')
532 def where_is(file, path=None, pathext=None): function
555 def where_is(file, path=None, pathext=None): function
1408 def where_is(self, file, path=None, pathext=None): member in class:TestCmd
    [all...]
TestGyp.py 253 build_tool = self.where_is(build_tool)
    [all...]

Completed in 462 milliseconds