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

<<41424344454647484950>>

  /external/chromium_org/third_party/mesa/src/docs/
MESA_resize_buffers.spec 34 Mesa cannot automatically detect when a window has been resized.
42 when a window size changes but would still like Mesa to adjust to
56 The glResizeBuffersMESA command may be called when the client
  /external/chromium_org/third_party/mesa/src/src/glsl/
standalone_scaffolding.h 26 * when running the GLSL compiler standalone (for unit testing or
52 * This is used when compiling builtin functions and in testing, when
  /external/chromium_org/third_party/skia/include/gpu/gl/
GrGLConfig.h 38 * GR_GL_LOG_CALLS_START: controls the initial value of gLogCallsGL when
42 * Defaults to 1 if SK_DEBUG is set, otherwise 0. When GR_GL_CHECK_ERROR is 1
47 * when GR_GL_CHECK_ERROR is 1. Defaults to 1.
50 * will use uniforms instead of attributes in all cases when there is not
51 * per-vertex data. This is important when the underlying GL implementation
52 * doesn't actually support immediate style attribute values (e.g. when
55 * GR_GL_USE_BUFFER_DATA_NULL_HINT: When specifing new data for a vertex/index
65 * GR_GL_PER_GL_FUNC_CALLBACK: When set to 1 the GrGLInterface object provides
86 * function, and then checking that the error is still GL_NO_ERROR. When the
184 * fully understand it. When (element) array buffers are continuall
    [all...]
  /external/chromium_org/third_party/skia/src/lazy/
SkCachingPixelRef.h 20 * SkScaledImageCache. When the pixels are unlocked, this cache may
34 * If Install fails or when the SkCachingPixelRef that is
50 // No need to flatten this object. When flattening an SkBitmap,
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFShader.h 24 In PDF parlance, this is a pattern, used in place of a color when the
33 * unreference it when done. This is needed to accommodate the weak
34 * reference pattern used when the returned object is new and has no
  /external/chromium_org/tools/gn/
escape.h 37 // When set, converts forward-slashes to system-specific path separators.
40 // When the escaping mode is ESCAPE_SHELL, the escaper will normally put
44 // This mode is for when quoting is done at some higher-level. Defaults to
  /external/chromium_org/tools/json_schema_compiler/test/
simple_api.json 131 "description": "Fired when an integer is ready.",
142 "description": "Fired when a string is ready.",
153 "description": "Fired when a TestType is ready.",
  /external/chromium_org/ui/aura/client/
drag_drop_client.h 40 // Called when mouse is dragged during a drag and drop.
44 // Called when mouse is released during a drag and drop.
48 // Called when a drag and drop session is cancelled.
  /external/chromium_org/ui/aura/
window_tree_host_delegate.h 39 // Called when the windowing system activates the window.
42 // Called when system focus is changed to another window.
45 // Called when the windowing system has mouse grab because it's performing a
  /external/chromium_org/ui/views/controls/menu/
menu_wrapper.h 46 // Called when the model supplying data to this menu has changed, and the menu
50 // Called when the states of the items in the menu must be updated from the
62 // Add a listener to receive a callback when the menu opens.
  /external/chromium_org/ui/views/widget/desktop_aura/
x11_desktop_window_move_client.h 33 // When we're dragging tabs, we need to manually position our window.
59 // We need to keep track of this so we can actually move it when reacting to
63 // Our cursor offset from the top left window origin when the drag
  /external/chromium_org/v8/test/webkit/
tostring-exception-in-property-access-expected.txt 30 PASS target[""] is 'Did not assign to property when setter subscript threw'
32 PASS target[""] is 'Did not delete property when subscript threw'
34 PASS localTest is 'Did not assign to result when subscript threw.'
  /external/clang/include/clang/Lex/
MultipleIncludeOpt.h 27 /// events that occur when a file is lexed, and after the entire file is lexed,
30 /// ReadAnyTokens - This is set to false when a file is first opened and true
32 /// directive is parsed. When the final \#endif is parsed this is reset back
37 /// ImmediatelyAfterTopLevelIfndef - This is true when the only tokens
42 /// ReadAnyTokens - This is set to false when a file is first opened and true
44 /// directive is parsed. When the final #endif is parsed this is reset back
96 /// top of the file when reading preprocessor directives. Otherwise, reading
112 /// ExpandedMacro - When a macro is expanded with this lexer as the current
116 /// \brief Called when entering a top-level \#ifndef directive (or the
130 // condition could evaluate differently when subsequently #included. Rejec
    [all...]
  /external/clang/lib/CodeGen/
CGRecordLayout.h 29 /// When the AST record layout does this, we represent it in the LLVM IR's type
54 /// When generating code to access more_bits, we'll generate something
77 /// The storage size in bits which should be used when accessing this
81 /// The alignment which should be used when accessing the bitfield.
116 /// The LLVM type corresponding to this record layout; used when
121 /// used when laying it out as a base subobject.
139 /// False if any direct or indirect subobject of this class, when
141 /// when zero-initialized.
144 /// False if any direct or indirect subobject of this class, when
146 /// when zero-initialized
    [all...]
  /external/guava/guava/src/com/google/common/util/concurrent/
UncheckedExecutionException.java 28 * {@code ExecutionException} when the exception thrown by a task is an
30 * between checked and unchecked exceptions, even when they come from other
33 * <p>When wrapping an {@code Error} from another thread, prefer {@link
  /external/kernel-headers/original/linux/mtd/
flashchip.h 50 the same physical chip when present. */
55 /* We omit len for now, because when we group them together
72 wait_queue_head_t wq; /* Wait on here when we're waiting for the chip
  /external/libxslt/libxslt/
documents.h 62 * @dict: the dictionary to use when parsing that document
69 * transformation API themselve, for example when an xsl:import,
70 * xsl:include is found at compilation time or when a document()
  /external/llvm/test/CodeGen/AArch64/
local_vars.ll 9 ; In particular, it will fail when ldp/stp are used for frame setup,
10 ; when FP-elim is implemented, and when addressing from FP is
  /external/mesa3d/docs/
MESA_resize_buffers.spec 34 Mesa cannot automatically detect when a window has been resized.
42 when a window size changes but would still like Mesa to adjust to
56 The glResizeBuffersMESA command may be called when the client
  /external/mesa3d/src/glsl/
standalone_scaffolding.h 26 * when running the GLSL compiler standalone (for unit testing or
52 * This is used when compiling builtin functions and in testing, when
  /external/mockito/src/org/mockito/internal/stubbing/answers/
CallsRealMethods.java 17 * This implementation can be helpful when working with legacy code.
18 * When this implementation is used, unstubbed methods will delegate to the real implementation.
27 * However, there are rare cases when partial mocks come handy:
  /external/nist-sip/java/gov/nist/javax/sip/
ClientTransactionExt.java 15 * notification on retransmission when this flag is set. When set the client transaction
39 * when it sent out the request. This allows you to route requests
  /external/skia/include/gpu/gl/
GrGLConfig.h 38 * GR_GL_LOG_CALLS_START: controls the initial value of gLogCallsGL when
42 * Defaults to 1 if SK_DEBUG is set, otherwise 0. When GR_GL_CHECK_ERROR is 1
47 * when GR_GL_CHECK_ERROR is 1. Defaults to 1.
50 * will use uniforms instead of attributes in all cases when there is not
51 * per-vertex data. This is important when the underlying GL implementation
52 * doesn't actually support immediate style attribute values (e.g. when
55 * GR_GL_USE_BUFFER_DATA_NULL_HINT: When specifing new data for a vertex/index
65 * GR_GL_PER_GL_FUNC_CALLBACK: When set to 1 the GrGLInterface object provides
86 * function, and then checking that the error is still GL_NO_ERROR. When the
184 * fully understand it. When (element) array buffers are continuall
    [all...]
  /external/skia/src/lazy/
SkCachingPixelRef.h 20 * SkScaledImageCache. When the pixels are unlocked, this cache may
34 * If Install fails or when the SkCachingPixelRef that is
50 // No need to flatten this object. When flattening an SkBitmap,
  /external/skia/src/pdf/
SkPDFShader.h 24 In PDF parlance, this is a pattern, used in place of a color when the
33 * unreference it when done. This is needed to accommodate the weak
34 * reference pattern used when the returned object is new and has no

Completed in 1922 milliseconds

<<41424344454647484950>>