Searched refs:used (Results 1 – 25 of 53) sorted by relevance
123
/development/samples/training/basic/ActivityLifecycle/ |
D | ant.properties | 1 # This file is used to override default values used by the Ant build system. 6 # This file is only used by the Ant script.
|
D | build.properties | 1 # This file is used to override default values used by the Ant build system. 6 # This file is only used by the Ant script.
|
D | default.properties | 6 # To customize properties used by the Ant build system use,
|
D | project.properties | 6 # To customize properties used by the Ant build system use,
|
/development/ndk/platforms/android-21/include/linux/ |
D | virtio_ring.h | 61 struct vring_used *used; member 65 #define vring_avail_event(vr) (*(__u16 *)&(vr)->used->ring[(vr)->num])
|
/development/samples/devbytes/telephony/SmsSampleProject/ |
D | gradle.properties | 10 # Specifies the JVM arguments used for the daemon process. 16 # This option should only be used with decoupled projects. More details, visit
|
/development/samples/JetBoy/ |
D | JETBOY_content_README.txt | 3 The "JETBOY_content" folder contains the JET Creator file and assets used in "JETBOY", the Android … 14 The "JETBOY_Music.logic" file is the Logic file used to create the JETBOY music composition. This f…
|
D | default.properties | 6 # To customize properties used by the Ant build system use,
|
/development/samples/browseable/NetworkConnect/ |
D | _index.jd | 9 HttpsURLConnection. AsyncTask is used to perform the fetch on a background thread.
|
/development/sdk/ |
D | sdk.properties | 3 # If it used by various tools to figure out what the platform can do.
|
/development/samples/browseable/BasicNotifications/ |
D | _index.jd | 9 NotificationCompat API is used for compatibility with older devices, running Android
|
/development/samples/browseable/ElevationDrag/ |
D | _index.jd | 9 z-translation are used to render the shadows and the views are clipped using different
|
/development/samples/TicTacToeMain/ |
D | default.properties | 22 # To customize properties used by the Ant build system use, 27 # Project target. This requires the tools from SDK Froyo (API 8) to be used.
|
/development/samples/browseable/Interpolator/ |
D | _index.jd | 9 Material Design. It shows how an ObjectAnimator is used to animate two properties of a
|
/development/samples/browseable/LNotifications/ |
D | _index.jd | 9 are used such as Heads-Up notifications, visibility, people, category and priority
|
/development/samples/browseable/MediaRecorder/ |
D | _index.jd | 9 A TextureView is used as the camera preview which limits the code to API 14+. This
|
/development/tools/checkcolor/ |
D | README | 2 This project is used to build a lint library to detect the hardcoded
|
/development/samples/TicTacToeLib/src/com/example/android/tictactoe/library/ |
D | GameActivity.java | 154 int used = 0; in handleMessage() local 155 while (used != 0x1F) { in handleMessage() 157 if (((used >> index) & 1) == 0) { in handleMessage() 158 used |= 1 << index; in handleMessage()
|
/development/samples/training/multiscreen/newsreader/ |
D | project.properties | 6 # To customize properties used by the Ant build system use,
|
/development/samples/training/AnimationsDemo/ |
D | project.properties | 6 # To customize properties used by the Ant build system use,
|
/development/samples/USB/MissileLauncher/ |
D | default.properties | 6 # To customize properties used by the Ant build system use,
|
/development/samples/USB/AdbTest/ |
D | default.properties | 6 # To customize properties used by the Ant build system use,
|
/development/samples/browseable/CardEmulation/ |
D | _index.jd | 13 The "CardReader" sample can be used to read the loyalty card implemented in this sample.
|
/development/ndk/platforms/ |
D | README.CRT.TXT | 21 launches such an executable. The _start stub is used to call the 35 This is equivalent to crtbegin_dynamic.[cS], but shall be used for 40 This source file shall be used when generating an executable, i.e. used 52 This source's object file shall be used when generating a shared library, 53 i.e. used in association with crtbegin_so.[cS] only. 63 used to list of ELF constructors and destructors. The sections are: 85 This section shall *not* be used on Android. Used on some GLibc-based 90 This section shall *not* be used on Android. Used on some GLibc-based 100 This is used to implement static C++ object initialization in a shared 171 C static library, and shall only be used to generate static executables (it [all …]
|
/development/samples/SkeletonApp/ |
D | readme.txt | 42 view hierarchies. The skeleton_activity.xml file here is used by 53 here is used as the image to display in one of the views in 54 skeleton_activity.xml. Like layout files, the base name is used for the
|
123