/external/chromium_org/third_party/icu/source/i18n/ |
measure.cpp | 17 #include "unicode/measure.h" 22 Measure::Measure() {} 24 Measure::Measure(const Formattable& _number, MeasureUnit* adoptedUnit, 33 Measure::Measure(const Measure& other) : 38 Measure& Measure::operator=(const Measure& other) [all...] |
curramt.cpp | 22 Measure(amount, new CurrencyUnit(isoCode, ec), ec) { 27 Measure(Formattable(amount), new CurrencyUnit(isoCode, ec), ec) { 31 Measure(other) { 35 Measure::operator=(other);
|
tmutamt.cpp | 20 : Measure(number, TimeUnit::createInstance(timeUnitField, status), status) { 27 : Measure(Formattable(amount), 34 : Measure(other) 41 Measure::operator=(other); 48 return Measure::operator==(other);
|
fmtable.cpp | 22 #include "unicode/measure.h" 46 // of the Measure class, which is true as of 3.0. [alan] 51 return *((const Measure*) a) == *((const Measure*) b); 57 return ((const Measure*) a)->clone(); 60 // Return TRUE if *a is an instance of Measure. 62 return dynamic_cast<const Measure*>(a) != NULL; 423 return ((const Measure*) fValue.fObject)-> 461 return ((const Measure*) fValue.fObject)-> 491 return ((const Measure*) fValue.fObject)- [all...] |
/external/icu4c/i18n/ |
measure.cpp | 17 #include "unicode/measure.h" 22 Measure::Measure() {} 24 Measure::Measure(const Formattable& _number, MeasureUnit* adoptedUnit, 33 Measure::Measure(const Measure& other) : 38 Measure& Measure::operator=(const Measure& other) [all...] |
curramt.cpp | 22 Measure(amount, new CurrencyUnit(isoCode, ec), ec) { 27 Measure(Formattable(amount), new CurrencyUnit(isoCode, ec), ec) { 31 Measure(other) { 35 Measure::operator=(other);
|
tmutamt.cpp | 20 : Measure(number, TimeUnit::createInstance(timeUnitField, status), status) { 27 : Measure(Formattable(amount), 34 : Measure(other) 41 Measure::operator=(other); 48 return Measure::operator==(other);
|
fmtable.cpp | 23 #include "unicode/measure.h" 49 // of the Measure class, which is true as of 3.0. [alan] 54 return *((const Measure*) a) == *((const Measure*) b); 60 return ((const Measure*) a)->clone(); 63 // Return TRUE if *a is an instance of Measure. 65 return dynamic_cast<const Measure*>(a) != NULL; 430 return ((const Measure*) fValue.fObject)-> 481 return ((const Measure*) fValue.fObject)-> 511 return ((const Measure*) fValue.fObject)- [all...] |
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
measure.h | 31 * For example, a length measure consists of a number and a length 35 * <p>Measure objects are parsed and formatted by subclasses of 38 * <p>Measure objects are immutable. 45 class U_I18N_API Measure: public UObject { 57 Measure(const Formattable& number, MeasureUnit* adoptedUnit, 64 Measure(const Measure& other); 70 Measure& operator=(const Measure& other); 83 virtual ~Measure(); [all...] |
curramt.h | 18 #include "unicode/measure.h" 35 class U_I18N_API CurrencyAmount: public Measure {
|
tmutamt.h | 17 #include "unicode/measure.h" 31 class U_I18N_API TimeUnitAmount: public Measure {
|
/external/icu4c/i18n/unicode/ |
measure.h | 31 * For example, a length measure consists of a number and a length 35 * <p>Measure objects are parsed and formatted by subclasses of 38 * <p>Measure objects are immutable. 45 class U_I18N_API Measure: public UObject { 57 Measure(const Formattable& number, MeasureUnit* adoptedUnit, 64 Measure(const Measure& other); 70 Measure& operator=(const Measure& other); 83 virtual ~Measure(); [all...] |
curramt.h | 18 #include "unicode/measure.h" 35 class U_I18N_API CurrencyAmount: public Measure {
|
tmutamt.h | 17 #include "unicode/measure.h" 31 class U_I18N_API TimeUnitAmount: public Measure {
|
/external/chromium_org/courgette/ |
difference_estimator_unittest.cc | 24 EXPECT_EQ(0U, difference_estimator.Measure(base, subject)); 35 EXPECT_EQ(10U, difference_estimator.Measure(base, subject)); 46 EXPECT_EQ(1U, difference_estimator.Measure(base, subject)); 57 EXPECT_EQ(1U, difference_estimator.Measure(base, subject));
|
difference_estimator.h | 19 // regions. The ultimate measure would be to try full differential compression 20 // and measure the output size, but an estimate that correlates well with the 23 // The measure is asymmetric, if the Subject is a small substring of the Base 27 // and then call 'Measure' to get the estimate. The staging allows multiple 48 size_t Measure(Base* base, Subject* subject);
|
difference_estimator.cc | 5 // We want to measure the similarity of two sequences of bytes as a surrogate 15 // Our difference measure is the number of k-tuples that occur in Subject that 96 size_t DifferenceEstimator::Measure(Base* base, Subject* subject) {
|
ensemble_create.cc | 196 size_t difference = difference_estimator.Measure(old_base, new_subject);
|
/external/webrtc/src/system_wrappers/source/ |
cpu_measurement_harness.h | 24 // frequency requested and measure the CPU usage for all calls. 51 void Measure();
|
cpu_measurement_harness.cc | 77 Measure(); 110 void CpuMeasurementHarness::Measure() {
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
base.js | 207 function Measure(data) { 221 // Measure the benchmark once for warm up and throw the result 223 Measure(null); 226 Measure(data);
|
/external/chromium_org/v8/benchmarks/ |
base.js | 202 function Measure(data) { 216 // Measure the benchmark once for warm up and throw the result 218 Measure(null); 221 Measure(data);
|
/external/v8/benchmarks/ |
base.js | 202 function Measure(data) { 216 // Measure the benchmark once for warm up and throw the result 218 Measure(null); 221 Measure(data);
|
/external/chromium_org/ppapi/tests/ |
test_browser_font.cc | 22 RUN_TEST(Measure, filter);
|
/external/chromium_org/tools/perf/metrics/ |
media.js | 120 // TODO(shadi): Measure buffering time more accurately using events such as
|