| /third_party/python/Tools/demo/ |
| H A D | life.py | 68 def toggle(self, y, x): member in LifeBoard
|
| /third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
| H A D | EGLFeatureControlTest.cpp | 147 bool toggle = std::find(testedFeatures.begin(), testedFeatures.end(), in TEST_P() local [all...] |
| /third_party/skia/third_party/externals/dawn/src/tests/ |
| H A D | ToggleParser.cpp | 27 std::string toggle; in ParseEnabledToggles() local 41 std::string toggle; in ParseDisabledToggles() local
|
| /third_party/skia/tools/skiaserve/urlhandlers/ |
| H A D | CmdHandler.cpp | 47 int n, toggle; in handle() local
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/ |
| H A D | Toggles.cpp | 25 Toggle toggle; member 238 void TogglesSet::Set(Toggle toggle, bool enabled) { in Set() argument 270 ToggleEnumToName(Toggle toggle) ToggleEnumToName() argument [all...] |
| /foundation/arkui/ui_lite/test/uitest/test_view_bounds/ |
| H A D | ui_test_view_bounds.cpp | 118 UIToggleButton* toggle = new UIToggleButton(); in UIKitViewBoundsSetState001() local [all...] |
| /test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/toggle/ |
| H A D | toggle_onchange_test.cpp | 79 auto toggle = nodeAPI->createNode(ARKUI_NODE_TOGGLE); in CreateNativeNode() local
|
| H A D | toggle_enabled_test.cpp | 97 auto toggle = createChildNode(nodeAPI, PARAM_1); in CreateNativeNode() local
|
| /third_party/skia/third_party/externals/freetype/builds/amiga/src/base/ |
| H A D | ftdebug.c | 259 const char* toggle = ft_trace_toggles[n]; in ft_debug_init() local
|
| /third_party/skia/third_party/externals/freetype/builds/wince/ |
| H A D | ftdebug.c | 264 const char* toggle = ft_trace_toggles[n]; in ft_debug_init() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
| H A D | toggle_model_impl.cpp | 99 auto toggle = AceType::DynamicCast<ToggleComponent>(mainComponent); in SetSelectedColor() local 124 auto toggle = AceType::DynamicCast<ToggleComponent>(mainComponent); in OnChange() local
|
| /third_party/ffmpeg/libavutil/tests/ |
| H A D | opt.c | 34 int toggle; member [all...] |
| /third_party/skia/tests/ |
| H A D | PathOpsQuadIntersectionTest.cpp | 426 bool toggle = true; in intersectionFinder() local
|
| H A D | PathOpsCubicIntersectionTest.cpp | 531 bool toggle = true; in intersectionFinder() local
|
| /third_party/skia/third_party/externals/freetype/src/base/ |
| H A D | ftdebug.c | 326 const char* toggle = ft_trace_toggles[n]; in ft_debug_init() local
|
| /third_party/skia/third_party/externals/freetype/builds/windows/ |
| H A D | ftdebug.c | 339 const char* toggle = ft_trace_toggles[n]; in ft_debug_init() local
|
| /device/soc/rockchip/common/vendor/drivers/net/ |
| H A D | rfkill-bt.c | 252 int rfkill_get_bt_power_state(int *power, bool *toggle)
in rfkill_get_bt_power_state() argument 276 bool toggle = false;
in rfkill_rk_set_power() local [all...] |
| H A D | rfkill-wlan.c | 231 bool toggle = false;
in rockchip_wifi_power() local
|
| /device/soc/rockchip/rk3588/kernel/net/rfkill/ |
| H A D | rfkill-bt.c | 262 int rfkill_get_bt_power_state(int *power, bool *toggle) in rfkill_get_bt_power_state() argument 287 bool toggle = false; in rfkill_rk_set_power() local [all...] |
| H A D | rfkill-wlan.c | 233 bool toggle = false; in rockchip_wifi_power() local
|
| /third_party/skia/samplecode/ |
| H A D | SampleSimpleStroker.cpp | 389 void toggle(bool& value) { value = !value; } in toggle() function in SimpleStroker
|
| H A D | SamplePath.cpp | 242 void toggle(bool& value) { in toggle() function in ArcToView 341 void toggle(bool& value) { in toggle() function in __anon18642 [all...] |
| /third_party/popt/src/ |
| H A D | popthelp.c | 328 const char *toggle; in singleOptionHelp() local
|
| /third_party/curl/tests/server/ |
| H A D | tftpd.c | 899 int toggle = 1; in do_tftp() local
|
| /third_party/rust/crates/bitflags/src/ |
| H A D | lib.rs | 621 pub fn toggle(&mut self, other: Self) { in toggle() functions [all...] |