Searched refs:string_index (Results 1 – 3 of 3) sorted by relevance
/device/google/contexthub/firmware/os/inc/ |
D | toolchain.h | 54 #define PRINTF_ATTRIBUTE(string_index, first_to_check) argument 96 #define PRINTF_ATTRIBUTE(string_index, first_to_check) \ 97 __attribute__((format(printf, string_index, first_to_check)))
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | stringobject.c | 1751 string_index(PyStringObject *self, PyObject *args) in string_index() function 3637 {"index", (PyCFunction)string_index, METH_VARARGS, index__doc__},
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | stringobject.c | 1768 string_index(PyStringObject *self, PyObject *args) in string_index() function 3658 {"index", (PyCFunction)string_index, METH_VARARGS, index__doc__},
|