Home
last modified time | relevance | path

Searched defs:str2 (Results 1 – 4 of 4) sorted by relevance

/device/generic/goldfish/camera/
DEmulatedCamera.cpp85 static bool StringsEqual(const char* str1, const char* str2) { in StringsEqual()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dunicodeobject.c5784 PyUnicodeObject *str2, in replace()
6092 unicode_compare(PyUnicodeObject *str1, PyUnicodeObject *str2) in unicode_compare()
7157 PyObject *str2; in PyUnicode_Replace() local
7195 PyUnicodeObject *str2; in unicode_replace() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dunicodeobject.c5879 PyUnicodeObject *str2, in replace()
6187 unicode_compare(PyUnicodeObject *str1, PyUnicodeObject *str2) in unicode_compare()
7265 PyObject *str2; in PyUnicode_Replace() local
7303 PyUnicodeObject *str2; in unicode_replace() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_builtin.py583 class str2(str): class