HomeSort by relevance Sort by last modified time
    Searched defs:paths (Results 26 - 50 of 925) sorted by null

12 3 4 5 6 7 8 91011>>

  /packages/apps/Settings/tests/robotests/src/com/android/settings/graph/
UsageGraphTest.java 63 SparseIntArray paths = new SparseIntArray(); local
64 paths.append(0, 100);
65 paths.append(500, 50);
66 paths.append(501, -1);
69 mGraph.calculateLocalPaths(paths, localPaths);
82 SparseIntArray paths = new SparseIntArray(); local
83 paths.append(0, 100);
84 paths.append(200, 75);
85 paths.append(201, -1);
87 paths.append(300, 50)
113 SparseIntArray paths = new SparseIntArray(); local
133 SparseIntArray paths = new SparseIntArray(); local
155 SparseIntArray paths = new SparseIntArray(); local
    [all...]
  /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/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 215 static const char *paths[] = { local
226 fd = open(paths[id], O_RDWR);
229 paths[id], fd, strerror(errno));
264 INFO_MSG(" Device: %s", paths[id]);
  /external/mesa3d/src/hgl/
GLRendererRoster.cpp 102 const directory_which paths[] = { local
109 i < sizeof(paths) / sizeof(paths[0]); i++) {
111 status_t status = find_directory(paths[i], &path, true);
  /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...]
  /external/skia/gm/
inversepaths.cpp 70 SkPath (*paths[])(SkScalar, SkScalar, SkScalar) = { member in namespace:__anon33850
118 pathIndex < SK_ARRAY_COUNT(paths);
125 SkPath path = paths[pathIndex](cx, cy, size);
  /external/skqp/gm/
inversepaths.cpp 70 SkPath (*paths[])(SkScalar, SkScalar, SkScalar) = { member in namespace:__anon34520
118 pathIndex < SK_ARRAY_COUNT(paths);
125 SkPath path = paths[pathIndex](cx, cy, size);
shadowutils.cpp 32 SkTArray<SkPath> paths; local
33 paths.push_back().addRoundRect(SkRect::MakeWH(50, 50), 10, 10);
36 paths.push_back().addRRect(oddRRect);
37 paths.push_back().addRect(SkRect::MakeWH(50, 50));
38 paths.push_back().addCircle(25, 25, 25);
39 paths.push_back().cubicTo(100, 50, 20, 100, 0, 0);
40 paths.push_back().addOval(SkRect::MakeWH(20, 60));
61 for (const auto& path : paths) {
  /external/strace/tests/
fanotify_mark.c 130 struct strval paths[] = { local
159 for (m = 0; m < ARRAY_SIZE(paths); m++)
167 paths[m].val,
168 paths[m].str);
  /external/strace/tests-m32/
fanotify_mark.c 130 struct strval paths[] = { local
159 for (m = 0; m < ARRAY_SIZE(paths); m++)
167 paths[m].val,
168 paths[m].str);
  /external/strace/tests-mx32/
fanotify_mark.c 130 struct strval paths[] = { local
159 for (m = 0; m < ARRAY_SIZE(paths); m++)
167 paths[m].val,
168 paths[m].str);
  /frameworks/data-binding/compiler/src/test/java/android/databinding/tool/expr/
ExecutionPathTest.java 61 List<ExecutionPath> paths = new ArrayList<ExecutionPath>(); local
63 paths.add(root);
64 List<ExecutionPath> result = parsed.toExecutionPath(paths);
  /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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
ChangedFileSetHelper.java 66 List<String> paths = new ArrayList<String>(srcPaths.size()); local
70 paths.add(path.makeRelativeTo(projectPath).toString() + "/**"); //$NON-NLS-1$
75 paths.toArray(new String[paths.size()]));
  /sdk/find_java2/FindJava2/
FindJava2.cpp 116 std::set<CJavaPath> paths; local
117 javaFinder.findJavaPaths(&paths);
119 for (const CJavaPath &p : paths) {
  /system/core/libcutils/tests/
fs_config.cpp 65 static bool check_unique(std::vector<const char*>& paths, const std::string& config_name,
71 for (size_t idx = 0; idx < paths.size(); ++idx) {
73 std::string path(paths[idx]);
74 // check if there are multiple identical paths
75 for (second = idx + 1; second < paths.size(); ++second) {
76 if (path == paths[second]) {
77 GTEST_LOG_(ERROR) << "duplicate paths in " << config_name << ": " << paths[idx]; local
87 for (second = 0; second < paths.size(); ++second) {
88 if (path == paths[second])
90 << paths[idx] << " and " << paths[second] local
    [all...]
  /build/make/core/tasks/
vndk.mk 39 # Returns list of file paths of the intermediate objs
45 define paths-of-intermediates
57 # Returns paths of notice files under $(TARGET_OUT_NOTICE_FILES)
62 define paths-of-notice-files
156 $(call paths-of-intermediates,$(foreach lib,$(vndk_core_libs),$(lib):$(lib).so),SHARED_LIBRARIES)
160 $(call paths-of-intermediates,$(foreach lib,$(vndk_sp_libs),$(lib):$(lib).so),SHARED_LIBRARIES)
164 $(call paths-of-intermediates,$(foreach txt,$(vndk_prebuilt_txts), \
170 $(call paths-of-notice-files,$(vndk_core_libs),vndk) \
171 $(call paths-of-notice-files,$(vndk_sp_libs),vndk-sp)
176 $(call paths-of-intermediates,$(foreach lib,$(vndk_core_libs),$(lib):$(lib).so),SHARED_LIBRARIES,true
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
test_discovery.py 93 paths = [] variable in class:TestDiscovery.test_find_tests_with_package.Module
98 self.paths.append(path)
127 self.assertEqual(Module.paths, ['test_directory', 'test_directory2'])
  /external/jsoncpp/
makerelease.py 233 paths = upload_paths[index:index+batch_size] variable
241 exit""" % (doc_dir, ' '.join(paths) ), retry=3 )
243 def sourceforge_release_tarball( sourceforge_project, paths, user=None, sftp='sftp' ):
248 """ % (' '.join(paths),) )
  /external/kmod/libkmod/
libkmod-internal.h 121 struct kmod_list *paths; member in struct:kmod_config
  /external/libmojo/base/android/java/src/org/chromium/base/
PathUtils.java 57 * Get the directory paths from sDirPathFetchTask if available, or compute it synchronously
99 String[] paths = new String[NUM_DIRECTORIES]; local
101 paths[DATA_DIRECTORY] = appContext.getDir(
103 paths[THUMBNAIL_DIRECTORY] = appContext.getDir(
105 paths[DATABASE_DIRECTORY] = appContext.getDatabasePath("foo").getParent();
107 paths[CACHE_DIRECTORY] = appContext.getCacheDir().getPath();
109 return paths;
  /external/python/cpython2/Lib/unittest/test/
test_discovery.py 94 paths = [] variable in class:TestDiscovery.test_find_tests_with_package.Module
99 self.paths.append(path)
128 self.assertEqual(Module.paths, ['test_directory', 'test_directory2'])

Completed in 714 milliseconds

12 3 4 5 6 7 8 91011>>