HomeSort by relevance Sort by last modified time
    Searched full:turn (Results 151 - 175 of 2982) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/protocols/
routed.h 67 #define RIPCMD_TRACEON 3 /* turn tracing on */
68 #define RIPCMD_TRACEOFF 4 /* turn it off */
timed.h 78 #define TSP_TRACEON 17 /* turn tracing on */
79 #define TSP_TRACEOFF 18 /* turn tracing off */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/protocols/
routed.h 67 #define RIPCMD_TRACEON 3 /* turn tracing on */
68 #define RIPCMD_TRACEOFF 4 /* turn it off */
timed.h 78 #define TSP_TRACEON 17 /* turn tracing on */
79 #define TSP_TRACEOFF 18 /* turn tracing off */
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
TargetMenuListener.java 66 // Turn it off, but keep current target until another one is chosen
70 // Manually picked some other target: turn off auto-pick
  /system/core/sh/
shell.h 43 * define DEBUG=1 to compile in debugging ('set -o debug' to turn on)
44 * define DEBUG=2 to compile in and turn on debugging.
  /bionic/libdl/
Android.mk 10 # libgcc.a are made static to libdl.so. This in turn ensures that libraries that
  /dalvik/tests/etc/
reference-run-test-classes 9 # --no-verify -- turn off verification (on by default)
  /dalvik/vm/mterp/portable/
stubdefs.cpp 52 * The "goto" targets just turn into goto statements. The "arguments" are
  /device/google/accessory/arduino/USB_Host_Shield/
Max_LCD.cpp 109 // before sending commands. Arduino can turn on way befer 4.5V so we'll wait 50
141 // turn the display on with no cursor or blinking default
177 // Turn the display on/off (quickly)
198 // Turn on and off the blinking cursor
  /external/chromium/chrome/browser/chromeos/login/
cookie_fetcher.h 20 // Given a SID/LSID pair, this class will attempt to turn them into a
  /external/chromium/third_party/libjingle/source/
CHANGELOG 19 - turn on/off SSL
  /external/clang/test/SemaCXX/
warn-func-as-bool.cpp 31 expected-note {{suffix with parentheses to turn this into a function call}}
  /external/compiler-rt/BlocksRuntime/tests/
objectRRGC.c 61 // call helper routines directly. These will, in turn, we hope, call the stubs above
objectassign.c 60 // call helper routines directly. These will, in turn, we hope, call the stubs above
  /external/dropbear/libtommath/
tommath_superclass.h 39 /* here we are on the last pass so we turn things off. The functions classes are still there
  /external/grub/docs/
grub.8 12 turn on batch mode for non-interactive use
  /external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
Platform.java 39 // choosing to turn .precomputed() into a no-op in GWT, because it doesn't
  /external/icu4c/samples/ufortune/resources/
Makefile 21 # another makefile, which in turn runs two more
  /external/javassist/src/main/javassist/compiler/
AccessorMaker.java 48 ClassFile cf = clazz.getClassFile(); // turn on the modified flag.
106 ClassFile cf = clazz.getClassFile(); // turn on the modified flag.
158 ClassFile cf = clazz.getClassFile(); // turn on the modified flag.
209 ClassFile cf = clazz.getClassFile(); // turn on the modified flag.
  /external/junit/src/org/junit/rules/
MethodRule.java 11 * {@link Rule} in turn, and each may return a substitute or modified
  /external/libffi/testsuite/lib/
wrapper.exp 35 # passed to turn off all warnings.
  /external/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 123 // We can always turn shl(c)+shr(c) -> and(c2).
128 // We can turn shl(c1)+shr(c2) -> shl(c3)+and(c4), but it isn't
147 // We can always turn lshr(c)+shl(c) -> and(c2).
152 // We can always turn lshr(c1)+shl(c2) -> lshr(c3)+and(c4), but it isn't
231 // We turn shl(c)+lshr(c) -> and(c2) if the input doesn't already have
244 // We turn shl(c1)+shr(c2) -> shl(c3)+and(c4), but only when we know that
271 // We turn lshr(c)+shl(c) -> and(c2) if the input doesn't already have
284 // We turn lshr(c1)+shl(c2) -> lshr(c3)+and(c4), but only when we know that
405 // Turn ((X >> C) + Y) << C -> (X + (Y << C)) & (~0 << C)
415 // Turn (Y + (X >> C)) << C -> (X + (Y << C)) & (~0 << C
    [all...]
  /external/llvm/test/CodeGen/X86/
targetLoweringGeneric.ll 11 ; bits on that side are also known to be set on the other side, turn this
  /external/nist-sip/java/gov/nist/javax/sip/
DialogExt.java 40 * Turn off sequence number validation for this dialog. This passes all requests to the

Completed in 2054 milliseconds

1 2 3 4 5 67 8 91011>>