Home
last modified time | relevance | path

Searched refs:splits1 (Results 1 – 11 of 11) sorted by relevance

/dports/databases/hbase/hbase-1.2.1/hbase-shell/src/main/ruby/shell/
H A Dformatter.rb86 splits1 = split(col1width, dump(args[0]))
88 biggest = (splits2.length > splits1.length)? splits2.length: splits1.length
93 output(col1width, splits1[index])
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-core-tests/utils/
H A DStringUtilsTest.cpp27 Aws::Vector<Aws::String> splits1 = StringUtils::Split(toSplit, ',', 1); in TEST() local
28 ASSERT_EQ(1uL, splits1.size()); in TEST()
29 EXPECT_STREQ("test1,test2,test3,test4", splits1[0].c_str()); in TEST()
93 Aws::Vector<Aws::String> splits1 = StringUtils::Split(toSplit, ',', 1); in TEST() local
94 ASSERT_EQ(1uL, splits1.size()); in TEST()
95 EXPECT_STREQ("test1,test2,,test3,,,test4,", splits1[0].c_str()); in TEST()
98 ASSERT_EQ(1uL, splits1.size()); in TEST()
99 EXPECT_STREQ("test1,test2,,test3,,,test4,", splits1[0].c_str()); in TEST()
217 Aws::Vector<Aws::String> splits1 = StringUtils::Split(toSplit, ',', 1); in TEST() local
218 ASSERT_EQ(1uL, splits1.size()); in TEST()
[all …]
/dports/finance/gnucash/gnucash-4.9/libgnucash/backend/dbi/test/
H A Dtest-dbi-stuff.cpp185 GList* split1, *splits1, *splits2; in compare_single_lot() local
193 splits1 = gnc_lot_get_split_list (lot_1); in compare_single_lot()
195 g_assert_cmpint (g_list_length (splits1), == , g_list_length (splits2)); in compare_single_lot()
196 for (split1 = splits1; split1 != NULL; split1 = g_list_next (split1)) in compare_single_lot()
/dports/games/ultimatestunts/ultimatestunts-srcdata-0771/data/tiles/
H A Dsplitsleft1.conf11 textures = textures/grass2.jpg mu=0.9 roll=20;textures/road2.jpg mu=1 roll=1;textures/splits1.jpg m…
H A Dsplitsright1.conf11 textures = textures/grass2.jpg mu=0.9 roll=20;textures/road2.jpg mu=1 roll=1;textures/splits1.jpg m…
H A Dsplitsleft1-ice.conf11 …grass2.jpg mu=0.9 roll=20;textures/iceroad1.jpg mu=0.7 roll=0.5;textures/splits1-ice.jpg mu=0.7 ro…
H A Dsplitsright1-dirt.conf11 …grass2.jpg mu=0.9 roll=20;textures/dirtroad1.jpg mu=0.9 roll=10;textures/splits1-dirt.jpg mu=0.9 r…
H A Dsplitsleft1-dirt.conf11 …grass2.jpg mu=0.9 roll=20;textures/dirtroad1.jpg mu=0.9 roll=10;textures/splits1-dirt.jpg mu=0.9 r…
H A Dsplitsright1-ice.conf11 …grass2.jpg mu=0.9 roll=20;textures/iceroad1.jpg mu=0.7 roll=0.5;textures/splits1-ice.jpg mu=0.7 ro…
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/utils/
H A Dfilepath.cpp1075 const QStringList splits1 = absolutePath.split('/'); in calcRelativePath() local
1078 while (i < splits1.count() && i < splits2.count() && splits1.at(i) == splits2.at(i)) in calcRelativePath()
1092 while (i < splits1.count()) { in calcRelativePath()
1093 if (!splits1.at(i).isEmpty()) { in calcRelativePath()
1096 relativePath += splits1.at(i); in calcRelativePath()
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/mymoney/
H A Dmymoneyfile.cpp514 const auto splits1 = transaction.splits(); in modifyTransaction() local
515 for (const auto& split : splits1) { in modifyTransaction()
1237 const auto splits1 = transaction.splits(); in addTransaction() local
1238 for (const auto& split : splits1) { in addTransaction()