HomeSort by relevance Sort by last modified time
    Searched full:toggled (Results 1 - 25 of 194) sorted by null

1 2 3 4 5 6 7 8

  /external/skia/debugger/QT/
SkSettingsWidget.cpp 39 connect(&fVisibilityFilterCheckBox, SIGNAL(toggled(bool)), this,
41 connect(&fMegaVizCheckBox, SIGNAL(toggled(bool)), this, SIGNAL(visualizationsChanged()));
42 connect(&fPathOpsCheckBox, SIGNAL(toggled(bool)), this, SIGNAL(visualizationsChanged()));
43 connect(&fOverdrawVizCheckBox, SIGNAL(toggled(bool)), this, SIGNAL(visualizationsChanged()));
53 connect(&fRasterGroup, SIGNAL(toggled(bool)), this, SIGNAL(rasterSettingsChanged()));
65 connect(&fGLGroup, SIGNAL(toggled(bool)), this,
  /external/autotest/client/deps/lansim/src/
wrapper_linux_if.c 45 * via /sys/class/net/<dev>/flags. Flags which can be toggled through sysfs
46 * are annotated below, note that only a few flags can be toggled and some
54 * @IFF_UP: interface is up. Can be toggled through sysfs.
56 * @IFF_DEBUG: turn on debugging. Can be toggled through sysfs.
59 * @IFF_NOTRAILERS: avoid use of trailers. Can be toggled through sysfs.
62 * @IFF_NOARP: no ARP protocol. Can be toggled through sysfs. Volatile.
63 * @IFF_PROMISC: receive all packets. Can be toggled through sysfs.
64 * @IFF_ALLMULTI: receive all multicast packets. Can be toggled through
68 * @IFF_MULTICAST: Supports multicast. Can be toggled through sysfs.
69 * @IFF_PORTSEL: can set media type. Can be toggled through sysfs
    [all...]
  /external/iproute2/include/linux/
if.h 38 * via /sys/class/net/<dev>/flags. Flags which can be toggled through sysfs
39 * are annotated below, note that only a few flags can be toggled and some
47 * @IFF_UP: interface is up. Can be toggled through sysfs.
49 * @IFF_DEBUG: turn on debugging. Can be toggled through sysfs.
52 * @IFF_NOTRAILERS: avoid use of trailers. Can be toggled through sysfs.
55 * @IFF_NOARP: no ARP protocol. Can be toggled through sysfs. Volatile.
56 * @IFF_PROMISC: receive all packets. Can be toggled through sysfs.
57 * @IFF_ALLMULTI: receive all multicast packets. Can be toggled through
61 * @IFF_MULTICAST: Supports multicast. Can be toggled through sysfs.
62 * @IFF_PORTSEL: can set media type. Can be toggled through sysfs
    [all...]
  /developers/build/prebuilts/gradle/WearComplicationProvidersTestSuite/Wearable/src/main/java/com/example/android/wearable/wear/wearcomplicationproviderstestsuite/
ComplicationToggleReceiver.java 27 /** Receives intents on tap and causes complication states to be toggled and updated. */
47 // Request an update for the complication that has just been toggled.
54 * toggled and updated.
  /developers/samples/android/wearable/wear/WearComplicationProvidersTestSuite/Wearable/src/main/java/com/example/android/wearable/wear/wearcomplicationproviderstestsuite/
ComplicationToggleReceiver.java 27 /** Receives intents on tap and causes complication states to be toggled and updated. */
47 // Request an update for the complication that has just been toggled.
54 * toggled and updated.
  /external/kernel-headers/original/uapi/linux/
if.h 44 * via /sys/class/net/<dev>/flags. Flags which can be toggled through sysfs
45 * are annotated below, note that only a few flags can be toggled and some
53 * @IFF_UP: interface is up. Can be toggled through sysfs.
55 * @IFF_DEBUG: turn on debugging. Can be toggled through sysfs.
58 * @IFF_NOTRAILERS: avoid use of trailers. Can be toggled through sysfs.
61 * @IFF_NOARP: no ARP protocol. Can be toggled through sysfs. Volatile.
62 * @IFF_PROMISC: receive all packets. Can be toggled through sysfs.
63 * @IFF_ALLMULTI: receive all multicast packets. Can be toggled through
67 * @IFF_MULTICAST: Supports multicast. Can be toggled through sysfs.
68 * @IFF_PORTSEL: can set media type. Can be toggled through sysfs
    [all...]
  /external/proguard/src/proguard/gui/splash/
TimeSwitchSprite.java 42 * @param sprite the toggled Sprite.
55 * @param sprite the toggled Sprite.
  /external/selinux/libselinux/utils/
togglesebool.c 85 "The %s policy boolean was toggled by %s",
89 "The %s policy boolean was toggled by uid:%u",
  /external/mesa3d/docs/
patents.txt 14 and can be toggled on at compile time, for those who purchased a
postprocess.html 27 The filters can be toggled per-app via driconf, or per-session via the
  /cts/tests/app/app/src/android/app/stubs/
OrientationTestUtils.java 52 * Returns original orientation and toggled orientation.
54 * @return The first element is original orientation adn the second element is toggled
  /developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/provider/
ComplicationToggleReceiver.java 62 // Request an update for the complication that has just been toggled.
69 * toggled and updated.
  /developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/provider/
ComplicationToggleReceiver.java 62 // Request an update for the complication that has just been toggled.
69 * toggled and updated.
  /frameworks/base/core/java/android/view/
ViewPropertyAnimatorRT.java 99 // If RenderNode.animatorProperties() can be toggled to point at staging
101 // as the updateListener fallback paths. If this can be toggled
  /frameworks/support/v7/appcompat/res/values/
strings.xml 53 <!-- Default text for a button that can be toggled on and off. -->
55 <!-- Default text for a button that can be toggled on and off. -->
  /packages/apps/Settings/src/com/android/settings/widget/
SwitchWidgetController.java 31 * Interface definition for a callback to be invoked when the switch has been toggled.
57 * Set the callback to be invoked when the switch is toggled by the user (but before the
  /packages/apps/Car/Hvac/src/com/android/car/hvac/ui/
ToggleButton.java 29 * A listener that is notified when the button is toggled.
  /developers/build/prebuilts/gradle/BasicImmersiveMode/Application/src/main/java/com/example/android/basicimmersivemode/
BasicImmersiveModeFragment.java 79 // all three flags are being toggled together.
  /developers/build/prebuilts/gradle/FloatingActionButtonBasic/Application/src/main/java/com/example/android/floatingactionbuttonbasic/
FloatingActionButtonBasicFragment.java 55 // When a FAB is toggled, log the action.
  /developers/samples/android/ui/views/FloatingActionButton/FloatingActionButtonBasic/Application/src/main/java/com/example/android/floatingactionbuttonbasic/
FloatingActionButtonBasicFragment.java 55 // When a FAB is toggled, log the action.
  /developers/samples/android/ui/window/BasicImmersiveMode/Application/src/main/java/com/example/android/basicimmersivemode/
BasicImmersiveModeFragment.java 79 // all three flags are being toggled together.
  /developers/samples/android/ui/window/BasicImmersiveMode/
template-params.xml 71 Immersive mode was introduced in Android 4.4 (Api Level 19). It is toggled using the
  /development/samples/browseable/BasicImmersiveMode/src/com.example.android.basicimmersivemode/
BasicImmersiveModeFragment.java 79 // all three flags are being toggled together.
  /development/samples/browseable/FloatingActionButtonBasic/src/com.example.android.floatingactionbuttonbasic/
FloatingActionButtonBasicFragment.java 55 // When a FAB is toggled, log the action.
  /hardware/interfaces/oemlock/1.0/vts/functional/
VtsHalOemLockV1_0TargetTest.cpp 80 * Check unlock allowed by device state can be toggled
137 * Attempt to check unlock allowed by carrier can be toggled

Completed in 453 milliseconds

1 2 3 4 5 6 7 8