/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
LocalMediaItem.java | 27 // LocalMediaItem is an abstract class captures those common fields
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/ |
MatchScore.java | 19 * Captures the max score and match count for a specific raw contact or contact.
|
/packages/services/Telecomm/src/com/android/server/telecom/components/ |
PhoneAccountBroadcastReceiver.java | 30 * Captures {@code android.intent.action.ACTION_PACKAGE_FULLY_REMOVED} intents and triggers the
|
/prebuilts/tools/common/m2/repository/org/easymock/easymock/2.4/ |
easymock-2.4-sources.jar | |
/cts/apps/CameraITS/tests/scene1/ |
test_param_noise_reduction.py | 32 Captures three images, for NR off, "fast", and "high quality". 33 Also captures an image with low gain and NR off, and uses the variance
|
test_reprocess_noise_reduction.py | 34 Captures three reprocessed images, for NR off, "fast", and "high quality". 35 Also captures a reprocessed image with low gain and NR off, and uses the
|
test_linearity.py | 30 Captures a sequence of shots with the device pointed at a uniform
|
/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 | 87 <li>Asynchronous requests for captures come from the framework.</li> 138 <li>After some pipeline delay, the HAL begins to return completed captures to 144 the existing captures to complete (all buffers filled, all results 154 in-flight captures have completed (all results returned, all buffers 162 or complete all outstanding captures before calling notify(), so that once 192 result in some settings never being used for a capture. However, captures that 195 <li>Captures in limited mode that include high-resolution (> 1080p) output buffers 202 captures for limited-mode devices.</li>
|
/external/autotest/server/cros/chaos_lib/ |
chaos_analyzer_usage.txt | 1 Used to analyze the chaos logs & packet captures and produce a consolidated analysis of each test attempt in a text file. 17 3. The analysis output for each attempt is stored in the same folder as the packet captures with the name: chaos_analyzer_try_[0-9].log.
|
chaos_analyzer.py | 152 packet captures. 226 packet captures. 277 help='analyze only packet captures.')
|
/external/chromium-trace/catapult/devil/devil/android/tools/ |
video_recorder.py | 6 """Captures a video from an Android device.""" 60 raise Exception("Can't run multiple concurrent video captures.")
|
/external/libchrome/base/ |
atomicops.h | 35 // - libc++: captures __config for _LIBCPP_VERSION 36 // - libstdc++: captures bits/c++config.h for __GLIBCXX__
|
/external/llvm/include/llvm/Analysis/ |
CaptureTracking.h | 38 /// DominatorTree is provided, only captures which happen before the given 44 /// or not. Captures by the provided instruction are considered if the
|
/frameworks/av/include/camera/ndk/ |
NdkCameraCaptureSession.h | 47 * ACameraCaptureSession is an opaque type that manages frame captures of a camera device. 356 * <p>Due to the asynchronous nature of the camera device, not all submitted captures 404 * normal; once all captures have completed and the session has been torn down, 485 * captures, or incomplete captures.</p> 531 * <p>Any currently in-flight captures will still complete, as will any burst that is 551 * Discard all captures currently pending and in-progress as fast as possible. 554 * captures may complete successfully and call
|
/frameworks/av/include/media/ |
Visualizer.h | 85 // callback used to return periodic PCM or FFT captures to the application. Either one or both 96 // 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
|
/libcore/ojluni/src/main/java/sun/net/www/http/ |
HttpCapture.java | 36 * Captures are triggered by the sun.net.http.captureRules system property. 45 * unique random number for each URL. This allow for multi-threaded captures
|
/external/easymock/src/org/easymock/ |
EasyMock.java | [all...] |
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/ |
Camera2SurfaceViewTestCase.java | 265 // Stop repeat, wait for captures to complete, and disconnect from surfaces 401 * Submit a capture once, then submit additional captures in order to ensure that 406 * a fixed {@value #NUM_FRAMES_WAITED_FOR_UNKNOWN_LATENCY}) captures if maxLatency is unknown). 409 * <p>Returns the number of captures that were submitted (at least 1), which is useful 416 * @return the number of captures that were submitted 427 * Submit a capture {@code count} times, then submit additional captures in order to ensure that 432 * a fixed {@value #NUM_FRAMES_WAITED_FOR_UNKNOWN_LATENCY}) captures if maxLatency is unknown). 435 * <p>Returns the number of captures that were submitted (at least 1), which is useful 443 * @return the number of captures that were submitted [all...] |
/external/v8/test/mjsunit/harmony/ |
regexp-lookbehind.js | 79 // Captures inside negative lookbehind. (They never capture.) 110 // Back references to captures inside the lookbehind. 126 // The lookbehind captures "abc" so that \1 does not match. We do not backtrack
|
/external/clang/lib/CodeGen/ |
CGBlocks.cpp | 182 _CapturesTypes captures...; 211 info.Captures.insert({Capture->getVariable(), 359 // Next, all the block captures. 360 for (const auto &CI : block->captures()) { 380 info.Captures[variable] = CGBlockInfo::Capture::makeConstant(constant); 580 // Walk through the captures (in order) and find the ones not 582 for (const auto &CI : block->captures()) { 583 // Ignore __block captures; there's nothing special in the 599 // Block captures count as local values and have imprecise semantics. 670 // If the block has no captures, we won't have a pre-compute [all...] |
/external/autotest/client/cros/video/ |
chameleon_screenshot_capturer.py | 86 Captures a screenshot using provided chameleon board.
|
collect_golden_images.py | 60 help="Seconds between two successive captures.")
|
/external/autotest/client/site_tests/graphics_Sanity/ |
graphics_Sanity.py | 50 Draws a texture with a soft ellipse twice and captures each image.
|