HomeSort by relevance Sort by last modified time
    Searched refs:PyUnicode_AsUTF8String (Results 1 - 25 of 44) sorted by null

1 2

  /external/tensorflow/tensorflow/lite/python/interpreter_wrapper/
python_utils.cc 101 UniquePyObjectRef utemp(PyUnicode_AsUTF8String(value));
103 PyErr_SetString(PyExc_ValueError, "PyUnicode_AsUTF8String() failed.");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
statement.c 67 sql_str = PyUnicode_AsUTF8String(sql);
173 stringval = PyUnicode_AsUTF8String(parameter);
cursor.c 547 operation_bytestr = PyUnicode_AsUTF8String(operation);
812 script_str = PyUnicode_AsUTF8String(script_obj);
    [all...]
connection.c 102 database_utf8 = PyUnicode_AsUTF8String(database);
566 stringval = PyUnicode_AsUTF8String(py_val);
    [all...]
  /external/python/cpython2/Modules/_sqlite/
statement.c 68 sql_str = PyUnicode_AsUTF8String(sql);
180 stringval = PyUnicode_AsUTF8String(parameter);
cursor.c 534 operation_bytestr = PyUnicode_AsUTF8String(operation);
801 script_str = PyUnicode_AsUTF8String(script_obj);
    [all...]
connection.c 102 database_utf8 = PyUnicode_AsUTF8String(database);
575 PyObject * stringval = PyUnicode_AsUTF8String(py_val);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
unicodeobject.h 156 # define PyUnicode_AsUTF8String PyUnicodeUCS2_AsUTF8String
243 # define PyUnicode_AsUTF8String PyUnicodeUCS4_AsUTF8String
763 PyAPI_FUNC(PyObject*) PyUnicode_AsUTF8String(
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
unicodeobject.h 156 # define PyUnicode_AsUTF8String PyUnicodeUCS2_AsUTF8String
243 # define PyUnicode_AsUTF8String PyUnicodeUCS4_AsUTF8String
763 PyAPI_FUNC(PyObject*) PyUnicode_AsUTF8String(
    [all...]
  /external/python/cpython2/Include/
unicodeobject.h 156 # define PyUnicode_AsUTF8String PyUnicodeUCS2_AsUTF8String
243 # define PyUnicode_AsUTF8String PyUnicodeUCS4_AsUTF8String
763 PyAPI_FUNC(PyObject*) PyUnicode_AsUTF8String(
    [all...]
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/
rcssmin.c 1072 if (!(style = PyUnicode_AsUTF8String(style)))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
tokenizer.c 409 utf8 = PyUnicode_AsUTF8String(buf);
594 utf8 = PyUnicode_AsUTF8String(buf);
    [all...]
  /external/libxml2/python/
types.c 644 b = PyUnicode_AsUTF8String(obj);
  /external/tensorflow/tensorflow/python/lib/core/
ndarray_tensor.cc 154 PyObject* utemp = PyUnicode_AsUTF8String(obj);
py_func.cc 351 PyObject* unicode = PyUnicode_AsUTF8String(obj);
py_seq_tensor.cc 437 PyObject* py_str = PyUnicode_AsUTF8String(v);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
tokenizer.c 429 utf8 = PyUnicode_AsUTF8String(buf);
614 utf8 = PyUnicode_AsUTF8String(buf);
    [all...]
  /external/python/cpython2/Parser/
tokenizer.c 433 utf8 = PyUnicode_AsUTF8String(buf);
618 utf8 = PyUnicode_AsUTF8String(buf);
    [all...]
  /external/python/cpython3/Include/
unicodeobject.h     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
bltinmodule.c 544 tmp = PyUnicode_AsUTF8String(cmd);
680 tmp = PyUnicode_AsUTF8String(cmd);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
bltinmodule.c 536 tmp = PyUnicode_AsUTF8String(cmd);
672 tmp = PyUnicode_AsUTF8String(cmd);
    [all...]
  /external/python/cpython2/Modules/
_tkinter.c 358 PyObject *v = PyUnicode_AsUTF8String(value);
635 PyObject *s = PyUnicode_AsUTF8String(arg);
    [all...]
  /external/python/cpython2/Python/
bltinmodule.c 548 tmp = PyUnicode_AsUTF8String(cmd);
692 tmp = PyUnicode_AsUTF8String(cmd);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
marshal.c 346 utf8 = PyUnicode_AsUTF8String(v);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Python/
marshal.c 364 utf8 = PyUnicode_AsUTF8String(v);
    [all...]

Completed in 499 milliseconds

1 2