HomeSort by relevance Sort by last modified time
    Searched defs:locate (Results 1 - 25 of 32) sorted by null

1 2

  /external/parameter-framework/upstream/parameter/
ElementLocator.cpp 40 // Locate element
41 bool CElementLocator::locate(const string &strPath, CElement **ppElement, string &strError) function in class:CElementLocator
  /external/llvm/utils/TableGen/
CTagsEmitter.cpp 55 static SMLoc locate(const Record *R);
60 SMLoc CTagsEmitter::locate(const Record *R) { function in class:CTagsEmitter
72 Tags.push_back(Tag(C.first, locate(C.second.get())));
74 Tags.push_back(Tag(D.first, locate(D.second.get())));
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
task.rb 186 file = locate( "#{ vocab }.tokens" ) and return( file )
188 | unable to locate .tokens file `#{ vocab }' referenced in #{ grammar.path }
194 def locate( file_name ) method in class:ANTLR3.CompileTask.GrammarSet
393 file = group.locate( "#{ imp }.g" ) or raise( Util.tidy( <<-END ) )
394 | #{ @path }: unable to locate imported grammar file #{ imp }.g
473 message << "could not locate a grammar name and type declaration matching\n"
481 message << "could not locate a grammar name and type declaration matching\n"
  /build/tools/atree/
files.cpp 331 locate(FileRecord* rec, const vector<string>& search) function
358 fprintf(stderr, "%s:%d: couldn't locate source file: %s\n",
  /external/opencv3/modules/java/src/
imgproc+Subdiv2D.java 269 // C++: int locate(Point2f pt, int& edge, int& vertex)
272 //javadoc: Subdiv2D::locate(pt, edge, vertex)
273 public int locate(Point pt, int[] edge, int[] vertex) method in class:Subdiv2D
373 // C++: int locate(Point2f pt, int& edge, int& vertex)
  /external/autotest/client/bin/
base_utils.py 742 def locate(pattern, root=os.getcwd()): function
  /external/opencv3/modules/imgproc/src/
subdivision2d.cpp 276 int Subdiv2D::locate(Point2f pt, int& _edge, int& _vertex) function in class:cv::Subdiv2D
413 int location = locate( pt, curr_edge, curr_point );
433 CV_Error_(CV_StsError, ("Subdiv2D::locate returned invalid location = %d", location) );
651 int loc = locate( pt, edge, vertex );
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pydoc.py 1466 def locate(path, forceload=0): function
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
pydoc.py 1466 def locate(path, forceload=0): function
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pydoc.py 1466 def locate(path, forceload=0): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pydoc.py 1466 def locate(path, forceload=0): function
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
org.eclipse.sisu.plexus-0.0.0.M5.jar 
org.eclipse.sisu.inject-0.0.0.M5.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/
org.eclipse.sisu.plexus-0.0.0.M5.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/sisu/sisu-inject-bean/1.4.2/
sisu-inject-bean-1.4.2.jar 
  /prebuilts/tools/common/m2/repository/org/antlr/stringtemplate/3.2.1/
stringtemplate-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-inject-bean/1.4.2/
sisu-inject-bean-1.4.2.jar 
  /external/testng/ant/
ivy-2.1.0.jar 
  /prebuilts/devtools/tools/lib/
monkeyrunner.jar 
  /prebuilts/gradle-plugin/com/android/tools/monkeyrunner/24.4.0-beta6/
monkeyrunner-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/monkeyrunner/24.5.0/
monkeyrunner-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/monkeyrunner/25.0.0-alpha1/
monkeyrunner-25.0.0-alpha1.jar 
  /external/opencv3/samples/java/sbt/sbt/
sbt-launch.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/
org.eclipse.sisu.inject-0.0.0.M5.jar 
  /external/guice/extensions/persist/lib/
hsqldb.jar 

Completed in 1117 milliseconds

1 2