Home
last modified time | relevance | path

Searched full:water (Results 1 – 25 of 209) sorted by relevance

123456789

/freebsd/contrib/googletest/googletest/samples/
H A Dsample10_unittest.cc45 class Water { class
47 // Normal Water declarations go here.
49 // operator new and operator delete help us control water allocation.
66 int Water::allocated_ = 0;
68 // This event listener monitors how many Water objects are created and
69 // destroyed by each test, and reports a failure if a test leaks some Water
70 // objects. It does this by comparing the number of live Water objects at
76 initially_allocated_ = Water::allocated(); in OnTestStart()
81 int difference = Water::allocated() - initially_allocated_; in OnTestEnd()
86 EXPECT_LE(difference, 0) << "Leaked " << difference << " unit(s) of Water!"; in OnTestEnd()
[all …]
/freebsd/contrib/libxo/tests/core/saved/
H A Dtest_08.HIPx.out22 …<div class="data" data-tag="name" data-xpath="/top/data/contents/item/name" data-key="key">water
23 …<div class="data" data-tag="count" data-xpath="/top/data/contents/item[name = 'water']/count"> …
50 …<div class="data" data-tag="name" data-xpath="/top/data2/contents/item/name" data-key="key">water
51 …<div class="data" data-tag="count" data-xpath="/top/data2/contents/item[name = 'water']/count"> …
78 …data" data-tag="name" data-xpath="/top/data3/m1/contents/item/name" data-key="key">water </div>
79 …<div class="data" data-tag="count" data-xpath="/top/data3/m1/contents/item[name = 'water']/count">…
82 …<div class="data" data-tag="test" data-xpath="/top/data3/m1/contents/item[name = 'water']/test">on…
227 …data" data-tag="name" data-xpath="/top/data4/m1/contents/item/name" data-key="key">water </div>
228 …<div class="data" data-tag="count" data-xpath="/top/data4/m1/contents/item[name = 'water']/count">…
234 …<div class="data" data-tag="name" data-xpath="/top/data4/m1/contents/item[name = 'water']/m2/sub/n…
[all …]
H A Dtest_08.T.out6 water 17
14 water 17
22 water 17
46 water 17
H A Dtest_01.T.out16 water 17 14 2 GRO-000-2331
39 Item 'water':
53 Item: water
59 water 17Extra: special 2 14 GRO-000-2331
H A Dtest_08.J.out1water","count":17}]}}, "data2": {"contents": {"item": [{"name":"gum","count":1412}, {"name":"rope"…
H A Dtest_08.JP.out23 "name": "water",
49 "name": "water",
75 "name": "water",
162 "name": "water",
H A Dtest_08.JPu.out23 "name": "water",
49 "name": "water",
75 "name": "water",
162 "name": "water",
H A Dtest_09.T.out6 Name: water
14 Name: water
22 Name: water
H A Dtest_09.J.out1 …er","bolt","water"]}, "contents": {"item": ["gum","rope","ladder","bolt","water"]}, "contents": {"…
H A Dtest_09.JP.out10 "water"
19 "water"
28 "water"
H A Dtest_09.JPu.out10 "water"
19 "water"
28 "water"
H A Dtest_09.XP.out8 <name>water</name>
15 <item>water</item>
22 <item>water</item>
H A Dtest_09.X.out1water</name></contents><contents><item>gum</item><item>rope</item><item>ladder</item><item>bolt</i…
H A Dtest_01.Ecsv1.out6 GRO-000-2331,water,17,14,2
11 GRO-000-2331,water,17.0,14,2
17 GRO-000-2331,water,17,14,2
H A Dtest_01.JPu.out61 "name": "water",
100 "name": "water",
124 "water"
161 "name": "water",
H A Dtest_01.J.out1water","sold":17,"in-stock":14,"on-order":2}]}, "data2": {"item": [{"sku":"GRO-000-415","name":"gu…
H A Dtest_01.JP.out61 "name": "water",
100 "name": "water",
124 "water"
161 "name": "water",
H A Dtest_10.JPu.out44 "name": "water",
83 "name": "water",
107 "water"
H A Dtest_10.J.out1water","sold":17,"in-stock":14,"on-order":2}]}, "data": {"item": [{"sku":"GRO-000-415","name":"gum…
H A Dtest_10.JP.out44 "name": "water",
83 "name": "water",
107 "water"
H A Dtest_08.X.out1water</name><count>17</count></item></contents></data><data2><contents><item><name key="key">gum</…
H A Dtest_08.XP.out21 <name key="key">water</name>
45 <name key="key">water</name>
69 <name key="key">water</name>
146 <name key="key">water</name>
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYConstantIslandPass.cpp80 /// Water - Potential places where an island could be formed.
133 /// entry, but if it later moves out of range, the search for new water
259 bool isWaterInRange(unsigned UserOffset, MachineBasicBlock *Water, CPUser &U,
318 // sizes of each block, the location of all the water, and finding all of the in runOnMachineFunction()
341 // appear as "new water" for the next iteration of constant pool placement. in runOnMachineFunction()
475 /// information about the sizes of each block, the location of all the water,
495 // 'water' that a constant pool island could be placed. in initializeFunctionInfo()
630 // available water after it. in updateForInsertedWaterBlock()
676 // the Water goes after OrigBB, not NewBB. in splitBlockBeforeInstr()
684 // available water after it (but not if it's already there, which happens in splitBlockBeforeInstr()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp197 /// Water - Potential places where an island could be formed.
250 /// entry, but if it later moves out of range, the search for new water
402 bool isWaterInRange(unsigned UserOffset, MachineBasicBlock *Water,
475 // sizes of each block, the location of all the water, and finding all of the in runOnMachineFunction()
498 // appear as "new water" for the next iteration of constant pool placement. in runOnMachineFunction()
629 /// information about the sizes of each block, the location of all the water,
649 // 'water' that a constant pool island could be placed. in initializeFunctionInfo()
831 // available water after it. in updateForInsertedWaterBlock()
871 // the Water goes after OrigBB, not NewBB. in splitBlockBeforeInstr()
879 // available water after it (but not if it's already there, which happens in splitBlockBeforeInstr()
[all …]
/freebsd/crypto/heimdal/lib/wind/
H A Dtest-rw.c89 /* water + z */
97 /* water + z */
105 /* BOM + water + z */
113 /* BOM + water + z */

123456789