HomeSort by relevance Sort by last modified time
    Searched defs:local_path (Results 1 - 4 of 4) sorted by null

  /external/chromium-trace/catapult/telemetry/telemetry/internal/browser/
extension_to_load.py 54 def local_path(self): member in class:ExtensionToLoad
59 @local_path.setter
60 def local_path(self, local_path): member in class:ExtensionToLoad
61 self._local_path = local_path
  /prebuilts/ndk/
gen-blueprints.py 20 def local_path(path): function
41 for sdk in os.listdir(local_path('current/platforms')):
54 arch_path = local_path(
71 prebuilts_path = local_path('current/platforms')
127 with open(local_path('Android.bp'), 'w') as f:
  /external/jsoncpp/devtools/
antglob.py 189 def local_path( paths ): function in function:glob.AntPatternToRETest.test_matching
191 test_cases.append( (ant_pattern, local_path(accepted_matches), local_path( rejected_matches )) )
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
functional.rb 25 def local_path( *parts ) method in class:ANTLR3.Test.Location
30 local_path( name )
110 path = local_path( name.to_s )
162 def local_path( *args ) method in class:ANTLR3.Test.Functional
163 self.class.local_path( *args )

Completed in 880 milliseconds