/external/v8/test/sputnik/ |
testcfg.py | 38 def __init__(self, case, path, context, mode): 40 self.case = case 76 self.source = self.case.GetSource() 98 case = SputnikTestCase(test, full_path, self.context, mode) 99 result.append(case)
|
/external/webkit/JavaScriptCore/runtime/ |
Error.cpp | 46 case EvalError: 50 case RangeError: 54 case ReferenceError: 58 case SyntaxError: 62 case TypeError: 66 case URIError:
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma_3/Statements/ |
regress-74474-001.js | 44 case '1': 46 case '1': 57 case 1: 59 case 1: 74 case x: 76 case x:
|
/external/webkit/WebCore/html/ |
HTMLFontElement.cpp | 108 case 2: 111 case 0: // treat 0 the same as 3, because people expect it to be between -1 and +1 112 case 3: 115 case 4: 118 case 5: 121 case 6:
|
/external/webkit/WebCore/platform/graphics/wx/ |
FontPlatformDataWx.cpp | 40 case FontDescription::StandardFamily: 42 case FontDescription::SerifFamily: 44 case FontDescription::SansSerifFamily: 46 case FontDescription::MonospaceFamily: 48 case FontDescription::CursiveFamily: 50 case FontDescription::FantasyFamily:
|
/external/webkit/WebKit/android/plugins/ |
ANPSoundInterface.cpp | 41 case android::AudioSystem::PCM_16_BIT: 43 case android::AudioSystem::PCM_8_BIT: 52 case kPCM16Bit_ANPSampleFormat: 54 case kPCM8Bit_ANPSampleFormat: 65 case android::AudioTrack::EVENT_MORE_DATA: { 79 case android::AudioTrack::EVENT_UNDERRUN:
|
/external/webkit/WebKitTools/DumpRenderTree/mac/ |
PolicyDelegate.mm | 57 case WebNavigationTypeLinkClicked: 60 case WebNavigationTypeFormSubmitted: 63 case WebNavigationTypeBackForward: 66 case WebNavigationTypeReload: 69 case WebNavigationTypeFormResubmitted: 72 case WebNavigationTypeOther:
|
/frameworks/base/awt/java/awt/color/ |
ICC_ProfileRGB.java | 81 case REDCOMPONENT: 83 case GREENCOMPONENT: 85 case BLUECOMPONENT: 103 case REDCOMPONENT: 105 case GREENCOMPONENT: 107 case BLUECOMPONENT:
|
/frameworks/base/awt/org/apache/harmony/awt/gl/render/ |
JavaArcRasterizer.java | 227 case 0: 230 case 1: 233 case 2: 236 case 3: 239 case 4: 242 case 5: 245 case 6: 248 case 7: 260 case 0: 271 case 1 [all...] |
/frameworks/base/core/jni/ |
android_opengl_GLES11.cpp | 791 case GL_SPOT_EXPONENT: 794 case GL_SPOT_CUTOFF: 797 case GL_CONSTANT_ATTENUATION: 800 case GL_LINEAR_ATTENUATION: 803 case GL_QUADRATIC_ATTENUATION: 808 case GL_SPOT_DIRECTION: 813 case GL_AMBIENT: 816 case GL_DIFFUSE: 819 case GL_SPECULAR: 822 case GL_EMISSION [all...] |
/frameworks/base/libs/rs/ |
rsSimpleMesh.cpp | 135 case RS_PRIMITIVE_POINT: sm->mGLPrimitive = GL_POINTS; break; 136 case RS_PRIMITIVE_LINE: sm->mGLPrimitive = GL_LINES; break; 137 case RS_PRIMITIVE_LINE_STRIP: sm->mGLPrimitive = GL_LINE_STRIP; break; 138 case RS_PRIMITIVE_TRIANGLE: sm->mGLPrimitive = GL_TRIANGLES; break; 139 case RS_PRIMITIVE_TRIANGLE_STRIP: sm->mGLPrimitive = GL_TRIANGLE_STRIP; break; 140 case RS_PRIMITIVE_TRIANGLE_FAN: sm->mGLPrimitive = GL_TRIANGLE_FAN; break;
|
/frameworks/base/media/libmedia/ |
IAudioTrack.cpp | 111 case GET_CBLK: { 116 case START: { 121 case STOP: { 126 case FLUSH: { 131 case MUTE: { 136 case PAUSE: {
|
/frameworks/base/opengl/tests/filter/ |
filter.cpp | 113 case 1: 117 case 2: 121 case 3: 125 case 4: 129 case 5: 133 case 6:
|
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/ |
keyDerive.c | 155 case TWD_CIPHER_NONE: 158 case TWD_CIPHER_WEP: 159 case TWD_CIPHER_WEP104: 162 case TWD_CIPHER_TKIP: 166 case TWD_CIPHER_CKIP: 171 case TWD_CIPHER_AES_CCMP:
|
/packages/apps/AccountsAndSyncSettings/src/com/android/settings/ |
AccountPreference.java | 101 case SYNC_ENABLED: 104 case SYNC_DISABLED: 107 case SYNC_ERROR: 120 case SYNC_ENABLED: 123 case SYNC_DISABLED: 126 case SYNC_ERROR:
|
/packages/apps/Music/src/com/android/music/ |
MediaButtonIntentReceiver.java | 43 case MSG_LONGPRESS_TIMEOUT: 84 case KeyEvent.KEYCODE_MEDIA_STOP: 87 case KeyEvent.KEYCODE_HEADSETHOOK: 88 case KeyEvent.KEYCODE_MEDIA_PLAY_PAUSE: 91 case KeyEvent.KEYCODE_MEDIA_NEXT: 94 case KeyEvent.KEYCODE_MEDIA_PREVIOUS:
|
/packages/apps/Phone/src/com/android/phone/ |
TimeConsumingPreferenceActivity.java | 45 case BUSY_READING_DIALOG: 50 case BUSY_SAVING_DIALOG: 65 case RESPONSE_ERROR: 71 case RADIO_OFF_ERROR: 76 case EXCEPTION_ERROR: 163 // This is expected in the case where we were in the background
|
/system/core/toolbox/ |
notify.c | 33 case 'm': 36 case 'c': 39 case 'p': 42 case 'v': 45 case 'w': 48 case '?':
|
/system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/ |
keyDerive.c | 155 case TWD_CIPHER_NONE: 158 case TWD_CIPHER_WEP: 159 case TWD_CIPHER_WEP104: 162 case TWD_CIPHER_TKIP: 166 case TWD_CIPHER_CKIP: 171 case TWD_CIPHER_AES_CCMP:
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/MVS/ |
initscan-mvs.c | 305 /* we provide macros for accessing buffer states in case in the [all...] |
/external/qemu/ |
i386-dis.c | 252 only in case value is nonzero. */ 682 /* Upper case letters in the instruction names here are macros. [all...] |
/bionic/libc/regex/ |
regcomp.c | 306 case '(': 323 case ')': /* happens only if no current unmatched ( */ 334 case '^': 340 case '$': 345 case '|': 348 case '*': 349 case '+': 350 case '?': 353 case '.': 359 case '[' [all...] |
/cts/tools/dasm/src/java_cup/ |
parser.java | 441 case 64: // empty ::= 449 case 63: // label_id ::= ID 457 case 62: // symbol_id ::= ID 465 case 61: // nt_id ::= ID 473 case 60: // new_non_term_id ::= ID 501 case 59: // new_term_id ::= ID 523 case 58: // type_id ::= multipart_id 531 case 57: // import_id ::= multipart_id 539 case 56: // import_id ::= multipart_id DOT STAR 547 case 55: // multipart_id ::= ID [all...] |
/external/qemu/hw/ |
usb-ohci.c | 671 case OHCI_TD_DIR_IN: 675 case OHCI_TD_DIR_OUT: 679 case OHCI_TD_DIR_SETUP: 798 case USB_RET_NODEV: 804 case USB_RET_NAK: 805 case USB_RET_STALL: 869 case OHCI_TD_DIR_OUT: 870 case OHCI_TD_DIR_IN: 879 case OHCI_TD_DIR_IN: 883 case OHCI_TD_DIR_OUT [all...] |
/system/wlan/ti/wilink_6_1/TWD/Ctrl/ |
CmdBld.c | 688 /* Set NOK for a case the following config is skipped, to indicate that no callback is expected */ 750 /* Set NOK for a case the following config is skipped, to indicate that no callback is expected */ [all...] |