HomeSort by relevance Sort by last modified time
    Searched full:switch (Results 601 - 625 of 11629) sorted by null

<<21222324252627282930>>

  /external/webkit/Source/WebCore/platform/mac/
SSLKeyGeneratorMac.cpp 46 // This switch statement must always be synced with the UI strings returned by getSupportedKeySizes.
48 switch (keySizeIndex) {
  /external/webkit/Source/WebCore/rendering/
PointerEventsHitRules.cpp 36 switch (pointerEvents)
73 switch (pointerEvents)
  /external/webkit/Source/WebCore/rendering/style/
ContentData.cpp 45 switch (type()) {
64 switch (m_type) {
  /external/webkit/Source/WebCore/rendering/svg/
SVGMarkerData.h 59 switch (m_type) {
93 switch (element->type) {
  /external/webkit/Source/WebCore/storage/
IDBKey.cpp 50 switch (m_type) {
70 switch (m_type) {
  /frameworks/base/core/tests/coretests/src/android/app/
SuggestionProvider.java 66 switch (match) {
88 switch (match) {
  /frameworks/base/libs/ui/
PixelFormat.cpp 60 switch (format) {
89 switch (i->components) {
  /frameworks/base/media/java/android/media/videoeditor/
VideoEditorProfile.java 71 switch (vidCodec) {
90 switch (vidCodec) {
  /frameworks/base/telephony/java/android/telephony/
CellLocation.java 66 switch(TelephonyManager.getDefault().getCurrentPhoneType()) {
94 switch(TelephonyManager.getDefault().getCurrentPhoneType()) {
  /packages/apps/Contacts/src/com/android/contacts/calllog/
CallTypeHelper.java 53 switch (callType) {
73 switch (callType) {
  /packages/apps/Email/src/com/android/email/view/
SizeBoundingFrameLayout.java 90 switch (widthMode) {
102 switch (heightMode) {
  /packages/apps/Mms/src/com/android/mms/ui/
QuickContactDivot.java 54 switch (mPosition) {
127 switch (mPosition) {
  /packages/inputmethods/LatinIME/java/res/xml/
kbd_rows_number.xml 28 <switch>
131 </switch>
kbd_symbols_shift_row4.xml 27 <switch>
76 </switch>
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
debugreg.h 23 #define DR_SWITCH (0x8000) /* task switch */
45 that the processor will reset the bit after a task switch and the other
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
pda.h 49 #define pda_to_op(op,field,val) do { typedef typeof(_proxy_pda.field) T__; if (0) { T__ tmp__; tmp__ = (val); } switch (sizeof(_proxy_pda.field)) { case 2: asm(op "w %1,%%gs:%c2" : "+m" (_proxy_pda.field) : "ri" ((T__)val), "i"(pda_offset(field))); break; case 4: asm(op "l %1,%%gs:%c2" : "+m" (_proxy_pda.field) : "ri" ((T__)val), "i" (pda_offset(field))); break; case 8: asm(op "q %1,%%gs:%c2": "+m" (_proxy_pda.field) : "ri" ((T__)val), "i"(pda_offset(field))); break; default: __bad_pda_field(); } } while (0)
51 #define pda_from_op(op,field) ({ typeof(_proxy_pda.field) ret__; switch (sizeof(_proxy_pda.field)) { case 2: asm(op "w %%gs:%c1,%0" : "=r" (ret__) : "i" (pda_offset(field)), "m" (_proxy_pda.field)); break; case 4: asm(op "l %%gs:%c1,%0": "=r" (ret__): "i" (pda_offset(field)), "m" (_proxy_pda.field)); break; case 8: asm(op "q %%gs:%c1,%0": "=r" (ret__) : "i" (pda_offset(field)), "m" (_proxy_pda.field)); break; default: __bad_pda_field(); } ret__; })
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
pda.h 49 #define pda_to_op(op,field,val) do { typedef typeof(_proxy_pda.field) T__; if (0) { T__ tmp__; tmp__ = (val); } switch (sizeof(_proxy_pda.field)) { case 2: asm(op "w %1,%%gs:%c2" : "+m" (_proxy_pda.field) : "ri" ((T__)val), "i"(pda_offset(field))); break; case 4: asm(op "l %1,%%gs:%c2" : "+m" (_proxy_pda.field) : "ri" ((T__)val), "i" (pda_offset(field))); break; case 8: asm(op "q %1,%%gs:%c2": "+m" (_proxy_pda.field) : "ri" ((T__)val), "i"(pda_offset(field))); break; default: __bad_pda_field(); } } while (0)
51 #define pda_from_op(op,field) ({ typeof(_proxy_pda.field) ret__; switch (sizeof(_proxy_pda.field)) { case 2: asm(op "w %%gs:%c1,%0" : "=r" (ret__) : "i" (pda_offset(field)), "m" (_proxy_pda.field)); break; case 4: asm(op "l %%gs:%c1,%0": "=r" (ret__): "i" (pda_offset(field)), "m" (_proxy_pda.field)); break; case 8: asm(op "q %%gs:%c1,%0": "=r" (ret__) : "i" (pda_offset(field)), "m" (_proxy_pda.field)); break; default: __bad_pda_field(); } ret__; })
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/
pda.h 49 #define pda_to_op(op,field,val) do { typedef typeof(_proxy_pda.field) T__; if (0) { T__ tmp__; tmp__ = (val); } switch (sizeof(_proxy_pda.field)) { case 2: asm(op "w %1,%%gs:%c2" : "+m" (_proxy_pda.field) : "ri" ((T__)val), "i"(pda_offset(field))); break; case 4: asm(op "l %1,%%gs:%c2" : "+m" (_proxy_pda.field) : "ri" ((T__)val), "i" (pda_offset(field))); break; case 8: asm(op "q %1,%%gs:%c2": "+m" (_proxy_pda.field) : "ri" ((T__)val), "i"(pda_offset(field))); break; default: __bad_pda_field(); } } while (0)
51 #define pda_from_op(op,field) ({ typeof(_proxy_pda.field) ret__; switch (sizeof(_proxy_pda.field)) { case 2: asm(op "w %%gs:%c1,%0" : "=r" (ret__) : "i" (pda_offset(field)), "m" (_proxy_pda.field)); break; case 4: asm(op "l %%gs:%c1,%0": "=r" (ret__): "i" (pda_offset(field)), "m" (_proxy_pda.field)); break; case 8: asm(op "q %%gs:%c1,%0": "=r" (ret__) : "i" (pda_offset(field)), "m" (_proxy_pda.field)); break; default: __bad_pda_field(); } ret__; })
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/heap/
NativeHeapLabelProvider.java 51 switch (index) {
74 switch (index) {
  /sdk/emulator/qtools/
read_pid.cpp 20 switch (event.rec_type) {
28 printf("t%lld switch %d\n", event.time, event.pid);
  /system/extras/tests/bionic/libc/common/
test_gethostbyname.c 57 switch (hent->h_addrtype) {
63 switch (hent->h_addrtype) {
  /system/media/mca/filterfw/java/android/filterfw/core/
SimpleFrameManager.java 44 switch(format.getTarget()) {
61 switch(format.getTarget()) {
  /system/media/wilhelm/src/itf/
IAndroidConfiguration.c 38 switch (IObjectToObjectID((thiz)->mThis)) {
79 switch (IObjectToObjectID((thiz)->mThis)) {
  /external/clang/lib/AST/
TemplateBase.cpp 69 switch (getKind()) {
107 switch (getKind()) {
145 switch (getKind()) {
167 switch (getKind()) {
211 switch (Kind) {
260 switch (getKind()) {
288 switch (getKind()) {
311 switch (getKind()) {
384 switch (Argument.getKind()) {
425 switch (Argument.getKind())
    [all...]
  /external/tcpdump/
print-dhcp6.c 208 switch(type) {
297 switch(code) {
345 switch (opttype) {
354 switch (EXTRACT_16BITS(tp)) {
463 switch (authopt.dh6opt_auth_proto) {
475 switch (authopt.dh6opt_auth_alg) {
484 switch (authopt.dh6opt_auth_rdm) {
501 switch (authopt.dh6opt_auth_proto) {
526 switch (*tp++) {
561 switch (*tp)
    [all...]

Completed in 588 milliseconds

<<21222324252627282930>>