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

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
intobject.h 68 If newstyle is zero, then use the pre-2.6 behavior of octal having
70 PyAPI_FUNC(PyObject*) _PyInt_Format(PyIntObject* v, int base, int newstyle);
longobject.h 122 If newstyle is zero, then use the pre-2.6 behavior of octal having
124 PyAPI_FUNC(PyObject *) _PyLong_Format(PyObject *aa, int base, int addL, int newstyle);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
intobject.h 67 If newstyle is zero, then use the pre-2.6 behavior of octal having
69 PyAPI_FUNC(PyObject*) _PyInt_Format(PyIntObject* v, int base, int newstyle);
longobject.h 121 If newstyle is zero, then use the pre-2.6 behavior of octal having
123 PyAPI_FUNC(PyObject *) _PyLong_Format(PyObject *aa, int base, int addL, int newstyle);
  /external/python/cpython2/Include/
intobject.h 68 If newstyle is zero, then use the pre-2.6 behavior of octal having
70 PyAPI_FUNC(PyObject*) _PyInt_Format(PyIntObject* v, int base, int newstyle);
longobject.h 122 If newstyle is zero, then use the pre-2.6 behavior of octal having
124 PyAPI_FUNC(PyObject *) _PyLong_Format(PyObject *aa, int base, int addL, int newstyle);
  /prebuilts/gdb/darwin-x86/include/python2.7/
intobject.h 68 If newstyle is zero, then use the pre-2.6 behavior of octal having
70 PyAPI_FUNC(PyObject*) _PyInt_Format(PyIntObject* v, int base, int newstyle);
longobject.h 122 If newstyle is zero, then use the pre-2.6 behavior of octal having
124 PyAPI_FUNC(PyObject *) _PyLong_Format(PyObject *aa, int base, int addL, int newstyle);
  /prebuilts/gdb/linux-x86/include/python2.7/
intobject.h 68 If newstyle is zero, then use the pre-2.6 behavior of octal having
70 PyAPI_FUNC(PyObject*) _PyInt_Format(PyIntObject* v, int base, int newstyle);
longobject.h 122 If newstyle is zero, then use the pre-2.6 behavior of octal having
124 PyAPI_FUNC(PyObject *) _PyLong_Format(PyObject *aa, int base, int addL, int newstyle);
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
intobject.h 68 If newstyle is zero, then use the pre-2.6 behavior of octal having
70 PyAPI_FUNC(PyObject*) _PyInt_Format(PyIntObject* v, int base, int newstyle);
longobject.h 122 If newstyle is zero, then use the pre-2.6 behavior of octal having
124 PyAPI_FUNC(PyObject *) _PyLong_Format(PyObject *aa, int base, int addL, int newstyle);
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
intobject.h 68 If newstyle is zero, then use the pre-2.6 behavior of octal having
70 PyAPI_FUNC(PyObject*) _PyInt_Format(PyIntObject* v, int base, int newstyle);
longobject.h 122 If newstyle is zero, then use the pre-2.6 behavior of octal having
124 PyAPI_FUNC(PyObject *) _PyLong_Format(PyObject *aa, int base, int addL, int newstyle);
  /external/libmojo/third_party/jinja2/
ext.py 179 def _install(self, translations, newstyle=None):
186 self._install_callables(gettext, ngettext, newstyle)
188 def _install_null(self, newstyle=None):
192 newstyle
195 def _install_callables(self, gettext, ngettext, newstyle=None):
196 if newstyle is not None:
197 self.environment.newstyle_gettext = newstyle
366 # in case newstyle gettext is used, the method is powerful
565 The `newstyle_gettext` flag can be set to `True` to enable newstyle
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_index.py 12 class newstyle(object): class in inherits:object
27 self.n = newstyle()
76 self.n = newstyle()
78 self.n2 = newstyle()
241 n = newstyle()
test_inspect.py 107 class newstyle(object): pass class in function:TestPredicates.test_isclass
108 self.assertTrue(inspect.isclass(newstyle))
454 def _classify_test(self, newstyle):
458 if newstyle:
517 if newstyle:
  /external/python/cpython2/Lib/test/
test_index.py 12 class newstyle(object): class in inherits:object
27 self.n = newstyle()
76 self.n = newstyle()
78 self.n2 = newstyle()
244 n = newstyle()
test_inspect.py 110 class newstyle(object): pass class in function:TestPredicates.test_isclass
111 self.assertTrue(inspect.isclass(newstyle))
522 def _classify_test(self, newstyle):
526 if newstyle:
594 if newstyle:
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_index.py 12 class newstyle(object): class in inherits:object
27 self.n = newstyle()
76 self.n = newstyle()
78 self.n2 = newstyle()
241 n = newstyle()
test_inspect.py 107 class newstyle(object): pass class in function:TestPredicates.test_isclass
108 self.assertTrue(inspect.isclass(newstyle))
504 def _classify_test(self, newstyle):
508 if newstyle:
576 if newstyle:
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_index.py 12 class newstyle(object): class in inherits:object
27 self.n = newstyle()
76 self.n = newstyle()
78 self.n2 = newstyle()
241 n = newstyle()
test_inspect.py 107 class newstyle(object): pass class in function:TestPredicates.test_isclass
108 self.assertTrue(inspect.isclass(newstyle))
504 def _classify_test(self, newstyle):
508 if newstyle:
576 if newstyle:
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_index.py 12 class newstyle(object): class in inherits:object
27 self.n = newstyle()
76 self.n = newstyle()
78 self.n2 = newstyle()
241 n = newstyle()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_index.py 12 class newstyle(object): class in inherits:object
27 self.n = newstyle()
76 self.n = newstyle()
78 self.n2 = newstyle()
241 n = newstyle()

Completed in 1014 milliseconds

1 2