HomeSort by relevance Sort by last modified time
    Searched refs:subn (Results 1 - 16 of 16) sorted by null

  /external/libvorbis/vq/
huffbuild.c 65 int i,j,k,begin,n,subn,guard=1; local
84 subn=1;
96 subn=atoi(pos+1);
97 if(n/subn*subn != n){
129 long vals=pow(maxval,subn);
137 i/=subn;
139 long val=getval(file,begin,n,subn,maxval);
142 if(!(i--&0xff))spinnit("loading... ",i*subn);
176 fprintf(file,"\t%d, %ld,\n",subn,vals)
    [all...]
  /external/skia/tools/lua/
find_ngrams_on_ct 33 new_contents, subd = re.subn(NGRAMS_LUA_SUBSTITUTION_STR,
  /prebuilts/gdb/darwin-x86/lib/python2.7/
re.py 81 subn Same as sub, but also return the number of substitutions made.
109 __all__ = [ "match", "search", "sub", "subn", "split", "findall",
153 def subn(pattern, repl, string, count=0, flags=0): function
162 return _compile(pattern, flags).subn(repl, string, count)
269 # internal: pattern.sub/subn implementation helper
  /prebuilts/gdb/linux-x86/lib/python2.7/
re.py 81 subn Same as sub, but also return the number of substitutions made.
109 __all__ = [ "match", "search", "sub", "subn", "split", "findall",
153 def subn(pattern, repl, string, count=0, flags=0): function
162 return _compile(pattern, flags).subn(repl, string, count)
269 # internal: pattern.sub/subn implementation helper
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
re.py 81 subn Same as sub, but also return the number of substitutions made.
109 __all__ = [ "match", "search", "sub", "subn", "split", "findall",
153 def subn(pattern, repl, string, count=0, flags=0): function
162 return _compile(pattern, flags).subn(repl, string, count)
269 # internal: pattern.sub/subn implementation helper
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
re.py 81 subn Same as sub, but also return the number of substitutions made.
109 __all__ = [ "match", "search", "sub", "subn", "split", "findall",
153 def subn(pattern, repl, string, count=0, flags=0): function
162 return _compile(pattern, flags).subn(repl, string, count)
269 # internal: pattern.sub/subn implementation helper
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/fr30/
allinsn.s 28 .global subn
29 subn: label
30 subn r14, r15
allinsn.d 32 0+0012 <subn>:
33 12: ae ef subn r14,r15
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/pdp11/
opcode.s 98 subn
opcode.d 94 b8: 7c29 [ ]*subn
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_re.py 212 self.assertEqual(re.subn("(?i)b+", "x", "bbbb BBBB"), ('x x', 2))
213 self.assertEqual(re.subn("b+", "x", "bbbb BBBB"), ('x BBBB', 1))
214 self.assertEqual(re.subn("b+", "x", "xyz"), ('xyz', 0))
215 self.assertEqual(re.subn("b*", "x", "xyz"), ('xxxyxzx', 4))
216 self.assertEqual(re.subn("b*", "x", "xyz", 2), ('xxxyz', 2))
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_re.py 212 self.assertEqual(re.subn("(?i)b+", "x", "bbbb BBBB"), ('x x', 2))
213 self.assertEqual(re.subn("b+", "x", "bbbb BBBB"), ('x BBBB', 1))
214 self.assertEqual(re.subn("b+", "x", "xyz"), ('xyz', 0))
215 self.assertEqual(re.subn("b*", "x", "xyz"), ('xxxyxzx', 4))
216 self.assertEqual(re.subn("b*", "x", "xyz", 2), ('xxxyz', 2))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_re.py 212 self.assertEqual(re.subn("(?i)b+", "x", "bbbb BBBB"), ('x x', 2))
213 self.assertEqual(re.subn("b+", "x", "bbbb BBBB"), ('x BBBB', 1))
214 self.assertEqual(re.subn("b+", "x", "xyz"), ('xyz', 0))
215 self.assertEqual(re.subn("b*", "x", "xyz"), ('xxxyxzx', 4))
216 self.assertEqual(re.subn("b*", "x", "xyz", 2), ('xxxyz', 2))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_re.py 212 self.assertEqual(re.subn("(?i)b+", "x", "bbbb BBBB"), ('x x', 2))
213 self.assertEqual(re.subn("b+", "x", "bbbb BBBB"), ('x BBBB', 1))
214 self.assertEqual(re.subn("b+", "x", "xyz"), ('xyz', 0))
215 self.assertEqual(re.subn("b*", "x", "xyz"), ('xxxyxzx', 4))
216 self.assertEqual(re.subn("b*", "x", "xyz", 2), ('xxxyz', 2))
    [all...]
  /build/tools/releasetools/
sign_target_files_apks 369 (data, num) = re.subn(pattern, new_cert16, data, flags=re.IGNORECASE)
sign_target_files_apks.py 369 (data, num) = re.subn(pattern, new_cert16, data, flags=re.IGNORECASE)

Completed in 305 milliseconds