Home
last modified time | relevance | path

Searched refs:type_start (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/mojo/public/tools/chrome_ipc/
Dgenerate_mojom.py275 type_start = 0
304 yield Argument(args_str[type_start:type_end],
307 yield Argument(args_str[type_start:type_end], '')
308 type_start = i
315 yield Argument(args_str[type_start:type_end],
318 yield Argument(args_str[type_start:type_end], '')
/external/python/cpython3/Modules/_sqlite/
Dcursor.c121 const char* type_start = (const char*)-1; in pysqlite_build_row_cast_map() local
144 type_start = pos + 1; in pysqlite_build_row_cast_map()
145 } else if (*pos == ']' && type_start != (const char*)-1) { in pysqlite_build_row_cast_map()
146 key = PyUnicode_FromStringAndSize(type_start, pos - type_start); in pysqlite_build_row_cast_map()
/external/python/cpython2/Modules/_sqlite/
Dcursor.c159 const char* type_start = (const char*)-1; in pysqlite_build_row_cast_map() local
182 type_start = pos + 1; in pysqlite_build_row_cast_map()
183 } else if (*pos == ']' && type_start != (const char*)-1) { in pysqlite_build_row_cast_map()
184 key = PyString_FromStringAndSize(type_start, pos - type_start); in pysqlite_build_row_cast_map()
/external/swiftshader/third_party/llvm-7.0/llvm/cmake/modules/
DAddLLVM.cmake1511 string(FIND "${ARG_OUTPUT_DIR}" "/${first_type}/" type_start REVERSE)
1512 string(SUBSTRING "${ARG_OUTPUT_DIR}" 0 ${type_start} path_prefix)
1513 string(SUBSTRING "${ARG_OUTPUT_DIR}" ${type_start} -1 path_suffix)