/external/clang/test/SemaCXX/ |
cxx0x-compat.cpp | 46 auto init_capture = [a(0)] {}; // expected-warning {{initialized lambda captures are incompatible with C++ standards before C++1y}}
|
lambda-expressions.cpp | 198 // Each expansion of this lambda implicitly captures all of 'ts', because 216 // We instantiate two lambdas here; the first captures ts$0, the second 217 // captures ts$1. Both of them reference both ts parameters, so both are
|
/external/skia/include/utils/ |
SkCanvasStateUtils.h | 32 * Captures the current state of the canvas into an opaque ptr that is safe
|
/frameworks/base/core/java/android/transition/ |
ChangeClipBounds.java | 28 * ChangeClipBounds captures the {@link android.view.View#getClipBounds()} before and after the
|
ChangeScroll.java | 29 * This transition captures the scroll properties of targets before and after
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
LocalMediaItem.java | 27 // LocalMediaItem is an abstract class captures those common fields
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
LauncherAppWidgetHost.java | 29 * which correctly captures all long-press events. This ensures that users can
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
PhoneAccountBroadcastReceiver.java | 27 * Captures {@code android.intent.action.ACTION_PACKAGE_FULLY_REMOVED} intents and triggers the
|
/development/samples/CubeLiveWallpaper/ |
_index.html | 43 wallpaper service implements a listener callback method that captures the user's 51 wallpaper service implements a listener callback method that captures the user's
|
/docs/source.android.com/src/devices/camera/ |
camera3_requests_hal.jd | 85 <li>Asynchronous requests for captures come from the framework.</li> 135 <li>After some pipeline delay, the HAL begins to return completed captures to 141 the existing captures to complete (all buffers filled, all results 151 in-flight captures have completed (all results returned, all buffers 159 or complete all outstanding captures before calling notify(), so that once 188 result in some settings never being used for a capture. However, captures that 191 <li>Captures in limited mode that include high-resolution (> 1080p) output buffers 198 captures for limited-mode devices.</li>
|
/external/chromium_org/remoting/host/ |
desktop_session_agent.h | 171 // Captures audio output. 215 // Captures the screen.
|
/external/clang/include/clang/AST/ |
LambdaCapture.h | 1 //===--- LambdaCapture.h - Types for C++ Lambda Captures --------*- C++ -*-===// 110 /// which captures a function parameter pack.
|
/external/clang/lib/Sema/ |
ScopeInfo.cpp | 202 "number of captures!"); 210 "potential captures");
|
/frameworks/av/include/media/ |
Visualizer.h | 84 // callback used to return periodic PCM or FFT captures to the application. Either one or both 95 // install a callback to receive periodic captures. The capture rate is specified in milliHertz
|
/frameworks/base/core/java/android/hardware/camera2/ |
package.html | 22 input requests for capturing a single frame, captures the single image 90 requests have a lower priority than captures, so a request submitted
|
/frameworks/base/docs/html/tools/help/ |
gltracer.jd | 52 <p>Tracer captures OpenGL ES command execution logs and can also capture progressive images of the 55 16) or higher that is running the application you want to analyze. The Tracer tool captures trace
|
/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/ |
BlockingSessionCallback.java | 45 * Session is configured, ready for captures 50 * Session has failed to configure, can't do any captures
|
/external/easymock/src/org/easymock/ |
EasyMock.java | [all...] |
/external/llvm/include/llvm/Analysis/ |
LibCallSemantics.h | 56 /// captures things like the side effects of the call. Side effects are 70 /// UniversalBehavior - This captures the absolute mod/ref behavior without 76 /// LocationMRInfo - This pair captures info about whether a specific
|
/external/chromium_org/chrome/browser/component_updater/test/ |
url_request_post_interceptor.h | 27 // Intercepts requests to a file path, counts them, and captures the body of
|
/external/chromium_org/chrome/browser/profile_resetter/ |
resettable_settings_snapshot.h | 22 // ResettableSettingsSnapshot captures some settings values at constructor. It
|
/external/chromium_org/chrome/browser/ui/panels/ |
panel_constants.h | 61 // of a mouse click. This enum captures the meaning of the modifier rather
|
/external/chromium_org/chrome/renderer/ |
chrome_render_view_observer.h | 74 // Captures the thumbnail and text contents for indexing for the given load
|
/external/chromium_org/content/renderer/media/ |
video_capture_message_filter.h | 6 // video captures. VideoCaptureMessageFilter is operated on IO thread of
|
/external/chromium_org/content/test/gpu/gpu_tests/ |
maps.py | 7 captures a screenshot and compares selected pixels against expected values"""
|