HomeSort by relevance Sort by last modified time
    Searched defs:Project (Results 1 - 12 of 12) sorted by null

  /external/openfst/src/script/
project.cc 19 #include <fst/script/project.h>
24 void Project(MutableFstClass *ofst, ProjectType project_type) {
27 Apply<Operation<ProjectArgs> >("Project", ofst->ArcType(), &args);
30 REGISTER_FST_OPERATION(Project, StdArc, ProjectArgs);
31 REGISTER_FST_OPERATION(Project, LogArc, ProjectArgs);
32 REGISTER_FST_OPERATION(Project, Log64Arc, ProjectArgs);
  /external/openfst/src/include/fst/script/
project.h 22 #include <fst/project.h> // for ProjectType
30 void Project(ProjectArgs *args) {
33 Project(ofst, args->arg2);
36 void Project(MutableFstClass *ofst, ProjectType project_type);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
project.h 0 // project.h
17 // Functions and classes to project an Fst on to its domain or range.
27 // This specifies whether to project on input or output.
63 void Project(MutableFst<Arc> *fst, ProjectType project_type) {
  /external/openfst/src/include/fst/
project.h 0 // project.h
19 // Functions and classes to project an Fst on to its domain or range.
30 // This specifies whether to project on input or output.
77 void Project(MutableFst<Arc> *fst, ProjectType project_type) {
  /external/webkit/Source/gyp/
configure 44 class Project:
71 'xcode': os.path.join(self._name + '.xcodeproj', 'project.pbxproj'),
116 Project("JavaScriptCore"),
117 Project("WebCore"),
121 should_generate = [project for project in PROJECTS if project.should_generate(port)]
122 already_generated = [project.name() for project in set(PROJECTS) - set(should_generate)]
139 help="Generate all project files even if they appear to be up to date."
    [all...]
  /external/emma/ant/ant14/com/vladium/emma/
emmajavaTask.java 27 import org.apache.tools.ant.Project;
50 m_reportCfg = new ReportCfg (project, this);
57 log (IAppConstants.APP_VERBOSE_BUILD_ID, Project.MSG_VERBOSE);
68 log (getTaskName () + ": 'fork=\"false\"' attribute setting ignored (this task always forks)", Project.MSG_WARN);
122 log (getTaskName () + ": output file attribute ignored ('fullmetadata=\"true\"' not specified)", Project.MSG_WARN);
125 log (getTaskName () + ": merge attribute setting ignored ('fullmetadata=\"true\"' not specified)", Project.MSG_WARN);
280 m_classpath = new Path (project);
368 m_libClasspath = new Path (project);
  /sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
Project.java 2 * Copyright (C) 2011 The Android Open Source Project
58 * A project contains information about an Android project being scanned for
65 public class Project {
82 * project which should be checked.
88 private List<Project> mDirectLibraries;
89 private List<Project> mAllLibraries;
92 * Creates a new {@link Project} for the given directory.
95 * @param dir the root directory of the project
97 * @return a new {@link Project}
    [all...]
  /external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/antlr3-src/org/apache/tools/ant/antlr/
ANTLR3.java 47 import org.apache.tools.ant.Project;
133 log("Setting target to: " + targetFile.toString(), Project.MSG_VERBOSE);
141 log("Setting output directory to: " + outputDirectoryFile.toString(), Project.MSG_VERBOSE);
156 log("Setting lib directory to: " + libDirectoryFile.toString(), Project.MSG_VERBOSE);
164 log("Setting message-format to: " + name, Project.MSG_VERBOSE);
255 log("Setting conversiontimeout to: " + conversiontimeoutString, Project.MSG_VERBOSE);
260 log("Option ConversionTimeOut ignored due to illegal value: '" + conversiontimeoutString + "'", Project.MSG_ERR);
396 log("Found via classpath: " + f.getAbsolutePath(), Project.MSG_VERBOSE);
399 log("Couldn\'t find resource " + resource + " for library " + msg + " in external classpath", Project.MSG_VERBOSE);
427 log("Found via ANTLR_HOME: " + f.getAbsolutePath(), Project.MSG_VERBOSE)
    [all...]
  /external/freetype/src/truetype/
ttinterp.c 10 /* This file is part of the FreeType project, and may only be used, */
11 /* modified, and distributed under the terms of the FreeType project */
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 

Completed in 431 milliseconds