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

  /external/srec/tools/grxmlcompile/
netw_arc.h 41 centre= -1;
57 centre= -1;
71 centre= arcsrc->centre;
91 centre= -1;
119 /* Assign centre context
121 void AssignCentre (int centreData) { centre= centreData; };
148 /* Get centre context
150 int GetCentre() { return centre; };
318 printf ("%d %d %d %d (%d)\n", fromId, toId, inputLabel, outputLabel, centre);
335 int centre; \/* left context *\/ member in class:NUANArc
    [all...]
sub_phon.cpp 158 int ii, currId, newId, arcCount, left, right, centre; local
167 centre= arc[ii]->GetCentre();
171 std::cout << "HMM PIC:" << left <<" " << centre <<" " << right << std::endl;
173 doc.getHMMSequence (centre, left, right, modelSequence);
176 std::cout << "HMM: " << centre << " number of HMMs = " << modelCount <<std::endl;
195 std::cout << " centre " << arc[ii]->GetInput() << std::endl;
211 int left, centre, right; local
235 centre= arc[ii]->GetLeft();
238 std::cout << "HMM PIC:" << left <<" " << centre <<" " << right << std::endl;
241 doc.getHMMSequence (centre, left, right, modelSequence)
    [all...]
  /external/jmonkeyengine/engine/src/desktop/jme3tools/navigation/
MapModel2D.java 33 private Position centre; field in class:MapModel2D
35 /* The x and y co-ordinates for the viewport's centre */
56 this.centre = new Position(0, 0);
70 // Determine the map's x,y centre
111 public void setCentre(Position centre) {
112 this.centre = centre;
139 // Get the distance between position and the centre for calculating
141 double distance = NavCalculator.computeLongDiff(centre.getLongitude(),
144 // Use the distance from the centre to calculate the pixel x co-ordinat
    [all...]
MapModel3D.java 33 private Position centre; field in class:MapModel3D
35 /* The x and y co-ordinates for the viewport's centre */
56 this.centre = new Position(0, 0);
70 // Determine the map's x,y centre
130 * Sets the map's centre.
132 * @param centre The <code>Position</code> denoting the map's
133 * desired centre.
136 public void setCentre(Position centre) {
137 this.centre = centre;
    [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 928 milliseconds