HomeSort by relevance Sort by last modified time
    Searched defs:paths (Results 1 - 25 of 806) 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/universal-tween-engine/java/api/src/aurelienribon/tweenengine/paths/
Linear.java 1 package aurelienribon.tweenengine.paths;
CatmullRom.java 1 package aurelienribon.tweenengine.paths;
  /frameworks/base/tools/bit/
make.h 30 vector<string> paths; member in struct:Module
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorPreserveSpace.java 64 WhitespaceInfoPaths paths = new WhitespaceInfoPaths(thisSheet); local
65 setPropertiesFromAttributes(handler, rawName, attributes, paths);
67 Vector xpaths = paths.getElements();
76 paths.clearElements();
ProcessorStripSpace.java 63 WhitespaceInfoPaths paths = new WhitespaceInfoPaths(thisSheet); local
64 setPropertiesFromAttributes(handler, rawName, attributes, paths);
66 Vector xpaths = paths.getElements();
75 paths.clearElements();
  /bionic/tools/versioner/src/
VFS.cpp 38 char* paths[] = { const_cast<char*>(path.c_str()), nullptr }; local
40 fts_open(paths, FTS_COMFOLLOW | FTS_LOGICAL | FTS_NOCHDIR, nullptr), fts_close);
  /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...]
  /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...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
jsoncheckertest.cpp 22 const char *paths[] = { local
31 for (size_t i = 0; i < sizeof(paths) / sizeof(paths[0]); i++) {
32 sprintf(buffer, paths[i], filename);
filestreamtest.cpp 27 const char *paths[] = { local
35 for (size_t i = 0; i < sizeof(paths) / sizeof(paths[0]); i++) {
36 fp = fopen(paths[i], "rb");
38 filename_ = paths[i];
  /bionic/libc/bionic/
ftw.cpp 49 char* const paths[2] = { const_cast<char*>(path), nullptr }; local
50 FTS* fts = fts_open(paths, fts_options, nullptr);
  /cts/hostsidetests/appsecurity/test-apps/ReadExternalStorageApp/src/com/android/cts/readexternalstorageapp/
ReadExternalStorageTest.java 47 final List<File> paths = getAllPackageSpecificPaths(getContext()); local
50 for (File path : paths) {
  /external/chromium-trace/catapult/common/py_utils/py_utils/refactor/annotated_symbol/
import_statement.py 125 def paths(self): member in class:Import
177 def paths(self): member in class:ImportName
241 def paths(self): member in class:ImportFrom
  /external/desugar/java/com/google/devtools/build/android/desugar/
DirectoryInputFileProvider.java 64 try (Stream<Path> paths = Files.walk(root)) {
65 paths.forEach(
  /external/elfutils/libdwfl/
dwfl_build_id_find_elf.c 76 char *paths = path; local
77 while (fd < 0 && (dir = strsep (&paths, ":")) != NULL)
  /external/parameter-framework/upstream/test/functional-tests/include/
ConfigFiles.hpp 67 auto paths = pluginLocation.second; local
68 for (auto &path : paths) {
  /external/skia/experimental/docs/
svgBackend.js 20 case "paths":
42 case "paths":
71 svgCache = { "paths":{}, "pictures":{}, "text":{} }; property in class:svgCache
225 case 'paths':
  /external/skia/tools/lua/
lua_pictures.cpp 119 SkTArray<SkString> paths; local
126 paths.push_back() = SkOSPath::Join(directory.c_str(), filename.c_str());
130 paths.push_back() = FLAGS_skpPath[i];
133 for (int i = 0; i < paths.count(); i++) {
140 const char* path = paths[i].c_str();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
WorkingSetHelper.java 90 TreePath[] paths= treeSelection.getPathsFor(element); local
91 if (paths.length != 1)
94 TreePath path= paths[0];
  /external/ImageMagick/MagickCore/
version.c 288 *paths;
291 paths=GetConfigurePaths(MagickURLFilename,exception);
293 if (paths == (LinkedListInfo *) NULL)
295 element=(const char *) GetNextValueInLinkedList(paths);
302 element=(const char *) GetNextValueInLinkedList(paths);
282 *paths; local
  /external/chromium-trace/catapult/telemetry/telemetry/core/
memory_cache_http_server.py 155 def __init__(self, host_port, handler, paths):
158 for path in paths:
220 paths = args['paths']
221 for path in paths:
229 server_address, MemoryCacheHTTPRequestHandler, paths)
238 def __init__(self, paths):
242 for path in paths:
245 paths = list(paths)
263 def paths(self): member in class:MemoryCacheHTTPServer
    [all...]
  /external/flatbuffers/samples/
SampleBinary.php 24 $paths = array(join(DIRECTORY_SEPARATOR, array($root_dir, "php")), variable
26 foreach ($paths as $path) {
  /external/libdrm/freedreno/kgsl/
kgsl_pipe.c 211 static const char *paths[] = { local
222 fd = open(paths[id], O_RDWR);
225 paths[id], fd, strerror(errno));
255 INFO_MSG(" Device: %s", paths[id]);
  /external/protobuf/src/google/protobuf/
field_mask.pb.h 100 // repeated string paths = 1;
104 const ::std::string& paths(int index) const;
113 const ::google::protobuf::RepeatedPtrField< ::std::string>& paths() const;
138 // repeated string paths = 1;
145 inline const ::std::string& FieldMask::paths(int index) const { function in class:google::protobuf::FieldMask
146 // @@protoc_insertion_point(field_get:google.protobuf.FieldMask.paths)
150 // @@protoc_insertion_point(field_mutable:google.protobuf.FieldMask.paths)
154 // @@protoc_insertion_point(field_set:google.protobuf.FieldMask.paths)
159 // @@protoc_insertion_point(field_set_char:google.protobuf.FieldMask.paths)
164 // @@protoc_insertion_point(field_set_pointer:google.protobuf.FieldMask.paths)
183 FieldMask::paths() const { function in class:google::protobuf::FieldMask
    [all...]

Completed in 839 milliseconds

1 2 3 4 5 6 7 8 91011>>