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

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/cloudwatch/
metric.py 32 Units = ['Seconds', 'Microseconds', 'Milliseconds', 'Bytes', 'Kilobytes',
  /external/llvm/lib/Fuzzer/test/
FuzzerUnittest.cpp 345 std::vector<Unit> Units;
346 EXPECT_FALSE(ParseDictionaryFile("zzz\n", &Units));
347 EXPECT_FALSE(ParseDictionaryFile("", &Units));
348 EXPECT_TRUE(ParseDictionaryFile("\n", &Units));
349 EXPECT_EQ(Units.size(), 0U);
350 EXPECT_TRUE(ParseDictionaryFile("#zzzz a b c d\n", &Units));
351 EXPECT_EQ(Units.size(), 0U);
352 EXPECT_TRUE(ParseDictionaryFile(" #zzzz\n", &Units));
353 EXPECT_EQ(Units.size(), 0U);
354 EXPECT_TRUE(ParseDictionaryFile(" #zzzz\n", &Units));
    [all...]
  /external/llvm/lib/Support/
FoldingSet.cpp 92 unsigned Units = Size / 4;
98 Bits.append(Base, Base + Units);
99 Pos = (Units + 1) * 4;
  /external/llvm/utils/TableGen/
CodeGenRegisters.h 199 // List of register units in ascending order.
206 // Get the list of register units.
214 // Get the native register units. This is a prefix of getRegUnits().
223 // Inherit register units from subregisters.
397 // Populate a unique sorted list of units from a register set.
429 // Register units are used to model interference and register pressure.
430 // Every register is assigned one or more register units such that two
434 // registers inherit the units of their sub-registers.
465 std::vector<unsigned> Units;
498 // Includes native (0..NumNativeRegUnits-1) and adopted register units
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
hidpi.h 220 ULONG Units;
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp 681 // We share one abbreviations table across all units so it's always at the
    [all...]
  /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 1751 milliseconds