Home
last modified time | relevance | path

Searched refs:checked (Results 1 - 25 of 78) sorted by relevance

1234

/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/
H A Dfallback.pm92 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/util/perl/OpenSSL/
H A Dfallback.pm92 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/mesa3d/bin/
H A Dgen_release_notes.py135 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/
H A D_analyzer.py186 checked = _check_typedep(member, typedecl, types, knowntypes)
187 unsupported.append(checked)
219 checked = _check_vartype(decl, typedecl, types, knowntypes)
220 return 'mutable' if checked is FIXED_TYPE else checked
227 checked = _check_typespec(decl, typedecl, types, knowntypes)
228 if checked:
229 return checked
/third_party/skia/third_party/externals/swiftshader/src/Main/
H A DSwiftConfig.cpp236 const std::string checked = "checked='checked'"; in page() local
395 html += "<tr><td>Enable SSE:</td><td><input name = 'enableSSE' type='checkbox'" + (config.enableSSE ? checked : empty) + " disabled='disabled' title='If checked enables the use of SSE instruction set extentions if supported by the CPU.'></td></tr>"; in page()
396 html += "<tr><td>Enable SSE2:</td><td><input name = 'enableSSE2' type='checkbox'" + (config.enableSSE2 ? checked : empty) + " title='If checked enables the use of SSE2 instruction set extentions if supported by the CPU.'></td></tr>"; in page()
397 html += "<tr><td>Enable SSE3:</td><td><input name = 'enableSSE3' type='checkbox'" + (config.enableSSE3 ? checked : empty) + " title='If checked enables the use of SSE3 instruction set extentions if supported by the CPU.'></td></tr>"; in page()
398 html += "<tr><td>Enable SSSE3:</td><td><input name = 'enableSSSE3' type='checkbox'" + (config.enableSSSE3 ? checked in page()
[all...]
/third_party/ltp/testcases/kernel/syscalls/preadv2/
H A Dpreadv203.c75 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/PC/layout/
H A Dmain.py256 def _compile_one_py(src, dest, name, optimize, checked=True):
264 if checked
285 def _py_temp_compile(src, name, ns, dest_dir=None, checked=True):
289 return _compile_one_py(src, dest, name, optimize=2, checked=checked)
292 def _write_to_zip(zf, dest, src, ns, checked=True):
293 pyc = _py_temp_compile(src, dest, ns, checked=checked)
343 _write_to_zip(zf, dest, src, ns, checked=False)
/third_party/python/Lib/asyncio/
H A Dbase_tasks.py69 checked = set()
75 if filename not in checked:
76 checked.add(filename)
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
H A DAudioMidiTester.java158 public void setEnabled(boolean checked) { in setEnabled() argument
159 mAudioOutputTester.setEnabled(checked); in setEnabled()
160 if (checked && mRecordEnabled) { in setEnabled()
/third_party/ffmpeg/libavformat/
H A Dicodec.c47 unsigned i, frames, checked = 0; in probe() local
69 checked++; in probe()
72 if (checked < frames) in probe()
73 return AVPROBE_SCORE_MAX / 4 + FFMIN(checked, 1); in probe()
/third_party/node/deps/v8/tools/link_clicker.extension/
H A Dpopup.js34 $("#enabled").checked = msg.enabled;
48 enabled: $("#enabled").checked
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DDebug.cpp50 static bool checked = false; in IsUnderDebugger() local
53 if(!checked) in IsUnderDebugger()
57 checked = true; in IsUnderDebugger()
/third_party/gn/src/gn/
H A Dcommand_check.cc69 matching targets will be checked. See "gn help label_pattern" for details.
74 Generated files are normally not checked since they do not exist
76 can be found on disk are also checked.
88 What gets checked
90 The .gn file may specify a list of targets to be checked in the list
92 specify a list of targets not to be checked in no_check_targets. If a label
99 For targets being checked:
101 - GN opens all C-like source files in the targets to be checked and scans
110 - Includes using "quotes" are always checked.
112 are also checked
[all...]
H A Dsetup.cc74 A list of labels and label patterns that should be checked when running
76 no_check_targets (see below) is specified, all targets will be checked.
78 is the empty list, no targets will be checked. To bypass this list,
85 A list of labels and label patterns that should *not* be checked when
86 running "gn check" or "gn gen --check". All other targets will be checked.
88 targets will be checked. It is an error to specify both check_targets and
95 Boolean to control whether system style includes are checked by default
99 default. They can be checked explicitly by running
105 be checked against this list and GN will fail if the current file isn't
178 secondary source root will be checked (whic
[all...]
/third_party/node/test/fixtures/wpt/resources/
H A Dcheck-layout-th.js17 output.checked |= !!result;
64 var output = { checked: false };
200 return output.checked;
H A Dcheck-layout.js36 output.checked |= !!result;
42 var output = { checked: false };
198 return output.checked;
/third_party/node/deps/npm/node_modules/spdx-correct/
H A Dindex.js314 var checked = check(corrected)
315 if (checked !== null) {
316 return checked
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dir_context_test.cpp423 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()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dir_context_test.cpp423 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()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A Ddriver_utils.cpp281 static bool checked = false; in IsWayland() local
283 if (!checked) in IsWayland()
301 checked = true; in IsWayland()
/third_party/spirv-tools/test/opt/
H A Dir_context_test.cpp437 bool checked = false; in TEST_F() local
441 EXPECT_FALSE(checked); in TEST_F()
444 checked = true; in TEST_F()
447 EXPECT_TRUE(checked); in TEST_F()
495 bool checked = false; in TEST_F() local
500 EXPECT_FALSE(checked); in TEST_F()
504 checked = true; in TEST_F()
507 EXPECT_TRUE(checked); in TEST_F()
/third_party/node/deps/v8/src/diagnostics/x64/
H A Ddisasm-x64.cc361 byte checked = vex_byte0_ == VEX3_PREFIX ? vex_byte2_ : vex_byte1_; in vex_128() local
362 return (checked & 4) == 0; in vex_128()
367 byte checked = vex_byte0_ == VEX3_PREFIX ? vex_byte2_ : vex_byte1_; in vex_256() local
368 return (checked & 4) != 0; in vex_256()
373 byte checked = vex_byte0_ == VEX3_PREFIX ? vex_byte2_ : vex_byte1_; in vex_none() local
374 return (checked & 3) == 0; in vex_none()
379 byte checked = vex_byte0_ == VEX3_PREFIX ? vex_byte2_ : vex_byte1_; in vex_66() local
380 return (checked & 3) == 1; in vex_66()
385 byte checked = vex_byte0_ == VEX3_PREFIX ? vex_byte2_ : vex_byte1_; in vex_f3() local
386 return (checked in vex_f3()
391 byte checked = vex_byte0_ == VEX3_PREFIX ? vex_byte2_ : vex_byte1_; vex_f2() local
412 byte checked = vex_byte0_ == VEX3_PREFIX ? vex_byte2_ : vex_byte1_; vex_vreg() local
[all...]
/third_party/node/deps/v8/src/compiler/
H A Descape-analysis.cc743 Node* checked = current->ValueInput(0); in ReduceNode() local
744 const VirtualObject* vobject = current->GetVirtualObject(checked); in ReduceNode()
764 current->SetEscaped(checked); in ReduceNode()
789 Node* checked = current->ValueInput(0); in ReduceNode() local
790 switch (checked->opcode()) { in ReduceNode()
794 current->SetReplacement(checked); in ReduceNode()
797 current->SetEscaped(checked); in ReduceNode()
/third_party/python/Tools/msi/bundle/bootstrap/
H A DPythonBootstrapperApplication.cpp267 BOOL checked, launcherChecked; in OnCommand() local
336 checked = ThemeIsControlChecked(_theme, ID_INSTALL_LAUNCHER_ALL_USERS_CHECKBOX); in OnCommand()
337 _engine->SetVariableNumeric(L"InstallLauncherAllUsers", checked); in OnCommand()
343 checked = ThemeIsControlChecked(_theme, ID_CUSTOM_INSTALL_LAUNCHER_ALL_USERS_CHECKBOX); in OnCommand()
344 _engine->SetVariableNumeric(L"InstallLauncherAllUsers", checked); in OnCommand()
350 checked = ThemeIsControlChecked(_theme, ID_CUSTOM_INSTALL_ALL_USERS_CHECKBOX); in OnCommand()
351 _engine->SetVariableNumeric(L"InstallAllUsers", checked); in OnCommand()
354 ThemeControlEnable(_theme, ID_CUSTOM_BROWSE_BUTTON_LABEL, !checked); in OnCommand()
355 if (checked) { in OnCommand()
364 checked in OnCommand()
2804 BOOL checked = ThemeIsControlChecked(_theme, pControl->wId); SavePageSettings() local
[all...]
/third_party/python/Lib/
H A Dcsv.py401 checked = 0
404 if checked > 20:
406 checked += 1

Completed in 20 milliseconds

1234