HomeSort by relevance Sort by last modified time
    Searched refs:paths (Results 351 - 375 of 1714) sorted by null

<<11121314151617181920>>

  /prebuilts/go/linux-x86/src/cmd/asm/
doc.go 41 Remove prefix from recorded source file paths.
  /prebuilts/go/linux-x86/src/cmd/go/internal/fix/
fix.go 20 Fix runs the Go fix command on the packages named by the import paths.
  /prebuilts/go/linux-x86/src/image/color/
ycbcr_test.go 181 // different paths through the generated code.
201 // Different values can take different paths
223 // different paths through the generated code.
247 // different paths through the generated code.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
spawn.py 185 paths = path.split(os.pathsep)
192 for p in paths:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
spawn.py 185 paths = path.split(os.pathsep)
192 for p in paths:
  /external/autotest/client/bin/
utils.py     [all...]
  /bionic/linker/
linker_config.cpp 297 } else if (android::base::EndsWith(name, ".paths") ||
370 std::vector<std::string> paths; local
371 split_path(paths_str.c_str(), ":", &paths);
384 for (auto&& path : paths) {
391 // do not remove paths that do not exist
392 resolve_paths(paths, &resolved_paths);
396 return paths;
530 // search paths are resolved (canonicalized). This is required mainly for
533 ns_config->set_search_paths(properties.get_paths(property_name_prefix + ".search.paths", true));
535 // However, for permitted paths, we are not required to resolve the path
    [all...]
linker_main.cpp 121 std::vector<std::string> paths; local
122 split_path(path, delimiters, &paths);
123 resolve_paths(paths, resolved_paths);
  /development/vndk/tools/definition-tool/tests/
test_elf_linker.py 79 paths = ['/system/lib/libc.so', '/system/lib/libdl.so']
80 nodes = graph.get_libs(paths, bad.append)
84 self.assertEqual(paths, self._get_paths_from_nodes(nodes))
87 paths = ['/no/such/path.so', '/system/lib64/libdl.so']
88 nodes = graph.get_libs(paths, bad.append)
  /external/autotest/client/common_lib/hosts/
base_classes.py 583 def symlink_closure(self, paths):
585 Given a sequence of path strings, return the set of all paths that
588 @param paths: sequence of path strings.
589 @return: a sequence of path strings that are all the unique paths that
593 "paths = cPickle.load(sys.stdin)\n"
595 "while paths:\n"
596 " path = paths.keys()[0]\n"
597 " del paths[path]\n"
605 " paths[link_to] = None\n"
607 input_data = cPickle.dumps(dict((path, None) for path in paths), 0
    [all...]
  /external/autotest/client/cros/graphics/
drm.py 555 paths = [
562 for p in paths:
576 for p in paths:
596 for p in paths:
610 for p in paths:
  /test/vts/runners/host/tcp_client/
vts_tcp_client.py 154 self.SendCommand(SysMsg_pb2.LIST_HALS, paths=base_paths)
496 paths=None,
557 if paths is not None:
558 command_msg.paths.extend(paths)
  /tools/test/connectivity/acts/framework/acts/
utils.py 195 def find_files(paths, file_predicate):
200 paths: A list of directory paths where to find the files.
208 if not isinstance(paths, list):
209 paths = [paths]
210 for path in paths:
  /external/deqp/scripts/android/
build_apk.py 268 def resolvePaths (config, paths):
269 return list(map(lambda p: resolvePath(config, p), paths))
282 def expandPathsToFiles (paths):
284 Expand mixed list of file and directory paths into a flattened list
285 of files. Any non-existent input paths are preserved as is.
294 for path in paths:
572 paths = []
575 paths.append(pkg.getResPath())
576 return paths
695 paths = [self.srcPath
    [all...]
  /external/llvm/utils/
llvm-compilers-check 91 paths = path.split(os.pathsep)
109 for p in paths:
179 # Find a unique short name for the given set of paths. This searches
181 # among all given paths.
182 def get_path_abbrevs(paths):
184 # of the paths.
185 unique_paths = list(paths)
195 # Account for single entry in paths.
211 abbrevs = dict(zip(paths, [base for base in unique_bases]))
  /external/python/cpython3/Lib/unittest/test/
test_discovery.py 158 paths = [] variable in class:TestDiscovery.test_find_tests_with_package.Module
163 self.paths.append(path)
197 # The test module paths should be sorted for reliable execution order
198 self.assertEqual(Module.paths,
232 paths = [] variable in class:TestDiscovery.test_find_tests_default_calls_package_load_tests.Module
237 self.paths.append(path)
269 # The test module paths should be sorted for reliable execution order
270 self.assertEqual(Module.paths,
317 paths = [] variable in class:TestDiscovery.test_find_tests_customize_via_package_pattern.Module
322 self.paths.append(path
434 paths = [] variable in class:TestDiscovery.test_discover_start_dir_is_package_calls_package_load_tests.Module
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/internal/list/
list.go 26 List lists the packages named by the import paths, one per line.
80 Imports []string // import paths used by this package
95 expanded imports paths. See golang.org/s/go15vendor for more about vendoring.
116 Compiler string // compiler to assume when computing target paths
220 // Show vendor-expanded paths in listing
  /prebuilts/go/linux-x86/src/cmd/go/internal/list/
list.go 26 List lists the packages named by the import paths, one per line.
80 Imports []string // import paths used by this package
95 expanded imports paths. See golang.org/s/go15vendor for more about vendoring.
116 Compiler string // compiler to assume when computing target paths
220 // Show vendor-expanded paths in listing
  /prebuilts/go/darwin-x86/src/go/build/
build.go 37 Compiler string // compiler to assume when computing target paths
67 // SplitPathList splits the path list into a slice of individual paths.
138 // Try using paths we received.
210 // Empty paths are uninteresting.
371 // are always the exact import paths from the source files:
372 // Import makes no attempt to resolve or check those paths.
418 Imports []string // import paths from GoFiles, CgoFiles
423 TestImports []string // import paths from TestGoFiles
426 XTestImports []string // import paths from XTestGoFiles
476 // interpreting local import paths relative to the srcDir directory
    [all...]
  /prebuilts/go/linux-x86/src/go/build/
build.go 37 Compiler string // compiler to assume when computing target paths
67 // SplitPathList splits the path list into a slice of individual paths.
138 // Try using paths we received.
210 // Empty paths are uninteresting.
371 // are always the exact import paths from the source files:
372 // Import makes no attempt to resolve or check those paths.
418 Imports []string // import paths from GoFiles, CgoFiles
423 TestImports []string // import paths from TestGoFiles
426 XTestImports []string // import paths from XTestGoFiles
476 // interpreting local import paths relative to the srcDir directory
    [all...]
  /external/autotest/client/common_lib/
utils_unittest.py 474 def paths(self, *path_segments): member in class:test_merge_trees
479 src, dest = self.paths(*path_segments)
508 utils.merge_trees(*self.paths("empty"))
513 utils.merge_trees(*self.paths("src_only"))
519 utils.merge_trees(*self.paths("dest_only"))
527 utils.merge_trees(*self.paths("in_both"))
534 utils.merge_trees(*self.paths())
541 utils.merge_trees(*self.paths())
553 utils.merge_trees(*self.paths())
    [all...]
  /external/autotest/client/site_tests/graphics_Idle/
graphics_Idle.py 66 def get_valid_path(self, paths):
67 for path in paths:
70 logging.error('Error: %s not found.', ' '.join(paths))
  /external/autotest/client/site_tests/platform_CompressedSwapPerf/
platform_CompressedSwapPerf.py 290 paths = []
297 paths.append(socket_path)
307 for socket_path in paths:
  /external/autotest/site_utils/
acts_lib.py 260 """Get all test paths within this container.
262 Gets all paths that hold tests within the container.
264 @returns: A list of paths on the teststation that hold tests.
  /external/chromium-trace/catapult/dependency_manager/dependency_manager/
base_config.py 58 "download_path" and all paths in "local_paths" are relative to the
138 paths = []
141 paths.append(os.path.abspath(os.path.join(base_path, path)))
142 local_info = local_path_info.LocalPathInfo(paths)
361 We may be downloading files for another platform, so paths must be

Completed in 698 milliseconds

<<11121314151617181920>>