HomeSort by relevance Sort by last modified time
    Searched refs:paths (Results 1 - 25 of 1534) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/jsoncpp/test/
cleantests.py 5 paths = [] variable
7 paths += glob.glob( 'data/' + pattern )
9 for path in paths:
  /external/flatbuffers/
biicode.conf 2 [paths]
  /libcore/luni/src/test/java/libcore/util/
TimeZoneDataFilesTest.java 28 String[] paths = TimeZoneDataFiles.getTimeZoneFilePaths("foo"); local
29 assertEquals(2, paths.length);
31 assertTrue(paths[0].contains("/misc/zoneinfo/current/"));
32 assertTrue(paths[0].endsWith("foo"));
34 assertTrue(paths[1].contains("/usr/share/zoneinfo/"));
35 assertTrue(paths[1].endsWith("foo"));
44 String[] paths = icuDataPath.split(":"); local
45 assertEquals(2, paths.length);
47 assertTrue(paths[0].contains("/misc/zoneinfo/current/icu"));
48 assertTrue(paths[1].contains("/usr/icu"))
    [all...]
  /external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/
TweenPaths.java 3 import aurelienribon.tweenengine.paths.CatmullRom;
4 import aurelienribon.tweenengine.paths.Linear;
7 * Collection of built-in paths.
  /external/swiftshader/third_party/LLVM/unittests/Support/
Path.cpp 46 SmallVector<StringRef, 40> paths; local
47 paths.push_back("");
48 paths.push_back(".");
49 paths.push_back("..");
50 paths.push_back("foo");
51 paths.push_back("/");
52 paths.push_back("/foo");
53 paths.push_back("foo/");
54 paths.push_back("/foo/");
55 paths.push_back("foo/bar")
    [all...]
  /external/chromium-trace/catapult/devil/devil/android/
md5sum.py 19 def CalculateHostMd5Sums(paths):
20 """Calculates the MD5 sum value for all items in |paths|.
26 paths: A list of host paths to md5sum.
28 A dict mapping file paths to their respective md5sum checksums.
30 if isinstance(paths, basestring):
31 paths = [paths]
37 [md5sum_bin_host_path] + [os.path.realpath(p) for p in paths])
42 def CalculateDeviceMd5Sums(paths, device)
    [all...]
  /external/libmojo/third_party/catapult/devil/devil/android/
md5sum.py 19 def CalculateHostMd5Sums(paths):
20 """Calculates the MD5 sum value for all items in |paths|.
26 paths: A list of host paths to md5sum.
28 A dict mapping file paths to their respective md5sum checksums.
30 if isinstance(paths, basestring):
31 paths = [paths]
37 [md5sum_bin_host_path] + [os.path.realpath(p) for p in paths])
42 def CalculateDeviceMd5Sums(paths, device)
    [all...]
  /external/autotest/client/common_lib/brillo/
hal_utils.py 27 paths = []
29 paths.append('/system/lib64/hw')
31 paths.append('/system/lib/hw')
32 for path in paths:
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
loc-4.s 1 # Hit a few remaining code-paths.
byte-1.s 1 # Test BYTE sequences, excercising code paths for valid input.
loc-5.s 1 # Hit a few remaining code-paths.
  /external/protobuf/src/google/protobuf/util/internal/
field_mask_utility.cc 113 util::Status DecodeCompactFieldMaskPaths(StringPiece paths,
116 int length = paths.length();
131 if (paths[i] == '\\') {
135 if (paths[i] != '\"') {
139 if (i >= length - 1 || paths[i + 1] != ']') {
142 StrCat("Invalid FieldMask '", paths,
150 if (i < length - 1 && paths[i + 1] != '.' && paths[i + 1] != ',' &&
151 paths[i + 1] != ')' && paths[i + 1] != '(')
    [all...]
  /test/vts/utils/python/os/
path_utils.py 19 def JoinTargetPath(path, *paths):
20 """Concatenates paths and inserts target path separators between them.
24 *paths: tuple of strings, the other paths to be concatenated.
29 return posixpath.join(path, *paths)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
win_add2path.py 36 paths = [envpath]
39 paths.append(path)
41 envpath = os.pathsep.join(paths)
43 return paths, envpath
46 paths, envpath = modify()
47 if len(paths) > 1:
49 print '\n'.join(paths[1:])
  /external/python/cpython2/Tools/scripts/
win_add2path.py 36 paths = [envpath]
39 paths.append(path)
41 envpath = os.pathsep.join(paths)
43 return paths, envpath
46 paths, envpath = modify()
47 if len(paths) > 1:
49 print '\n'.join(paths[1:])
  /frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/
SettingLibRobolectricTestRunner.java 45 List<ResourcePath> paths = super.getIncludedResourcePaths();
46 SettingLibRobolectricTestRunner.getIncludedResourcePaths(getPackageName(), paths);
47 return paths;
54 static void getIncludedResourcePaths(String packageName, List<ResourcePath> paths) {
55 paths.add(new ResourcePath(
59 paths.add(new ResourcePath(
63 paths.add(new ResourcePath(
  /packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/
SettingsRobolectricTestRunner.java 53 * paths to it. This lets us access resources in both Settings and SettingsLib in our tests.
69 List<ResourcePath> paths = super.getIncludedResourcePaths();
70 SettingsRobolectricTestRunner.getIncludedResourcePaths(getPackageName(), paths);
71 return paths;
80 public static void getIncludedResourcePaths(String packageName, List<ResourcePath> paths) {
81 paths.add(new ResourcePath(
85 paths.add(new ResourcePath(
89 paths.add(new ResourcePath(
93 paths.add(new ResourcePath(
97 paths.add(new ResourcePath
    [all...]
  /frameworks/base/libs/androidfw/tests/
BenchmarkHelpers.h 29 void GetResourceBenchmarkOld(const std::vector<std::string>& paths, const ResTable_config* config,
  /packages/apps/Settings/tests/robotests/src/com/android/settings/graph/
UsageGraphTest.java 65 SparseIntArray paths = new SparseIntArray(); local
66 paths.append(0, 100);
67 paths.append(500, 50);
68 paths.append(501, -1);
71 mGraph.calculateLocalPaths(paths, localPaths);
84 SparseIntArray paths = new SparseIntArray(); local
85 paths.append(0, 100);
86 paths.append(200, 75);
87 paths.append(201, -1);
89 paths.append(300, 50)
115 SparseIntArray paths = new SparseIntArray(); local
135 SparseIntArray paths = new SparseIntArray(); local
    [all...]
  /external/selinux/python/sepolgen/src/sepolgen/
defaults.py 44 paths = self.config.get(pathset, None)
45 if paths is None:
47 paths = paths.split(":")
48 for p in paths:
51 return os.path.join(paths[0], testfilename)
  /external/webrtc/webrtc/base/
iosfilesystem.mm 37 NSArray* paths = NSSearchPathForDirectoriesInDomains(
39 ASSERT([paths count] == 1);
40 return copyString([paths objectAtIndex:0]);
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
defaults.py 44 paths = self.config.get(pathset, None)
45 if paths is None:
47 paths = paths.split(":")
48 for p in paths:
51 return os.path.join(paths[0], testfilename)
  /external/skia/gm/
pathmaskcache.cpp 72 SkTArray<SkPath> paths; variable
73 paths.push_back();
74 paths.back().moveTo(0.f, 0.f);
75 paths.back().lineTo(98.f, 100.f);
76 paths.back().lineTo(100.f, 100.f);
77 paths.back().conicTo(150.f, 50.f, 100.f, 0.f, 0.6f);
78 paths.back().conicTo(148.f, 50.f, 100.f, 100.f, 0.6f);
79 paths.back().conicTo(50.f, 30.f, 0.f, 100.f, 0.9f);
81 paths.push_back();
82 paths.back().addCircle(30.f, 30.f, 30.f)
    [all...]
  /external/webrtc/talk/build/
merge_ios_libs 67 for library, paths in libs.items():
68 if len(paths) < len(archs):
69 orphaned_libs[library] = paths
71 valid_libs[library] = paths
72 for library, paths in orphaned_libs.items():
79 valid_libs[parent_library].extend(paths)
89 valid_paths.extend(paths)
107 for library, paths in valid_libs.items():
109 os.path.join(output_dir_path, library)] + paths
  /packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/
CarSettingsRobolectricTestRunner.java 49 * paths to it. This lets us access resources in both Settings and SettingsLib in our tests.
65 List<ResourcePath> paths = super.getIncludedResourcePaths();
66 paths.add(new ResourcePath(
70 paths.add(new ResourcePath(
74 paths.add(new ResourcePath(
78 return paths;

Completed in 544 milliseconds

1 2 3 4 5 6 7 8 91011>>