HomeSort by relevance Sort by last modified time
    Searched full:measure (Results 51 - 75 of 449) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/sonivox/jet_tools/JetCreator/
JetCreatorhlp.dat 14 starting m/b/t = Sets the starting measure, beat, and tick for the event.
28 ending m/b/t = Sets the ending measure, beat, and tick for the segment.
55 starting m/b/t = Sets the starting measure, beat, and tick for the segment.
67 ending m/b/t = Sets the ending measure, beat, and tick for the segment.
  /frameworks/base/tools/preload/
Compile.java 27 * to measure and record the memory usage of each class.
  /packages/apps/Camera/src/com/android/camera/ui/
GLOptionHeader.java 64 .measure(widthSpec, heightSpec);
AbstractIndicator.java 43 .measure(widthSpec, heightSpec);
  /packages/inputmethods/PinyinIME/jni/include/
sync.h 59 // Return length of returned buffer in measure of UTF16LE
  /development/samples/ApiDemos/src/com/example/android/apis/view/
LabelView.java 122 * @see android.view.View#measure(int, int)
144 // Measure the text
171 // Measure the text (beware: ascent is a negative number)
  /external/netperf/
nettest_sdp.h 50 float cpu_rate; /* could we measure */
95 float cpu_rate; /* could we measure */
148 float cpu_rate; /* could we measure */
nettest_unix.h 43 float cpu_rate; /* could we measure */
86 float cpu_rate; /* could we measure */
169 float cpu_rate; /* could we measure */
nettest_bsd.h 54 float cpu_rate; /* could we measure */
105 float cpu_rate; /* could we measure */
149 float cpu_rate; /* could we measure */
195 float cpu_rate; /* could we measure */
241 float cpu_rate; /* could we measure */
328 float cpu_rate; /* could we measure */
374 float cpu_rate; /* could we measure */
nettest_dlpi.h 45 float cpu_rate; /* could we measure */
91 float cpu_rate; /* could we measure */
181 float cpu_rate; /* could we measure */
  /frameworks/base/core/tests/coretests/src/android/widget/
LabelView.java 117 * @see android.view.View#measure(int, int)
139 // Measure the text
166 // Measure the text (beware: ascent is a negative number)
  /packages/apps/Phone/src/com/android/phone/
ButtonGridLayout.java 105 * measure/layout phase.
113 // Measure the button to get initialized.
114 buttons[i].measure(MeasureSpec.UNSPECIFIED , MeasureSpec.UNSPECIFIED); method
  /hardware/ti/wlan/wl1271/TWD/MacServices/
MeasurementSrvSM.c 242 * \brief Handle a DRIVER_MODE_SUCCESS event by sending start measure command to the FW.\n
330 TRACE6( pMeasurementSRV->hReport, REPORT_SEVERITY_INFORMATION, ": measure start command sent. Params:\n channel=%d, band=%d, duration=%d, \n configOptions=0x%x, filterOptions=0x%x, status=%d, \n", pMeasurementCmd.channel, pMeasurementCmd.band, pMeasurementCmd.duration, pMeasurementCmd.ConfigOptions, pMeasurementCmd.FilterOptions, status);
346 * \brief Handle a START_SUCCESS event by starting different measure types and setting timers.\n
532 * \brief Handle an ALL_TYPE_COMPLETE event by sending a stop measure command to the FW.\n
568 TRACE0( pMeasurementSRV->hReport, REPORT_SEVERITY_INFORMATION, ": measure stop command sent.\n");
665 /* if the command response Cb is valid, send a measure stop command to the FW -
667 This shouldn't happen, as only GWSI has command response, and it shouldn't call stop measure
668 before it got the commadn response for start measure */
671 /* shouldn't happen - a command response is valid (GWSI) and stop measure called
    [all...]
MeasurementSrv.h 53 /* Time in milliseconds to receive a command complete for measure start / stop from the FW */
298 * \brief Finds a measure type index in the measure request array.\n
302 * \param type - the measure type to look for.\n
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/MeasurementSRV/
MeasurementSrvSM.c 277 * \brief Handle a DRIVER_MODE_SUCCESS event by sending start measure command to the FW.\n
370 ("%s: measure start command sent. Params:\n channel=%d, band=%d, duration=%d, \n configOptions=0x%x, filterOptions=0x%x, status=%d, \n",
389 * \brief Handle a START_SUCCESS event by starting different measure types and setting timers.\n
594 * \brief Handle an ALL_TYPE_COMPLETE event by sending a stop measure command to the FW.\n
634 ("%s: measure stop command sent.\n", __FUNCTION__) );
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/MacServices/
MeasurementSrvSM.c 242 * \brief Handle a DRIVER_MODE_SUCCESS event by sending start measure command to the FW.\n
330 TRACE6( pMeasurementSRV->hReport, REPORT_SEVERITY_INFORMATION, ": measure start command sent. Params:\n channel=%d, band=%d, duration=%d, \n configOptions=0x%x, filterOptions=0x%x, status=%d, \n", pMeasurementCmd.channel, pMeasurementCmd.band, pMeasurementCmd.duration, pMeasurementCmd.ConfigOptions, pMeasurementCmd.FilterOptions, status);
346 * \brief Handle a START_SUCCESS event by starting different measure types and setting timers.\n
532 * \brief Handle an ALL_TYPE_COMPLETE event by sending a stop measure command to the FW.\n
568 TRACE0( pMeasurementSRV->hReport, REPORT_SEVERITY_INFORMATION, ": measure stop command sent.\n");
665 /* if the command response Cb is valid, send a measure stop command to the FW -
667 This shouldn't happen, as only GWSI has command response, and it shouldn't call stop measure
668 before it got the commadn response for start measure */
671 /* shouldn't happen - a command response is valid (GWSI) and stop measure called
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ContactListItemView.java 143 mNameTextView.measure(0, 0);
148 mLabelView.measure(0, 0);
153 mDataView.measure(0, 0);
158 mSnippetView.measure(0, 0);
165 mCallButton.measure(0, 0);
168 mPresenceIcon.measure(0, 0);
178 mHeaderTextView.measure(
  /external/chromium/third_party/icu/source/i18n/
fmtable.cpp 22 #include "unicode/measure.h"
43 // of the Measure class, which is true as of 3.0. [alan]
48 return *((const Measure*) a) == *((const Measure*) b);
54 return ((const Measure*) a)->clone();
57 // Return TRUE if *a is an instance of Measure.
59 // LATER: return a->instanceof(Measure::getStaticClassID());
380 return ((const Measure*) fValue.fObject)->
418 return ((const Measure*) fValue.fObject)->
448 return ((const Measure*) fValue.fObject)-
    [all...]
  /development/samples/Home/src/com/example/android/home/
ApplicationsStackLayout.java 172 + "measure spec mode=EXACTLY");
185 mButton.measure(widthSpec, heightSpec);
257 view.measure(widthSpec, heightSpec);
  /external/chromium/third_party/icu/public/i18n/unicode/
currunit.h 30 * subclasses MeasureUnit, for use with Measure and MeasureFormat.
  /external/icu4c/i18n/unicode/
currunit.h 30 * subclasses MeasureUnit, for use with Measure and MeasureFormat.
  /external/icu4c/test/hdrtst/
cxxfiles.txt 49 measure.h
  /external/webkit/WebCore/platform/graphics/win/
UniscribeController.h 43 // Advance and measure/place up to the specified character.
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
EnergyProbe.java 24 * by the Visualizer class. The measure is qualitative and not quantitative in that the returned
  /packages/apps/Camera/src/com/android/camera/
PreviewFrameLayout.java 94 mFrame.measure(

Completed in 1235 milliseconds

1 23 4 5 6 7 8 91011>>