Home
last modified time | relevance | path

Searched +defs:str +defs:d (Results 1 – 25 of 34766) sorted by relevance

12345678910>>...1391

/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/unittest/
H A DTestDiagnostics.cc93 tools::Diagnose<FloatGrid> d(grid); in TEST_F() local
95 std::string str = d.check(c); in TEST_F() local
103 tools::Diagnose<FloatGrid> d(grid); in TEST_F() local
105 std::string str = d.check(c); in TEST_F() local
113 tools::Diagnose<FloatGrid> d(grid); in TEST_F() local
115 std::string str = d.check(c); in TEST_F() local
125 tools::Diagnose<FloatGrid> d(grid); in TEST_F() local
127 std::string str = d.check(c); in TEST_F() local
137 tools::Diagnose<FloatGrid> d(grid); in TEST_F() local
139 std::string str = d.check(c); in TEST_F() local
[all …]
/dports/audio/libmusicxml/libmusicxml-3.18/src/lib/
H A Dconversions.cpp28 const string TrillStart::xml (type d) { return fSN2String[d]; } in xml()
29 TrillStart::type TrillStart::xml (const string str) { return fSN2String[str]; } in xml()
36 const string TrillStep::xml (type d) { return fTS2String[d]; } in xml()
37 TrillStep::type TrillStep::xml (const string str) { return fTS2String[str]; } in xml()
44 const string FullCue::xml (type d) { return fFC2String[d]; } in xml()
45 FullCue::type FullCue::xml (const string str) { return fFC2String[str]; } in xml()
52 const string YesNo::xml (type d) { return fYN2String[d]; } in xml()
53 YesNo::type YesNo::xml (const string str) { return fYN2String[str]; } in xml()
78 const string NoteType::xml (type d) { return fType2String[d]; } in xml()
79 NoteType::type NoteType::xml (const string str) { return fType2String[str]; } in xml()
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/lib/Doctrine/Query/
H A DTokenizer.php122 public function bracketTrim($str, $e1 = '(', $e2 = ')')
152 public function bracketExplode($str, $d = ' ', $e1 = '(', $e2 = ')')
191 public function quoteExplode($str, $d = ' ')
239 public function sqlExplode($str, $d = ' ', $e1 = '(', $e2 = ')')
285 public function clauseExplode($str, array $d, $e1 = '(', $e2 = ')')
300 private function getSplitRegExpFromArray(array $d)
327 private function clauseExplodeRegExp($str, $regexp, $e1 = '(', $e2 = ')')
350 private function clauseExplodeCountBrackets($str, $regexp, $e1 = '(', $e2 = ')')
425 private function clauseExplodeNonQuoted($str, $regexp)
513 public function quotedStringExplode($str)
/dports/devel/boost-docs/boost_1_72_0/libs/chrono/test/io/
H A Dtime_point_output.cpp17 void test_good_prefix(const char* str, D d) in test_good_prefix()
29 void test_good_prefix_system_clock(const char* str, D d) in test_good_prefix_system_clock()
44 void test_good_symbol(const char* str, D d) in test_good_symbol()
59 void test_good_symbol_system_clock(const char* str, D d) in test_good_symbol_system_clock()
73 void test_good_utc_fmt_system_clock(const char* str, const char* fmt, D d) in test_good_utc_fmt_system_clock()
89 void test_good_utc_fmt_system_clock2(const char* str, const char* fmt, D d) in test_good_utc_fmt_system_clock2()
105 void test_good(const char* str, D d, boost::chrono::duration_style style) in test_good()
115 void test_good_system_clock(const char* str, D d, boost::chrono::duration_style style) in test_good_system_clock()
H A Dduration_output.cpp10 void test_good_prefix(const char* str, D d) in test_good_prefix()
20 void test_good_symbol(const char* str, D d) in test_good_symbol()
34 void test_good(const char* str, D d, boost::chrono::duration_style style) in test_good()
44 void test_state_saver(const char* str, const char* str2, D d, boost::chrono::duration_style style) in test_state_saver()
59 void test_state_saver2(const char* str, const char* str2, D d, boost::chrono::duration_style style) in test_state_saver2()
H A Dduration_input.cpp12 void test_good(const char* str, D res) in test_good()
15 D d(0); in test_good() local
24 void test_fail(const char* str, DFail res) in test_fail()
28 DFail d = DFail::zero(); in test_fail() local
37 void test_not_eof(const char* str, D res) in test_not_eof()
41 D d = D::zero(); in test_not_eof() local
/dports/devel/boost-python-libs/boost_1_72_0/libs/chrono/test/io/
H A Dtime_point_output.cpp17 void test_good_prefix(const char* str, D d) in test_good_prefix()
29 void test_good_prefix_system_clock(const char* str, D d) in test_good_prefix_system_clock()
44 void test_good_symbol(const char* str, D d) in test_good_symbol()
59 void test_good_symbol_system_clock(const char* str, D d) in test_good_symbol_system_clock()
73 void test_good_utc_fmt_system_clock(const char* str, const char* fmt, D d) in test_good_utc_fmt_system_clock()
89 void test_good_utc_fmt_system_clock2(const char* str, const char* fmt, D d) in test_good_utc_fmt_system_clock2()
105 void test_good(const char* str, D d, boost::chrono::duration_style style) in test_good()
115 void test_good_system_clock(const char* str, D d, boost::chrono::duration_style style) in test_good_system_clock()
H A Dduration_output.cpp10 void test_good_prefix(const char* str, D d) in test_good_prefix()
20 void test_good_symbol(const char* str, D d) in test_good_symbol()
34 void test_good(const char* str, D d, boost::chrono::duration_style style) in test_good()
44 void test_state_saver(const char* str, const char* str2, D d, boost::chrono::duration_style style) in test_state_saver()
59 void test_state_saver2(const char* str, const char* str2, D d, boost::chrono::duration_style style) in test_state_saver2()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/chrono/test/io/
H A Dtime_point_output.cpp17 void test_good_prefix(const char* str, D d) in test_good_prefix()
29 void test_good_prefix_system_clock(const char* str, D d) in test_good_prefix_system_clock()
44 void test_good_symbol(const char* str, D d) in test_good_symbol()
59 void test_good_symbol_system_clock(const char* str, D d) in test_good_symbol_system_clock()
73 void test_good_utc_fmt_system_clock(const char* str, const char* fmt, D d) in test_good_utc_fmt_system_clock()
89 void test_good_utc_fmt_system_clock2(const char* str, const char* fmt, D d) in test_good_utc_fmt_system_clock2()
105 void test_good(const char* str, D d, boost::chrono::duration_style style) in test_good()
115 void test_good_system_clock(const char* str, D d, boost::chrono::duration_style style) in test_good_system_clock()
H A Dduration_output.cpp10 void test_good_prefix(const char* str, D d) in test_good_prefix()
20 void test_good_symbol(const char* str, D d) in test_good_symbol()
34 void test_good(const char* str, D d, boost::chrono::duration_style style) in test_good()
44 void test_state_saver(const char* str, const char* str2, D d, boost::chrono::duration_style style) in test_state_saver()
59 void test_state_saver2(const char* str, const char* str2, D d, boost::chrono::duration_style style) in test_state_saver2()
/dports/databases/percona57-server/boost_1_59_0/libs/chrono/test/io/
H A Dtime_point_output.cpp17 void test_good_prefix(const char* str, D d) in test_good_prefix()
29 void test_good_prefix_system_clock(const char* str, D d) in test_good_prefix_system_clock()
44 void test_good_symbol(const char* str, D d) in test_good_symbol()
59 void test_good_symbol_system_clock(const char* str, D d) in test_good_symbol_system_clock()
73 void test_good_utc_fmt_system_clock(const char* str, const char* fmt, D d) in test_good_utc_fmt_system_clock()
89 void test_good_utc_fmt_system_clock2(const char* str, const char* fmt, D d) in test_good_utc_fmt_system_clock2()
105 void test_good(const char* str, D d, boost::chrono::duration_style style) in test_good()
115 void test_good_system_clock(const char* str, D d, boost::chrono::duration_style style) in test_good_system_clock()
H A Dduration_output.cpp10 void test_good_prefix(const char* str, D d) in test_good_prefix()
20 void test_good_symbol(const char* str, D d) in test_good_symbol()
34 void test_good(const char* str, D d, boost::chrono::duration_style style) in test_good()
44 void test_state_saver(const char* str, const char* str2, D d, boost::chrono::duration_style style) in test_state_saver()
59 void test_state_saver2(const char* str, const char* str2, D d, boost::chrono::duration_style style) in test_state_saver2()
/dports/databases/xtrabackup/boost_1_59_0/libs/chrono/test/io/
H A Dtime_point_output.cpp17 void test_good_prefix(const char* str, D d) in test_good_prefix()
29 void test_good_prefix_system_clock(const char* str, D d) in test_good_prefix_system_clock()
44 void test_good_symbol(const char* str, D d) in test_good_symbol()
59 void test_good_symbol_system_clock(const char* str, D d) in test_good_symbol_system_clock()
73 void test_good_utc_fmt_system_clock(const char* str, const char* fmt, D d) in test_good_utc_fmt_system_clock()
89 void test_good_utc_fmt_system_clock2(const char* str, const char* fmt, D d) in test_good_utc_fmt_system_clock2()
105 void test_good(const char* str, D d, boost::chrono::duration_style style) in test_good()
115 void test_good_system_clock(const char* str, D d, boost::chrono::duration_style style) in test_good_system_clock()
H A Dduration_output.cpp10 void test_good_prefix(const char* str, D d) in test_good_prefix()
20 void test_good_symbol(const char* str, D d) in test_good_symbol()
34 void test_good(const char* str, D d, boost::chrono::duration_style style) in test_good()
44 void test_state_saver(const char* str, const char* str2, D d, boost::chrono::duration_style style) in test_state_saver()
59 void test_state_saver2(const char* str, const char* str2, D d, boost::chrono::duration_style style) in test_state_saver2()
/dports/databases/percona57-client/boost_1_59_0/libs/chrono/test/io/
H A Dtime_point_output.cpp17 void test_good_prefix(const char* str, D d) in test_good_prefix()
29 void test_good_prefix_system_clock(const char* str, D d) in test_good_prefix_system_clock()
44 void test_good_symbol(const char* str, D d) in test_good_symbol()
59 void test_good_symbol_system_clock(const char* str, D d) in test_good_symbol_system_clock()
73 void test_good_utc_fmt_system_clock(const char* str, const char* fmt, D d) in test_good_utc_fmt_system_clock()
89 void test_good_utc_fmt_system_clock2(const char* str, const char* fmt, D d) in test_good_utc_fmt_system_clock2()
105 void test_good(const char* str, D d, boost::chrono::duration_style style) in test_good()
115 void test_good_system_clock(const char* str, D d, boost::chrono::duration_style style) in test_good_system_clock()
H A Dduration_output.cpp10 void test_good_prefix(const char* str, D d) in test_good_prefix()
20 void test_good_symbol(const char* str, D d) in test_good_symbol()
34 void test_good(const char* str, D d, boost::chrono::duration_style style) in test_good()
44 void test_state_saver(const char* str, const char* str2, D d, boost::chrono::duration_style style) in test_state_saver()
59 void test_state_saver2(const char* str, const char* str2, D d, boost::chrono::duration_style style) in test_state_saver2()
/dports/devel/boost-libs/boost_1_72_0/libs/chrono/test/io/
H A Dtime_point_output.cpp17 void test_good_prefix(const char* str, D d) in test_good_prefix()
29 void test_good_prefix_system_clock(const char* str, D d) in test_good_prefix_system_clock()
44 void test_good_symbol(const char* str, D d) in test_good_symbol()
59 void test_good_symbol_system_clock(const char* str, D d) in test_good_symbol_system_clock()
73 void test_good_utc_fmt_system_clock(const char* str, const char* fmt, D d) in test_good_utc_fmt_system_clock()
89 void test_good_utc_fmt_system_clock2(const char* str, const char* fmt, D d) in test_good_utc_fmt_system_clock2()
105 void test_good(const char* str, D d, boost::chrono::duration_style style) in test_good()
115 void test_good_system_clock(const char* str, D d, boost::chrono::duration_style style) in test_good_system_clock()
H A Dduration_output.cpp10 void test_good_prefix(const char* str, D d) in test_good_prefix()
20 void test_good_symbol(const char* str, D d) in test_good_symbol()
34 void test_good(const char* str, D d, boost::chrono::duration_style style) in test_good()
44 void test_state_saver(const char* str, const char* str2, D d, boost::chrono::duration_style style) in test_state_saver()
59 void test_state_saver2(const char* str, const char* str2, D d, boost::chrono::duration_style style) in test_state_saver2()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/chrono/test/io/
H A Dtime_point_output.cpp17 void test_good_prefix(const char* str, D d) in test_good_prefix()
29 void test_good_prefix_system_clock(const char* str, D d) in test_good_prefix_system_clock()
44 void test_good_symbol(const char* str, D d) in test_good_symbol()
59 void test_good_symbol_system_clock(const char* str, D d) in test_good_symbol_system_clock()
73 void test_good_utc_fmt_system_clock(const char* str, const char* fmt, D d) in test_good_utc_fmt_system_clock()
89 void test_good_utc_fmt_system_clock2(const char* str, const char* fmt, D d) in test_good_utc_fmt_system_clock2()
105 void test_good(const char* str, D d, boost::chrono::duration_style style) in test_good()
115 void test_good_system_clock(const char* str, D d, boost::chrono::duration_style style) in test_good_system_clock()
H A Dduration_output.cpp10 void test_good_prefix(const char* str, D d) in test_good_prefix()
20 void test_good_symbol(const char* str, D d) in test_good_symbol()
34 void test_good(const char* str, D d, boost::chrono::duration_style style) in test_good()
44 void test_state_saver(const char* str, const char* str2, D d, boost::chrono::duration_style style) in test_state_saver()
59 void test_state_saver2(const char* str, const char* str2, D d, boost::chrono::duration_style style) in test_state_saver2()
/dports/devel/hyperscan/boost_1_75_0/libs/chrono/test/io/
H A Dtime_point_output.cpp17 void test_good_prefix(const char* str, D d) in test_good_prefix()
29 void test_good_prefix_system_clock(const char* str, D d) in test_good_prefix_system_clock()
44 void test_good_symbol(const char* str, D d) in test_good_symbol()
59 void test_good_symbol_system_clock(const char* str, D d) in test_good_symbol_system_clock()
73 void test_good_utc_fmt_system_clock(const char* str, const char* fmt, D d) in test_good_utc_fmt_system_clock()
89 void test_good_utc_fmt_system_clock2(const char* str, const char* fmt, D d) in test_good_utc_fmt_system_clock2()
105 void test_good(const char* str, D d, boost::chrono::duration_style style) in test_good()
115 void test_good_system_clock(const char* str, D d, boost::chrono::duration_style style) in test_good_system_clock()
H A Dduration_output.cpp10 void test_good_prefix(const char* str, D d) in test_good_prefix()
20 void test_good_symbol(const char* str, D d) in test_good_symbol()
34 void test_good(const char* str, D d, boost::chrono::duration_style style) in test_good()
44 void test_state_saver(const char* str, const char* str2, D d, boost::chrono::duration_style style) in test_state_saver()
59 void test_state_saver2(const char* str, const char* str2, D d, boost::chrono::duration_style style) in test_state_saver2()
/dports/www/lagrange/lagrange-1.7.3/lib/the_Foundation/src/
H A Dstringarray.c39 void deinit_StringArray(iStringArray *d) { in deinit_StringArray()
44 iStringArray *newStrings_StringArray(const iString *str, ...) { in newStrings_StringArray()
45 iStringArray *d = new_StringArray(); in newStrings_StringArray() local
51 iStringArray *d = new_StringArray(); in newStringsCStr_StringArray() local
56 void clear_StringArray(iStringArray *d) { in clear_StringArray()
78 iString *at_StringArray(iStringArray *d, size_t pos) { in at_StringArray()
86 void set_StringArray(iStringArray *d, size_t pos, const iString *str) { in set_StringArray()
91 void pushBack_StringArray(iStringArray *d, const iString *str) { in pushBack_StringArray()
97 void pushFront_StringArray(iStringArray *d, const iString *str) { in pushFront_StringArray()
103 void insert_StringArray(iStringArray *d, size_t pos, const iString *str) { in insert_StringArray()
[all …]
H A Dstringlist.c72 iStringList *d = new_StringList(); in iDefineClass() local
78 iStringList *d = new_StringList(); in newStringsCStr_StringList() local
83 void init_StringList(iStringList *d) { in init_StringList()
93 void clear_StringList(iStringList *d) { in clear_StringList()
200 void pushBack_StringList(iStringList *d, const iString *str) { in pushBack_StringList()
212 iString str; initCStrN_String(&str, cstr, size); in pushBackCStrN_StringList() local
217 void pushFront_StringList(iStringList *d, const iString *str) { in pushFront_StringList()
225 iString str; initCStr_String(&str, cstr); in pushFrontCStr_StringList() local
230 void insert_StringList(iStringList *d, size_t pos, const iString *str) { in insert_StringList()
247 iString str; initCStr_String(&str, cstr); in insertCStr_StringList() local
[all …]
/dports/sysutils/dateutils/dateutils-0.4.1/test/
H A Ddtcore-add.c24 static const char str[] = "2012-03-28"; in add_d_only() local
25 struct dt_dt_s d; in add_d_only() local
68 static const char str[] = "12:34:56"; in add_t_only() local
69 struct dt_dt_s d; in add_t_only() local
116 static const char str[] = "2012-03-28T12:34:56"; in dt_add_d() local
117 struct dt_dt_s d; in dt_add_d() local
167 static const char str[] = "2012-03-28T23:12:01"; in dt_add_t() local
168 struct dt_dt_s d; in dt_add_t() local
222 static const char str[] = "2012-03-28T23:55:55"; in dt_add_dt() local
223 struct dt_dt_s d; in dt_add_dt() local

12345678910>>...1391