Searched refs:switch (Results 1 – 25 of 53) sorted by relevance
123
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | ChannelEditorListView.kt | 115 appControlRow.switch.isChecked = enabled in <lambda>() 116 appControlRow.switch.setOnCheckedChangeListener { _, b -> in <lambda>() 126 lateinit var switch: Switch variable 131 switch = findViewById(R.id.toggle) in onFinishInflate() 140 private lateinit var switch: Switch variable 153 switch = findViewById(R.id.toggle) in onFinishInflate() 154 switch.setOnCheckedChangeListener { _, b -> in onFinishInflate() 176 switch.isChecked = nc.importance != IMPORTANCE_NONE in updateViews()
|
/frameworks/opt/gamesdk/src/protobuf/full/ |
D | CMakeLists.txt | 12 "-Wno-tautological-constant-compare" "-Wno-enum-compare-switch") 18 "-Wno-tautological-constant-compare" "-Wno-enum-compare-switch")
|
/frameworks/opt/gamesdk/src/protobuf/lite/ |
D | CMakeLists.txt | 13 "-Wno-tautological-constant-compare" "-Wno-enum-compare-switch") 20 "-Wno-tautological-constant-compare" "-Wno-enum-compare-switch")
|
/frameworks/compile/mclinker/lib/Support/Unix/ |
D | PathV3.inc | 61 switch (pathname[next]) { // next = handler + 1; 75 switch (pathname[next]) { 84 switch (pathname[next]) { 192 switch (read_dir(pIter.m_pParent->m_Handler, path)) {
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/ |
D | GPBExtensionInternals.m | 50 switch (dataType) { 74 switch (dataType) { 107 switch (description->dataType) { 173 switch (description->dataType) { 214 switch (description->dataType) { 341 switch (description->dataType) {
|
D | GPBMessage.m | 188 switch (fieldDataType) { 252 switch (keyDataType) { 254 switch (valueDataType) { 298 switch (valueDataType) { 343 switch (valueDataType) { 387 switch (valueDataType) { 432 switch (valueDataType) { 475 switch (valueDataType) { 1326 switch (GPBGetFieldDataType(field)) { 2067 switch (fieldDataType) { [all …]
|
D | GPBUtilities.m | 909 switch (GPBGetFieldDataType(field)) { 958 switch (dataType) { 1047 switch (aChar) { 1067 switch (*src) { 1124 switch (valueDataType) { 1168 switch (valueDataType) { 1220 switch (fieldType) { 1280 switch (fieldDataType) { 1354 } // switch(fieldDataType) 1405 switch (extDataType) { [all …]
|
/frameworks/compile/mclinker/lib/Support/Windows/ |
D | PathV3.inc | 55 switch (pathname[next]) { // next = handler + 1; 69 switch (pathname[next]) { 78 switch (pathname[next]) {
|
/frameworks/ml/nn/tools/systrace_parser/parser/ |
D | tracker.py | 82 switch = False 91 switch = True 94 if switch:
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/docs/swift/ |
D | DesignDoc.md | 48 struct, subscript, super, switch, throw, throws, true, try, typealias, var, 373 switch rawValue { 380 switch self { 397 the `.UNKNOWN_VALUE` case to satisfy case exhaustion in a switch statement; the 398 Swift compiler considers it an error if switch statements are not exhaustive. 402 This is required to clean up the usage of enum-typed properties in switch 404 implicitly-unwrapped optionals without requiring that uses in switch statements 415 switch someMessage.contentType { 424 write `someMessage.contentType!` in their switch statement. 429 switch statement. [all …]
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | single_source_alloc.rs | 100 switch (vecSize) { \ 182 switch (dt) { 209 switch (dt) {
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | single_source_alloc.rs | 98 switch (vecSize) { \ 180 switch (dt) { 207 switch (dt) {
|
/frameworks/native/vulkan/tools/ |
D | Android.bp | 29 "-Wno-switch-enum",
|
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/ |
D | rslist.rs | 86 switch(gList[i].result) {
|
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/ |
D | rslist.rs | 86 switch(gList[i].result) {
|
/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/ |
D | rslist.rs | 86 switch(gList[i].result) {
|
/frameworks/opt/gamesdk/test/tuningfork/ |
D | CMakeLists.txt | 54 …ile_options(protobuf-static PUBLIC "-Wno-tautological-constant-compare" "-Wno-enum-compare-switch")
|
/frameworks/compile/mclinker/lib/Script/ |
D | ScriptScanner.ll | 65 switch (pScriptFile.getKind()) { 209 switch (str.back()) { 347 switch (pKind) { 369 switch (m_StateStack.top()) {
|
/frameworks/opt/telephony/proto/src/ |
D | telephony.proto | 728 // Data switch event. 734 // On deman data switch event. 798 /** Data switch caused by unknown reason. */ 801 /** Data switch caused by user's manual switch. */ 804 /** Data switch caused by incoming/outgoing call. */ 807 /** Data switch caused by CBRS switch. */ 811 /** The reason for data switch. */ 814 /** Current state of the data switch event. */ 822 /** Current state of the on demand data switch event. */ 1701 // Data switch event [all …]
|
/frameworks/opt/gamesdk/samples/tuningfork/tftestapp/app/ |
D | CMakeLists.txt | 32 …ile_options(protobuf-static PUBLIC "-Wno-tautological-constant-compare" "-Wno-enum-compare-switch")
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/ |
D | conformance_objc.m | 67 switch (request.payloadOneOfCase) { 89 switch (request.requestedOutputFormat) {
|
/frameworks/native/vulkan/libvulkan/ |
D | Android.bp | 47 "-Wno-switch-enum",
|
/frameworks/base/data/keyboards/ |
D | qwerty.kl | 114 # App switch = Overview key
|
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/ |
D | shadows.rs | 136 switch (H) {
|
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/ |
D | shadows.rs | 136 switch (H) {
|
123