Home
last modified time | relevance | path

Searched refs:current (Results 1 – 25 of 98) sorted by relevance

1234

/development/samples/ApiDemos/src/com/example/android/apis/accessibility/
DTaskBackService.java144 AccessibilityNodeInfo current = source; in getListItemNodeInfo() local
146 AccessibilityNodeInfo parent = current.getParent(); in getListItemNodeInfo()
151 return current; in getListItemNodeInfo()
154 AccessibilityNodeInfo oldCurrent = current; in getListItemNodeInfo()
155 current = parent; in getListItemNodeInfo()
/development/apps/Development/src/com/android/development/
DLogViewer.java132 for (int current = start; current < bytes.length; current++) { in next0()
133 if (bytes[current] == 0) in next0()
134 return current; in next0()
/development/samples/browseable/MessagingService/src/com.example.android.messagingservice/
DConversations.java108 ThreadLocalRandom.current().nextInt(), in getUnreadConversations()
118 messages.add(MESSAGES[ThreadLocalRandom.current().nextInt(0, maxLen)]); in makeMessages()
124 return PARTICIPANTS[ThreadLocalRandom.current().nextInt(0, PARTICIPANTS.length)]; in name()
/development/ndk/platforms/android-3/include/linux/
Dhardirq.h67 #define irq_enter() do { account_system_vtime(current); add_preempt_count(HARDIRQ_OFFSET); …
68 #define __irq_exit() do { trace_hardirq_exit(); account_system_vtime(current); sub_preempt_…
Dpersonality.h79 #define get_personality (current->personality)
81 #define set_personality(pers) ((current->personality == pers) ? 0 : __set_personality(pers))
/development/ndk/platforms/android-9/arch-mips/include/asm/
Ddsp.h35 #define __get_dsp_regs(tsk) ({ if (tsk == current) __save_dsp(current); tsk->thread.dsp.ds…
Dcurrent.h24 #define current get_current() macro
/development/ndk/platforms/android-3/include/linux/sunrpc/
Dtypes.h20 #define signalled() (signal_pending(current))
/development/ndk/platforms/android-9/arch-x86/include/asm/
Dcurrent_32.h25 #define current get_current() macro
/development/samples/MySampleRss/
DAndroid.mk10 LOCAL_SDK_VERSION := current
/development/samples/HeavyWeight/
DAndroid.mk11 LOCAL_SDK_VERSION := current
/development/samples/Home/
DAndroid.mk10 LOCAL_SDK_VERSION := current
/development/samples/SoftKeyboard/
DAndroid.mk8 LOCAL_SDK_VERSION := current
/development/samples/SearchableDictionary/
DAndroid.mk8 LOCAL_SDK_VERSION := current
/development/samples/USB/MissileLauncher/
DAndroid.mk10 LOCAL_SDK_VERSION := current
/development/apps/WidgetPreview/
DAndroid.mk25 LOCAL_SDK_VERSION := current
/development/samples/VoiceRecognitionService/
DAndroid.mk8 LOCAL_SDK_VERSION := current
/development/samples/RSSReader/
DAndroid.mk10 LOCAL_SDK_VERSION := current
/development/samples/JetBoy/
DAndroid.mk10 LOCAL_SDK_VERSION := current
/development/samples/CubeLiveWallpaper/
DAndroid.mk26 LOCAL_SDK_VERSION := current
/development/samples/AliasActivity/
DAndroid.mk10 LOCAL_SDK_VERSION := current
/development/samples/SpellChecker/HelloSpellChecker/
DAndroid.mk9 LOCAL_SDK_VERSION := current
/development/samples/USB/AdbTest/
DAndroid.mk10 LOCAL_SDK_VERSION := current
/development/samples/FixedGridLayout/
DAndroid.mk10 LOCAL_SDK_VERSION := current
/development/samples/HelloEffects/
DAndroid.mk8 LOCAL_SDK_VERSION := current

1234