/external/junit/ |
README.android | 1 This is junit3.8.2 source, intended for host side use.
|
/build/tools/lsd/ |
common.h | 10 #define MIN(a,b) ((a)<(b)?(a):(b)) /* no side effects in arguments allowed! */
|
/external/clearsilver/cs/ |
test18.cs | 25 <?cs def:set_info(side, label, value) ?> 26 <?cs set:rows[row][side].label = label ?> 27 <?cs set:rows[row][side].value = value ?> 29 <?cs # set:side.foo = row ?>
|
/external/icu4c/tools/genren/ |
README | 15 - Another good way to check the file is a side by side diff. After the above 'make install-header': 17 diff --side-by-side urename.sort urename.old.sort | more
|
/external/kernel-headers/original/linux/netfilter_ipv4/ |
ipt_recent.h | 24 u_int8_t side; member in struct:ipt_recent_info
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
WnnPOS.java | 25 /** The part of speech at left side */ 28 /** The part of speech at right side */ 39 * @param left The part of speech at left side 40 * @param right The part of speech at right side
|
/bootable/recovery/edify/ |
Android.mk | 15 # Build the host-side command line tool 30 # Build the device-side library
|
/dalvik/dx/src/com/android/dx/ssa/ |
DeadCodeRemover.java | 47 * (does it correspond to a no-side-effect insn?) 112 * Only registers whose definition has no side effect 129 * operations with no side effects. 133 * are only used as sources in operations with no side effect or null 135 * @return true if usage is circular without side effect 152 // This register is only used in operations that have no side effect. 168 * Returns true if this insn has a side-effect. Returns true 172 * @return true if it has a side-effect 187 * registers defined by an instruction with no side effect. 197 * results of regs with no side effect [all...] |
/build/tools/droiddoc/templates-pdk/ |
customization.cs | 47 <div class="g-unit g-first side-nav-resizable" id="side-nav"> 51 </div> <!-- end side-nav --> 62 <div class="g-unit g-first side-nav-resizable" id="side-nav"> 66 </div> <!-- end side-nav --> 77 <div class="g-unit g-first side-nav-resizable" id="side-nav"> 81 </div> <!-- end side-nav --> 92 <div class="g-unit g-first side-nav-resizable" id="side-nav" [all...] |
/external/kernel-headers/original/linux/ |
rcupdate.h | 138 * rcu_read_lock - mark the beginning of an RCU read-side critical section. 141 * are within RCU read-side critical sections, then the 144 * on one CPU while other CPUs are within RCU read-side critical 149 * with RCU read-side critical sections. One way that this can happen 151 * read-side critical section, (2) CPU 1 invokes call_rcu() to register 152 * an RCU callback, (3) CPU 0 exits the RCU read-side critical section, 153 * (4) CPU 2 enters a RCU read-side critical section, (5) the RCU 154 * callback is invoked. This is legal, because the RCU read-side critical 160 * RCU read-side critical sections may be nested. Any deferred actions 161 * will be deferred until the outermost RCU read-side critical sectio [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
MatrixGrabber.java | 29 * Has the side effect of setting the current matrix state to GL_MODELVIEW 38 * Record the current modelView matrix state. Has the side effect of 47 * Record the current projection matrix state. Has the side effect of
|
/hardware/ti/omap3/dspbridge/inc/ |
rmstypes.h | 36 * GPP-side type definitions. 42 #else /* default to DSP-side */ 44 * DSP-side definitions.
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
rmstypes.h | 36 * GPP-side type definitions. 42 #else /* default to DSP-side */ 44 * DSP-side definitions.
|
/bionic/libc/kernel/common/linux/netfilter_ipv4/ |
ipt_recent.h | 35 u_int8_t side; member in struct:ipt_recent_info
|
/build/tools/apriori/ |
common.h | 10 #define MIN(a,b) ((a)<(b)?(a):(b)) /* no side effects in arguments allowed! */
|
/build/tools/isprelinked/ |
common.h | 10 #define MIN(a,b) ((a)<(b)?(a):(b)) /* no side effects in arguments allowed! */
|
/external/proguard/src/proguard/optimize/info/ |
SideEffectInstructionChecker.java | 33 * This class can tell whether an instruction has any side effects. Return 78 // Check for instructions that might cause side effects. 98 // These instructions always cause a side effect. 109 // Check for instructions that might cause side effects. 122 // Check for instructions that might cause side effects. 131 // method is causing any side effects. 141 // Check for instructions that might cause side effects. 155 // We'll have to assume accessing an unknown field has side effects. 170 // We'll have to assume invoking the unknown method has side effects.
|
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv4/ |
ipt_recent.h | 35 u_int8_t side; member in struct:ipt_recent_info
|
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/netfilter_ipv4/ |
ipt_recent.h | 35 u_int8_t side; member in struct:ipt_recent_info
|
/ndk/build/platforms/android-5/arch-arm/usr/include/linux/netfilter_ipv4/ |
ipt_recent.h | 35 u_int8_t side; member in struct:ipt_recent_info
|
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/netfilter_ipv4/ |
ipt_recent.h | 35 u_int8_t side; member in struct:ipt_recent_info
|
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/netfilter_ipv4/ |
ipt_recent.h | 35 u_int8_t side; member in struct:ipt_recent_info
|
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/netfilter_ipv4/ |
ipt_recent.h | 35 u_int8_t side; member in struct:ipt_recent_info
|
/external/quake/quake/src/QW/client/ |
r_bsp.c | 161 int i, side, lastside; local 201 side = 0; 203 side = 1; 205 if (side != lastside) 224 // split into two edges, one on each side, and remember entering 240 ptedge->pnext = psideedges[side]; 241 psideedges[side] = ptedge; 247 if (side == 0) 261 // add the edge to the appropriate side 262 pedges->pnext = psideedges[side]; 450 int i, c, side, *pindex; local [all...] |
/external/quake/quake/src/WinQuake/ |
r_bsp.cpp | 161 int i, side, lastside;
local 201 side = 0;
203 side = 1;
205 if (side != lastside)
224 // split into two edges, one on each side, and remember entering
240 ptedge->pnext = psideedges[side];
241 psideedges[side] = ptedge;
247 if (side == 0)
261 // add the edge to the appropriate side
262 pedges->pnext = psideedges[side];
450 int i, c, side, *pindex; local [all...] |