HomeSort by relevance Sort by last modified time
    Searched full:paths (Results 1 - 25 of 1156) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/WebCore/plugins/
PluginDatabase.cpp 98 HashSet<String> paths; local
99 getPluginPathsInDirectories(paths);
108 HashSet<String>::const_iterator pathsEnd = paths.end();
109 for (HashSet<String>::const_iterator it = paths.begin(); it != pathsEnd; ++it) {
132 // Cache all the paths we found with their timestamps for next time.
335 Vector<String> paths; local
337 // Add paths specific to each platform
341 paths.append(userPluginPath);
345 paths.append(userPluginPath);
347 paths.append("/usr/lib/browser/plugins")
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/
test_files.py 32 which takes an optional list of paths. If a list is passed in, the returned
33 list of test files is constrained to those found under the paths passed in,
47 def gather_test_files(port, paths):
51 paths: a list of command line paths relative to the webkit/tests
55 # if paths is empty, provide a pre-defined list.
56 if paths:
57 for path in paths:
68 # Now walk all the paths passed in on the command line and get filenames
  /external/skia/src/core/
SkPathHeap.h 18 /** Copy the path into the heap, and return the new total number of paths.
33 // we store the paths in the heap (placement new)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
AndroidClasspathContainerInitializer.java 64 /** path separator to store multiple paths in a single property. This is guaranteed to not
343 * The method also stores the paths used to create the entries in the project persistent
354 String[] paths = getTargetPaths(target);
356 // create the classpath entry from the paths
357 IClasspathEntry[] entries = createClasspathEntriesFromPaths(paths);
359 // paths now contains all the path required to recreate the IClasspathEntry with no
363 for (String p : paths) {
393 // the cache contains multiple paths, separated by a character guaranteed to not be in
398 String[] paths = cache.split(Pattern.quote(PATH_SEPARATOR));
399 if (paths.length < 3 || paths.length == 4)
    [all...]
  /dalvik/dx/src/junit/runner/
excluded.properties 2 # The list of excluded package paths for the TestCaseClassLoader
  /device/samsung/crespo/
vold.fstab 12 ## <sysfs_path> - List of sysfs paths to source devices
  /frameworks/base/test-runner/src/junit/runner/
excluded.properties 2 # The list of excluded package paths for the TestCaseClassLoader
  /libcore/junit/src/test/java/junit/runner/
excluded.properties 2 # The list of excluded package paths for the TestCaseClassLoader
  /frameworks/base/tools/aidl/
search_path.cpp 32 vector<string>& paths = g_importPaths; local
33 for (vector<string>::iterator it=paths.begin(); it!=paths.end(); it++) {
  /external/webkit/WebKit/qt/Api/
qwebplugindatabase.cpp 243 by WebKit. The plugins are picked up by WebKit by looking up a set of search paths.
244 The default set can be accessed using defaultSearchPaths(). The search paths
245 can be changed, see searchPaths() and setSearchPaths(). Additional search paths
273 Returns a list of plugins installed in the search paths.
294 Returns a default set of search paths.
300 QStringList paths; local
304 paths.append(directories[i]);
306 return paths;
310 Returns a list of search paths that are used by WebKit to look for plugins.
316 QStringList paths; local
    [all...]
  /external/webkit/WebKit/chromium/src/
WebFileChooserCompletionImpl.cpp 51 Vector<WebCore::String> paths; local
53 paths.append(fileNames[i]);
54 m_fileChooser->chooseFiles(paths);
  /development/tools/idegen/
excluded-paths 1 # Default Idegen excluded paths file. Contains regular expressions, one per
2 # line, which match paths of directories and .jar files that should be excluded
8 # Developers can also create an 'excluded-paths' file in the project's root
17 # Note: Google-specific excludes go in vendor/google/excluded-paths.
  /device/htc/passion-common/
vold.fstab 13 ## <sysfs_path> - List of sysfs paths to source devices
  /external/junit/src/junit/runner/
excluded.properties 2 # The list of excluded package paths for the TestCaseClassLoader
  /external/stlport/
libstlport.mk 1 # Add a couple include paths to use stlport.
  /libcore/luni/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();
  /libcore/luni/src/main/java/org/apache/xalan/templates/
RedundentExprEliminator.java 45 * 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)
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, numPathsEliminated, numUniquePathsEliminated)
    [all...]
  /development/simulator/app/
MyApp.h 28 mResetPaths(false) // configurable; reset prefs with paths
70 static void FindExe(const wxString& exeName, const wxString paths[],
  /external/oprofile/libop/
op_config.c 21 /* paths in op_config.h */
30 /* paths in op_config_24.h */
op_config.h 23 * must be called to initialize the paths below.
33 * various paths, corresponding to opcontrol, that should be
  /external/webkit/WebKitTools/Scripts/
do-file-rename 44 my @paths;
67 push @paths, $File::Find::name;
79 for my $file (sort @paths) {
85 for my $file (sort @paths) {
95 for my $file (sort @paths) {
  /external/bluetooth/bluez/doc/
manager-api.txt 42 Returns list of adapter object paths under /org/bluez.
44 Property to get the list of adapter object paths.
74 List of adapter object paths.
  /external/junit/src/junit/swingui/
TestSuitePanel.java 127 TreePath[] paths= fTree.getSelectionPaths(); local
128 if (paths != null && paths.length == 1)
129 return (Test)paths[0].getLastPathComponent();
  /external/webkit/WebCore/manual-tests/
flipped-text-rendering.html 9 <p>There are three separate code paths, due to the canUseFastRenderer and shouldUseATSU functions.</p>

Completed in 278 milliseconds

1 2 3 4 5 6 7 8 91011>>