Home
last modified time | relevance | path

Searched refs:advanced (Results 1 - 11 of 11) sorted by relevance

/third_party/python/Lib/idlelib/idle_test/
H A Dtest_config_key.py5 Not tested: exit with 'self.advanced or self.keys_ok(keys) ...' False.
134 advanced = index
135 return basic, advanced
138 self.assertFalse(dialog.advanced)
140 basic, advanced = stackorder()
141 self.assertGreater(basic, advanced)
143 # Toggle to advanced.
145 self.assertTrue(dialog.advanced)
147 basic, advanced = stackorder()
148 self.assertGreater(advanced, basi
[all...]
/third_party/typescript/tests/baselines/reference/
H A DasyncMethodWithSuperConflict_es6.js30 async advanced() {
102 advanced() {
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/
H A DNumberFormatterFactory.java38 final boolean advanced; field in NumberFormatterFactory.NumberFormatterImpl
61 this.advanced = fancy; in NumberFormatterImpl()
/third_party/python/Lib/idlelib/
H A Dconfig_key.py73 self.advanced = False
163 # Switch between basic and advanced.
184 "Toggle between basic and advanced keys."
191 self.advanced = True
197 self.advanced = False
232 if (self.advanced or self.keys_ok(keys)) and self.bind_ok(keys):
239 Doesn't check the string produced by the advanced dialog because
/third_party/skia/third_party/externals/brotli/research/
H A Dfind_opt_references.cc24 DEFINE_bool(advanced, false, "Advanced searching mode: finds all longest "
29 /* For advanced mode. */
31 "Maximal length of found backward references for advanced mode.");
/third_party/zlib/contrib/pascal/
H A Dzlibpas.pas113 (* advanced functions *)
/third_party/node/lib/internal/modules/esm/
H A Dhooks.js843 `ESM custom loader '${hookName}' advanced beyond the end of the chain.`,
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp773 bool advanced = false; in isAdvancedBlendOp() local
823 advanced = true; in isAdvancedBlendOp()
826 advanced = false; in isAdvancedBlendOp()
830 return advanced; in isAdvancedBlendOp()
3395 const vk::VkColorBlendAdvancedEXT advanced = in setDynamicStates() local
3403 vkd.cmdSetColorBlendAdvancedEXT(cmdBuffer, 0u, 1u, &advanced); in setDynamicStates()
5598 // Color blend advanced. in createExtendedDynamicStateTests()
5620 orderingGroup->addChild(new ExtendedDynamicStateTest(testCtx, "color_blend_equation_advanced_new_color", "Dynamically set an advanced color equation that picks the mesh color", config)); in createExtendedDynamicStateTests()
5625 orderingGroup->addChild(new ExtendedDynamicStateTest(testCtx, "color_blend_equation_advanced_old_color", "Dynamically set an advanced color equation that picks the clear color", config)); in createExtendedDynamicStateTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp1119 bool advanced = false; in isAdvancedBlendOp() local
1169 advanced = true; in isAdvancedBlendOp()
1172 advanced = false; in isAdvancedBlendOp()
1176 return advanced; in isAdvancedBlendOp()
1927 // Consider both the basic and advanced color blend states dynamic if any of them is dynamic.
4124 // VUID-VkColorBlendEquationEXT-colorBlendOp-07361 forbids colorBlendOp and alphaBlendOp to be any advanced operation. in setDynamicStates()
4125 // When the advanced blend op will be set by vkCmdSetColorBlendAdvancedEXT, we use a legal placeholder in this call. in setDynamicStates()
6772 // Color blend advanced. in createExtendedDynamicStateTests()
6840 // Dynamically set an advanced color equation that picks the mesh color in createExtendedDynamicStateTests()
6846 // Dynamically set an advanced colo in createExtendedDynamicStateTests()
[all...]
/third_party/glfw/deps/
H A Dnuklear.h2026 /// For actually more advanced UI I would even recommend using the `nk_layout_space_xxx`
2091 /// A little bit more advanced layouting API are functions `nk_layout_row_begin`,
3756 slightly more advanced features is font handling with vertex buffer output.
4164 * copy and paste functions and even there only for more advanced cases. */
6678 int advanced = next_match && best_letter; in nk_strmatch_fuzzy_text() local
6683 if (advanced || pattern_repeat) { in nk_strmatch_fuzzy_text()
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs19736 //! [fully qualified syntax]: https://doc.rust-lang.org/book/ch19-03-advanced-traits.html#fully-qualified-syntax-for-disambiguation-calling-methods-with-the-same-name
23443 /// [fully qualified syntax]: https://doc.rust-lang.org/book/ch19-03-advanced-traits.html#fully-qualified-syntax-for-disambiguation-calling-methods-with-the-same-name
25854 //! The internal iterator over the argument has not been advanced by the time
25856 //! the second `{}`, the iterator has advanced forward to the second argument.
[all...]

Completed in 113 milliseconds