HomeSort by relevance Sort by last modified time
    Searched full:when (Results 276 - 300 of 50734) sorted by null

<<11121314151617181920>>

  /external/clang/test/Sema/
uninit-variables-vectors.c 10 x = _mm_xor_ps(x,x); // expected-warning {{variable 'x' is uninitialized when used here}}
11 y = _mm_xor_ps(y,y); // expected-warning {{variable 'y' is uninitialized when used here}}
12 z = _mm_xor_ps(z,z); // expected-warning {{variable 'z' is uninitialized when used here}}
13 w = _mm_xor_ps(w,w); // expected-warning {{variable 'w' is uninitialized when used here}}
  /external/clang/test/SemaCXX/
templated-friend-decl.cpp 8 // The templated declaration for class Bar should not be instantiated when
unused-with-error.cpp 3 // Make sure 'unused' warnings are disabled when errors occurred.
  /external/clang/test/SemaObjC/
illegal-nonarc-bridged-cast.m 19 id obj1 = (__bridge_transfer id)CFCreateSomething(); // expected-warning {{'__bridge_transfer' casts have no effect when not using ARC}}
20 id obj2 = (__bridge_transfer NSString*)CFCreateString(); // expected-warning {{'__bridge_transfer' casts have no effect when not using ARC}}
27 CFTypeRef cf1 = (__bridge_retained CFTypeRef)CreateSomething(); // expected-warning {{'__bridge_retained' casts have no effect when not using ARC}}
28 CFStringRef cf2 = (__bridge_retained CFStringRef)CreateNSString(); // expected-warning {{'__bridge_retained' casts have no effect when not using ARC}}
  /external/e2fsprogs/lib/uuid/
configure.in 2 dnl Not used now, for the future when uuid is separated out into its
  /external/jmonkeyengine/engine/src/core/com/jme3/asset/
AssetLoadException.java 4 * <code>AssetLoadException</code> is thrown when the {@link AssetManager}
AssetNotFoundException.java 4 * <code>AssetNotFoundException</code> is thrown when the {@link AssetManager}
  /external/jsr305/ri/src/main/java/javax/annotation/
Syntax.java 8 import javax.annotation.meta.When;
43 When when() default When.ALWAYS;
WillCloseWhenClosed.java 11 * object (X) will close the resource when X is closed.
  /external/junit/src/junit/framework/
AssertionFailedError.java 4 * Thrown when an assertion failed.
  /external/junit/src/org/junit/internal/runners/model/
ReflectiveCallable.java 9 * When invoked, throws the exception from the reflected method, rather than
  /external/junit/src/org/junit/rules/
TestWatcher.java 62 * Invoked when a test succeeds
70 * Invoked when a test fails
79 * Invoked when a test is about to start
88 * Invoked when a test method finishes (whether passing or failing)
  /external/junit/src/org/junit/runner/notification/
StoppedByUserException.java 4 * Thrown when a user has requested that the test run stop. Writers of
  /external/llvm/test/MC/X86/AlignedBundling/
lock-without-bundle-mode-error.s 5 # CHECK: ERROR: .bundle_lock forbidden when bundling is disabled
  /external/llvm/test/Transforms/SCCP/
logical-nuke.ll 3 ; Test that SCCP has basic knowledge of when and/or nuke overdefined values.
  /external/markdown/tests/extensions-x-toc/
invalid.txt 7 crash when it encounters this errant syntax. The unexpected output should
  /external/mockito/src/org/mockito/internal/util/
SimpleMockitoLogger.java 12 // can be uncommented when debugging this test
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_MouseMotionEvent.3 30 \fBSDL_MouseMotionEvent\fR is a member of the \fI\fBSDL_Event\fR\fR union and is used when an event of type \fBSDL_MOUSEMOTION\fP is reported\&.
32 Simply put, a \fBSDL_MOUSEMOTION\fP type event occurs when a user moves the mouse within the application window or when \fI\fBSDL_WarpMouse\fP\fR is called\&. Both the absolute (\fBx\fR and \fBy\fR) and relative (\fBxrel\fR and \fByrel\fR) coordinates are reported along with the current button states (\fBstate\fR)\&. The button state can be interpreted using the \fBSDL_BUTTON\fP macro (see \fI\fBSDL_GetMouseState\fP\fR)\&.
34 If the cursor is hidden (\fI\fBSDL_ShowCursor\fP(0)\fR) and the input is grabbed (\fI\fBSDL_WM_GrabInput\fP(SDL_GRAB_ON)\fR), then the mouse will give relative motion events even when the cursor reaches the edge fo the screen\&. This is currently only implemented on Windows and Linux/Unix-a-likes\&.
  /external/smack/src/org/xbill/DNS/
InvalidDClassException.java 6 * An exception thrown when an invalid dclass code is specified.
InvalidTTLException.java 6 * An exception thrown when an invalid TTL is specified.
InvalidTypeException.java 6 * An exception thrown when an invalid type code is specified.
NameTooLongException.java 6 * An exception thrown when a name is longer than the maximum length of a DNS
TextParseException.java 8 * An exception thrown when unable to parse text.
WireParseException.java 8 * An exception thrown when a DNS message is invalid.
ZoneTransferException.java 6 * An exception thrown when a zone transfer fails.

Completed in 493 milliseconds

<<11121314151617181920>>