HomeSort by relevance Sort by last modified time
    Searched refs:Percentage (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLDimension.h 44 Relative, Percentage, Absolute
62 bool isPercentage() const { return m_type == Percentage; }
HTMLDimensionTest.cpp 68 ASSERT_EQ(HTMLDimension(0, HTMLDimension::Percentage), result[0]);
91 ASSERT_EQ(HTMLDimension(50, HTMLDimension::Percentage), result[0]);
131 ASSERT_EQ(HTMLDimension(25, HTMLDimension::Percentage), result[0]);
139 ASSERT_EQ(HTMLDimension(10.054, HTMLDimension::Percentage), result[0]);
179 ASSERT_EQ(HTMLDimension(10.025, HTMLDimension::Percentage), result[0]);
187 ASSERT_EQ(HTMLDimension(10.0525, HTMLDimension::Percentage), result[0]);
204 ASSERT_EQ(HTMLDimension(25, HTMLDimension::Percentage), result[1]);
214 ASSERT_EQ(HTMLDimension(10.055, HTMLDimension::Percentage), result[2]);
224 ASSERT_EQ(HTMLDimension(8., HTMLDimension::Percentage), result[2]);
HTMLDimension.cpp 88 type = HTMLDimension::Percentage;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
napenforcementclient.h 35 typedef UINT8 Percentage;
naptypes.h 50 typedef UINT8 Percentage;
124 Percentage percentage; member in struct:tagFixupInfo
clfsmgmt.h 64 ULONG Percentage;
89 ULONG Percentage;
poclass.h 294 typedef VOID (*PDEVICE_PASSIVE_COOLING)(PVOID Context, ULONG Percentage);
  /external/chromium_org/tools/telemetry/telemetry/web_perf/metrics/
smoothness.py 35 mean_pixels_approximated: The mean percentage of pixels approximated
204 """Add the mean percentage of pixels approximated.
217 description='Percentage of pixels that were approximated '
  /external/chromium_org/third_party/sqlite/src/tool/
spaceanal.tcl 179 # Generate a formatted percentage value for $num/$denom
241 # total_pages_percent: Pages consumed as a percentage of the file.
243 # payload_percent: Payload bytes used as a percentage of $storage.
248 # ovfl_cnt_percent: Percentage of btree entries that use overflow pages.
274 statline {Percentage of total database} $total_pages_percent
345 # av_percent: Percentage of the file consumed by auto-vacuum pointer-map.
347 # inuse_percent: Percentage of pages used to store data.
350 # free_percent: Percentage of file consumed by free pages (calculated).
351 # free_percent2: Percentage of file consumed by free pages (header).
358 # user_percent: $user_payload as a percentage of total file size
    [all...]
  /art/compiler/driver/
compiler_driver.cc 71 static double Percentage(size_t x, size_t y) {
79 LOG(INFO) << Percentage(x, y) << "% of " << str << " for " << (x + y) << " cases";
    [all...]
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 342 milliseconds