Searched
full:switch (Results
301 -
325 of
11629) sorted by null
<<11121314151617181920>>
/external/kernel-headers/original/linux/ |
signal.h | 76 switch (_NSIG_WORDS) { 101 switch (_NSIG_WORDS) { \ 138 switch (_NSIG_WORDS) { \ 157 switch (_NSIG_WORDS) { 169 switch (_NSIG_WORDS) { 199 switch (_NSIG_WORDS) { 211 switch (_NSIG_WORDS) {
|
/external/llvm/include/llvm/ADT/ |
StringSwitch.h | 1 //===--- StringSwitch.h - Switch-on-literal-string Construct --------------===/ 9 // This file implements the StringSwitch template, which mimics a switch() 22 /// \brief A switch()-like statement whose cases are string literals. 24 /// The StringSwitch class is a simple form of a switch() statement that 27 /// will be returned from the string-switch expression. For example, 46 /// \brief The pointer to the result of this switch statement, once known, 119 assert(Result && "Fell off the end of a string-switch");
|
/external/llvm/lib/Target/MBlaze/ |
MBlazeMCInstLower.cpp | 34 switch (MO.getTargetFlags()) { 44 switch (MO.getTargetFlags()) { 58 switch (MO.getTargetFlags()) { 74 switch (MO.getTargetFlags()) { 87 switch (MO.getTargetFlags()) { 103 switch (MO.getTargetFlags()) { 124 switch (MO.getType()) {
|
/external/llvm/lib/Target/MSP430/ |
MSP430MCInstLower.cpp | 31 switch (MO.getTargetFlags()) { 41 switch (MO.getTargetFlags()) { 56 switch (MO.getTargetFlags()) { 72 switch (MO.getTargetFlags()) { 83 switch (MO.getTargetFlags()) { 97 switch (MO.getTargetFlags()) { 116 switch (MO.getType()) {
|
/external/llvm/test/CodeGen/ARM/ |
arm-and-tst-peephole.ll | 39 br i1 %tst, label %sw.bb, label %tailrecurse.switch 41 tailrecurse.switch: ; preds = %tailrecurse 42 switch i32 %and, label %sw.epilog [ 48 sw.bb: ; preds = %tailrecurse.switch, %tailrecurse 55 sw.bb6: ; preds = %tailrecurse.switch 58 sw.bb8: ; preds = %tailrecurse.switch 63 sw.epilog: ; preds = %tailrecurse.switch
|
/external/tcpdump/ |
gmpls.c | 44 { 1, "Packet-Switch Capable-1"}, 45 { 2, "Packet-Switch Capable-2"}, 46 { 3, "Packet-Switch Capable-3"}, 47 { 4, "Packet-Switch Capable-4"}, 48 { 51, "Layer-2 Switch Capable"}, 50 { 150, "Lambda-Switch Capable"}, 51 { 200, "Fiber-Switch Capable"},
|
/external/webkit/Source/WebCore/svg/ |
SVGAngle.cpp | 41 switch (m_unitType) { 58 switch (m_unitType) { 114 switch (m_unitType) { 179 switch (m_unitType) { 181 switch (unitType) { 196 switch (unitType) { 213 switch (unitType) {
|
/packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/address/parser/ |
AddressListParserTokenManager.java | 32 switch (pos) 58 switch(curChar) 135 switch(jjstateSet[--i]) 173 switch(jjstateSet[--i]) 193 switch(jjstateSet[--i]) 214 switch (pos) 234 switch(curChar) 264 switch(jjstateSet[--i]) 283 switch(jjstateSet[--i]) 309 switch(jjstateSet[--i] [all...] |
/system/core/libcutils/ |
config_utils.c | 75 switch(node->value[0]) { 143 switch(c) { 149 switch(*data) { 205 switch(*data) { 248 switch(lex(cs, 0)){ 272 switch(lex(cs, 1)) { 300 switch(lex(&cs, 0)) {
|
/external/libnfc-nxp/src/ |
phHal4Nfc_Emulation.c | 79 /* Switch mode from Virtual to Wired or Vice Versa for SMX. 145 /* Switch request to Wired mode */ 168 /*Switch mode to wired*/ 180 /*Switch mode to virtual or off*/ 189 /* Change the State of the HAL only if Switch mode Returns 210 /* Switch mode for Swp.*/ 275 /*Switch mode to On or off*/ 282 /* Change the State of the HAL only if Switch mode Returns 302 /* Switch Emulation mode ON or OFF.*/
|
/external/wpa_supplicant_8/src/eapol_auth/ |
eapol_auth_dump.c | 24 switch (pt) { 35 switch (ps) { 45 switch (dir) { 55 switch (s) { 73 switch (s) { 89 switch (s) { 99 switch (s) { 109 switch (s) { 119 switch (s) {
|
/external/chromium/chrome/browser/chromeos/status/ |
window_switcher_button.cc | 46 // There are less than two browsers. This means we can't switch 67 // switch between. 71 // Send a message to the ChromeOS window manager to switch to the
|
/external/chromium/chrome/browser/translate/ |
options_menu_model.cc | 63 switch (command_id) { 81 switch (command_id) { 102 switch (command_id) {
|
/external/e2fsprogs/intl/ |
eval-plural.h | 29 switch (pexp->nargs) 32 switch (pexp->operation) 60 switch (pexp->operation)
|
/external/llvm/test/CodeGen/X86/ |
liveness-local-regalloc.ll | 16 switch i32 undef, label %.exit3 [ 25 switch i32 undef, label %infloop [ 36 switch i32 undef, label %infloop1 [
|
/external/qemu/audio/ |
audio_win_int.c | 26 switch (as->fmt) { 69 switch (wfx->nChannels) { 86 switch (wfx->wBitsPerSample) {
|
/external/webkit/Source/WebCore/manual-tests/inspector/ |
bp-in-named-eval-after-reload.html | 6 <li><p>switch to the Scripts panel, enabling debug if required 22 <li><p>switch to the web page, reload the web page, switch back to web inspector
|
/frameworks/base/media/libstagefright/codecs/aacenc/src/ |
channel_map.c | 36 switch(elInfo->elType) { 69 switch(nChannels) { 96 switch(elInfo.nChannelsInEl) {
|
/frameworks/base/services/java/com/android/server/am/ |
CompatModeDialog.java | 29 import android.widget.Switch; 35 final Switch mCompatEnabled; 51 mCompatEnabled = (Switch)findViewById(com.android.internal.R.id.compat_checkbox);
|
/frameworks/compile/libbcc/runtime/lib/arm/ |
switch16.S | 1 //===-- switch.S - Implement switch* --------------------------------------===// 13 // When compiling switch statements in thumb mode, the compiler
|
switch32.S | 1 //===-- switch.S - Implement switch* --------------------------------------===// 13 // When compiling switch statements in thumb mode, the compiler
|
switch8.S | 1 //===-- switch.S - Implement switch* --------------------------------------===// 13 // When compiling switch statements in thumb mode, the compiler
|
switchu8.S | 1 //===-- switch.S - Implement switch* --------------------------------------===// 13 // When compiling switch statements in thumb mode, the compiler
|
/packages/apps/Camera/src/com/android/camera/ui/ |
InLineSettingItem.java | 29 * A one-line camera setting could be one of three types: knob, switch or restore 33 * and a next button. A switch, i.e. the preference RecordLocationPreference, 34 * has only two values on and off which will be controlled in a switch button.
|
RotateLayout.java | 52 switch (mOrientation) { 67 switch(mOrientation) { 83 switch (mOrientation) {
|
Completed in 493 milliseconds
<<11121314151617181920>>