Searched refs:paths (Results 26 - 50 of 217) sorted by relevance

123456789

/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DRedundentExprEliminator.java45 * and also collects all absolute paths within the subtree. First
117 * paths were collected.
118 * @param paths A vector of paths that hold ExpressionOwner objects,
121 protected void eleminateRedundent(ElemTemplateElement psuedoVarRecipient, Vector paths) argument
123 int n = paths.size();
128 ExpressionOwner owner = (ExpressionOwner) paths.elementAt(i);
131 int found = findAndEliminateRedundant(i + 1, i, owner, psuedoVarRecipient, paths);
138 eleminateSharedPartialPaths(psuedoVarRecipient, paths);
141 diagnoseNumPaths(paths, numPathsEliminate
152 eleminateSharedPartialPaths(ElemTemplateElement psuedoVarRecipient, Vector paths) argument
554 createMultistepExprList(Vector paths) argument
596 findAndEliminateRedundant(int start, int firstOccuranceIndex, ExpressionOwner firstOccuranceOwner, ElemTemplateElement psuedoVarRecipient, Vector paths) argument
675 oldFindAndEliminateRedundant(int start, int firstOccuranceIndex, ExpressionOwner firstOccuranceOwner, ElemTemplateElement psuedoVarRecipient, Vector paths) argument
785 changeToVarRef(QName varName, ExpressionOwner owner, Vector paths, ElemTemplateElement psuedoVarRecipient) argument
1216 diagnoseNumPaths(Vector paths, int numPathsEliminated, int numUniquePathsEliminated) argument
1268 validateNewAddition(Vector paths, ExpressionOwner owner, LocPathIterator path) argument
[all...]
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DQtPlatformPlugin.cpp52 const QStringList paths = QCoreApplication::libraryPaths(); local
54 for (int i = 0; i < paths.count(); ++i) {
55 const QDir dir(paths[i] + suffix);
/external/webkit/Tools/Scripts/
H A Dreport-include-statistics36 my %paths;
50 $paths{$file} = $File::Find::name;
93 next if !$paths{$file};
H A Dmake-script-test-wrappers132 my @paths = map { -f $_ ? dirname($_) : $_ } @args;
138 find({ preprocess => \&directoryFilter, wanted => $fileFilter }, @paths);
/external/ppp/pppd/
H A Dpathnames.h8 #include <paths.h>
/external/chromium/chrome/browser/resources/file_manager/js/
H A Dutil.js91 * The successCallback is invoked with a null entry when all paths have
97 * @param {Array<string>} paths The list of directories to resolve.
104 getDirectories: function(dirEntry, params, paths, successCallback,
115 var path = paths.shift();
/external/jsilver/src/org/clearsilver/jni/
H A DJNI.java135 public static void setLibrarySearchPaths(String... paths) { argument
136 JNI.librarySearchPaths = paths;
/external/libogg/win32/VS6/
H A Dbuild_ogg_dynamic.bat11 echo Setting include paths for Ogg
H A Dbuild_ogg_dynamic_debug.bat11 echo Setting include paths for Ogg
H A Dbuild_ogg_static.bat11 echo Setting include paths for Ogg
H A Dbuild_ogg_static_debug.bat11 echo Setting include paths for Ogg
/external/oprofile/libpp/
H A Dlocate_images.h23 * such as 'floppy.ko', to locations in the paths passed
33 /// add all filenames found in the given paths prefixed by the
35 void populate(std::vector<std::string> const & paths,
65 * Locate a (number of) matching absolute paths to the given image
83 void populate(std::vector<std::string> const & paths,
H A Dlocate_images.cpp33 void extra_images::populate(vector<string> const & paths, argument
36 vector<string>::const_iterator cit = paths.begin();
37 vector<string>::const_iterator end = paths.end();
52 void extra_images::populate(vector<string> const & paths, argument
65 populate(paths, "");
67 populate(paths, archive_path);
69 populate(paths, root_path);
/external/webkit/Source/WebCore/plugins/symbian/
H A DPluginDatabaseSymbian.cpp60 void PluginDatabase::getPluginPathsInDirectories(HashSet<String>& paths) const
74 paths.add(*pIt);
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dchromium_gpu_unittest.py73 paths = port.baseline_search_path()
74 self.assertEqual(port._webkit_baseline_path(port_name), paths[0])
76 self.assertEqual(port._webkit_baseline_path('chromium-gpu-win'), paths[1])
77 self.assertEqual(port._webkit_baseline_path('chromium-gpu'), paths[2])
79 self.assertEqual(port._webkit_baseline_path('chromium-gpu'), paths[1])
H A Dtest_files_unittest.py73 def join(self, *paths):
74 return '\\'.join(paths)
/external/webkit/Source/WebKit2/UIProcess/Plugins/win/
H A DPluginInfoStoreWin.cpp261 Vector<String> paths; local
265 return paths;
275 paths.append(directory + "\\" + filename);
278 return paths;
281 static void addPluginPathsFromRegistry(HKEY rootKey, Vector<String>& paths) argument
302 paths.append(path);
310 Vector<String> paths; local
312 addPluginPathsFromRegistry(HKEY_LOCAL_MACHINE, paths);
313 addPluginPathsFromRegistry(HKEY_CURRENT_USER, paths);
315 return paths;
[all...]
/external/chromium/net/tools/flip_server/
H A Dmem_cache.cc80 std::deque<std::string> paths; local
82 paths.push_back(cwd_ + "/GET_");
84 while (!paths.empty()) {
85 while (current_dir == NULL && !paths.empty()) {
86 std::string current_dir_name = paths.front();
89 paths.pop_front();
112 paths.push_front(current_entry_name);
/external/webkit/Source/WebCore/html/
H A DFileInputType.h60 virtual void setFileList(const Vector<String>& paths);
/external/webkit/Source/WebCore/platform/qt/
H A DTemporaryLinkStubsQt.cpp80 void PluginDatabase::getPluginPathsInDirectories(HashSet<String>& paths) const
/external/webkit/Tools/Scripts/webkitpy/style/
H A Dfilereader.py142 def process_paths(self, paths):
143 """Process the given file and directory paths.
146 paths: A list of file and directory paths.
149 for path in paths:
H A Dchecker_unittest.py344 paths = ['foo.txt',
348 for path in paths:
418 """Test paths that should be checked as ChangeLog."""
419 paths = [
425 for path in paths:
437 """Test paths that should be checked as C++."""
438 paths = [
445 for path in paths:
468 """Test paths that should be checked as Python."""
469 paths
[all...]
/external/chromium/chrome/browser/ui/gtk/
H A Dcollected_cookies_gtk.cc333 GList* paths = gtk_tree_selection_get_selected_rows(selection, &model); local
334 if (g_list_length(paths) == 1) {
335 GList* item = g_list_first(paths);
354 g_list_foreach(paths, reinterpret_cast<GFunc>(gtk_tree_path_free), NULL);
355 g_list_free(paths);
378 GList* paths = local
381 for (GList* item = paths; item; item = item->next) {
396 g_list_foreach(paths, reinterpret_cast<GFunc>(gtk_tree_path_free), NULL);
397 g_list_free(paths);
439 GList* paths local
[all...]
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
H A Dprinting_unittest.py340 paths, rs, exp = self.get_result_summary(tests, expectations)
342 printer.print_progress(rs, False, paths)
346 printer.print_progress(rs, True, paths)
353 printer.print_progress(rs, False, paths)
359 printer.print_progress(rs, True, paths)
372 paths, rs, exp = self.get_result_summary(tests, expectations)
373 printer.print_progress(rs, False, paths)
377 # now test the enabled paths
380 paths, rs, exp = self.get_result_summary(tests, expectations)
381 printer.print_progress(rs, False, paths)
[all...]
/external/chromium/chrome/browser/safe_browsing/
H A Dsafe_browsing_util.cc387 void GeneratePathsToCheck(const GURL& url, std::vector<std::string>* paths) { argument
388 paths->clear();
400 // the query parameters, and also up to 4 paths formed by starting at the root
406 i != path.end() && paths->size() < kMaxPathsToCheck; ++i) {
408 paths->push_back(std::string(path.begin(), i + 1));
411 if (!paths->empty() && paths->back() != path)
412 paths->push_back(path);
415 paths->push_back(path + "?" + query);
432 std::vector<std::string> hosts, paths;
[all...]

Completed in 829 milliseconds

123456789