/third_party/openssl/util/perl/OpenSSL/ |
D | fallback.pm | 92 my $checked = $d; 98 $checked = 104 split(m|/|, $checked)) 105 unless -e $checked && -d $checked; 108 unless -e $checked && -d $checked; 109 push @INC, $checked;
|
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/ |
D | fallback.pm | 92 my $checked = $d; 98 $checked = 104 split(m|/|, $checked)) 105 unless -e $checked && -d $checked; 108 unless -e $checked && -d $checked; 109 push @INC, $checked;
|
/third_party/openssl/test/recipes/ |
D | 15-test_genrsa.t | 48 my $checked = int(($good + $bad + 1) / 2); 49 my $bits = 2 ** $checked; 55 note 2 ** $checked, " bits is good"; 56 $good = $checked; 58 note 2 ** $checked, " bits is bad"; 59 $bad = $checked;
|
/third_party/cef/libcef/browser/chrome/ |
D | chrome_context_menu_handler.cc | 59 return info ? info->checked : false; in IsCommandIdChecked() 105 void SetChecked(int command_id, bool checked) override { in SetChecked() argument 107 if (!checked && !GetItemInfo(command_id)) in SetChecked() 111 info->checked = checked; in SetChecked() 112 if (!checked) in SetChecked() 132 bool checked = false; member 154 if (!info->checked && !info->accel) { in MaybeDeleteItemInfo()
|
/third_party/typescript/tests/baselines/reference/ |
D | typeFromPropertyAssignment23.types | 38 >D.prototype.foo = () => { this.n = 'not checked, so no error'} : () => void 44 >() => { this.n = 'not checked, so no error'} : () => void 46 this.n = 'not checked, so no error' 47 >this.n = 'not checked, so no error' : "not checked, so no error" 51 >'not checked, so no error' : "not checked, so no error"
|
/third_party/mesa3d/bin/ |
D | gen_release_notes.py | 135 checked = "" 147 checked += before 157 checked += (inline[:rolePfx.end()] + "\\" 161 checked += (inline[:refSfx.start()] + "\\" 165 checked += "\\" + inline 167 checked += remaining 170 checked = re.sub('\x00', "\\\x00", checked) 171 return docutils.utils.unescape(checked, 1)
|
/third_party/python/Tools/c-analyzer/cpython/ |
D | _analyzer.py | 184 checked = _check_typedep(member, typedecl, types, knowntypes) 185 unsupported.append(checked) 217 checked = _check_vartype(decl, typedecl, types, knowntypes) 218 return 'mutable' if checked is FIXED_TYPE else checked 225 checked = _check_typespec(decl, typedecl, types, knowntypes) 226 if checked: 227 return checked
|
/third_party/node/deps/v8/tools/turbolizer/src/ |
D | disassembly-view.ts | 229 instructionAddressInput.checked = lastShowInstructionAddress == 'true'; 231 … window.sessionStorage.setItem("show-instruction-address", `${instructionAddressInput.checked}`); 233 el.classList.toggle("invisible", !instructionAddressInput.checked); 241 instructionBinaryInput.checked = lastShowInstructionBinary == 'true'; 243 window.sessionStorage.setItem("show-instruction-binary", `${instructionBinaryInput.checked}`); 245 el.classList.toggle("invisible", !instructionBinaryInput.checked); 253 highlightGapInstructionsInput.checked = lastHighlightGapInstructions == 'true'; 255 …w.sessionStorage.setItem("highlight-gap-instructions", `${highlightGapInstructionsInput.checked}`); 256 …view.divNode.classList.toggle("highlight-gap-instructions", highlightGapInstructionsInput.checked);
|
/third_party/gstreamer/gstplugins_good/tests/examples/qt/qmlsink-multisink/ |
D | main.qml | 31 active: playing.checked 36 source: playing.checked ? modelData : "" 47 checked: true
|
/third_party/skia/third_party/externals/swiftshader/src/Main/ |
D | SwiftConfig.cpp | 236 const std::string checked = "checked='checked'"; in page() local 395 …/td><td><input name = 'enableSSE' type='checkbox'" + (config.enableSSE ? checked : empty) + " disa… in page() 396 …d><td><input name = 'enableSSE2' type='checkbox'" + (config.enableSSE2 ? checked : empty) + " titl… in page() 397 …d><td><input name = 'enableSSE3' type='checkbox'" + (config.enableSSE3 ? checked : empty) + " titl… in page() 398 …<td><input name = 'enableSSSE3' type='checkbox'" + (config.enableSSSE3 ? checked : empty) + " titl… in page() 399 …d><input name = 'enableSSE4_1' type='checkbox'" + (config.enableSSE4_1 ? checked : empty) + " titl… in page() 424 …ame = 'disableServer' type='checkbox'" + (config.disableServer == true ? checked : empty) + " titl… in page() 425 …ame = 'forceWindowed' type='checkbox'" + (config.forceWindowed == true ? checked : empty) + " titl… in page() 426 …pthBuffer' type='checkbox'" + (config.complementaryDepthBuffer == true ? checked : empty) + " titl… in page() 427 …ame = 'postBlendSRGB' type='checkbox'" + (config.postBlendSRGB == true ? checked : empty) + " titl… in page() [all …]
|
/third_party/ltp/testcases/kernel/syscalls/preadv2/ |
D | preadv203.c | 75 size_t j, checked = 0; in verify_short_read() local 80 char exp_val = '0' + (off + checked)/CHUNK_SZ; in verify_short_read() 85 checked, size, exp_val, exp_val, in verify_short_read() 90 if (++checked >= size) in verify_short_read()
|
/third_party/python/Lib/asyncio/ |
D | base_tasks.py | 62 checked = set() 68 if filename not in checked: 69 checked.add(filename)
|
/third_party/qrcodegen/typescript-javascript/ |
D | qrcodegen-input-demo.ts | 46 const bitmapOutput: boolean = getInput("output-format-bitmap").checked; 67 if (getInput("errcorlvl-medium").checked) 69 else if (getInput("errcorlvl-quartile").checked) 71 else if (getInput("errcorlvl-high").checked) 84 const boostEcc: boolean = getInput("boost-ecc-input").checked;
|
/third_party/node/deps/v8/tools/heap-stats/ |
D | details-selection.js | 256 checkbox.checked = 260 checkbox.instance_type, checkbox.checked, 372 .forEach(checkbox => checkbox.checked = false); 378 .forEach(checkbox => checkbox.checked = true); 385 .forEach(checkbox => checkbox.checked = false); 394 this.$('#' + category + 'Checkbox').checked = true; 406 input.checked = 'checked';
|
/third_party/python/PC/layout/ |
D | main.py | 256 def _compile_one_py(src, dest, name, optimize, checked=True): argument 264 if checked 285 def _py_temp_compile(src, name, ns, dest_dir=None, checked=True): argument 289 return _compile_one_py(src, dest, name, optimize=2, checked=checked) 292 def _write_to_zip(zf, dest, src, ns, checked=True): argument 293 pyc = _py_temp_compile(src, dest, ns, checked=checked) 343 _write_to_zip(zf, dest, src, ns, checked=False)
|
/third_party/ffmpeg/libavformat/ |
D | icodec.c | 48 unsigned i, frames, checked = 0; in probe() local 70 checked++; in probe() 73 if (checked < frames) in probe() 74 return AVPROBE_SCORE_MAX / 4 + FFMIN(checked, 1); in probe()
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | Debug.cpp | 50 static bool checked = false; in IsUnderDebugger() local 53 if(!checked) in IsUnderDebugger() 57 checked = true; in IsUnderDebugger()
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/ |
D | AudioMidiTester.java | 158 public void setEnabled(boolean checked) { in setEnabled() argument 159 mAudioOutputTester.setEnabled(checked); in setEnabled() 160 if (checked && mRecordEnabled) { in setEnabled()
|
/third_party/node/deps/v8/tools/system-analyzer/ |
D | index.css | 153 .panel > .selection [type=radio]:checked + label { 269 .panel .panelCloserInput:checked ~ .panelCloserLabel, 270 .panelCloserInput:checked ~ .panelCloserLabel { 275 .panel .panelCloserInput:checked ~ h2 { 281 .panelCloserInput:checked ~ * {
|
/third_party/node/deps/v8/tools/link_clicker.extension/ |
D | popup.js | 34 $("#enabled").checked = msg.enabled; 48 enabled: $("#enabled").checked
|
/third_party/skia/third_party/externals/angle2/third_party/r8/ |
D | BUILD.gn | 7 # The output jar for this target is copied and checked-in to minimize the number 12 # Avoid using java_prebuilt() to ensure all uses go through the checked-in
|
/third_party/node/deps/npm/node_modules/spdx-correct/ |
D | index.js | 314 var checked = check(corrected) 315 if (checked !== null) { 316 return checked
|
/third_party/cef/libcef/browser/ |
D | simple_menu_model_impl.h | 24 virtual void SetChecked(int command_id, bool checked) = 0; 99 bool SetChecked(int command_id, bool checked) override; 100 bool SetCheckedAt(int index, bool checked) override;
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_open/ |
D | coverage.txt | 20 permission bits is set and checked, and the value is also set and checked.
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | ir_context_test.cpp | 423 bool checked = false; in TEST_F() local 427 EXPECT_FALSE(checked); in TEST_F() 430 checked = true; in TEST_F() 433 EXPECT_TRUE(checked); in TEST_F() 481 bool checked = false; in TEST_F() local 486 EXPECT_FALSE(checked); in TEST_F() 490 checked = true; in TEST_F() 493 EXPECT_TRUE(checked); in TEST_F()
|