Searched defs:paths (Results 1 - 25 of 142) sorted by relevance

123456

/external/jsoncpp/test/
H A Dcleantests.py5 paths = [] variable
7 paths += glob.glob( 'data/' + pattern )
9 for path in paths:
/external/perf_data_converter/src/
H A Dperf_data_handler_test.cc17 const std::vector<string> paths = { local
24 for (const auto& path : paths) {
30 const std::vector<string> paths = { local
39 for (const auto& path : paths) {
45 const std::vector<string> paths = { local
48 for (const auto& path : paths) {
54 const std::vector<string> paths = { local
57 for (const auto& path : paths) {
/external/google-breakpad/src/processor/
H A Dsimple_symbol_supplier.h34 // created with one or more base directories, which are the root paths for all
65 // SimpleSymbolSupplier will iterate over all root paths searching for
99 // Creates a new SimpleSymbolSupplier, using paths as a list of root
100 // paths where symbols may be stored.
101 explicit SimpleSymbolSupplier(const vector<string> &paths) : paths_(paths) {} argument
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H A DFieldMaskPartial.cs53 /// <param name="paths">Paths in the field mask</param>
56 internal static string ToJson(IList<string> paths, bool diagnosticOnly) argument
58 var firstInvalid = paths.FirstOrDefault(p => !ValidatePath(p));
62 JsonFormatter.WriteString(writer, string.Join(",", paths.Select(JsonFormatter.ToCamelCase)));
70 writer.Write("{ \"@warning\": \"Invalid FieldMask\", \"paths\": ");
71 JsonFormatter.Default.WriteList(writer, (IList)paths);
/external/skia/gm/
H A Dpathmaskcache.cpp72 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
[all...]
/external/skqp/gm/
H A Dpathmaskcache.cpp72 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
[all...]
/external/tensorflow/tensorflow/stream_executor/lib/
H A Dpath.cc28 // For an array of paths of length count, append them all together,
30 string JoinPathImpl(std::initializer_list<port::StringPiece> paths) { argument
33 for (port::StringPiece path : paths) {
/external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/paths/
H A DLinear.java1 package aurelienribon.tweenengine.paths;
H A DCatmullRom.java1 package aurelienribon.tweenengine.paths;
/external/jsilver/src/org/clearsilver/jni/
H A DJNI.java135 public static void setLibrarySearchPaths(String... paths) { argument
136 JNI.librarySearchPaths = paths;
/external/perfetto/include/perfetto/traced/
H A Ddata_source_types.h39 std::set<std::string> paths)
40 : entry_type_(entry_type), paths_(std::move(paths)) {}
45 const std::set<std::string>& paths() const { return paths_; } function in class:perfetto::InodeMapValue
49 void SetPaths(std::set<std::string> paths) { paths_ = std::move(paths); } argument
53 return type() == rhs.type() && paths() == rhs.paths();
38 InodeMapValue(protos::pbzero::InodeFileMap_Entry_Type entry_type, std::set<std::string> paths) argument
/external/turbine/java/com/google/turbine/options/
H A DTurbineOptionsParser.java174 private static ImmutableList<String> splitClasspath(Iterable<String> paths) { argument
176 for (String path : paths) {
/external/skia/experimental/docs/
H A DexampleSlides.js57 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
[all...]
H A DsvgBackend.js20 case "paths":
42 case "paths":
71 svgCache = { "paths":{}, "pictures":{}, "text":{} };
225 case 'paths':
/external/skqp/experimental/docs/
H A DexampleSlides.js57 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
[all...]
H A DsvgBackend.js20 case "paths":
42 case "paths":
71 svgCache = { "paths":{}, "pictures":{}, "text":{} };
225 case 'paths':
/external/testng/src/test/java/test/thread/
H A DParallelSuiteTest.java44 int expectedSuiteCount, Boolean randomizeSuites, List<String> paths) {
48 tng.setTestSuites(paths);
43 runTest(int suiteThreadPoolSize, int expectedThreadCount, int expectedSuiteCount, Boolean randomizeSuites, List<String> paths) argument
/external/turbine/java/com/google/turbine/binder/
H A DClassPathBinder.java61 TopLevelIndex.Builder tli, Collection<Path> paths) throws IOException {
71 for (Path path : paths) {
60 bindClasspath( TopLevelIndex.Builder tli, Collection<Path> paths) argument
/external/chromium-trace/catapult/common/py_utils/py_utils/refactor/annotated_symbol/
H A Dimport_statement.py125 def paths(self): member in class:Import
177 def paths(self): member in class:ImportName
241 def paths(self): member in class:ImportFrom
/external/elfutils/libdwfl/
H A Ddwfl_build_id_find_elf.c76 char *paths = path; local
77 while (fd < 0 && (dir = strsep (&paths, ":")) != NULL)
/external/flatbuffers/samples/
H A DSampleBinary.php24 $paths = array(join(DIRECTORY_SEPARATOR, array($root_dir, "php")), variable
26 foreach ($paths as $path) {
/external/mesa3d/src/hgl/
H A DGLRendererRoster.cpp102 const directory_which paths[] = { local
109 i < sizeof(paths) / sizeof(paths[0]); i++) {
111 status_t status = find_directory(paths[i], &path, true);
/external/parameter-framework/upstream/test/functional-tests/include/
H A DConfigFiles.hpp67 auto paths = pluginLocation.second; local
68 for (auto &path : paths) {
/external/protobuf/java/util/src/main/java/com/google/protobuf/util/
H A DFieldMaskTree.java90 * a field path to the tree, redundant sub-paths will be removed. That is,
119 // Turn the matching node into a leaf node (i.e., remove sub-paths).
125 * Merges all field paths in a FieldMask into this tree.
139 List<String> paths = new ArrayList<String>();
140 getFieldPaths(root, "", paths);
141 return FieldMask.newBuilder().addAllPaths(paths).build();
144 /** Gathers all field paths in a sub-tree. */
145 private void getFieldPaths(Node node, String path, List<String> paths) { argument
147 paths.add(path);
152 getFieldPaths(entry.getValue(), childPath, paths);
[all...]
/external/protobuf/src/google/protobuf/
H A Dfield_mask.pb.h100 // 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 4820 milliseconds

123456