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

1 2 3

  /external/jmonkeyengine/engine/src/desktop/jme3tools/navigation/
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...]
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...]
  /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...]
grxmldoc.h 64 bool getHMMSequence (int centre, int left, int right, std::vector<int> & modelSequence);
  /frameworks/av/media/libeffects/lvm/lib/Bass/src/
LVDBE_Tables.c 40 /* Coefficients for 55Hz centre frequency */
87 /* Coefficients for 66Hz centre frequency */
134 /* Coefficients for 78Hz centre frequency */
181 /* Coefficients for 90Hz centre frequency */
232 /* Coefficients for 55Hz centre frequency */
261 /* Coefficients for 66Hz centre frequency */
290 /* Coefficients for 78Hz centre frequency */
319 /* Coefficients for 90Hz centre frequency */
LVDBE_Coeffs.h 37 /* Coefficients for centre frequency 55Hz */
84 /* Coefficients for centre frequency 66Hz */
131 /* Coefficients for centre frequency 78Hz */
178 /* Coefficients for centre frequency 90Hz */
232 /* Coefficients for centre frequency 55Hz */
279 /* Coefficients for centre frequency 66Hz */
326 /* Coefficients for centre frequency 78Hz */
    [all...]
LVDBE_Control.c 287 /* CentreFrequency: Changing the centre frequency may cause pops and clicks */
  /packages/apps/Settings/res/xml-fr/
timezones.xml 11 <timezone id="America/Costa_Rica">Heure du Centre (San José)</timezone>
12 <timezone id="America/Chicago">Heure du Centre (Chicago)</timezone>
13 <timezone id="America/Mexico_City">Heure du Centre (Mexico)</timezone>
14 <timezone id="America/Regina">Heure du Centre (Régina)</timezone>
75 <timezone id="Australia/Adelaide">Heure du Centre australien (Adélaïde)</timezone>
76 <timezone id="Australia/Darwin">Heure du Centre australien (Darwin)</timezone>
  /external/webkit/LayoutTests/fast/events/touch/
touch-inside-iframe.html 27 // 2px for the iframe border, 50px to get to centre of the div.
  /frameworks/av/media/libeffects/lvm/lib/Bass/lib/
LVDBE.h 172 * Bass Enhancement centre frequency
259 LVM_UINT16 CentreFrequency; /* Centre frequency capabilities */
409 /* CentreFrequency: Changing the centre frequency may cause pops and clicks */
  /frameworks/av/media/libeffects/lvm/lib/Eq/lib/
LVEQNB.h 58 /* Frequency is the centre frequency in Hz, range DC to Nyquist */
63 /* Frequency = 2467 Centre frequency = 2.467kHz */
246 LVM_UINT16 Frequency; /* Band centre frequency in Hz */
  /frameworks/av/media/libeffects/lvm/lib/Bundle/lib/
LVM.h 166 /* Bass Enhancement centre frequency selection control */
247 LVM_UINT16 Frequency; /* Band centre frequency in Hz */
284 LVM_BE_CentreFreq_en BE_CentreFreq; /* Bass Enhancement centre frequency */
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_Control.c 274 LVM_UINT32 fc; /* Filter centre frequency */
282 fc = (LVM_UINT32)pInst->pFiltersParams[ii].CenterFrequency; /* Get the band centre frequency */
455 /* Fc is the centre frequency, DC to Nyquist */
570 /* Fc is the centre frequency, DC to Fs/50 */
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Insets.java 22 * centre of the rectangle.
  /frameworks/av/media/libeffects/lvm/lib/Eq/src/
LVEQNB_CalcCoef.c 64 /* Fc is the centre frequency, DC to Fs/50 */
202 /* Fc is the centre frequency, DC to Nyquist */
LVEQNB_Control.c 147 LVM_UINT32 fc; /* Filter centre frequency */
158 fc = (LVM_UINT32)pParams->pBandDefinition[i].Frequency; /* Get the band centre frequency */
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
SmsMessage.java 208 * @param scAddress Service Centre address. Null means use default.
226 * @param scAddress Service Centre address. Null means use default.
375 * @param scAddress Service Centre address. Null means use default.
390 * @param scAddress Service Centre address. null == use default
451 * @param scAddress Service Centre address. null == use default
582 // TP-Service-Centre-Time-Stamp
    [all...]
  /external/webkit/Source/WebKit/wx/WebKitSupport/
ChromeClientWx.cpp 296 dialog.Centre();
315 dialog.Centre();
  /external/srec/srec/include/
all_defs.h 76 #define MAX_FILTER_NUM 32 /* spectrum filter read as frontend pars (centre freq, spread)*/
  /frameworks/opt/telephony/src/java/android/telephony/gsm/
SmsMessage.java 237 * @param scAddress Service Centre address. Null means use default.
266 * @param scAddress Service Centre address. Null means use default.
292 * @param scAddress Service Centre address. null == use default
393 * Returns the service centre timestamp in currentTimeMillis() format
  /packages/apps/Contacts/res/layout/
playback_layout.xml 71 Vertically, SeekBar and rate buttons should be below centre, position achieved by
  /external/dropbear/libtomcrypt/src/prngs/
sober128tab.c 83 * Information Systems Research Centre,
  /external/llvm/test/CodeGen/Thumb2/
2009-12-01-LoopIVUsers.ll 26 %centre = alloca i32 ; <i32*> [#uses=0]
  /external/valgrind/main/coregrind/
pub_core_scheduler.h 37 // It's at the centre of everything.

Completed in 1406 milliseconds

1 2 3