HomeSort by relevance Sort by last modified time
    Searched full:c2py (Results 1 - 15 of 15) sorted by null

  /external/python/cpython3/Lib/test/
test_gettext.py 312 f = gettext.c2py('0')
318 f = gettext.c2py('n != 1')
324 f = gettext.c2py('n>1')
330 f = gettext.c2py('n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2')
336 f = gettext.c2py('n==1 ? 0 : n==2 ? 1 : 2')
343 f = gettext.c2py('n==1 ? 0 : (n==2 ? 1 : 2)')
349 f = gettext.c2py('n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < 20)) ? 1 : 2')
355 f = gettext.c2py('n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2')
361 f = gettext.c2py('n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2')
367 f = gettext.c2py('(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2'
    [all...]
  /external/python/cpython2/Lib/test/
test_gettext.py 244 f = gettext.c2py('0')
250 f = gettext.c2py('n != 1')
256 f = gettext.c2py('n>1')
262 f = gettext.c2py('n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2')
268 f = gettext.c2py('n==1 ? 0 : n==2 ? 1 : 2')
275 f = gettext.c2py('n==1 ? 0 : (n==2 ? 1 : 2)')
281 f = gettext.c2py('n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < 20)) ? 1 : 2')
287 f = gettext.c2py('n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2')
293 f = gettext.c2py('n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2')
299 f = gettext.c2py('(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2'
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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/gdb/darwin-x86/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/gdb/linux-x86/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/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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
gettext.py 77 def c2py(plural): function
318 self.plural = c2py(plural)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
gettext.py 75 def c2py(plural): function
315 self.plural = c2py(plural)
  /external/python/cpython2/Lib/
gettext.py 169 def c2py(plural): function
391 self.plural = c2py(plural)
  /external/python/cpython3/Lib/
gettext.py 169 def c2py(plural): function
389 self.plural = c2py(plural)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
gettext.py 75 def c2py(plural): function
315 self.plural = c2py(plural)
  /prebuilts/gdb/linux-x86/lib/python2.7/
gettext.py 75 def c2py(plural): function
315 self.plural = c2py(plural)
  /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 503 milliseconds