Searched defs:Water (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/testing/gtest/samples/
H A Dsample10_unittest.cc51 class Water { class in namespace:__anon10851
53 // Normal Water declarations go here.
72 int Water::allocated_ = 0;
74 // This event listener monitors how many Water objects are created and
75 // destroyed by each test, and reports a failure if a test leaks some Water
76 // objects. It does this by comparing the number of live Water objects at
82 initially_allocated_ = Water::allocated();
87 int difference = Water::allocated() - initially_allocated_;
92 EXPECT_LE(difference, 0) << "Leaked " << difference << " unit(s) of Water!";
99 Water* wate
[all...]
/external/protobuf/gtest/samples/
H A Dsample10_unittest.cc51 class Water { class in namespace:__anon28895
53 // Normal Water declarations go here.
72 int Water::allocated_ = 0;
74 // This event listener monitors how many Water objects are created and
75 // destroyed by each test, and reports a failure if a test leaks some Water
76 // objects. It does this by comparing the number of live Water objects at
82 initially_allocated_ = Water::allocated();
87 int difference = Water::allocated() - initially_allocated_;
93 << "Leaked " << difference << " unit(s) of Water!";
100 Water* wate
[all...]
/external/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp82 /// Water - Potential places where an island could be formed.
297 bool isWaterInRange(unsigned UserOffset, MachineBasicBlock *Water,
905 // the Water goes after OrigBB, not NewBB.
990 /// Water (a basic block) will be in range for the specific MI.
992 /// Compute how much the function will grow by inserting a CPE after Water.
994 MachineBasicBlock* Water, CPUser &U,
997 unsigned CPEOffset = BBInfo[Water->getNumber()].postOffset(CPELogAlign);
999 MachineFunction::const_iterator NextBlock = Water;
1001 NextBlockOffset = BBInfo[Water->getNumber()].postOffset();
993 isWaterInRange(unsigned UserOffset, MachineBasicBlock* Water, CPUser &U, unsigned &Growth) argument
/external/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp202 /// Water - Potential places where an island could be formed.
410 bool isWaterInRange(unsigned UserOffset, MachineBasicBlock *Water,
907 // the Water goes after OrigBB, not NewBB.
965 /// Water (a basic block) will be in range for the specific MI.
967 /// Compute how much the function will grow by inserting a CPE after Water.
969 MachineBasicBlock* Water, CPUser &U,
972 unsigned CPEOffset = BBInfo[Water->getNumber()].postOffset(CPELogAlign);
974 MachineFunction::const_iterator NextBlock = Water;
976 NextBlockOffset = BBInfo[Water->getNumber()].postOffset();
968 isWaterInRange(unsigned UserOffset, MachineBasicBlock* Water, CPUser &U, unsigned &Growth) argument

Completed in 224 milliseconds