Home
last modified time | relevance | path

Searched refs:this_str (Results 1 – 25 of 68) sorted by relevance

123

/dports/science/hdf5/hdf5-1.10.6/java/src/jni/
H A Dh5util.c390 while (*this_str == ' ') this_str++; in h5str_convert()
391 if (*this_str == '{') this_str++; in h5str_convert()
392 while (*this_str == ' ') this_str++; in h5str_convert()
416 while (*this_str == ' ') this_str++; in h5str_convert()
417 if (*this_str == '}') this_str++; in h5str_convert()
418 while (*this_str == ' ') this_str++; in h5str_convert()
492 while (*this_str == ' ') this_str++; in h5str_convert()
493 if (*this_str == '[') this_str++; in h5str_convert()
532 if (*this_str == ']') this_str++; in h5str_convert()
558 if (*this_str == '(') this_str++; in h5str_convert()
[all …]
/dports/security/py-angr/angr-9.0.5405/angr/procedures/java_lang/
H A Dstring.py79 def run(self, this_str): argument
80 log.debug('Called SimProcedure java.lang.String.length with args: {}'.format(this_str))
82 return claripy.StrLen(self.state.memory.load(this_str), 32)
91 def run(self, this_str, index): argument
92 … log.debug('Called SimProcedure java.lang.String.charAt with args: {} {}'.format(this_str, index))
94 char_str = claripy.StrSubstr(index, claripy.BVV(1, 32), self.state.memory.load(this_str))
/dports/math/scilab/scilab-6.1.1/scilab/modules/atoms/macros/
H A DatomsShow.sci211 this_str = name+" ";
214 this_str = this_str + "(Any version)";
216 this_str = this_str + "("+direction+" "+version+")";
219 str = [ str ; this_str ];
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/datasources/ascii/
H A Dasciifiledata.cpp210 QString this_str; in logData() local
213 this_str.sprintf("%p", this); in logData()
216 .arg(this_str) in logData()
/dports/devel/jsoncpp/jsoncpp-1.9.5/src/lib_json/
H A Djson_value.cpp511 char const* this_str; in operator <() local
514 &this_str); in operator <()
566 char const* this_str; in operator ==() local
569 &this_str); in operator ==()
596 char const* this_str; in asCString() local
598 &this_str); in asCString()
599 return this_str; in asCString()
609 char const* this_str; in getCStringLength() local
611 &this_str); in getCStringLength()
636 char const* this_str; in asString() local
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/jsoncpp/src/lib_json/
H A Djson_value.cpp566 char const* this_str; in operator <() local
571 JSON_ASSERT(this_str && other_str); in operator <()
572 int comp = memcmp(this_str, other_str, min_len); in operator <()
622 char const* this_str; in operator ==() local
627 JSON_ASSERT(this_str && other_str); in operator ==()
628 int comp = memcmp(this_str, other_str, this_len); in operator ==()
648 char const* this_str; in asCString() local
650 return this_str; in asCString()
659 char const* this_str; in getCStringLength() local
682 char const* this_str; in asString() local
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/crashreporter/jsoncpp/src/lib_json/
H A Djson_value.cpp565 char const* this_str; in operator <() local
570 JSON_ASSERT(this_str && other_str); in operator <()
571 int comp = memcmp(this_str, other_str, min_len); in operator <()
621 char const* this_str; in operator ==() local
626 JSON_ASSERT(this_str && other_str); in operator ==()
627 int comp = memcmp(this_str, other_str, this_len); in operator ==()
647 char const* this_str; in asCString() local
649 return this_str; in asCString()
658 char const* this_str; in getCStringLength() local
681 char const* this_str; in asString() local
[all …]
/dports/devel/cmake-doc/cmake-3.22.1/Utilities/cmjsoncpp/src/lib_json/
H A Djson_value.cpp511 char const* this_str; in operator <() local
514 &this_str); in operator <()
566 char const* this_str; in operator ==() local
569 &this_str); in operator ==()
596 char const* this_str; in asCString() local
598 &this_str); in asCString()
599 return this_str; in asCString()
609 char const* this_str; in getCStringLength() local
611 &this_str); in getCStringLength()
636 char const* this_str; in asString() local
[all …]
/dports/devel/cmake-gui/cmake-3.22.1/Utilities/cmjsoncpp/src/lib_json/
H A Djson_value.cpp511 char const* this_str; in operator <() local
514 &this_str); in operator <()
566 char const* this_str; in operator ==() local
569 &this_str); in operator ==()
596 char const* this_str; in asCString() local
598 &this_str); in asCString()
599 return this_str; in asCString()
609 char const* this_str; in getCStringLength() local
611 &this_str); in getCStringLength()
636 char const* this_str; in asString() local
[all …]
/dports/www/firefox/firefox-99.0/toolkit/components/jsoncpp/src/lib_json/
H A Djson_value.cpp511 char const* this_str; in operator <() local
514 &this_str); in operator <()
566 char const* this_str; in operator ==() local
569 &this_str); in operator ==()
596 char const* this_str; in asCString() local
598 &this_str); in asCString()
599 return this_str; in asCString()
609 char const* this_str; in getCStringLength() local
611 &this_str); in getCStringLength()
636 char const* this_str; in asString() local
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/jsoncpp/src/lib_json/
H A Djson_value.cpp511 char const* this_str; in operator <() local
514 &this_str); in operator <()
566 char const* this_str; in operator ==() local
569 &this_str); in operator ==()
596 char const* this_str; in asCString() local
598 &this_str); in asCString()
599 return this_str; in asCString()
609 char const* this_str; in getCStringLength() local
611 &this_str); in getCStringLength()
636 char const* this_str; in asString() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/jsoncpp/source/src/lib_json/
H A Djson_value.cpp511 char const* this_str; in operator <() local
514 &this_str); in operator <()
566 char const* this_str; in operator ==() local
569 &this_str); in operator ==()
596 char const* this_str; in asCString() local
598 &this_str); in asCString()
599 return this_str; in asCString()
609 char const* this_str; in getCStringLength() local
611 &this_str); in getCStringLength()
636 char const* this_str; in asString() local
[all …]
/dports/devel/cmake/cmake-3.22.1/Utilities/cmjsoncpp/src/lib_json/
H A Djson_value.cpp511 char const* this_str; in operator <() local
514 &this_str); in operator <()
566 char const* this_str; in operator ==() local
569 &this_str); in operator ==()
596 char const* this_str; in asCString() local
598 &this_str); in asCString()
599 return this_str; in asCString()
609 char const* this_str; in getCStringLength() local
611 &this_str); in getCStringLength()
636 char const* this_str; in asString() local
[all …]
/dports/graphics/open3d/Open3D-0.2/src/External/jsoncpp/
H A Djson_value.cpp589 char const* this_str; in operator <() local
594 JSON_ASSERT(this_str && other_str); in operator <()
595 int comp = memcmp(this_str, other_str, min_len); in operator <()
645 char const* this_str; in operator ==() local
650 JSON_ASSERT(this_str && other_str); in operator ==()
651 int comp = memcmp(this_str, other_str, this_len); in operator ==()
671 char const* this_str; in asCString() local
673 return this_str; in asCString()
682 char const* this_str; in getCStringLength() local
705 char const* this_str; in asString() local
[all …]
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/jsoncpp/src/lib_json/
H A Djson_value.cpp511 char const* this_str; in operator <() local
514 &this_str); in operator <()
566 char const* this_str; in operator ==() local
569 &this_str); in operator ==()
596 char const* this_str; in asCString() local
598 &this_str); in asCString()
599 return this_str; in asCString()
609 char const* this_str; in getCStringLength() local
611 &this_str); in getCStringLength()
636 char const* this_str; in asString() local
[all …]
/dports/graphics/py-open3d-python/Open3D-0.2/src/External/jsoncpp/
H A Djson_value.cpp589 char const* this_str; in operator <() local
594 JSON_ASSERT(this_str && other_str); in operator <()
595 int comp = memcmp(this_str, other_str, min_len); in operator <()
645 char const* this_str; in operator ==() local
650 JSON_ASSERT(this_str && other_str); in operator ==()
651 int comp = memcmp(this_str, other_str, this_len); in operator ==()
671 char const* this_str; in asCString() local
673 return this_str; in asCString()
682 char const* this_str; in getCStringLength() local
705 char const* this_str; in asString() local
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/jsoncpp/src/lib_json/
H A Djson_value.cpp515 char const* this_str; in operator <() local
518 &this_str); in operator <()
569 char const* this_str; in operator ==() local
572 &this_str); in operator ==()
599 char const* this_str; in asCString() local
601 &this_str); in asCString()
602 return this_str; in asCString()
612 char const* this_str; in getCStringLength() local
614 &this_str); in getCStringLength()
639 char const* this_str; in asString() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/jsoncpp/source/src/lib_json/
H A Djson_value.cpp544 char const* this_str; in operator <() local
547 &this_str); in operator <()
598 char const* this_str; in operator ==() local
601 &this_str); in operator ==()
628 char const* this_str; in asCString() local
630 &this_str); in asCString()
631 return this_str; in asCString()
641 char const* this_str; in getCStringLength() local
643 &this_str); in getCStringLength()
668 char const* this_str; in asString() local
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/util/diff/
H A Ddiff.cpp308 CTempString this_str = this_diff->GetString(); in x_CleanupAndMerge_SingleEdits() local
319 if (NStr::StartsWith(this_str, next_str)) { in x_CleanupAndMerge_SingleEdits()
324 CTempString(this_str.data() - prev_str.length(), in x_CleanupAndMerge_SingleEdits()
328 CTempString(this_str.data() + next_str.length(), this_str.length())); in x_CleanupAndMerge_SingleEdits()
336 } else if (NStr::EndsWith(this_str, prev_str)) { in x_CleanupAndMerge_SingleEdits()
341 CTempString(this_str.data() + this_str.length() - prev_str.length(), in x_CleanupAndMerge_SingleEdits()
345 CTempString(this_str.data() - prev_str.length(), this_str.length())); in x_CleanupAndMerge_SingleEdits()
/dports/devel/godot2/godot-2.1.6-stable/core/
H A Dustring.cpp345 const CharType *this_str = c_str(); in operator <() local
348 if (*p_str == 0 && *this_str == 0) in operator <()
350 else if (*this_str == 0) in operator <()
359 this_str++; in operator <()
378 const CharType *this_str = c_str(); in operator <() local
383 else if (*this_str == 0) in operator <()
392 this_str++; in operator <()
420 else if (*this_str == 0) in nocasecmp_to()
429 this_str++; in nocasecmp_to()
452 else if (*this_str == 0) in casecmp_to()
[all …]
/dports/devel/godot2-tools/godot-2.1.6-stable/core/
H A Dustring.cpp345 const CharType *this_str = c_str(); in operator <() local
348 if (*p_str == 0 && *this_str == 0) in operator <()
350 else if (*this_str == 0) in operator <()
359 this_str++; in operator <()
378 const CharType *this_str = c_str(); in operator <() local
383 else if (*this_str == 0) in operator <()
392 this_str++; in operator <()
420 else if (*this_str == 0) in nocasecmp_to()
429 this_str++; in nocasecmp_to()
452 else if (*this_str == 0) in casecmp_to()
[all …]
/dports/devel/godot/godot-3.2.3-stable/core/
H A Dustring.cpp475 else if (*this_str == 0) in nocasecmp_to()
484 this_str++; in nocasecmp_to()
505 else if (*this_str == 0) in casecmp_to()
514 this_str++; in casecmp_to()
524 if (this_str && that_str) { in naturalnocasecmp_to()
527 if (*this_str++ != '.') in naturalnocasecmp_to()
533 if (!*this_str) in naturalnocasecmp_to()
537 while (*this_str) { in naturalnocasecmp_to()
558 while (IS_DIGIT(*this_str)) in naturalnocasecmp_to()
559 this_str++; in naturalnocasecmp_to()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/core/
H A Dustring.cpp475 else if (*this_str == 0) in nocasecmp_to()
484 this_str++; in nocasecmp_to()
505 else if (*this_str == 0) in casecmp_to()
514 this_str++; in casecmp_to()
524 if (this_str && that_str) { in naturalnocasecmp_to()
527 if (*this_str++ != '.') in naturalnocasecmp_to()
533 if (!*this_str) in naturalnocasecmp_to()
537 while (*this_str) { in naturalnocasecmp_to()
558 while (IS_DIGIT(*this_str)) in naturalnocasecmp_to()
559 this_str++; in naturalnocasecmp_to()
[all …]
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/objects/client/
H A Dpts_phoroscript_interpreter.php111 $this_str = strtok($var, $token);
113 if($this_str !== false)
115 $var = $this_str;
/dports/devel/apr1/apr-1.7.0/strings/
H A Dapr_cstr.c101 const char *this_str = APR_ARRAY_IDX(list, i, char *); in apr_cstr_match_list() local
103 if (strcmp(this_str, str) == 0) in apr_cstr_match_list()

123