/development/ndk/platforms/android-3/include/linux/ |
D | filter.h | 23 __u16 code; member 35 #define BPF_CLASS(code) ((code) & 0x07) argument 45 #define BPF_SIZE(code) ((code) & 0x18) argument 49 #define BPF_MODE(code) ((code) & 0xe0) argument 57 #define BPF_OP(code) ((code) & 0xf0) argument 72 #define BPF_SRC(code) ((code) & 0x08) argument 76 #define BPF_RVAL(code) ((code) & 0x18) argument 79 #define BPF_MISCOP(code) ((code) & 0xf8) argument 88 #define BPF_STMT(code, k) { (unsigned short)(code), 0, 0, k } argument 91 #define BPF_JUMP(code, k, jt, jf) { (unsigned short)(code), jt, jf, k } argument
|
D | module.h | 108 #define module_put_and_exit(code) do_exit(code) argument
|
D | icmp.h | 60 __u8 code; member
|
/development/ndk/platforms/android-21/include/linux/ |
D | filter.h | 27 __u16 code; member 39 #define BPF_CLASS(code) ((code) & 0x07) argument 50 #define BPF_SIZE(code) ((code) & 0x18) argument 55 #define BPF_MODE(code) ((code) & 0xe0) argument 64 #define BPF_OP(code) ((code) & 0xf0) argument 85 #define BPF_SRC(code) ((code) & 0x08) argument 89 #define BPF_RVAL(code) ((code) & 0x18) argument 91 #define BPF_MISCOP(code) ((code) & 0xf8) argument 100 #define BPF_STMT(code, k) { (unsigned short)(code), 0, 0, k } argument 104 #define BPF_JUMP(code, k, jt, jf) { (unsigned short)(code), jt, jf, k } argument
|
D | v4l2-subdev.h | 50 __u32 code; member 57 __u32 code; member 76 __u32 code; member
|
D | igmp.h | 26 __u8 code; member 60 __u8 code; member
|
D | icmp.h | 71 __u8 code; member
|
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
D | hazards.h | 22 #define ASMMACRO(name, code...) .macro name; code; .endm 26 #define ASMMACRO(name, code...) __asm__(".macro " #name "; " #code "; .endm"); static inline vo… argument
|
/development/samples/Support7Demos/src/com/example/android/supportv7/media/ |
D | RemotePlayer.java | 150 public void onError(String error, int code, Bundle data) { in play() argument 151 logError("play: failed", error, code); in play() 192 public void onError(String error, int code, Bundle data) { in getStatus() argument 193 logError("getStatus: failed", error, code); in getStatus() 221 public void onError(String error, int code, Bundle data) { in pause() 222 logError("pause: failed", error, code); in pause() 247 public void onError(String error, int code, Bundle data) { in resume() 248 logError("resume: failed", error, code); in resume() 276 public void onError(String error, int code, Bundle data) { in stop() 277 logError("stop: failed", error, code); in stop() [all …]
|
/development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/ |
D | RemotePlayer.java | 150 public void onError(String error, int code, Bundle data) { in play() argument 151 logError("play: failed", error, code); in play() 192 public void onError(String error, int code, Bundle data) { in getStatus() argument 193 logError("getStatus: failed", error, code); in getStatus() 220 public void onError(String error, int code, Bundle data) { in pause() 221 logError("pause: failed", error, code); in pause() 245 public void onError(String error, int code, Bundle data) { in resume() 246 logError("resume: failed", error, code); in resume() 273 public void onError(String error, int code, Bundle data) { in stop() 274 logError("stop: failed", error, code); in stop() [all …]
|
/development/tools/checkstyle/ |
D | README | 2 Checkstyle is used by developers to validate Java code style before running repo upload. 12 Description: Checkstyle is a development tool to help programmers write Java code that 19 - Downloaded checkstyle-6.12.1-all.jar without source code.
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | AlarmService_Service.java | 127 protected boolean onTransact(int code, Parcel data, Parcel reply, 129 return super.onTransact(code, data, reply, flags);
|
D | NotifyingService.java | 124 protected boolean onTransact(int code, Parcel data, Parcel reply, 126 return super.onTransact(code, data, reply, flags);
|
/development/samples/Alarm/src/com/example/android/newalarm/ |
D | AlarmService.java | 118 protected boolean onTransact(int code, Parcel data, Parcel reply, int flags) in onTransact() argument 122 return super.onTransact(code, data, reply, flags); in onTransact()
|
/development/ndk/platforms/ |
D | README.CRT.TXT | 106 to the .init_array section described above. Its compiler-generated code 114 automatically called when the shared library containing this code is 149 this code cannot be in the C library itself. 161 To maintain binary compatibility to all existing NDK-generated machine code, 168 and libc.so.variables.txt) and does not contain any implementation code. 179 maintain binary compatibility with 'legacy' NDK machine code. Details are 202 'legacy' NDK machine code. 216 Note that existing NDK machine code that links against the system libc's 235 atexit() implementation (used by 'legacy' NDK machine code). 241 following code: [all …]
|
/development/sdk/ |
D | support_README.txt | 19 v4/src/ is the source code for the compatibility library 28 v13/src/ is the source code for the compatibility library, not including the v4 source
|
/development/samples/AccelerometerPlay/ |
D | _index.jd | 6 <p>Example code that shows how to use the device accelerometer in apps and games.</p>
|
/development/samples/browseable/Camera2Basic/ |
D | _index.jd | 8 This sample demonstrates the basic use of Camera2 API. Check the source code to see how
|
/development/ndk/platforms/android-4/samples/san-angeles/jni/ |
D | README.txt | 19 limit. For this OpenGL ES version example much of the code is 29 As a code example, this source shows the following: 47 for example by changing the code to use glDrawElements 48 instead of glDrawArrays. The code uses only OpenGL ES 1.0
|
D | license-BSD.txt | 2 OpenGL ES version example source code 13 * Redistributions of source code must retain the above copyright
|
D | license-LGPL.txt | 30 for this service if you wish); that you receive source code or can get 43 code. If you link other code with the library, you must provide 78 Public License permits more lax criteria for linking other code with 112 former contains code derived from the library, whereas the latter must 136 "Source code" for a work means the preferred form of the work for 137 making modifications to it. For a library, complete source code means 138 all the source code for all modules it contains, plus any associated 151 complete source code as you receive it, in any medium, provided that 224 This option is useful when you wish to copy part of the code of 228 derivative of it, under Section 2) in object code or executable form [all …]
|
/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/samples/browseable/ActionBarCompat-Basic/ |
D | _index.jd | 10 an item in code. Items that are not shown as action items on the Action Bar are
|
/development/ndk/platforms/android-3/include/linux/netfilter_ipv4/ |
D | ip_conntrack_tuple.h | 63 u_int8_t type, code; member
|
/development/samples/ApiDemos/src/com/example/android/apis/os/ |
D | MmsMessagingDemo.java | 235 private void handleSentResult(int code, Intent intent) { in handleSentResult() argument 238 if (code == Activity.RESULT_OK) { in handleSentResult() 257 Log.e(TAG, "MMS not sent, error=" + code); in handleSentResult() 276 private void handleReceivedResult(Context context, int code, Intent intent) { in handleReceivedResult() argument 278 if (code == Activity.RESULT_OK) { in handleReceivedResult() 307 Log.e(TAG, "MMS not received, error=" + code); in handleReceivedResult()
|