/external/snakeyaml/src/test/resources/pyyaml/ |
D | resolver.data | 2 "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/llvm-project/llvm/test/YAMLParser/ |
D | resolver.test | 4 "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/ |
D | resolver.test | 4 "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/ |
D | SwiftConfig.cpp | 235 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/ |
D | antlr3traits.hpp | 94 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/ |
D | speed.cc | 191 static bool SpeedRSA(const std::string &selected) { in SpeedRSA() argument 192 if (!selected.empty() && selected.find("RSA") == std::string::npos) { in SpeedRSA() 278 static bool SpeedRSAKeyGen(const std::string &selected) { in SpeedRSAKeyGen() argument 280 if (selected != "RSAKeyGen") { in SpeedRSAKeyGen() 455 size_t ad_len, const std::string &selected) { in SpeedAEAD() argument 456 if (!selected.empty() && name.find(selected) == std::string::npos) { in SpeedAEAD() 469 size_t ad_len, const std::string &selected) { in SpeedAEADOpen() argument 470 if (!selected.empty() && name.find(selected) == std::string::npos) { in SpeedAEADOpen() 484 const std::string &selected) { in SpeedAESBlock() argument 485 if (!selected.empty() && name.find(selected) == std::string::npos) { in SpeedAESBlock() [all …]
|
/external/rust/crates/quiche/deps/boringssl/src/tool/ |
D | speed.cc | 190 static bool SpeedRSA(const std::string &selected) { in SpeedRSA() argument 191 if (!selected.empty() && selected.find("RSA") == std::string::npos) { in SpeedRSA() 277 static bool SpeedRSAKeyGen(const std::string &selected) { in SpeedRSAKeyGen() argument 279 if (selected != "RSAKeyGen") { in SpeedRSAKeyGen() 454 size_t ad_len, const std::string &selected) { in SpeedAEAD() argument 455 if (!selected.empty() && name.find(selected) == std::string::npos) { in SpeedAEAD() 468 size_t ad_len, const std::string &selected) { in SpeedAEADOpen() argument 469 if (!selected.empty() && name.find(selected) == std::string::npos) { in SpeedAEADOpen() 483 const std::string &selected) { in SpeedAESBlock() argument 484 if (!selected.empty() && name.find(selected) == std::string::npos) { in SpeedAESBlock() [all …]
|
/external/llvm-project/lld/test/ELF/ |
D | icf-safe.s | 13 # CHECK-NOT: selected section {{.*}}:(.text.f1) 14 # CHECK: selected section {{.*}}:(.text.f3) 17 # CHECK-NOT: selected section {{.*}}:(.rodata.h1) 18 # CHECK: selected section {{.*}}:(.rodata.h3) 21 # CHECK-NOT: selected section {{.*}}:(.rodata.l1) 22 # CHECK: selected section {{.*}}:(.rodata.l3) 25 # CHECK-NOT: selected section {{.*}}:(.rodata.g1) 26 # CHECK: selected section {{.*}}:(.rodata.g3) 29 # CHECK-NOT: selected section {{.*}}:(.text.non_addrsig{{.}}) 33 # ALL: selected section {{.*}}:(.text.f3) [all …]
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Hierarchy/ |
D | HierarchyControl.c | 52 BOOL *selected = NULL; in TPM2_HierarchyControl() local 109 selected = &gc.shEnable; in TPM2_HierarchyControl() 112 selected = &gc.ehEnable; in TPM2_HierarchyControl() 115 selected = &g_phEnable; in TPM2_HierarchyControl() 118 selected = &gc.phEnableNV; in TPM2_HierarchyControl() 124 if(selected != NULL && *selected != select) in TPM2_HierarchyControl() 131 *selected = select; in TPM2_HierarchyControl()
|
/external/llvm-project/llvm/test/CodeGen/ARM/GlobalISel/ |
D | select-fp.mir | 52 selected: false 53 # CHECK: selected: true 82 selected: false 83 # CHECK: selected: true 112 selected: false 113 # CHECK: selected: true 142 selected: false 143 # CHECK: selected: true 172 selected: false 173 # CHECK: selected: true [all …]
|
D | arm-regbankselect.mir | 110 selected: false 136 selected: false 162 selected: false 188 selected: false 214 selected: false 240 selected: false 266 selected: false 292 selected: false 318 selected: false 344 selected: false [all …]
|
D | arm-instruction-select.mir | 73 selected: false 101 selected: false 130 selected: false 159 selected: false 188 selected: false 215 selected: false 242 selected: false 276 selected: false 311 selected: false 344 selected: false [all …]
|
/external/squashfs-tools/squashfs-tools/ |
D | gzip_wrapper.c | 117 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 …]
|
D | xz_wrapper.c | 86 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/ |
D | ras_common.c | 127 struct ras_interrupt *selected = NULL; in ras_interrupt_handler() local 146 selected = &ras_inrs[mid]; in ras_interrupt_handler() 157 if (selected == NULL) { in ras_interrupt_handler() 162 if (selected->err_record->probe != NULL) { in ras_interrupt_handler() 163 ret = selected->err_record->probe(selected->err_record, &probe_data); in ras_interrupt_handler() 168 assert(selected->err_record->handler != NULL); in ras_interrupt_handler() 169 (void) selected->err_record->handler(selected->err_record, probe_data, in ras_interrupt_handler()
|
/external/llvm-project/llvm/test/Transforms/LoadStoreVectorizer/AMDGPU/ |
D | selects.ll | 13 %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/libabigail/tests/ |
D | mockfedabipkgdiff.in | 330 selected = build['package_id'] == packageID 332 selected = selected and build['state'] == state 333 return selected 371 selected = rpm['build_id'] == buildID 373 selected = selected and rpm['arch'] in arches 374 return selected
|
/external/grpc-grpc/templates/tools/fuzzer/ |
D | runners.template | 4 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/ |
D | ApplicationProtocolSelectorAdapter.java | 64 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/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ |
D | ApplicationProtocolSelectorAdapter.java | 65 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/webrtc/modules/desktop_capture/ |
D | cropping_window_capturer_win.cc | 177 const HWND selected = reinterpret_cast<HWND>(GetWindowToCapture()); in ShouldUseScreenCapturer() local 179 if (!window_capture_helper_.IsWindowVisibleOnCurrentDesktop(selected)) { in ShouldUseScreenCapturer() 184 const LONG window_ex_style = GetWindowLong(selected, GWL_EXSTYLE); in ShouldUseScreenCapturer() 193 if (!GetLayeredWindowAttributes(selected, &color_ref_key, &alpha, &flags)) in ShouldUseScreenCapturer() 204 if (!GetWindowRect(selected, &window_region_rect_)) { in ShouldUseScreenCapturer() 209 if (!GetWindowContentRect(selected, &content_rect)) { in ShouldUseScreenCapturer() 216 GetWindowRegionTypeWithBoundary(selected, ®ion_rect); in ShouldUseScreenCapturer() 252 TopWindowVerifierContext context(selected, in ShouldUseScreenCapturer()
|
/external/toybox/kconfig/lxdialog/ |
D | menubox.c | 67 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 …]
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/selects/ |
D | SelectBiasTest.kt | 19 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/perfetto/ui/src/controller/ |
D | selection_controller.ts | 71 const selected: CounterDetails = {}; constant 77 Object.assign(selected, results); 78 globals.publish('CounterDetails', selected); 168 const selected: SliceDetails = { constant 181 globals.publish('SliceDetails', selected); 277 const selected: ThreadStateDetails = { constant 286 globals.publish('ThreadStateDetails', selected); 307 const selected: SliceDetails = { constant 319 Object.assign(selected, wakeResult); 322 globals.publish('SliceDetails', selected);
|
/external/llvm-project/lldb/utils/lui/ |
D | cui.py | 89 self.selected = 0 112 if i == self.selected: 142 return self.selected 145 def setSelected(self, selected): argument 146 self.selected = selected 147 if self.selected < 0: 148 self.selected = 0 149 elif self.selected >= len(self.items): 150 self.selected = len(self.items) - 1 156 self.setSelected(self.selected - 1) [all …]
|