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

<<31323334353637383940>>

  /external/chromium_org/tools/gyp/test/defines/
gyptest-defines-env-regyp.py 9 the use of the environment during regeneration when the gyp file changes.
15 # Regenerating build files when a gyp file changes is currently only supported
23 # We clear the environ after calling gyp. When the auto-regeneration happens,
  /external/chromium_org/ui/app_list/cocoa/
item_drag_controller.h 15 // Controller to manage the animations and transient views that are used when
16 // dragging an app list item around the app list grid. When initiated, the item
17 // image (only) is grown in an animation, and sticks to the mouse cursor. When
  /external/chromium_org/ui/aura/client/
activation_change_observer.h 17 // Called when |active| gains focus, or there is no active window
24 // Called when during window activation the currently active window is
25 // selected for activation. This can happen when a window requested for
  /external/chromium_org/ui/message_center/
notification_blocker.h 34 // Returns true when notifications from |notifier_id| should appear in the
38 // Returns true when notifications from |notifier_id| should be shown as
40 // When a blocker starts returning false for a notification which is already
  /external/clang/docs/
Tooling.rst 13 level C interface to clang. When in doubt LibClang is probably the interface
14 you want to use. Consider the other interfaces only when you have a good
17 Canonical examples of when to use LibClang:
22 Use LibClang when you...:
29 Do not use LibClang when you...:
41 Canonical examples of when to use Clang Plugins:
46 Use Clang Plugins when you...:
52 Do not use Clang Plugins when you...:
65 examples of when to use LibTooling:
70 Use LibTooling when you...
    [all...]
  /external/clang/include/clang/AST/
PrettyPrinter.h 55 /// This flag is only used when we are printing declarators beyond
62 /// SuppressSpecifiers will be false when printing the
64 /// \c true when we print "y", so that we suppress printing the
70 /// This is used when printing the inner type of elaborated types,
80 /// This is used when the caller needs to print a tag definition in front
97 /// This flag is used when printing the loop variable in a for-range
104 /// SuppressInitializers will be true when printing "auto x", so that the
126 /// \brief When printing an anonymous tag name, also print the location of
131 /// \brief When true, suppress printing of the __strong lifetime qualifier in
146 /// \brief When true, do certain refinement needed for producing prope
    [all...]
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p8.cpp 9 (void)[=, foo] () {}; // expected-error {{'&' must precede a capture when}}
13 (void)[&, &foo] () {}; // expected-error {{'&' cannot precede a capture when}}
25 (void)[&, &i]{ }; // expected-error{{'&' cannot precede a capture when the capture default is '&'}}
  /external/clang/test/CodeGen/
byval-memcpy-elim.c 22 // The above gets tricker when the byval argument requires higher alignment
26 // Make sure we do generate a memcpy when we cannot guarantee alignment.
39 // But make sure we don't generate a memcpy when we can guarantee alignment.
  /external/e2fsprogs/po/
en@boldquot.header 14 # When output to an UTF-8 terminal, the quotation characters appear perfectly.
15 # When output to an ISO-8859-1 terminal, the single quotation marks are
19 # When output to an ASCII terminal, the single quotation marks are
en@quot.header 14 # When output to an UTF-8 terminal, the quotation characters appear perfectly.
15 # When output to an ISO-8859-1 terminal, the single quotation marks are
19 # When output to an ASCII terminal, the single quotation marks are
  /external/elfutils/po/
en@boldquot.header 14 # When output to an UTF-8 terminal, the quotation characters appear perfectly.
15 # When output to an ISO-8859-1 terminal, the single quotation marks are
19 # When output to an ASCII terminal, the single quotation marks are
en@quot.header 14 # When output to an UTF-8 terminal, the quotation characters appear perfectly.
15 # When output to an ISO-8859-1 terminal, the single quotation marks are
19 # When output to an ASCII terminal, the single quotation marks are
  /external/iptables/extensions/
libxt_IDLETIMER.man 1 This target can be used to identify when interfaces have been idle for a
2 certain period of time. Timers are identified by labels and are created when
12 When the timer expires, the target module sends a sysfs notification to the
  /external/jmonkeyengine/engine/src/core/com/jme3/input/
package.html 23 // Adds a new mapping "PrintHello" that will be invoked when the Return/Enter key is pressed<br>
25 // Adds a new ActionListener to get an event when enter is pressed.<br>
28 // Only invoke the event when the mapping is "PrintHello" <br>
  /external/jmonkeyengine/engine/src/core/com/jme3/renderer/
Statistics.java 121 * Called by the Renderer when a mesh has been drawn.
131 * Called by the Renderer when a shader has been utilized.
147 * Called by the Renderer when a uniform was set.
154 * Called by the Renderer when a texture has been set.
170 * Called by the Renderer when a framebuffer has been set.
205 * Called by the Renderer when it creates a new shader
212 * Called by the Renderer when it creates a new texture
219 * Called by the Renderer when it creates a new framebuffer
226 * Called by the Renderer when it deletes a shader
233 * Called by the Renderer when it deletes a textur
    [all...]
  /external/kernel-headers/original/linux/
keychord.h 28 * Reading /dev/keychord returns the id of a keychord when the
29 * keychord combination is pressed. A keychord is signalled when
41 * when this keychord is pressed.
  /external/libexif/po/
en@boldquot.header 14 # When output to an UTF-8 terminal, the quotation characters appear perfectly.
15 # When output to an ISO-8859-1 terminal, the single quotation marks are
19 # When output to an ASCII terminal, the single quotation marks are
en@quot.header 14 # When output to an UTF-8 terminal, the quotation characters appear perfectly.
15 # When output to an ISO-8859-1 terminal, the single quotation marks are
19 # When output to an ASCII terminal, the single quotation marks are
  /external/llvm/test/CodeGen/X86/
sext-load.ll 3 ; When doing sign extension, use the sext-load lowering to take advantage of
16 ; When using a sextload representation, ensure that the sign extension is
17 ; preserved even when removing shifted-out low bits.
  /external/mockito/src/org/mockito/internal/stubbing/answers/
ReturnsElementsOf.java 16 * Might be useful on occasion when you have a collection of elements to return.
20 * when(mock.foo()).thenReturn(1, 2, 3);
22 * when(mock.foo()).thenAnswer(new ReturnsElementsOf(Arrays.asList(1, 2, 3)));
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_KeyboardEvent.3 26 \fBSDL_KeyboardEvent\fR is a member of the \fI\fBSDL_Event\fR\fR union and is used when an event of type \fBSDL_KEYDOWN\fP or \fBSDL_KEYUP\fP is reported\&.
28 The \fBtype\fR and \fBstate\fR actually report the same information, they just use different values to do it! A keyboard event occurs when a key is released (\fBtype\fR=\fBSDK_KEYUP\fP or \fBstate\fR=\fBSDL_RELEASED\fP) and when a key is pressed (\fBtype\fR=\fBSDL_KEYDOWN\fP or \fBstate\fR=\fBSDL_PRESSED\fP)\&. The information on what key was pressed or released is in the \fI\fBkeysym\fR\fR structure\&.
SDL_MouseButtonEvent.3 30 \fBSDL_MouseButtonEvent\fR is a member of the \fI\fBSDL_Event\fR\fR union and is used when an event of type \fBSDL_MOUSEBUTTONDOWN\fP or \fBSDL_MOUSEBUTTONUP\fP is reported\&.
32 When a mouse button press or release is detected then number of the button pressed (from 1 to 255, with 1 usually being the left button and 2 the right) is placed into \fBbutton\fR, the position of the mouse when this event occured is stored in the \fBx\fR and the \fBy\fR fields\&. Like \fI\fBSDL_KeyboardEvent\fR\fR, information on whether the event was a press or a release event is stored in both the \fBtype\fR and \fBstate\fR fields, but this should be obvious\&.
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowNotification.java 23 public void __constructor__(int icon, CharSequence tickerText, long when) {
26 realNotification.when = when;
  /external/skia/tools/
buildbot_globals.py 22 """Exception which is raised when the global_variables.json file cannot be
28 """Exception which is raised when the global_variables.json file cannot be
36 """Exception which is raised when a given variable is not found in the
  /external/smack/src/org/jivesoftware/smackx/commands/
LocalCommandFactory.java 25 * when arguments must be passed into the constructor or when using a dependency injection
26 * framework. When a LocalCommandFactory isn't used, you can provide the AdHocCommandManager

Completed in 2141 milliseconds

<<31323334353637383940>>