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

  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
CSSPropertyParser.h 340 enum Units {
355 friend inline Units operator|(Units a, Units b)
357 return static_cast<Units>(static_cast<unsigned>(a) | static_cast<unsigned>(b));
360 bool validCalculationUnit(CSSParserValue*, Units, ReleaseParsedCalcValueCondition releaseCalc = DoNotReleaseParsedCalcValue);
362 bool shouldAcceptUnitLessValues(CSSParserValue*, Units, CSSParserMode);
364 inline bool validUnit(CSSParserValue* value, Units unitflags, ReleaseParsedCalcValueCondition releaseCalc = DoNotReleaseParsedCalcValue) { return validUnit(value, unitflags, m_context.mode(), releaseCalc); }
365 bool validUnit(CSSParserValue*, Units, CSSParserMode, ReleaseParsedCalcValueCondition releaseCalc = DoNotReleaseParsedCalcValue);
367 bool parseBorderImageQuad(Units, RefPtrWillBeRawPtr<CSSPrimitiveValue>&)
    [all...]
  /external/llvm/lib/Support/
FoldingSet.cpp 92 unsigned Units = Size / 4;
98 Bits.append(Base, Base + Units);
99 Pos = (Units + 1) * 4;
  /external/chromium_org/third_party/tcmalloc/chromium/src/
pprof 659 printf("Total: %s %s\n", Unparse($total), Units());
    [all...]
  /external/jemalloc/bin/
pprof 659 printf("Total: %s %s\n", Unparse($total), Units());
    [all...]
  /external/llvm/utils/TableGen/
CodeGenRegisters.h 182 // List of register units in ascending order.
188 // Get the list of register units.
192 // Get the native register units. This is a prefix of getRegUnits().
197 // Inherit register units from subregisters.
365 // Populate a unique sorted list of units from a register set.
397 // Register units are used to model interference and register pressure.
398 // Every register is assigned one or more register units such that two
402 // registers inherit the units of their sub-registers.
433 std::vector<unsigned> Units;
467 // Includes native (0..NumNativeRegUnits-1) and adopted register units
    [all...]
CodeGenRegisters.cpp 153 // Iterate over all register units in a set of registers.
209 // Inherit register units from subregisters.
216 // Merge the subregister's units into this register's RegUnits.
361 // Inherit all sub-register units. It is good enough to look at the explicit
362 // sub-registers, the other registers won't contribute any more units.
375 // These units correspond to the maximal cliques in the register overlap
395 // Finally, create units for leaf registers without ad hoc aliases. Note that
401 // We have now computed the native register units. More may be adopted later
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
hidpi.h 220 ULONG Units;
  /external/chromium_org/third_party/libusb/src/libusb/os/
windows_usb.h 884 ULONG Units;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.repository_2.3.0.v20130412-2032.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.repository_2.3.0.v20130412-2032.jar 

Completed in 353 milliseconds