/development/ndk/platforms/android-9/arch-mips/include/asm/ |
D | cmpxchg.h | 24 …new) ({ __typeof(*(m)) __ret; if (cpu_has_llsc && R10000_LLSC_WAR) { __asm__ __volatile__… argument 25 …pxchg(ptr, old, new, barrier) ({ __typeof__(ptr) __ptr = (ptr); __typeof__(*(ptr)) __old = (o… argument 26 #define cmpxchg(ptr, old, new) __cmpxchg(ptr, old, new, smp_llsc_mb()) argument 27 #define cmpxchg_local(ptr, old, new) __cmpxchg(ptr, old, new, ) argument
|
D | atomic.h | 34 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new))) argument
|
/development/samples/browseable/DocumentCentricApps/ |
D | _index.jd | 7 This sample shows the basic usage of the new \"Document Centric Apps\" API. 8 It let\'s you create new documents in the system overview menu and persists its 9 state through reboots. If \"Task per document\" is checked a new task will be 10 created for every new document in the overview menu.
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
D | atomic_32.h | 30 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new))) argument 31 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new))) argument
|
/development/tools/labpretest/ |
D | README | 28 Adding support for new devices or from scratch: 35 Here are the steps to add a new device: 37 1) Create a new sub directory using the result of "fastboot getvar product". 38 2) Copy a build image to the new sub directory in our format. 40 3) Copy a boot image to the new sub directory in our format. 42 4) Copy a radio image to the new sub directory in our format.
|
/development/ndk/platforms/android-3/include/linux/ |
D | nodemask.h | 57 #define node_remap(oldbit, old, new) __node_remap((oldbit), &(old), &(new), MAX_NUMNODES) argument 58 #define nodes_remap(dst, src, old, new) __nodes_remap(&(dst), &(src), &(old), &(new), MAX_NUMNODE… argument
|
D | cpumask.h | 56 #define cpu_remap(oldbit, old, new) __cpu_remap((oldbit), &(old), &(new), NR_CPUS) argument 57 #define cpus_remap(dst, src, old, new) __cpus_remap(&(dst), &(src), &(old), &(new), NR_CPUS) argument
|
/development/host/windows/usb/ |
D | readme.txt | 27 file to add descriptions for new devices and interfaces. Note that when .inf 34 template to create new .inf file for new devices. Note that you also need 35 to build and sign new .cat files for that custom .inf file of yours.
|
/development/samples/ |
D | README | 1 Adding a new folder in development/samples is not enough to have it
|
/development/tools/apkcheck/ |
D | Android.mk | 33 $(copy-file-to-new-target)
|
/development/tools/rmtypedefs/ |
D | Android.mk | 37 $(copy-file-to-new-target)
|
/development/samples/browseable/TextSwitcher/ |
D | _index.jd | 8 \n\nClick the button below to set new text in the TextSwitcher and observe the
|
/development/samples/browseable/BasicImmersiveMode/ |
D | _index.jd | 7 \"Immersive Mode\" is a new UI mode which improves \"hide full screen\" and
|
/development/samples/browseable/LNotifications/ |
D | _index.jd | 7 This sample demonstrates how new features for notifications introduced in Android L
|
/development/samples/browseable/HdrViewfinder/ |
D | _index.jd | 9 compositing together the latest two frames whenever a new frame is captured.
|
/development/samples/browseable/BasicMultitouch/ |
D | _index.jd | 10 (also represented by a colour) does not change as new touch events are received.</string>
|
/development/samples/browseable/BasicAndroidKeyStore/ |
D | _index.jd | 11 To create a new KeyPair, click \"Create\".\n\n
|
/development/tools/ |
D | make_key | 63 openssl req -new -x509 ${hash} -key ${two} -out $1.x509.pem \
|
/development/samples/browseable/MediaBrowserService/ |
D | _index.jd | 9 service. It exposes a simple music library through the new
|
/development/samples/ActionBarCompat/ |
D | _index.jd | 9 action item definition mechanism as the new framework API, even supporting the
|
/development/tutorials/MoarRam/ |
D | README.txt | 17 A new feature is added to force a double free. Both debug libc and Valgrind can capture it.
|
/development/ndk/platforms/android-18/samples/gles3jni/ |
D | README | 19 The OpenGL ES 3.0 rendering path uses a few new features compared to the
|
/development/tutorials/ReverseDebug/ |
D | README.txt | 1 This is a tutorial/unittest for gdb's reverse debugging feature. It is a new 82 Now try the new "record" command to take a snapshot of the machine state.
|
/development/cmds/monkey/ |
D | README.NETWORK.txt | 113 Fully quit the monkey and accept no new sessions. 117 Close the current session and allow a new session to connect
|
/development/ide/xcode/ports/ |
D | skia_mac.cp | 35 char* workingDirectory = new char[prefixLength + sizeof(systemParent)];
|