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

  /external/chromium_org/third_party/icu/source/common/
ruleiter.h 184 * parse the string returned by lookahead(), then call jumpahead() to
198 void jumpahead(int32_t count);
ruleiter.cpp 75 jumpahead(offset);
123 void RuleCharacterIterator::jumpahead(int32_t count) { function in class:RuleCharacterIterator
uniset_props.cpp     [all...]
  /external/icu/icu4c/source/common/
ruleiter.h 184 * parse the string returned by lookahead(), then call jumpahead() to
198 void jumpahead(int32_t count);
ruleiter.cpp 75 jumpahead(offset);
123 void RuleCharacterIterator::jumpahead(int32_t count) { function in class:RuleCharacterIterator
uniset_props.cpp     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
random.py 35 jumpahead(n) are weakened to simply jump to another distant state and rely
55 "getstate","setstate","jumpahead", "WichmannHill", "getrandbits",
77 a different instance of Random for each thread, and using the jumpahead()
83 methods: random(), seed(), getstate(), setstate() and jumpahead().
145 def jumpahead(self, n): member in class:Random
150 # The super.jumpahead() method uses shuffling to change state,
155 super(Random, self).jumpahead(n)
729 def jumpahead(self, n): member in class:WichmannHill
738 r2.jumpahead(1000000)
824 seed = jumpahead = _stu
900 jumpahead = _inst.jumpahead variable
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
random.py 35 jumpahead(n) are weakened to simply jump to another distant state and rely
55 "getstate","setstate","jumpahead", "WichmannHill", "getrandbits",
77 a different instance of Random for each thread, and using the jumpahead()
83 methods: random(), seed(), getstate(), setstate() and jumpahead().
145 def jumpahead(self, n): member in class:Random
150 # The super.jumpahead() method uses shuffling to change state,
155 super(Random, self).jumpahead(n)
729 def jumpahead(self, n): member in class:WichmannHill
738 r2.jumpahead(1000000)
824 seed = jumpahead = _stu
900 jumpahead = _inst.jumpahead variable
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_random.py 49 self.gen.jumpahead(100)
52 self.gen.jumpahead(100)
57 self.assertRaises(TypeError, self.gen.jumpahead) # needs an arg
58 self.assertRaises(TypeError, self.gen.jumpahead, 2, 3) # too many
63 self.gen.jumpahead(13550674232554645900)
171 # tests that jumpahead(n) semantics correspond to n calls to random()
174 self.gen.jumpahead(N)
223 self.gen.jumpahead(100)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_random.py 49 self.gen.jumpahead(100)
52 self.gen.jumpahead(100)
57 self.assertRaises(TypeError, self.gen.jumpahead) # needs an arg
58 self.assertRaises(TypeError, self.gen.jumpahead, 2, 3) # too many
63 self.gen.jumpahead(13550674232554645900)
171 # tests that jumpahead(n) semantics correspond to n calls to random()
174 self.gen.jumpahead(N)
223 self.gen.jumpahead(100)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 188 milliseconds