HomeSort by relevance Sort by last modified time
    Searched refs:Select (Results 26 - 50 of 483) sorted by null

12 3 4 5 6 7 8 91011>>

  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/rrlp_components/
GANSSClockModel.java 48 private static final Map<Asn1Tag, Select> tagToSelection = new HashMap<>();
55 for (Select select : Select.values()) {
56 for (Asn1Tag tag : select.getPossibleFirstTags()) {
57 Select select0;
58 if ((select0 = tagToSelection.put(tag, select)) != null) {
60 "GANSSClockModel: " + tag + " maps to both " + select0 + " and " + select);
127 return Select.values().length;
136 selection = Select.values()[ordinal]
143 Select select = tagToSelection.get(tag); local
    [all...]
GANSSOrbitModel.java 48 private static final Map<Asn1Tag, Select> tagToSelection = new HashMap<>();
55 for (Select select : Select.values()) {
56 for (Asn1Tag tag : select.getPossibleFirstTags()) {
57 Select select0;
58 if ((select0 = tagToSelection.put(tag, select)) != null) {
60 "GANSSOrbitModel: " + tag + " maps to both " + select0 + " and " + select);
127 return Select.values().length;
136 selection = Select.values()[ordinal]
143 Select select = tagToSelection.get(tag); local
    [all...]
  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/supl_pos/
PosPayLoad.java 50 private static final Map<Asn1Tag, Select> tagToSelection = new HashMap<>();
57 for (Select select : Select.values()) {
58 for (Asn1Tag tag : select.getPossibleFirstTags()) {
59 Select select0;
60 if ((select0 = tagToSelection.put(tag, select)) != null) {
62 "PosPayLoad: " + tag + " maps to both " + select0 + " and " + select);
129 return Select.values().length;
138 selection = Select.values()[ordinal]
145 Select select = tagToSelection.get(tag); local
    [all...]
  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/supl_triggered_response/
BatchRepConditions.java 49 private static final Map<Asn1Tag, Select> tagToSelection = new HashMap<>();
56 for (Select select : Select.values()) {
57 for (Asn1Tag tag : select.getPossibleFirstTags()) {
58 Select select0;
59 if ((select0 = tagToSelection.put(tag, select)) != null) {
61 "BatchRepConditions: " + tag + " maps to both " + select0 + " and " + select);
128 return Select.values().length;
137 selection = Select.values()[ordinal]
144 Select select = tagToSelection.get(tag); local
    [all...]
  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/ulp_components/
SETId.java 51 private static final Map<Asn1Tag, Select> tagToSelection = new HashMap<>();
58 for (Select select : Select.values()) {
59 for (Asn1Tag tag : select.getPossibleFirstTags()) {
60 Select select0;
61 if ((select0 = tagToSelection.put(tag, select)) != null) {
63 "SETId: " + tag + " maps to both " + select0 + " and " + select);
130 return Select.values().length;
139 selection = Select.values()[ordinal]
146 Select select = tagToSelection.get(tag); local
    [all...]
FrequencyInfo.java 196 private static final Map<Asn1Tag, Select> tagToSelection = new HashMap<>();
203 for (Select select : Select.values()) {
204 for (Asn1Tag tag : select.getPossibleFirstTags()) {
205 Select select0;
206 if ((select0 = tagToSelection.put(tag, select)) != null) {
208 "modeSpecificInfoType: " + tag + " maps to both " + select0 + " and " + select);
275 return Select.values().length;
284 selection = Select.values()[ordinal]
291 Select select = tagToSelection.get(tag); local
    [all...]
CellMeasuredResults.java 338 private static final Map<Asn1Tag, Select> tagToSelection = new HashMap<>();
345 for (Select select : Select.values()) {
346 for (Asn1Tag tag : select.getPossibleFirstTags()) {
347 Select select0;
348 if ((select0 = tagToSelection.put(tag, select)) != null) {
350 "modeSpecificInfoType: " + tag + " maps to both " + select0 + " and " + select);
417 return Select.values().length;
426 selection = Select.values()[ordinal]
433 Select select = tagToSelection.get(tag); local
    [all...]
  /external/python/cpython2/Lib/bsddb/test/
test_dbtables.py 77 values = self.tdb.Select(
122 values = self.tdb.Select(tabname, [col2],
125 values = self.tdb.Select(tabname, [col2],
168 self.tdb.Select(tabname, [], conditions={'foo': '123'})
195 values = self.tdb.Select(tabname, ['b', 'a', 'd'],
202 values = self.tdb.Select(
208 values = self.tdb.Select(tabname, ['b'],
241 # This select should return 0 rows. it is designed to test
246 values = self.tdb.Select(tabname, ['b', 'a', 'd'],
295 values = self.tdb.Select(
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/test/
test_dbtables.py 79 values = self.tdb.Select(
124 values = self.tdb.Select(tabname, [col2],
127 values = self.tdb.Select(tabname, [col2],
170 self.tdb.Select(tabname, [], conditions={'foo': '123'})
197 values = self.tdb.Select(tabname, ['b', 'a', 'd'],
204 values = self.tdb.Select(
210 values = self.tdb.Select(tabname, ['b'],
243 # This select should return 0 rows. it is designed to test
248 values = self.tdb.Select(tabname, ['b', 'a', 'd'],
297 values = self.tdb.Select(
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/bsddb/test/
test_dbtables.py 79 values = self.tdb.Select(
124 values = self.tdb.Select(tabname, [col2],
127 values = self.tdb.Select(tabname, [col2],
170 self.tdb.Select(tabname, [], conditions={'foo': '123'})
197 values = self.tdb.Select(tabname, ['b', 'a', 'd'],
204 values = self.tdb.Select(
210 values = self.tdb.Select(tabname, ['b'],
243 # This select should return 0 rows. it is designed to test
248 values = self.tdb.Select(tabname, ['b', 'a', 'd'],
297 values = self.tdb.Select(
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_dbtables.py 79 values = self.tdb.Select(
124 values = self.tdb.Select(tabname, [col2],
127 values = self.tdb.Select(tabname, [col2],
170 self.tdb.Select(tabname, [], conditions={'foo': '123'})
197 values = self.tdb.Select(tabname, ['b', 'a', 'd'],
204 values = self.tdb.Select(
210 values = self.tdb.Select(tabname, ['b'],
243 # This select should return 0 rows. it is designed to test
248 values = self.tdb.Select(tabname, ['b', 'a', 'd'],
297 values = self.tdb.Select(
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_dbtables.py 79 values = self.tdb.Select(
124 values = self.tdb.Select(tabname, [col2],
127 values = self.tdb.Select(tabname, [col2],
170 self.tdb.Select(tabname, [], conditions={'foo': '123'})
197 values = self.tdb.Select(tabname, ['b', 'a', 'd'],
204 values = self.tdb.Select(
210 values = self.tdb.Select(tabname, ['b'],
243 # This select should return 0 rows. it is designed to test
248 values = self.tdb.Select(tabname, ['b', 'a', 'd'],
297 values = self.tdb.Select(
    [all...]
  /external/curl/docs/cmdline-opts/
engine.d 6 Select the OpenSSL crypto engine to use for cipher operations. Use \fI--engine
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelDAGToDAG.cpp 28 /// WebAssembly-specific code to select WebAssembly machine instructions for
57 void Select(SDNode *Node) override;
66 // add select functions here...
70 void WebAssemblyDAGToDAGISel::Select(SDNode *Node) {
93 // Select the default instruction.
  /frameworks/ml/nn/driver/cache/nnCache/
nnCache.h 34 typedef BlobCache::Select Select;
nnCache_test.cpp 55 ::testing::Values(NNCache::Policy(NNCache::Select::RANDOM, NNCache::Capacity::HALVE),
56 NNCache::Policy(NNCache::Select::LRU, NNCache::Capacity::HALVE),
58 NNCache::Policy(NNCache::Select::RANDOM, NNCache::Capacity::FIT),
59 NNCache::Policy(NNCache::Select::LRU, NNCache::Capacity::FIT),
61 NNCache::Policy(NNCache::Select::RANDOM, NNCache::Capacity::FIT_HALVE),
62 NNCache::Policy(NNCache::Select::LRU, NNCache::Capacity::FIT_HALVE)));
  /frameworks/native/services/sensorservice/
traits.h 67 struct Select {
71 struct Select<false, T, U> {
112 typedef typename Select<isStdArith || isPointer, T, const T&>::Result ParameterType;
  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/ver2_ulp_components/
ThirdPartyID.java 52 private static final Map<Asn1Tag, Select> tagToSelection = new HashMap<>();
59 for (Select select : Select.values()) {
60 for (Asn1Tag tag : select.getPossibleFirstTags()) {
61 Select select0;
62 if ((select0 = tagToSelection.put(tag, select)) != null) {
64 "ThirdPartyID: " + tag + " maps to both " + select0 + " and " + select);
131 return Select.values().length;
140 selection = Select.values()[ordinal]
147 Select select = tagToSelection.get(tag); local
    [all...]
  /external/wpa_supplicant_8/hs20/server/www/
signup.php 18 $row = $db->query("SELECT realm FROM sessions WHERE id='$id'")->fetch();
26 $row = $db->query("SELECT value FROM osu_config WHERE realm='$realm' AND field='free_account'")->fetch();
34 Select a username and password. Leave password empty to get automatically
  /frameworks/ml/nn/driver/cache/BlobCache/
BlobCache.h 38 enum class Select {
63 typedef std::pair<Select, Capacity> Policy;
65 static Policy defaultPolicy() { return Policy(Select::DEFAULT, Capacity::DEFAULT); }
327 const Select mPolicySelect;
340 // recently an entry was accessed, for the Select::LRU policy.
  /external/llvm/lib/Transforms/Utils/
LoopUtils.cpp 190 // To recognize min/max patterns formed by a icmp select sequence, we store
317 // reductions which are represented as a cmp followed by a select.
339 // pattern or more than just a select and cmp.
370 /// Returns true if the instruction is a Select(ICmp(X, Y), X, Y) instruction
376 "Expect a select instruction");
378 SelectInst *Select = nullptr;
380 // We must handle the select(cmp()) as a single instruction. Advance to the
381 // select.
383 if (!Cmp->hasOneUse() || !(Select = dyn_cast<SelectInst>(*I->user_begin())))
385 return InstDesc(Select, Prev.getMinMaxKind())
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
PxeBcBoot.c 52 Select and maintain the boot prompt if needed.
257 Select the boot menu by user's input.
264 @retval EFI_SUCCESS Select the boot menu success.
283 UINT16 Select;
292 Select = 0;
347 // Select the boot item by user in the boot menu.
354 gST->ConOut->SetCursorPosition (gST->ConOut, 0, TopRow + Select);
355 ASSERT (Select < PXEBC_MENU_MAX_NUM);
356 ASSERT (MenuArray[Select] != NULL);
357 Blank[MenuArray[Select]->DescLen] = 0;
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
StringTokenizer.cs 70 return new string[] { token, str[EnumerableExtensions.Sum(EnumerableExtensions.Select(EnumerableExtensions.Take(_tokens, i + 1),
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
StringTokenizer.cs 71 return new string[] { token, str[_tokens.Take( i + 1 ).Select( t => t.Length + 1 ).Sum() - 1].ToString() };
  /external/squashfs-tools/squashfs-tools/
Makefile 15 # Obviously, you must select at least one of the available gzip, lzma, lzo
97 # Select whether you wish xattrs to be stored by Mksquashfs and extracted
212 $(error "No compressor selected! Select one or more of GZIP, LZMA, XZ, LZO or \

Completed in 2578 milliseconds

12 3 4 5 6 7 8 91011>>