Home
last modified time | relevance | path

Searched refs:joiner (Results 1 - 14 of 14) sorted by relevance

/third_party/libinput/src/
H A Dutil-strings.c152 * joiner, same as Python's string.join() basically.
153 * A strv of ["one", "two", "three", NULL] with a joiner of ", " results
160 * @param joiner Joiner between the elements in the final string
165 strv_join(char **strv, const char *joiner) in strv_join() argument
174 if (!strv || !joiner) in strv_join()
185 assert(strlen(joiner) < 1000); in strv_join()
189 slen += (count - 1) * strlen(joiner); in strv_join()
196 strcat(str, joiner); in strv_join()
H A Dutil-strings.h267 char *strv_join(char **strv, const char *joiner);
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/
H A D4-1.c73 FAILED("The joiner thread was not canceled"); in joiner_func()
84 pthread_t joiner; in main() local
142 /* Now create the joiner thread */ in main()
143 ret = pthread_create(&joiner, NULL, in main()
148 "joiner thread"); in main()
153 /* Cancel the joiner thread */ in main()
154 ret = pthread_cancel(joiner); in main()
159 ret = pthread_join(joiner, NULL); in main()
/third_party/node/deps/npm/node_modules/function-bind/
H A Dimplementation.js31 var joiny = function (arr, joiner) {
36 str += joiner;
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
H A DCsvTableCollector.java50 String joiner = align ? " ; " : ";"; in writeCsv()
53 out.println(getRow(rowIndex).collect(joining(joiner)).trim()); in writeCsv()
/third_party/python/Modules/_sre/
H A Dsre.c1059 PyObject* joiner; in pattern_subx() local
1201 joiner = getslice(state.isbytes, state.beginning, string, 0, 0); in pattern_subx()
1202 if (!joiner) { in pattern_subx()
1208 item = joiner; in pattern_subx()
1212 item = _PyBytes_Join(joiner, list); in pattern_subx()
1214 item = PyUnicode_Join(joiner, list); in pattern_subx()
1215 Py_DECREF(joiner); in pattern_subx()
/third_party/libinput/test/
H A Dtest-utils.c1257 const char *joiner; in START_TEST() member
1278 str = strv_join(t->strv, t->joiner); in START_TEST()
/third_party/vk-gl-cts/external/vulkan-docs/src/config/chunkindex/
H A Dlunr.js156 lunr.FieldRef.joiner = "/"
159 var n = s.indexOf(lunr.FieldRef.joiner)
173 this._stringValue = this.fieldName + lunr.FieldRef.joiner + this.docRef
/third_party/python/Modules/
H A D_elementtree.c144 PyObject* joiner; in list_join() local
147 joiner = PyUnicode_FromStringAndSize("", 0); in list_join()
148 if (!joiner) in list_join()
150 result = PyUnicode_Join(joiner, list); in list_join()
151 Py_DECREF(joiner); in list_join()
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js[all...]
/third_party/typescript/lib/
H A Dtsserverlibrary.js[all...]
H A Dtypescript.js[all...]
H A DtypescriptServices.js[all...]
H A Dtsserver.js[all...]

Completed in 143 milliseconds