Home
last modified time | relevance | path

Searched refs:new (Results 1 – 25 of 34) sorted by relevance

12

/development/ndk/platforms/android-9/arch-mips/include/asm/
Dcmpxchg.h24new) ({ __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
Datomic.h34 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new))) argument
/development/samples/browseable/DocumentCentricApps/
D_index.jd7 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/
Datomic_32.h30 #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/
DREADME28 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/
Dnodemask.h57 #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
Dcpumask.h56 #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/
Dreadme.txt27 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/
DREADME1 Adding a new folder in development/samples is not enough to have it
/development/tools/apkcheck/
DAndroid.mk33 $(copy-file-to-new-target)
/development/tools/rmtypedefs/
DAndroid.mk37 $(copy-file-to-new-target)
/development/samples/browseable/TextSwitcher/
D_index.jd8 \n\nClick the button below to set new text in the TextSwitcher and observe the
/development/samples/browseable/BasicImmersiveMode/
D_index.jd7 \"Immersive Mode\" is a new UI mode which improves \"hide full screen\" and
/development/samples/browseable/LNotifications/
D_index.jd7 This sample demonstrates how new features for notifications introduced in Android L
/development/samples/browseable/HdrViewfinder/
D_index.jd9 compositing together the latest two frames whenever a new frame is captured.
/development/samples/browseable/BasicMultitouch/
D_index.jd10 (also represented by a colour) does not change as new touch events are received.</string>
/development/samples/browseable/BasicAndroidKeyStore/
D_index.jd11 To create a new KeyPair, click \"Create\".\n\n
/development/tools/
Dmake_key63 openssl req -new -x509 ${hash} -key ${two} -out $1.x509.pem \
/development/samples/browseable/MediaBrowserService/
D_index.jd9 service. It exposes a simple music library through the new
/development/samples/ActionBarCompat/
D_index.jd9 action item definition mechanism as the new framework API, even supporting the
/development/tutorials/MoarRam/
DREADME.txt17 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/
DREADME19 The OpenGL ES 3.0 rendering path uses a few new features compared to the
/development/tutorials/ReverseDebug/
DREADME.txt1 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/
DREADME.NETWORK.txt113 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/
Dskia_mac.cp35 char* workingDirectory = new char[prefixLength + sizeof(systemParent)];

12