Home
last modified time | relevance | path

Searched refs:selected (Results 1 – 25 of 1309) sorted by relevance

12345678910>>...53

/external/snakeyaml/src/test/resources/pyyaml/
Dresolver.data2 "this scalar should be selected"
6 is: [selected]
8 key13: [not, selected]
9 key23: [not, selected]
11 key31: [not, selected]
12 key32: [not, selected]
13 key33: {not: selected}
15 - not selected
16 - selected
17 - not selected
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/YAMLParser/
Dresolver.test4 "this scalar should be selected"
8 is: [selected]
10 key13: [not, selected]
11 key23: [not, selected]
13 key31: [not, selected]
14 key32: [not, selected]
15 key33: {not: selected}
17 - not selected
18 - selected
19 - not selected
[all …]
/external/llvm/test/YAMLParser/
Dresolver.test4 "this scalar should be selected"
8 is: [selected]
10 key13: [not, selected]
11 key23: [not, selected]
13 key31: [not, selected]
14 key32: [not, selected]
15 key33: {not: selected}
17 - not selected
18 - selected
19 - not selected
[all …]
/external/swiftshader/src/Main/
DSwiftConfig.cpp235 const std::string selected = "selected='selected'"; in page() local
274 …html += "<option value='0'" + (config.pixelShaderVersion == 0 ? selected : empty) + ">0.0</optio… in page()
275 …html += "<option value='11'" + (config.pixelShaderVersion == 11 ? selected : empty) + ">1.1</optio… in page()
276 …html += "<option value='12'" + (config.pixelShaderVersion == 12 ? selected : empty) + ">1.2</optio… in page()
277 …html += "<option value='13'" + (config.pixelShaderVersion == 13 ? selected : empty) + ">1.3</optio… in page()
278 …html += "<option value='14'" + (config.pixelShaderVersion == 14 ? selected : empty) + ">1.4</optio… in page()
279 …html += "<option value='20'" + (config.pixelShaderVersion == 20 ? selected : empty) + ">2.0</optio… in page()
280 …html += "<option value='21'" + (config.pixelShaderVersion == 21 ? selected : empty) + ">2.x</optio… in page()
281 …html += "<option value='30'" + (config.pixelShaderVersion == 30 ? selected : empty) + ">3.0 (defau… in page()
284 …html += "<option value='0'" + (config.vertexShaderVersion == 0 ? selected : empty) + ">0.0</opti… in page()
[all …]
/external/antlr/runtime/Cpp/include/
Dantlr3traits.hpp94 typedef A selected; typedef in TraitsSelector
101 typedef B selected; typedef in TraitsSelector
108 typedef A selected; typedef in TraitsOneArgSelector
115 typedef B selected; typedef in TraitsOneArgSelector
122 typedef A selected; typedef in BoolSelector
129 typedef B selected; typedef in BoolSelector
138 … typename UserTraits<TraitsType>::AllocPolicyType, DefaultAllocPolicy >::selected AllocPolicyType;
141 std::string >::selected StringType;
144 std::stringstream >::selected StringStreamType;
147 ANTLR_UINT8 >::selected StreamDataType;
[all …]
/external/boringssl/src/tool/
Dspeed.cc185 static bool SpeedRSA(const std::string &selected) { in SpeedRSA() argument
186 if (!selected.empty() && selected.find("RSA") == std::string::npos) { in SpeedRSA()
272 static bool SpeedRSAKeyGen(const std::string &selected) { in SpeedRSAKeyGen() argument
274 if (selected != "RSAKeyGen") { in SpeedRSAKeyGen()
449 size_t ad_len, const std::string &selected) { in SpeedAEAD() argument
450 if (!selected.empty() && name.find(selected) == std::string::npos) { in SpeedAEAD()
463 size_t ad_len, const std::string &selected) { in SpeedAEADOpen() argument
464 if (!selected.empty() && name.find(selected) == std::string::npos) { in SpeedAEADOpen()
478 const std::string &selected) { in SpeedAESBlock() argument
479 if (!selected.empty() && name.find(selected) == std::string::npos) { in SpeedAESBlock()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/GlobalISel/
Darm-instruction-select.mir96 selected: false
97 # CHECK: selected: true
125 selected: false
126 # CHECK: selected: true
155 selected: false
156 # CHECK: selected: true
185 selected: false
186 # CHECK: selected: true
215 selected: false
216 # CHECK: selected: true
[all …]
Darm-instruction-select-combos.mir56 selected: false
57 # CHECK: selected: true
90 selected: false
91 # CHECK: selected: true
124 selected: false
125 # CHECK: selected: true
158 selected: false
159 # CHECK: selected: true
192 selected: false
193 # CHECK: selected: true
[all …]
Darm-regbankselect.mir92 selected: false
118 selected: false
144 selected: false
170 selected: false
196 selected: false
222 selected: false
248 selected: false
274 selected: false
300 selected: false
326 selected: false
[all …]
Darm-select-globals-pic.mir23 selected: false
24 # CHECK: selected: true
49 selected: false
50 # CHECK: selected: true
75 selected: false
76 # CHECK: selected: true
101 selected: false
102 # CHECK: selected: true
/external/squashfs-tools/squashfs-tools/
Dgzip_wrapper.c117 if(strategy[i].selected == 0) { in gzip_options()
118 strategy[i].selected = 1; in gzip_options()
152 if(strategy_count == 1 && strategy[0].selected) { in gzip_options_post()
154 strategy[0].selected = 0; in gzip_options_post()
191 strategies |= strategy[i].selected << i; in gzip_dump_options()
263 strategy[i].selected = 1; in gzip_extract_options()
266 strategy[i].selected = 0; in gzip_extract_options()
362 if(!strategy[i].selected) in gzip_init()
401 struct gzip_strategy *selected = NULL; in gzip_compress() local
427 if(!selected || selected->length > strategy->length) in gzip_compress()
[all …]
Dxz_wrapper.c86 if(bcj[i].selected == 0) { in xz_options()
87 bcj[i].selected = 1; in xz_options()
245 flags |= bcj[i].selected << i; in xz_dump_options()
309 bcj[i].selected = 1; in xz_extract_options()
312 bcj[i].selected = 0; in xz_extract_options()
409 if(bcj[i].selected) { in xz_init()
442 struct filter *selected = NULL; in xz_compress() local
460 if(!selected || selected->length > filter->length) in xz_compress()
461 selected = filter; in xz_compress()
466 if(!selected) in xz_compress()
[all …]
/external/arm-trusted-firmware/lib/extensions/ras/
Dras_common.c85 struct ras_interrupt *selected = NULL; in ras_interrupt_handler() local
104 selected = &ras_inrs[mid]; in ras_interrupt_handler()
115 if (selected == NULL) { in ras_interrupt_handler()
120 if (selected->err_record->probe != NULL) { in ras_interrupt_handler()
121 ret = selected->err_record->probe(selected->err_record, &probe_data); in ras_interrupt_handler()
126 assert(selected->err_record->handler != NULL); in ras_interrupt_handler()
127 (void) selected->err_record->handler(selected->err_record, probe_data, in ras_interrupt_handler()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoadStoreVectorizer/AMDGPU/
Dselects.ll13 %selected = select i1 %cnd, i32 addrspace(1)* %a, i32 addrspace(1)* %b
16 %val0 = load i32, i32 addrspace(1)* %selected, align 4
50 …%selected.base.x16.p0.or.4 = select i1 %cnd, i32 addrspace(1)* %a.base.x16, i32 addrspace(1)* %b.b…
51 …%gep.selected.base.x16.p8.or.12 = select i1 %cnd, i8 addrspace(1)* %gep.a.base.x16.p8, i8 addrspac…
52 …%selected.base.x16.p8.or.12 = bitcast i8 addrspace(1)* %gep.selected.base.x16.p8.or.12 to i32 addr…
53 …%selected.base.x16.p40.or.44 = getelementptr inbounds i32, i32 addrspace(1)* %selected.base.x16.p0…
54 …%selected.base.x16.p44.or.48 = getelementptr inbounds i32, i32 addrspace(1)* %selected.base.x16.p8…
55 %val0 = load i32, i32 addrspace(1)* %selected.base.x16.p40.or.44, align 4
56 %val1 = load i32, i32 addrspace(1)* %selected.base.x16.p44.or.48, align 4
85 …%selected.1.L = select i1 %cnd1, i32 addrspace(1)* %gep.a.base.p2, i32 addrspace(1)* %gep.b.base.x…
[all …]
/external/grpc-grpc/templates/tools/fuzzer/
Drunners.template4 cond: selected.build == 'fuzzer'
5 output_name: ${selected.name}.sh
23 …flags="-max_total_time=$runtime -artifact_prefix=fuzzer_output/ -max_len=${selected.maxlen} -timeo…
25 %if selected.get('dict'):
26 flags="$flags -dict=${selected.dict}"
39 bins/$config/${selected.name} $flags fuzzer_output ${' '.join(selected.corpus_dirs)}
/external/conscrypt/common/src/main/java/org/conscrypt/
DApplicationProtocolSelectorAdapter.java64 final String selected; in selectApplicationProtocol() local
66 selected = selector.selectApplicationProtocol(engine, protocols); in selectApplicationProtocol()
68 selected = selector.selectApplicationProtocol(socket, protocols); in selectApplicationProtocol()
70 if (selected == null || selected.isEmpty()) { in selectApplicationProtocol()
76 if (selected.equals(protocol)) { in selectApplicationProtocol()
/external/u-boot/scripts/kconfig/lxdialog/
Dmenubox.c54 int selected, int hotkey) in do_print_item() argument
75 wattrset(win, selected ? dlg.item_selected.atr : dlg.item.atr); in do_print_item()
78 wattrset(win, selected ? dlg.tag_key_selected.atr in do_print_item()
82 if (selected) { in do_print_item()
89 #define print_item(index, choice, selected) \ argument
92 do_print_item(menu, item_str(), choice, selected, !item_is_tag(':')); \
142 static void print_buttons(WINDOW * win, int height, int width, int selected) in print_buttons() argument
147 print_button(win, gettext("Select"), y, x, selected == 0); in print_buttons()
148 print_button(win, gettext(" Exit "), y, x + 12, selected == 1); in print_buttons()
149 print_button(win, gettext(" Help "), y, x + 24, selected == 2); in print_buttons()
[all …]
Dchecklist.c18 static void print_item(WINDOW * win, int choice, int selected) in print_item() argument
33 wattrset(win, selected ? dlg.check_selected.atr in print_item()
38 wattrset(win, selected ? dlg.tag_selected.atr : dlg.tag.atr); in print_item()
40 wattrset(win, selected ? dlg.item_selected.atr : dlg.item.atr); in print_item()
42 if (selected) { in print_item()
88 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons() argument
93 print_button(dialog, gettext("Select"), y, x, selected == 0); in print_buttons()
94 print_button(dialog, gettext(" Help "), y, x + 14, selected == 1); in print_buttons()
96 wmove(dialog, y, x + 1 + 14 * selected); in print_buttons()
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DApplicationProtocolSelectorAdapter.java65 final String selected; in selectApplicationProtocol() local
67 selected = selector.selectApplicationProtocol(engine, protocols); in selectApplicationProtocol()
69 selected = selector.selectApplicationProtocol(socket, protocols); in selectApplicationProtocol()
71 if (selected == null || selected.isEmpty()) { in selectApplicationProtocol()
77 if (selected.equals(protocol)) { in selectApplicationProtocol()
/external/toybox/kconfig/lxdialog/
Dmenubox.c67 int selected, int hotkey) in do_print_item() argument
88 wattrset(win, selected ? dlg.item_selected.atr : dlg.item.atr); in do_print_item()
91 wattrset(win, selected ? dlg.tag_key_selected.atr in do_print_item()
95 if (selected) { in do_print_item()
102 #define print_item(index, choice, selected) \ argument
105 do_print_item(menu, item_str(), choice, selected, !item_is_tag(':')); \
155 static void print_buttons(WINDOW * win, int height, int width, int selected) in print_buttons() argument
160 print_button(win, "Select", y, x, selected == 0); in print_buttons()
161 print_button(win, " Exit ", y, x + 12, selected == 1); in print_buttons()
162 print_button(win, " Help ", y, x + 24, selected == 2); in print_buttons()
[all …]
Dchecklist.c31 static void print_item(WINDOW * win, int choice, int selected) in print_item() argument
42 wattrset(win, selected ? dlg.check_selected.atr in print_item()
46 wattrset(win, selected ? dlg.tag_selected.atr : dlg.tag.atr); in print_item()
48 wattrset(win, selected ? dlg.item_selected.atr : dlg.item.atr); in print_item()
50 if (selected) { in print_item()
95 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons() argument
100 print_button(dialog, "Select", y, x, selected == 0); in print_buttons()
101 print_button(dialog, " Help ", y, x + 14, selected == 1); in print_buttons()
103 wmove(dialog, y, x + 1 + 14 * selected); in print_buttons()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/selects/
DSelectBiasTest.kt19 val selected = select<Int> { in <lambda>() constant
23 counter[selected]++ in <lambda>()
35 val selected = selectUnbiased<Int> { in <lambda>() constant
39 counter[selected]++ in <lambda>()
/external/v8/src/base/utils/
Drandom-number-generator.cc149 std::unordered_set<uint64_t> selected; in NextSample() local
152 while (selected.size() != smaller_part && counter / 3 < smaller_part) { in NextSample()
156 selected.insert(x); in NextSample()
160 if (selected.size() == smaller_part) { in NextSample()
162 return ComplementSample(selected, max); in NextSample()
164 return std::vector<uint64_t>(selected.begin(), selected.end()); in NextSample()
168 return NextSampleSlow(max, n, selected); in NextSample()
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/clustering/
DKMeansPlusPlusClusterer.java209 Cluster<T> selected = null; in getPointFromLargestVarianceCluster() local
224 selected = cluster; in getPointFromLargestVarianceCluster()
231 if (selected == null) { in getPointFromLargestVarianceCluster()
236 final List<T> selectedPoints = selected.getPoints(); in getPointFromLargestVarianceCluster()
250 Cluster<T> selected = null; in getPointFromLargestNumberCluster() local
259 selected = cluster; in getPointFromLargestNumberCluster()
265 if (selected == null) { in getPointFromLargestNumberCluster()
270 final List<T> selectedPoints = selected.getPoints(); in getPointFromLargestNumberCluster()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_NonMaxSuppressionV2.pbtxt20 boxes to be selected by non max suppression.
33 A 1-D integer tensor of shape `[M]` representing the selected
40 with previously selected boxes. Bounding boxes are supplied as
47 system result in the same boxes being selected by the algorithm.
50 collection of bounding boxes representing the selected boxes. The bounding
51 box coordinates corresponding to the selected indices can then be obtained

12345678910>>...53