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

  /development/vndk/tools/definition-tool/tests/
test_tagged_dict.py 240 def _check_path_visibility(self, d, all_paths, from_paths, visible_paths):
242 for to_path in all_paths:
253 all_paths = set()
255 all_paths |= getattr(d, tag)
256 all_paths -= _TEST_DATA_ALIAS_PATHS
267 self._check_path_visibility(d, all_paths, from_paths, visible_paths)
280 self._check_path_visibility(d, all_paths, from_paths, visible_paths)
296 self._check_path_visibility(d, all_paths, from_paths, visible_paths)
309 self._check_path_visibility(d, all_paths, from_paths, visible_paths)
329 self._check_path_visibility(d, all_paths, from_paths, visible_paths
    [all...]
  /external/libbrillo/brillo/dbus/
exported_object_manager_unittest.cc 156 dbus::MessageReader all_paths(nullptr);
157 ASSERT_TRUE(reader.PopArray(&all_paths));
170 dbus::MessageReader all_paths(nullptr);
174 ASSERT_TRUE(reader.PopArray(&all_paths));
175 ASSERT_TRUE(all_paths.PopDictEntry(&each_path));
186 EXPECT_FALSE(all_paths.HasMoreData());
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
infoflow.py 128 def all_paths(self, source, target, maxlen=2): member in class:InfoFlowAnalysis
dta.py 120 def all_paths(self, source, target, maxlen=2): member in class:DomainTransitionAnalysis

Completed in 86 milliseconds