OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:load_path
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/tools/perf_expectations/tests/
perf_expectations_unittest.py
24
load_path
= None
41
load_path
= os.path.abspath(path)
44
if
load_path
is None:
50
sys.path.append(
load_path
)
57
(
load_path
, msg)
/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 226 milliseconds