HomeSort by relevance Sort by last modified time
    Searched defs:paths (Results 1 - 25 of 710) 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:
  /ndk/tests/device/stat/jni/
stat.c 25 char *paths[] = { local
29 for(i=0; i<sizeof(paths)/sizeof(paths[0]); i++)
31 if (stat(paths[i], &sb) != 0)
32 printf("Can't stat path %s\n", paths[i]);
35 printf("%14s %6lld: %s%s%s %s %s %s %s\n", paths[i], sb.st_size,
  /bionic/libc/upstream-netbsd/lib/libc/gen/
ftw.c 42 char * const paths[2] = { __UNCONST(path), NULL }; local
53 ftsp = fts_open(paths, FTS_COMFOLLOW | FTS_NOCHDIR, NULL);
nftw.c 43 char * const paths[2] = { __UNCONST(path), NULL }; local
63 ftsp = fts_open(paths, ftsflags, NULL);
  /external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/paths/
Linear.java 1 package aurelienribon.tweenengine.paths;
CatmullRom.java 1 package aurelienribon.tweenengine.paths;
  /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();
  /cts/
OldCtsBuild.mk 17 # Functions to get the paths of the build outputs.
19 define cts-get-lib-paths
23 define cts-get-ui-lib-paths
27 define cts-get-native-paths
31 define cts-get-package-paths
39 define cts-get-executable-paths
  /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];
  /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/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/
exampleSlides.js 57 var paths = {
331 { "draw":"paths.wedgeXY8", "paint":"paints.gradient1" }
335 { "draw":"paths.wedgeXY6", "paint":"paints.gradient2" }
339 { "draw":"paths.wedgeXY3", "paint":"paints.gradient3" }
346 { "draw":"paths.span4", "paint":"paints.stroke" },
347 { "draw":"paths.wedge4", "paint":"paints.gradient4" },
348 { "draw":"paths.span5", "paint":"paints.stroke" },
349 { "draw":"paths.wedge5", "paint":"paints.gradient5" },
350 { "draw":"paths.span6", "paint":"paints.stroke" },
351 { "draw":"paths.wedge6", "paint":"paints.gradient6"
    [all...]
svgBackend.js 20 case "paths":
42 case "paths":
71 svgCache = { "paths":{}, "pictures":{}, "text":{} };
225 case 'paths':
  /external/skia/tools/lua/
lua_pictures.cpp 121 SkTArray<SkString> paths; local
128 paths.push_back() = SkOSPath::Join(directory.c_str(), filename.c_str());
132 paths.push_back() = FLAGS_skpPath[i];
135 for (int i = 0; i < paths.count(); i++) {
142 const char* path = paths[i].c_str();
  /ndk/build/core/
definitions-host.mk 26 # Rationale: This function is used to translate Cygwin paths into
134 # Arguments: 1: list of file paths (e.g. "foo bar")
136 # Usage : $(call host-c-includes,<paths>)
137 # Rationale: This function is used to translate Cygwin paths into
170 # On Windows, we need to take care drive prefix in file paths, e.g.:
194 -test-host-path-is-absolute.relative-paths = \
200 -test-host-path-is-absolute.absolute-paths = \
207 -test-host-path-is-asbolute.windows-relative-paths = \
213 -test-host-path-is-asbolute.windows-absolute-paths = \
  /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/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/jetty/src/java/org/eclipse/jetty/servlet/
JspPropertyGroupServlet.java 75 String[] paths = m.getPathSpecs(); local
76 if (paths!=null)
78 for (String path:paths)
  /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]);
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/perftest/
perftest.h 69 const char *paths[] = { local
77 for (size_t i = 0; i < sizeof(paths) / sizeof(paths[0]); i++) {
78 fp = fopen(filename_ = paths[i], "rb");
  /prebuilts/tools/darwin-x86_64/protoc/include/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 582 milliseconds

1 2 3 4 5 6 7 8 91011>>