/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/opencv3/3rdparty/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
|
/external/chromium-trace/catapult/third_party/webapp2/webapp2_extras/ |
jinja2.py | 137 newstyle=True)
|
/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()
|
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/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()
|
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...] |
/packages/apps/Music/src/com/android/music/ |
MediaPlaybackService.java | 480 boolean newstyle = false; 483 newstyle = true; [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | |