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

1 2

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
bytesobject.h 4 #define PyBytes_Check PyString_Check
stringobject.h 58 #define PyString_Check(op) \
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
bytesobject.h 4 #define PyBytes_Check PyString_Check
stringobject.h 58 #define PyString_Check(op) \
  /external/lldb/scripts/Python/
python-typemaps.swig 11 if (PyString_Check(o))
72 if (PyString_Check($input)) {
87 if (PyString_Check($input)) {
102 if (PyString_Check($input)) {
118 if (PyString_Check($input)) {
457 else if (PyString_Check($input))
  /prebuilts/misc/common/swig/include/2.0.11/python/
jstring.i 14 if (!isunicode && PyString_Check(obj)) {
pystrings.swg 11 if (PyString_Check(obj))
pywstrings.swg 20 if (!isunicode && PyString_Check(obj)) {
pyhead.swg 9 #define PyString_Check(name) PyBytes_Check(name)
pyrun.swg     [all...]
  /external/chromium_org/third_party/cython/src/Cython/Utility/
Printing.c 47 if (PyString_Check(v)) {
FunctionArguments.c 138 if (unlikely(!PyString_CheckExact(key)) && unlikely(!PyString_Check(key)))
209 if (likely(PyString_CheckExact(key)) || likely(PyString_Check(key))) {
Builtins.c 149 } else if (!PyString_Check(o)) {
ModuleSetupCode.c 186 #define PyString_Check PyUnicode_Check
193 #define PyBytes_Check PyString_Check
214 PyString_Check(obj) || PyUnicode_Check(obj))
CythonFunction.c 132 if (unlikely(value == NULL || !PyString_Check(value))) {
160 if (unlikely(value == NULL || !PyString_Check(value))) {
    [all...]
StringTools.c 733 if (unlikely(PyString_Check(value))) {
ObjectHandling.c     [all...]
  /external/lldb/source/Interpreter/
PythonDataObjects.cpp 127 if (py_obj && PyString_Check(py_obj))
358 if (py_obj && PyString_Check(py_obj))
  /external/chromium_org/third_party/simplejson/
_speedups.c 937 if (PyString_Check(pystr)) {
963 if (PyString_Check(pystr)) {
    [all...]
  /external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/
python-proto2.cc 430 if (!PyString_Check(arg) && !PyUnicode_Check(arg)) {
435 if (PyString_Check(arg)) {
450 } else if (!PyString_Check(arg)) {
457 if (PyString_Check(arg)) {
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
tracer.c 38 #define MyText_Check(o) PyString_Check(o)
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
string.pxd 19 bint PyString_Check(object o)
  /external/chromium_org/third_party/bintrees/bintrees/
cwalker.c 137 #define PyString_Check PyUnicode_Check
143 #define PyBytes_Check PyString_Check
    [all...]
qavltree.c 137 #define PyString_Check PyUnicode_Check
143 #define PyBytes_Check PyString_Check
    [all...]
qbintree.c 137 #define PyString_Check PyUnicode_Check
143 #define PyBytes_Check PyString_Check
    [all...]

Completed in 517 milliseconds

1 2