OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:c2py
(Results
1 - 4
of
4
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gettext.py
236
f = gettext.
c2py
('0')
242
f = gettext.
c2py
('n != 1')
248
f = gettext.
c2py
('n>1')
254
f = gettext.
c2py
('n==1 ? 0 : n==2 ? 1 : 2')
261
f = gettext.
c2py
('n==1 ? 0 : (n==2 ? 1 : 2)')
267
f = gettext.
c2py
('n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2')
273
f = gettext.
c2py
('n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2')
279
f = gettext.
c2py
('n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2')
285
f = gettext.
c2py
('n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3')
292
raises(ValueError, gettext.
c2py
, "os.chmod('/etc/passwd',0777)"
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gettext.py
236
f = gettext.
c2py
('0')
242
f = gettext.
c2py
('n != 1')
248
f = gettext.
c2py
('n>1')
254
f = gettext.
c2py
('n==1 ? 0 : n==2 ? 1 : 2')
261
f = gettext.
c2py
('n==1 ? 0 : (n==2 ? 1 : 2)')
267
f = gettext.
c2py
('n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2')
273
f = gettext.
c2py
('n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2')
279
f = gettext.
c2py
('n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2')
285
f = gettext.
c2py
('n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3')
292
raises(ValueError, gettext.
c2py
, "os.chmod('/etc/passwd',0777)"
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
gettext.py
75
def
c2py
(plural):
function
315
self.plural =
c2py
(plural)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
gettext.py
75
def
c2py
(plural):
function
315
self.plural =
c2py
(plural)
Completed in 375 milliseconds