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

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
BNF.java 23 private Pick pick = null; field in class:BNF
24 private Pick.Target target = null;
34 return pick.getInternal(0, new HashSet());
109 Pick expression = (Pick) map.get(key);
117 Pick expression2 = (Pick) map.get(key2);
121 pick = (Pick) map.get("$root")
    [all...]
Pick.java 19 abstract public class Pick {
25 private Pick pick; field in class:Pick.Target
29 public static Target make(Pick pick, Random random, Quoter quoter) {
31 result.pick = pick;
38 pick.addTo(this);
69 public Pick replace(String toReplace, Pick replacement)
692 static public int pick(Random random, int start, int end) { method in class:Pick
696 static public double pick(Random random, double start, double end) { method in class:Pick
700 static public boolean pick(Random random, double percent) { method in class:Pick
704 static public int pick(Random random, UnicodeSet s) { method in class:Pick
708 static public String pick(Random random, String[] source) { method in class:Pick
    [all...]
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/
BNF.java 22 private Pick pick = null; field in class:BNF
23 private Pick.Target target = null;
33 return pick.getInternal(0, new HashSet());
108 Pick expression = (Pick) map.get(key);
116 Pick expression2 = (Pick) map.get(key2);
120 pick = (Pick) map.get("$root")
    [all...]
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
Pick.java 18 abstract public class Pick {
24 private Pick pick; field in class:Pick.Target
28 public static Target make(Pick pick, Random random, Quoter quoter) {
30 result.pick = pick;
37 pick.addTo(this);
68 public Pick replace(String toReplace, Pick replacement)
691 static public int pick(Random random, int start, int end) { method in class:Pick
695 static public double pick(Random random, double start, double end) { method in class:Pick
699 static public boolean pick(Random random, double percent) { method in class:Pick
703 static public int pick(Random random, UnicodeSet s) { method in class:Pick
707 static public String pick(Random random, String[] source) { method in class:Pick
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
TestBNF.java 13 import android.icu.dev.util.Pick;
92 Pick p = Pick.maybe(75,Pick.unquoted("a"));
94 p = Pick.or(new String[]{"", "a", "bb", "ccc"});
96 p = Pick.repeat(3, 5, new int[]{20, 30, 20}, "a");
98 p = Pick.codePoint("[a-ce]");
100 p = Pick.codePoint("[a-ce]");
102 p = Pick.string(2, 8, p);
105 p = Pick.or(new String[]{"", "a", "bb", "ccc"})
    [all...]
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/util/
TestBNF.java 12 import com.ibm.icu.dev.util.Pick;
91 Pick p = Pick.maybe(75,Pick.unquoted("a"));
93 p = Pick.or(new String[]{"", "a", "bb", "ccc"});
95 p = Pick.repeat(3, 5, new int[]{20, 30, 20}, "a");
97 p = Pick.codePoint("[a-ce]");
99 p = Pick.codePoint("[a-ce]");
101 p = Pick.string(2, 8, p);
104 p = Pick.or(new String[]{"", "a", "bb", "ccc"})
    [all...]
  /external/boringssl/src/crypto/perlasm/
x86asm.pl 272 Pick one target type from
  /external/webrtc/tools/matlab/
rtpAnalyze.m 137 delayReordered = delay(reorderIx); % Pick the reordered packets.
  /dalvik/docs/
prettify.js     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d.h     [all...]
d3drmobj.h     [all...]
  /build/core/
config.mk 379 # Pick a Java compiler.
    [all...]
main.mk 400 # Pick up some extra useful tools
    [all...]
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/
prettify.js     [all...]
  /build/tools/droiddoc/templates-ndk/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk-dev/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk-refonly/assets/js/
android_3p-bundle.js     [all...]

Completed in 812 milliseconds