/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/ |
h245_encoder.cpp | 39 case 0: 42 case 1: 45 case 2: 48 case 3: 67 case 0: 70 case 1: 73 case 2: 76 case 3: 79 case 4: 82 case 5 [all...] |
/external/libxml2/ |
dict.c | 155 * Returns the pointer of the local string, or NULL in case of error. 180 size = 4 * namelen; /* just in case ! */ 213 * Returns the pointer of the local string, or NULL in case of error. 242 size = 4 * (namelen + plen + 1); /* just in case ! */ 360 case 10: value += name[9]; 361 case 9: value += name[8]; 362 case 8: value += name[7]; 363 case 7: value += name[6]; 364 case 6: value += name[5]; 365 case 5: value += name[4] [all...] |
/external/opencore/engines/2way/src/ |
pv_2way_engine.cpp | 508 case EIdle: 553 case EIdle: 678 case ESetup: 735 case EIdle: 745 case EInitializing: 750 //Fall through to next case. 752 case ESetup: 794 case EIdle: 795 case EInitializing: 796 case EResetting [all...] |
/external/opencore/nodes/pvdummyoutputnode/src/ |
pvmf_dummy_fileoutput_node.cpp | 149 case EPVMFNodeCreated: 169 case EPVMFNodeIdle: 550 case EPVMFNodeStarted: 551 case EPVMFNodeInitialized: 552 case EPVMFNodePaused: 616 case PVMF_PORT_ACTIVITY_OUTGOING_MSG: 625 case PVMF_PORT_ACTIVITY_INCOMING_MSG: 630 case PVMF_PORT_ACTIVITY_DELETED: 647 case PVMF_PORT_ACTIVITY_CONNECT: 651 case PVMF_PORT_ACTIVITY_DISCONNECT [all...] |
/external/qemu/ |
sockets.c | 197 case SOCKET_INET: return AF_INET; 198 case SOCKET_IN6: return AF_INET6; 200 case SOCKET_UNIX: return AF_LOCAL; 210 case SOCKET_DGRAM: return SOCK_DGRAM; 211 case SOCKET_STREAM: return SOCK_STREAM; 220 case SOCK_DGRAM: return SOCKET_DGRAM; 221 case SOCK_STREAM: return SOCKET_STREAM; 372 case SOCKET_INET: 378 case SOCKET_IN6: 384 case SOCKET_UNIX [all...] |
/system/core/sh/ |
parser.c | 186 case TBACKGND: 187 case TSEMI: 190 case TNL: 202 case TEOF: 316 case TIF: 343 case TWHILE: 344 case TUNTIL: { 359 case TFOR: 407 case TCASE: 461 case TLP [all...] |
/build/tools/acp/ |
acp.c | 189 case 'd': 192 case 'e': 195 case 'f': 198 case 'p': 201 case 't': 204 case 'r': 207 case 'u': 210 case 'v':
|
/dalvik/dx/src/junit/framework/ |
TestCase.java | 6 * A test case defines the fixture to run multiple tests. To define a test case<br> 49 * In this case the name of the test case has to correspond to the test method 72 * the name of the test case 84 * Constructs a test case with the given name. 115 * Runs the test case and collects the results in TestResult. 178 * Returns a string representation of the test case
|
/dalvik/libcore/dalvik/src/main/java/dalvik/annotation/ |
BrokenTest.java | 25 * Marks a test case as broken. This means the test case should be fixed.
|
/dalvik/libcore/icu/src/main/java/com/ibm/icu4jni/text/ |
CollationAttribute.java | 109 * Who goes first, lower case or uppercase. 114 * Do we have an extra case level 189 case FRENCH_COLLATION : 193 case ALTERNATE_HANDLING : 198 case CASE_FIRST : 203 case CASE_LEVEL : 206 case NORMALIZATION_MODE : 209 case STRENGTH :
|
/dalvik/libcore/json/src/main/java/org/json/ |
JSONTokener.java | 92 case -1: 95 case '{': 98 case '[': 101 case '\'': 102 case '"': 115 case '\t': 116 case ' ': 117 case '\n': 118 case '\r': 121 case '/' [all...] |
/dalvik/libcore/junit/src/main/java/junit/framework/ |
TestCase.java | 6 * A test case defines the fixture to run multiple tests. To define a test case<br> 49 * In this case the name of the test case has to correspond to the test method 72 * the name of the test case 84 * Constructs a test case with the given name. 115 * Runs the test case and collects the results in TestResult. 178 * Returns a string representation of the test case
|
/dalvik/libcore/luni-kernel/src/main/java/org/apache/harmony/kernel/vm/ |
StringUtils.java | 41 case 0: { 44 case 1: {
|
/dalvik/tests/060-reflection-security/src/ |
Enforcer.java | 44 case Member.DECLARED: member = "DECLARED"; break; 45 case Member.PUBLIC: member = "PUBLIC"; break;
|
/dalvik/vm/hprof/ |
HprofClass.c | 103 case 'Z': c = "boolean;"; break; 104 case 'C': c = "char;"; break; 105 case 'F': c = "float;"; break; 106 case 'D': c = "double;"; break; 107 case 'B': c = "byte;"; break; 108 case 'S': c = "short;"; break; 109 case 'I': c = "int;"; break; 110 case 'J': c = "long;"; break;
|
/development/apps/NinePatchLab/src/com/android/ninepatch/ |
NinePatchLab.java | 171 case KeyEvent.KEYCODE_DPAD_DOWN: 176 case KeyEvent.KEYCODE_DPAD_UP: 181 case KeyEvent.KEYCODE_DPAD_RIGHT: 185 case KeyEvent.KEYCODE_DPAD_LEFT: 192 case KeyEvent.KEYCODE_VOLUME_UP: 195 case KeyEvent.KEYCODE_U: 196 case KeyEvent.KEYCODE_D: 197 case KeyEvent.KEYCODE_VOLUME_DOWN:
|
/development/host/windows/usb/api/ |
adb_helper_routines.cpp | 34 case AdbOpenAccessTypeReadWrite:
38 case AdbOpenAccessTypeRead:
42 case AdbOpenAccessTypeWrite:
46 case AdbOpenAccessTypeQueryInfo:
58 case AdbOpenSharingModeReadWrite:
62 case AdbOpenSharingModeRead:
66 case AdbOpenSharingModeWrite:
70 case AdbOpenSharingModeExclusive:
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
FingerPaint.java | 124 case MotionEvent.ACTION_DOWN: 128 case MotionEvent.ACTION_MOVE: 132 case MotionEvent.ACTION_UP: 180 case COLOR_MENU_ID: 183 case EMBOSS_MENU_ID: 190 case BLUR_MENU_ID: 197 case ERASE_MENU_ID: 201 case SRCATOP_MENU_ID:
|
/development/simulator/wrapsim/ |
DevConsoleTty.c | 21 case VT_GETSTATE: // struct vt_stat* 30 case VT_OPENQRY: // int*
|
/external/bluetooth/bluez/doc/ |
serial-api.txt | 34 To abort a connection attempt in case of errors or 37 In that case one of patterns of the Connect method should
|
/external/bluetooth/bluez/src/ |
security.c | 670 case cmd_opcode_pack(OGF_LINK_CTL, OCF_PERIODIC_INQUIRY): 673 case cmd_opcode_pack(OGF_LINK_CTL, OCF_EXIT_PERIODIC_INQUIRY): 676 case cmd_opcode_pack(OGF_LINK_CTL, OCF_INQUIRY_CANCEL): 679 case cmd_opcode_pack(OGF_HOST_CTL, OCF_CHANGE_LOCAL_NAME): 682 case cmd_opcode_pack(OGF_HOST_CTL, OCF_WRITE_SCAN_ENABLE): 685 case cmd_opcode_pack(OGF_HOST_CTL, OCF_WRITE_CLASS_OF_DEV): 688 case cmd_opcode_pack(OGF_HOST_CTL, OCF_WRITE_SIMPLE_PAIRING_MODE): 691 case cmd_opcode_pack(OGF_HOST_CTL, OCF_READ_LOCAL_NAME): 968 case EVT_CMD_STATUS: 972 case EVT_CMD_COMPLETE [all...] |
/external/bluetooth/hcidump/parser/ |
cmtp.c | 146 case 0x00: 148 case 0x01: 150 case 0x02: 152 case 0x03: 171 case 0x01: 174 case 0x02: 187 case 0x00: 200 case 0x01:
|
ppp.c | 80 case 0x0001: 82 case 0x0021: 84 case 0x8021: 86 case 0x80fd: 88 case 0xc021: 90 case 0xc023: 92 case 0xc025: 94 case 0xc223:
|
/external/dhcpcd/mk/ |
man.mk | 11 _MAN5_SH= for man in ${MAN}; do case $$man in *.5) echo $$man;; esac; done 15 _MAN8_SH= for man in ${MAN}; do case $$man in *.8) echo $$man;; esac; done
|
/external/icu4c/i18n/ |
uspoof_buildwsconf.h | 40 UTrie2 *trie; // Any-case or Lower-case Trie.
|