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

1 2

  /external/icu/icu4c/source/common/
ruleiter.h 186 * parse the string returned by lookahead(), then call jumpahead() to
200 void jumpahead(int32_t count);
ruleiter.cpp 77 jumpahead(offset);
125 void RuleCharacterIterator::jumpahead(int32_t count) { function in class:RuleCharacterIterator
uniset_props.cpp     [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
RuleCharacterIterator.java 168 jumpahead(offset[0]);
267 * parse the string returned by lookahead(), then call jumpahead() to
285 public void jumpahead(int count) { method in class:RuleCharacterIterator
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
RuleCharacterIterator.java 167 jumpahead(offset[0]);
266 * parse the string returned by lookahead(), then call jumpahead() to
284 public void jumpahead(int count) { method in class:RuleCharacterIterator
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
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().
147 def jumpahead(self, n): member in class:Random
152 # The super.jumpahead() method uses shuffling to change state,
157 super(Random, self).jumpahead(n)
735 def jumpahead(self, n): member in class:WichmannHill
744 r2.jumpahead(1000000)
830 seed = jumpahead = _stub
906 jumpahead = _inst.jumpahead variable
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
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)
733 def jumpahead(self, n): member in class:WichmannHill
742 r2.jumpahead(1000000)
828 seed = jumpahead = _stub
904 jumpahead = _inst.jumpahead variable
    [all...]
  /external/python/cpython2/Lib/
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().
147 def jumpahead(self, n): member in class:Random
152 # The super.jumpahead() method uses shuffling to change state,
157 super(Random, self).jumpahead(n)
735 def jumpahead(self, n): member in class:WichmannHill
744 r2.jumpahead(1000000)
830 seed = jumpahead = _stu
906 jumpahead = _inst.jumpahead variable
    [all...]
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/
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...]
  /external/python/cpython2/Lib/test/
test_random.py 47 self.gen.jumpahead(100)
50 self.gen.jumpahead(100)
55 self.assertRaises(TypeError, self.gen.jumpahead) # needs an arg
56 self.assertRaises(TypeError, self.gen.jumpahead, 2, 3) # too many
61 self.gen.jumpahead(13550674232554645900)
170 # tests that jumpahead(n) semantics correspond to n calls to random()
173 self.gen.jumpahead(N)
222 self.gen.jumpahead(100)
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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
163 # tests that jumpahead(n) semantics correspond to n calls to random()
166 self.gen.jumpahead(N)
215 self.gen.jumpahead(100)
  /external/icu/android_icu4j/src/main/java/android/icu/text/
UnicodeSet.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
UnicodeSet.java     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.jar 

Completed in 716 milliseconds

1 2