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

<<81828384858687888990>>

  /bionic/libc/unistd/
pathconf.c 147 switch (name) {
215 switch (name) {
  /bionic/libm/src/
s_fma.c 86 switch(oround) {
122 switch (oround) {
s_fmal.c 81 switch(oround) {
117 switch (oround) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestResultsProvider.java 116 switch (match) {
152 switch (match) {
  /cts/tests/tests/drm/src/android/drm/cts/
DRMTest.java 212 switch (event.getType()) {
217 switch (infoStatus.infoType) {
  /cts/tests/tests/holo/res/values/
strings.xml 72 <string name="switch_button">Switch</string>
73 <string name="switch_button_checked">Switch Checked</string>
  /cts/tests/tests/holo/src/android/holo/cts/
ThemeTestActivity.java 65 switch (task) {
115 switch (requestCode) {
  /dalvik/dx/src/com/android/dx/ssa/
SCCP.java 228 switch (latticeVal) {
271 switch (((TypedConstant) cA).getBasicType()) {
275 switch (opcode.getOpcode()) {
302 switch (((TypedConstant) cA).getBasicType()) {
307 switch (opcode.getOpcode()) {
397 switch (resultType) {
405 switch (opcode) {
494 switch (opcode) {
  /dalvik/vm/compiler/
CompilerIR.h 172 BlockListType blockListType; // switch and exception handling
251 * Set to the Dalvik PC of the switch instruction if it has more than
  /dalvik/vm/mterp/x86-atom/
footer.S 48 jne 3f # debugger or profiler active; switch interp
66 movl $$1, %edx # switch interpreter
92 jne 3f # debugger or profiler active; switch interp
107 movl $$1, %edx # switch interpreter
115 * %edx is "bool changeInterp", indicating if we want to switch to the
363 jne 3f # debugger or profiler active; switch interp
375 movl $$1, %edx # switch to interp<- true
531 movl $$0, %edx # switch to interp<- false
  /development/host/windows/usb/api/
adb_helper_routines.cpp 33 switch (access_type) {
57 switch (sharing_mode) {
  /development/ndk/platforms/android-3/arch-arm/include/asm/
uaccess.h 44 #define __get_user_err(x,ptr,err) do { unsigned long __gu_addr = (unsigned long)(ptr); unsigned long __gu_val; __chk_user_ptr(ptr); switch (sizeof(*(ptr))) { case 1: __get_user_asm_byte(__gu_val,__gu_addr,err); break; case 2: __get_user_asm_half(__gu_val,__gu_addr,err); break; case 4: __get_user_asm_word(__gu_val,__gu_addr,err); break; default: (__gu_val) = __get_user_bad(); } (x) = (__typeof__(*(ptr)))__gu_val; } while (0)
54 #define __put_user_err(x,ptr,err) do { unsigned long __pu_addr = (unsigned long)(ptr); __typeof__(*(ptr)) __pu_val = (x); __chk_user_ptr(ptr); switch (sizeof(*(ptr))) { case 1: __put_user_asm_byte(__pu_val,__pu_addr,err); break; case 2: __put_user_asm_half(__pu_val,__pu_addr,err); break; case 4: __put_user_asm_word(__pu_val,__pu_addr,err); break; case 8: __put_user_asm_dword(__pu_val,__pu_addr,err); break; default: __put_user_bad(); } } while (0)
  /development/ndk/platforms/android-9/arch-x86/include/asm/
uaccess_32.h 48 #define get_user(x,ptr) ({ int __ret_gu; unsigned long __val_gu; __chk_user_ptr(ptr); switch(sizeof (*(ptr))) { case 1: __get_user_x(1,__ret_gu,__val_gu,ptr); break; case 2: __get_user_x(2,__ret_gu,__val_gu,ptr); break; case 4: __get_user_x(4,__ret_gu,__val_gu,ptr); break; default: __get_user_x(X,__ret_gu,__val_gu,ptr); break; } (x) = (__typeof__(*(ptr)))__val_gu; __ret_gu; })
75 #define __get_user_size(x,ptr,size,retval,errret) do { retval = 0; __chk_user_ptr(ptr); switch (size) { case 1: __get_user_asm(x,ptr,retval,"b","b","=q",errret);break; case 2: __get_user_asm(x,ptr,retval,"w","w","=r",errret);break; case 4: __get_user_asm(x,ptr,retval,"l","","=r",errret);break; default: (x) = __get_user_bad(); } } while (0)
  /development/samples/AndroidBeamDemo/src/com/example/android/beam/
Beam.java 106 switch (msg.what) {
166 switch (item.getItemId()) {
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
FingerPaint.java 122 switch (event.getAction()) {
178 switch (item.getItemId()) {
  /development/samples/ApiDemos/src/com/example/android/apis/view/
InternalSelectionView.java 204 switch(event.getKeyCode()) {
237 switch (direction) {
  /development/samples/BrowserPlugin/jni/
RenderingThread.cpp 110 switch(config) {
126 switch(config) {
  /development/samples/BrowserPlugin/jni/animation/
AnimationPlugin.cpp 141 switch (evt->eventType) {
143 switch (evt->data.draw.model) {
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
MyRssReader3.java 102 switch (item.getId()){
136 switch (requestCode){
MyRssReader4.java 112 switch (item.getId()){
150 switch (requestCode){
  /development/samples/SearchableDictionary/src/com/example/android/searchabledict/
DictionaryProvider.java 93 switch (sURIMatcher.match(uri)) {
172 switch (sURIMatcher.match(uri)) {
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentTabs.java 34 * the tabs to switch between fragments instead of simple views.
78 * care of switch to the correct fragment shown in a separate content area
  /development/tools/emulator/opengl/host/libs/Translator/GLcommon/
FramebufferData.cpp 89 switch(attachment) {
110 switch(m_attachPoints[idx].target)
PaletteTexture.cpp 33 switch(internalFormat)
81 switch(format) {
  /development/tools/emulator/opengl/system/GLESv1_enc/
GLEncoder.cpp 78 switch (param) {
116 switch (param) {
155 switch (param) {
194 switch (param) {
240 switch(name) {
425 switch(i) {
465 switch(i) {
561 switch(type) {
    [all...]

Completed in 2084 milliseconds

<<81828384858687888990>>