Home
last modified time | relevance | path

Searched refs:Pick (Results 1 – 25 of 69) sorted by relevance

123

/external/cldr/tools/java/org/unicode/cldr/util/
DBNF.java22 private Pick pick = null;
23 private Pick.Target target = null;
110 Pick expression = (Pick) map.get(key); in complete()
118 Pick expression2 = (Pick) map.get(key2); in complete()
122 pick = (Pick) map.get("$root"); in complete()
123 target = Pick.Target.make(pick, random, quoter); in complete()
155 Pick rule = getAlternation(); in addRule()
162 protected boolean addPick(String s, Pick rule) { in addPick()
174 addPick(variable, Pick.codePoint(set)); in addSet()
181 Pick qualify(Pick item) { in qualify()
[all …]
DPick.java18 abstract public class Pick { class
24 private Pick pick;
28 public static Target make(Pick pick, Random random, Quoter quoter) { in make()
75 public Pick replace(String toReplace, Pick replacement) { in replace()
80 public Pick name(String nameStr) { in name()
85 static public Pick.Sequence makeSequence() { in makeSequence()
89 static public Pick.Alternation makeAlternation() { in makeAlternation()
125 static public Pick repeat(int minCount, int maxCount, int[] itemWeights, Pick item) { in repeat()
129 static public Pick codePoint(UnicodeSet source) { in codePoint()
133 static public Pick string(String source) { in string()
[all …]
/external/tensorflow/tensorflow/core/lib/random/
Dweighted_picker_test.cc43 EXPECT_EQ(picker.Pick(&rnd), -1); in TEST()
49 EXPECT_EQ(picker.Pick(&rnd), 0); in TEST()
50 EXPECT_EQ(picker.Pick(&rnd), 0); in TEST()
51 EXPECT_EQ(picker.Pick(&rnd), 0); in TEST()
67 EXPECT_EQ(picker.Pick(&rnd), 0); in TEST()
68 EXPECT_EQ(picker.Pick(&rnd), 0); in TEST()
69 EXPECT_EQ(picker.Pick(&rnd), 0); in TEST()
76 EXPECT_EQ(picker.Pick(&rnd), 0); in TEST()
77 EXPECT_EQ(picker.Pick(&rnd), 0); in TEST()
78 EXPECT_EQ(picker.Pick(&rnd), 0); in TEST()
[all …]
Dweighted_picker.h52 int Pick(SimplePhilox* rnd) const;
Dweighted_picker.cc100 int WeightedPicker::Pick(SimplePhilox* rnd) const { in Pick() function in tensorflow::random::WeightedPicker
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestBNF.java12 import org.unicode.cldr.util.Pick;
114 static void testMatch(Pick p, String source) { in testMatch()
115 Pick.Position pp = new Pick.Position(); in testMatch()
/external/libprotobuf-mutator/src/
Dweighted_reservoir_sampler.h37 if (Pick(weight)) selected_ = item; in Try()
45 bool Pick(uint64_t weight) { in Pick() function
/external/curl/docs/cmdline-opts/
Dproxy-anyauth.d2 Help: Pick any proxy authentication method
Danyauth.d2 Help: Pick any authentication method
/external/llvm/test/CodeGen/Hexagon/
Dbit-extractu-half.ll2 ; Pick lsr (in bit-simplification) for extracting high halfword.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/
Dbit-extractu-half.ll2 ; Pick lsr (in bit-simplification) for extracting high halfword.
Dcombiner-lts.ll16 ; Pick one store that happens as a result. This isn't the best, but a regular
/external/libcxx/utils/google-benchmark/
Dreleasing.md10 * Pick the most interesting.
/external/google-benchmark/
Dreleasing.md10 * Pick the most interesting.
/external/autotest/server/site_tests/network_WiFi_ChaosConnectDisconnect/
Dcontrol.jetstream21 # Pick up just Jetstream APs on both 2.4 and 5 GHz bands
/external/igt-gpu-tools/
DTODO.rst30 igt documentation is full of warnings and fairly incomplete. Pick a library, and
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Dunreachable-emergency-spill-slot.mir36 ; Pick SP here. Picking FP will require scavenging a register.
/external/tensorflow/tensorflow/tools/dockerfiles/partials/ubuntu/
Dnvidia.partial.Dockerfile16 # Pick up some TF dependencies
/external/autotest/server/site_tests/p2p_EndToEndTest/
Dcontrol55 # Pick any DUT as the master.
/external/mesa3d/src/util/sha1/
DREADME38 - Pick the sha1.h header from the current folder, by using "" over <> in the
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsDSPInstrInfo.td1385 class DSPSetCCPat<Instruction Cmp, Instruction Pick, ValueType ValTy,
1388 (ValTy (Pick (ValTy (Cmp ValTy:$a, ValTy:$b)),
1392 class DSPSetCCPatInv<Instruction Cmp, Instruction Pick, ValueType ValTy,
1395 (ValTy (Pick (ValTy (Cmp ValTy:$a, ValTy:$b)),
1399 class DSPSelectCCPat<Instruction Cmp, Instruction Pick, ValueType ValTy,
1402 (ValTy (Pick (ValTy (Cmp ValTy:$a, ValTy:$b)), $c, $d))>;
1404 class DSPSelectCCPatInv<Instruction Cmp, Instruction Pick, ValueType ValTy,
1407 (ValTy (Pick (ValTy (Cmp ValTy:$a, ValTy:$b)), $d, $c))>;
/external/llvm/lib/Target/Mips/
DMipsDSPInstrInfo.td1370 class DSPSetCCPat<Instruction Cmp, Instruction Pick, ValueType ValTy,
1373 (ValTy (Pick (ValTy (Cmp ValTy:$a, ValTy:$b)),
1377 class DSPSetCCPatInv<Instruction Cmp, Instruction Pick, ValueType ValTy,
1380 (ValTy (Pick (ValTy (Cmp ValTy:$a, ValTy:$b)),
1384 class DSPSelectCCPat<Instruction Cmp, Instruction Pick, ValueType ValTy,
1387 (ValTy (Pick (ValTy (Cmp ValTy:$a, ValTy:$b)), $c, $d))>;
1389 class DSPSelectCCPatInv<Instruction Cmp, Instruction Pick, ValueType ValTy,
1392 (ValTy (Pick (ValTy (Cmp ValTy:$a, ValTy:$b)), $d, $c))>;
/external/dagger2/
DCONTRIBUTING.md59 `android_sdk_platform` lines. Pick one that you have installed, then click
/external/tensorflow/tensorflow/tools/dockerfiles/dockerfiles/
Dgpu.Dockerfile39 # Pick up some TF dependencies
/external/tensorflow/tensorflow/lite/micro/tools/make/targets/
Decm3531_makefile.inc8 #Pick the appropriate lds file depending whether you are running frof SRAM of flash

123