Searched refs:paths (Results 76 - 100 of 217) sorted by relevance

123456789

/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/languages/
H A Den.stg234 GRAMMAR_NONDETERMINISM(input,conflictingAlts,paths,disabled,hasPredicateBlockedByAction) ::=
236 <if(paths)>
238 <paths:{ it | alt <it.alt> via NFA path <it.states; separator=","><\n>}>
276 TOKEN_NONDETERMINISM(input,conflictingTokens,paths,disabled,hasPredicateBlockedByAction) ::=
278 <if(paths)>
280 <paths:{ it | alt <it.alt> via NFA path <it.states; separator=","><\n>}>
/external/chromium/crypto/
H A Dnss_util.cc609 std::vector<FilePath> paths; local
612 paths.push_back(FilePath());
615 paths.push_back(FilePath("/usr/lib/nss"));
626 for (size_t j = 0; j < paths.size(); ++j) {
627 FilePath path = paths[j].Append(libs[i]);
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
H A DTextureHelper.java451 String[] paths = name.split("\\/");
452 StringBuilder sb = new StringBuilder(paths[paths.length-1]);//the asset name
453 assetNames.add(paths[paths.length-1]);
455 for(int i=paths.length-2;i>=0;--i) {
457 sb.insert(0, paths[i]);
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c859 * paths
867 const char **paths; local
874 paths = os_calloc(num, sizeof(char *));
875 if (!paths) {
881 paths[i++] = wpa_s->dbus_new_path;
885 paths, num, error);
887 os_free(paths);
2798 char **paths; local
2802 paths = os_calloc(wpa_s->num_bss, sizeof(char *));
2803 if (!paths) {
2849 char **paths; local
[all...]
H A Ddbus_new_handlers_p2p.c1049 * Now construct the peer object paths in a form suitable for
1495 char **paths; local
1512 paths = os_calloc(num, sizeof(char *));
1513 if (!paths) {
1522 paths[i] = os_zalloc(WPAS_DBUS_OBJECT_PATH_MAX);
1523 if (paths[i] == NULL) {
1529 os_snprintf(paths[i++], WPAS_DBUS_OBJECT_PATH_MAX,
1536 paths, num, error);
1540 os_free(paths[--i]);
1541 os_free(paths);
1798 char **paths; local
[all...]
/external/linux-tools-perf/util/
H A Dhelp.c177 char *paths, *path, *colon; local
178 path = paths = strdup(env_path);
189 free(paths);
/external/chromium/chrome/browser/ui/views/
H A Dselect_file_dialog.cc281 std::vector<FilePath> paths; local
282 paths.reserve(paths_value->GetSize());
293 paths.push_back(path);
297 listener_->MultiFilesSelected(paths, delegate->params_);
H A Dshell_dialogs_win.cc600 void MultiFilesSelected(const std::vector<FilePath>& paths, void* params,
628 std::vector<FilePath>* paths);
714 std::vector<FilePath> paths; local
716 params.run_state.owner, &paths)) {
720 this, &SelectFileDialogImpl::MultiFilesSelected, paths,
888 std::vector<FilePath>* paths) {
923 paths->swap(files);
930 paths->push_back(path->Append(*file));
884 RunOpenMultiFileDialog( const std::wstring& title, const std::wstring& filter, HWND owner, std::vector<FilePath>* paths) argument
/external/llvm/include/llvm/
H A DLinker.h35 /// archives. It retains a set of search paths in which to find any libraries
131 /// Add a path to the list of paths that the Linker will search. The Linker
133 /// library paths for the target platform. The standard libraries will
139 /// Add a set of paths to the list of paths that the linker will search. The
140 /// Linker accumulates the set of libraries added. The \p paths will be
142 /// @brief Add a set of paths.
143 void addPaths(const std::vector<std::string>& paths);
145 /// This method augments the Linker's list of library paths with the system
146 /// paths o
[all...]
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DPlatformContextSkia.h200 void applyAntiAliasedClipPaths(WTF::Vector<SkPath>& paths);
/external/webkit/Source/WebCore/storage/
H A DStorageTracker.cpp201 Vector<String> paths; local
204 paths = listDirectory(m_storageDirectoryPath, fileMatchPattern);
219 Vector<String>::const_iterator end = paths.end();
220 for (Vector<String>::const_iterator it = paths.begin(); it != end; ++it) {
/external/webkit/Tools/Scripts/webkitpy/tool/bot/
H A Dflakytestreporter_unittest.py62 tool.checkout().recent_commit_infos_for_files = lambda paths: set(commit_infos)
/external/chromium/chrome/browser/ui/gtk/
H A Dtask_manager_gtk.cc797 GList* paths = gtk_tree_selection_get_selected_rows(selection, &model); local
798 for (GList* item = paths; item; item = item->next) {
806 g_list_foreach(paths, reinterpret_cast<GFunc>(gtk_tree_path_free), NULL);
807 g_list_free(paths);
929 GList* paths = gtk_tree_selection_get_selected_rows(selection, &model); local
930 for (GList* item = paths; item; item = item->next) {
940 g_list_foreach(paths, reinterpret_cast<GFunc>(gtk_tree_path_free), NULL);
941 g_list_free(paths);
956 bool sensitive = (paths != NULL) && !selection_contains_browser_process;
/external/webkit/Tools/Scripts/
H A Dprepare-ChangeLog149 my %paths = processPaths(@ARGV);
1241 my ($paths) = @_;
1242 return ("." => 1) if (!@{$paths});
1246 for my $file (@{$paths}) {
1247 die "can't handle absolute paths like \"$file\"\n" if File::Spec->file_name_is_absolute($file);
1255 die "can't handle paths with .. like \"$untouchedFile\"\n" if $file =~ m|/\.\./|;
1262 # Remove any paths that also have a parent listed.
1287 my @paths = @_;
1289 my $pathsString = "'" . join("' '", @paths) . "'";
1435 open STAT, "-|", statusCommand(keys %paths) o
[all...]
H A Dcheck-inspector-strings100 change_directory(checkout_root=checkout_root, paths=None)
/external/webkit/Tools/Scripts/webkitpy/common/checkout/
H A Dapi.py45 # NOTE: All paths returned from this class should be absolute.
104 # SCM returns paths relative to scm.checkout_root
106 # expect absolute paths, so this method returns absolute paths.
135 def recent_commit_infos_for_files(self, paths):
136 revisions = set(sum(map(self._scm.revisions_changing_file, paths), []))
/external/webkit/Tools/Scripts/webkitpy/style/
H A Doptparser.py43 paths are passed, then all changes in your source control working directory
71 Certain style-checking behavior depends on the paths relative to
84 are in the source tree, then all paths will automatically be
85 converted to paths relative to the source root prior to checking.
97 detected. This is because all file paths will already be relative
411 A tuple of (paths, options)
413 paths: The list of paths to check.
417 (options, paths) = self._parser.parse_args(args=args)
456 return (paths, option
[all...]
/external/llvm/utils/
H A Dllvm-compilers-check91 paths = path.split(os.pathsep)
109 for p in paths:
173 # Find a unique short name for the given set of paths. This searches
175 # among all given paths.
176 def get_path_abbrevs(paths):
178 # of the paths.
179 unique_paths = list(paths)
189 # Account for single entry in paths.
205 abbrevs = dict(zip(paths, [base for base in unique_bases]))
/external/antlr/antlr-3.4/runtime/Perl5/tools/
H A Dport.pl194 This tool keeps a database of file paths and content checksum. Once the port
/external/ipsec-tools/src/racoon/
H A Dmain.c51 #include <paths.h>
/external/libxml2/include/libxml/
H A Dcatalog.h116 xmlLoadCatalogs (const char *paths);
/external/openssh/
H A Dreadpass.c34 # include <paths.h>
/external/skia/src/core/
H A DSkPicturePlayback.h132 int paths(size_t* size);
/external/srec/srec/Semproc/src/
H A DSemanticProcessorImpl.c81 * Initialize the list of partial paths
86 static void sem_partial_path_print(sem_partial_path* path, sem_partial_path* paths, int npaths, wordmap* ilabels);
544 * Go through the partial paths which were successful and accumulate the scripts
863 * Go through the partial paths which were successful and accumulate the scripts
1104 pfprintf(PSTDERR, "sem_partial_path_create() no more partial paths available (limit=%d)\n", MAX_SEM_PARTIAL_PATHS);
1117 sem_partial_path* paths, int npaths, wordmap* ilabels)
1143 if (paths[i].next == path)
1145 frompath = &paths[i];
1149 if (1)sem_partial_path_print(frompath, paths, npaths, ilabels);
1116 sem_partial_path_print(sem_partial_path* path, sem_partial_path* paths, int npaths, wordmap* ilabels) argument
/external/chromium/third_party/libjingle/source/talk/site_scons/
H A Dtalk.py152 def Components(*paths):
153 """Completes the directory paths with the correct file
158 paths: The paths to complete. If it refers to an existing
165 for path in paths:

Completed in 8794 milliseconds

123456789