/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/widget/ |
ExploreByTouchHelperActivity.java | 86 * has a checked state that may be toggled by tapping on the item.
|
/hardware/bsp/intel/peripheral/libmraa/docs/ |
internals.md | 55 muxes which will be set at the gpio init before it can be toggled.
|
/prebuilts/misc/darwin-x86_64/freetype/include/freetype2/config/ |
ftconfig.h | 53 /* These macros can be toggled to suit a specific system. The current */
|
/external/autotest/site_utils/ |
balance_pools.py | 216 @param board The board name to be toggled. 217 @return A new board name, toggled for freon.
|
/external/chromium-trace/catapult/third_party/polymer/components/core-overlay/ |
core-overlay.html | 19 A `core-overlay's` opened state can be toggled by calling the `toggle` 747 // transitions are complete (due to the state being toggled prior to the
|
/external/libchrome/dbus/ |
bus.h | 655 // Called when the "enabled" status of |raw_watch| is toggled. 665 // Called when the "enabled" status of |raw_timeout| is toggled.
|
/external/autotest/client/virt/ |
virt_step_editor.py | 212 self.check_sleep.connect("toggled", self.event_check_sleep_toggled) 227 self.check_barrier.connect("toggled", self.event_check_barrier_toggled) 281 self.check_manual.connect("toggled", self.event_manual_toggled) [all...] |
/bionic/ |
README.md | 236 * Note that the build system is ignorant to this flag being toggled, i.e. if
|
/external/chromium-trace/catapult/dashboard/dashboard/elements/ |
group-report-page.html | 69 /* This class indicates a button toggled on (e.g. show improvements). */
|
/external/jemalloc/src/ |
chunk.c | 326 * memory, in which case *zero is toggled to true. arena_chunk_alloc() takes
|
/external/webrtc/talk/session/media/ |
channelmanager.cc | 133 // be toggled between calls or when there's concurrent calls. We expect apps
|
/frameworks/base/proto/src/ |
metrics_constants.proto | [all...] |
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
WifiControllerTest.java | 275 * When AP mode is enabled and wifi is toggled on, we should transition to
|
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/ |
Debugger.py | 79 # toggled debugger from pyshell Debug menu)
|
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/ |
Debugger.py | 79 # toggled debugger from pyshell Debug menu)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
Debugger.py | 79 # toggled debugger from pyshell Debug menu)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
Debugger.py | 79 # toggled debugger from pyshell Debug menu)
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/ |
RecentsImpl.java | 323 // If the user has toggled it too quickly, then just eat up the event here (it's 336 // If the user has toggled it too quickly, then just eat up the event here (it's [all...] |
/external/selinux/policycoreutils/sepolicy/sepolicy/ |
gui.py | 463 self.del_cell_files.connect("toggled", self.on_toggle_update, self.files_delete_liststore) 465 self.del_cell_files_equiv.connect("toggled", self.on_toggle_update, self.file_equiv_delete_liststore) 467 self.del_cell_user.connect("toggled", self.on_toggle_update, self.user_delete_liststore) 469 self.del_cell_login.connect("toggled", self.on_toggle_update, self.login_delete_liststore) 471 self.del_cell_network.connect("toggled", self.on_toggle_update, self.network_delete_liststore) 481 self.update_cell.connect("toggled", self.on_toggle_update, self.update_treestore) 485 self.cell.connect("toggled", self.on_toggle, self.boolean_liststore) [all...] |
/external/webrtc/webrtc/modules/audio_device/test/ |
func_test_manager.cc | [all...] |
/external/fio/ |
goptions.c | 447 g_signal_connect(G_OBJECT(m->checks[i]), "toggled", G_CALLBACK(gopt_str_multi_toggled), m); 640 b->gopt.sig_handler = g_signal_connect(G_OBJECT(b->check), "toggled", G_CALLBACK(gopt_bool_toggled), b); [all...] |
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
wpagui.cpp | 111 connect(enableRadioButton, SIGNAL(toggled(bool)), this, 113 connect(disableRadioButton, SIGNAL(toggled(bool)), this, [all...] |
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videoproc/ |
BackDropperFilter.java | 334 // If Auto WB is toggled off, the return texture will be a unicolor texture of value 1 335 // If Auto WB is toggled on, the return texture will be a unicolor texture with [all...] |
/bionic/libc/malloc_debug/ |
README.md | 112 backtrace capture is toggled when the process receives the signal
|
/development/samples/LunarLander/src/com/example/android/lunarlander/ |
LunarView.java | 364 // If mRun has been toggled false, inhibit canvas operations. [all...] |