Home
last modified time | relevance | path

Searched refs:Pick (Results 1 – 25 of 74) 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.
/external/syzkaller/vendor/google.golang.org/grpc/balancer/roundrobin/
Droundrobin.go69 func (p *rrPicker) Pick(ctx context.Context, opts balancer.PickOptions) (balancer.SubConn, func(bal… func
/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/syzkaller/vendor/google.golang.org/grpc/balancer/
Dbalancer.go200 Pick(ctx context.Context, opts PickOptions) (conn SubConn, done func(DoneInfo), err error) methodSpec
/external/tensorflow/tensorflow/tools/dockerfiles/partials/ubuntu/
Dnvidia.partial.Dockerfile12 # Pick up some TF dependencies
/external/syzkaller/vendor/google.golang.org/grpc/
Dpickfirst.go99 func (p *picker) Pick(ctx context.Context, opts balancer.PickOptions) (balancer.SubConn, func(balan… func
/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/docker/
DDockerfile.mkl14 # Pick up some TF dependencies
DDockerfile5 # Pick up some TF dependencies
DDockerfile.gpu5 # Pick up some TF dependencies
/external/autotest/server/site_tests/p2p_EndToEndTest/
Dcontrol55 # Pick any DUT as the master.
/external/syzkaller/vendor/google.golang.org/grpc/balancer/base/
Dbalancer.go165 func (p *errPicker) Pick(ctx context.Context, opts balancer.PickOptions) (balancer.SubConn, func(ba… func
/external/mesa3d/src/util/sha1/
DREADME38 - Pick the sha1.h header from the current folder, by using "" over <> in the

123