HomeSort by relevance Sort by last modified time
    Searched full:effects (Results 2251 - 2275 of 4021) sorted by null

<<919293949596979899100>>

  /prebuilts/go/linux-x86/doc/
go_mem.html 201 If the effects of a goroutine must be observed by another goroutine,
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
order.go 287 // Orderexprinplace orders the side effects in *np and
302 // Orderstmtinplace orders the side effects of the single statement *np
971 // the side effects on the individual expression ninit lists.
983 // effects to order->out as needed.
    [all...]
racewalk.go 245 // side effects are safe.
  /prebuilts/go/linux-x86/src/go/types/
api.go 104 // Caution: Effects may be unpredictable due to follow-on errors.
  /prebuilts/go/linux-x86/src/html/template/
js.go 134 // neither side-effects nor free variables outside (NaN, Infinity).
  /prebuilts/go/linux-x86/src/math/rand/
rand.go 218 // statement. But Perm also effects r. Making this change will affect
  /prebuilts/go/linux-x86/src/syscall/
exec_linux.go 127 // Guard against side effects of shuffling fds below.
exec_plan9.go 136 // Guard against side effects of shuffling fds below.
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_stdinc.h 252 /* !!! FIXME: these have side effects. You probably shouldn't use them. */
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_stdinc.h 252 /* !!! FIXME: these have side effects. You probably shouldn't use them. */
  /prebuilts/misc/windows/sdl2/include/
SDL_stdinc.h 242 /* !!! FIXME: these have side effects. You probably shouldn't use them. */
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_stdinc.h 252 /* !!! FIXME: these have side effects. You probably shouldn't use them. */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/
WorldWideWeb_suite.py 319 """unregister protocol: reverses the effects of \xd2register protocol\xd3
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
seq_tests.py 223 # effects, these will be visible to tests against later members.
test_functools.py 119 # make sure there are no side effects that affect subsequent calls
test_site.py 313 """Test side-effects from importing 'site'."""
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
seq_tests.py 223 # effects, these will be visible to tests against later members.
test_functools.py 119 # make sure there are no side effects that affect subsequent calls
test_site.py 313 """Test side-effects from importing 'site'."""
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
ImportPage.java 108 @SuppressWarnings("unused") // SWT constructors have side effects and aren't unused
  /system/bt/doc/
style_guide.md 183 should not have any side-effects and should be used to detect programming logic
  /system/core/base/
logging_test.cpp 447 CapturedStderr cap; // So the logging below has no side-effects.
  /system/core/liblog/include/log/
log_main.h 28 * Normally we strip the effects of ALOGV (VERBOSE messages),
  /toolchain/binutils/binutils-2.27/zlib/
deflate.h 308 * must not have side effects. _dist_code[256] and _dist_code[257] are never
  /external/clang/include/clang/AST/
Expr.h 533 /// \brief Whether the evaluated expression has side effects.
534 /// For example, (f() && 0) can be folded, but it still has side effects.
555 // side effects.
573 /// standards) that we want to, even if the expression has side-effects. If
582 /// side-effects.
588 ///< arbitrary unmodeled side effects.
605 /// constant folded without side-effects, but discard the result.
613 /// potential side effects (such as function call-like expressions,
615 /// having side effects.
632 /// lvalue with link time known address, with no side-effects
    [all...]

Completed in 1089 milliseconds

<<919293949596979899100>>