Home
last modified time | relevance | path

Searched refs:l_suite_path (Results 1 – 2 of 2) sorted by relevance

/dports/devel/py-opengrok-tools/opengrok-1.3.16/opengrok-indexer/src/test/resources/analysis/sql/
H A Dsample.pls319 l_suite_path varchar2(4000 char); local
350 l_suite_path := a_object.annotations(i).text || '.' || lower(a_object.object_name);
441 l_suite_path varchar2(4000 char); local
449 l_suite_path := l_suites_by_path.last;
452 while l_suite_path is not null loop
453 l_parent_path := substr( l_suite_path, 1, instr(l_suite_path,'.',-1)-1);
458 l_result(l_suite_path) := l_suites_by_path(l_suite_path);
467 a_object_owner => l_suites_by_path(l_suite_path).object_owner,
473 ut_utils.debug_log(' adding suite "'||l_suite_path||'" to "'||l_parent_path||'" items');
474 l_suites_by_path(l_parent_path).add_item( l_suites_by_path(l_suite_path) );
[all …]
H A Dsampleplstags72 l_suite_path grok.pls /^ l_suite_path varchar2(4000 char);$/;" local line:319 functio…
84 l_suite_path grok.pls /^ l_suite_path varchar2(4000 char);$/;" local line:441 function:ut…