Home
last modified time | relevance | path

Searched defs:substr (Results 51 - 59 of 59) sorted by relevance

123

/third_party/node/deps/v8/src/runtime/
H A Druntime-regexp.cc1751 Handle<String> substr = in RUNTIME_FUNCTION() local
1785 Handle<String> substr = in RUNTIME_FUNCTION() local
/third_party/skia/third_party/externals/swiftshader/tests/GLESUnitTests/
H A Dunittests.cpp338 std::string replace(std::string str, const std::string &substr, const std::string &replacement) in replace() argument
/third_party/python/Python/
H A Dimport.c1647 PyObject *substr = PyUnicode_Substring(package, 0, dot); in resolve_name() local
/kernel/linux/linux-5.10/drivers/net/ethernet/ibm/
H A Dibmvnic.c4188 unsigned char *substr = NULL; in handle_vpd_rsp() local
/kernel/linux/linux-5.10/include/linux/
H A Dmod_devicetable.h563 char substr[79]; member
/kernel/linux/linux-6.6/drivers/net/ethernet/ibm/
H A Dibmvnic.c5216 unsigned char *substr = NULL; in handle_vpd_rsp() local
/kernel/linux/linux-6.6/include/linux/
H A Dmod_devicetable.h584 char substr[79]; member
/third_party/mesa3d/src/gtest/src/
H A Dgtest.cc652 HasOneFailure(const char* , const char* , const char* , const TestPartResultArray& results, TestPartResult::Type type, const std::string& substr) HasOneFailure() argument
691 SingleFailureChecker(const TestPartResultArray* results, TestPartResult::Type type, const std::string& substr) SingleFailureChecker() argument
[all...]
/third_party/python/Objects/
H A Dunicodeobject.c9616 PyUnicode_Count(PyObject *str, PyObject *substr, Py_ssize_t start, Py_ssize_t end) PyUnicode_Count() argument
9690 PyUnicode_Find(PyObject *str, PyObject *substr, Py_ssize_t start, Py_ssize_t end, int direction) PyUnicode_Find() argument
9792 PyUnicode_Tailmatch(PyObject *str, PyObject *substr, Py_ssize_t start, Py_ssize_t end, int direction) PyUnicode_Tailmatch() argument
11362 PyUnicode_Contains(PyObject *str, PyObject *substr) PyUnicode_Contains() argument
12795 PyUnicode_Replace(PyObject *str, PyObject *substr, PyObject *replstr, Py_ssize_t maxcount) PyUnicode_Replace() argument
[all...]

Completed in 47 milliseconds

123