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

  /external/autotest/client/site_tests/desktopui_FlashSanityCheck/
desktopui_FlashSanityCheck.py 143 def verify_flash_process(self, load_path=None):
146 @param load_path: The expected path of the Flash binary. If set
200 if load_path:
205 for dont_load_path in _FLASH_PATHS - {load_path}:
215 if not load_path in output:
217 logging.error('Flash not loaded from %s', load_path)
220 load_path)
221 logging.info('Saw a flash library loaded from %s.', load_path)
299 browser_args=browser_args, load_path=_COMPONENT_MOUNT)
311 self.run_flash_test(browser_args=browser_args, load_path=_SYSTEM_STORE
    [all...]
  /external/autotest/client/site_tests/security_AccountsBaseline/
security_AccountsBaseline.py 90 def load_path(self, path): member in class:security_AccountsBaseline
106 expected_entries = self.load_path(
113 expected_entries += self.load_path(
116 actual_entries = self.load_path('/etc/%s' % basename)
  /external/libcap-ng/libcap-ng-0.7/bindings/python/test/
capng-test.py 6 load_path = '../' variable
8 sys.path.insert(0, load_path)
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
task.rb 117 attr_reader :load_path, :grammars
121 @load_path = grammar_files.map { | f | File.dirname( f ) }
122 @load_path.push( '.', @output_directory )
124 if extra_load = options[ :load_path ]
126 @load_path.unshift( extra_load )
128 @load_path.uniq!
195 dir = @load_path.find do | dir |
275 for attr in [ :output_directory, :load_path, :antlr_jar ]
395 | search directories ( @load_path ):
396 | - #{ load_path.join( "\n - " )
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
Ruby.stg 35 $LOAD_PATH.unshift( this_directory ) unless $LOAD_PATH.include?( this_directory )
38 load_path = $LOAD_PATH.map { |dir| ' - ' \<\< dir }.join( $/ )
50 #{ load_path }
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
group-file-parser.rb 13 $LOAD_PATH.unshift( this_directory ) unless $LOAD_PATH.include?( this_directory )
16 load_path = $LOAD_PATH.map { |dir| ' - ' << dir }.join( $/ )
28 #{ load_path }
group-file-lexer.rb 13 $LOAD_PATH.unshift( this_directory ) unless $LOAD_PATH.include?( this_directory )
16 load_path = $LOAD_PATH.map { |dir| ' - ' << dir }.join( $/ )
28 #{ load_path }

Completed in 143 milliseconds