HomeSort by relevance Sort by last modified time
    Searched full:side (Results 1 - 25 of 3175) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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/chromium/third_party/icu/source/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/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
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_ipv4/
ipt_recent.h 24 u_int8_t side; member in struct:ipt_recent_info
  /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! */
  /development/ndk/platforms/android-3/include/linux/netfilter_ipv4/
ipt_recent.h 35 u_int8_t side; member in struct:ipt_recent_info
  /external/chromium/net/tools/fetch/
http_session.h 12 // An HttpSession encapsulates a server-side HTTP listen socket.
  /external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
package.html 2 This package contains a set of utilities for client side Authentication Challenge handling. It has been
  /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.
  /external/protobuf/java/src/main/java/com/google/protobuf/
RpcController.java 53 // These calls may be made from the client side only. Their results
54 // are undefined on the server side (may throw RuntimeExceptions).
58 * a new call. This can be called from the client side only. It must not
66 * most only be called on the client side, and must not be called before a
87 // These calls may be made from the server side only. Their results
88 // are undefined on the client side (may throw RuntimeExceptions).
91 * Causes {@code failed()} to return true on the client side. {@code reason}
102 * server side only. The server should still call the final "done" callback.
115 * It must be called on the server side only.
  /frameworks/base/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_StereoEnhancer.c 102 /* Side filter */
156 /* | M & S | Side | | | Stereo | */
157 /* | |---------->| Side |-------->| | */
162 /* If the input signal is a mono signal there will be no side signal and hence */
163 /* the side filter will not be run. In mobile speaker mode the middle filter is */
177 /* 1. The side filter is not used in Mobile Speaker mode */
198 * Convert from stereo to middle and side
224 * Apply the filter the side signal only in stereo mode for headphones
236 * Convert from middle and side to stereo
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv4/
ipt_recent.h 35 u_int8_t side; member in struct:ipt_recent_info

Completed in 503 milliseconds

1 2 3 4 5 6 7 8 91011>>