OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:capturing
(Results
1 - 25
of
694
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/v8/test/webkit/
regexp-zero-length-alternatives.js
37
// Non-
capturing
empty first alternative greedy '*'
44
// Non-
capturing
empty middle alternative greedy '*'
51
// Non-
capturing
empty last alternative greedy '*'
58
//
Capturing
empty first alternative greedy '*'
65
//
Capturing
empty middle alternative greedy '*'
72
//
Capturing
empty last alternative greedy '*'
79
// Non-
capturing
empty first alternative fixed-count
86
// Non-
capturing
empty middle alternative fixed-count
93
// Non-
capturing
empty last alternative fixed-count
100
// Non-
capturing
empty first alternative non-greedy '*
[
all
...]
/external/chromium_org/native_client_sdk/src/build_tools/screenshot_extension/
manifest.json
4
"description": "A simple extension to allow
capturing
a tab (or element).",
/external/chromium_org/chrome/browser/resources/net_internals/
sockets_view.html
3
<li class="hide-when-not-
capturing
">
6
<li class="hide-when-not-
capturing
">
http_cache_view.html
2
<div class="hide-when-not-
capturing
">
status_view.html
10
<a href='#capture' class=capture-status-view-link>
capturing
</a>
29
<!-- Status bar at top of screen when
capturing
is stopped -->
31
Capturing
halted
halted_status_view.js
6
* The status view at the top of the page after stopping
capturing
.
dns_view.html
8
<input type=button value="Enable IPv6" id=dns-view-enable-ipv6 class="hide-when-not-
capturing
">
29
<input type=button value="Clear host cache" id=dns-view-clear-cache class="hide-when-not-
capturing
">
proxy_view.html
22
<input type=button value="Re-apply settings" id=proxy-view-reload-settings class="hide-when-not-
capturing
">
44
<input type=button value="Clear bad proxies" id=proxy-view-clear-bad-proxies class="hide-when-not-
capturing
">
/external/clang/test/PCH/
captured-stmt.cpp
10
//
Capturing
x and y
23
//
Capturing
x and this
/external/chromium/chrome/browser/chromeos/login/
take_photo_view.h
31
// Called when the view has switched to
capturing
state.
34
// Called when the view has switched from
capturing
state.
47
// If in
capturing
mode, shows that camera is initializing by running
52
// If in
capturing
mode, shows that camera is broken instead of video
80
// Indicates that we're in
capturing
mode. When |false|, new video frames
camera_controller.h
38
// Initializes camera and starts video
capturing
.
41
// Stops video
capturing
and deinitializes camera.
60
// Object that handles video
capturing
.
user_image_view.h
34
// Initializes camera if needed and starts
capturing
.
37
// Stops
capturing
from camera.
58
// If in
capturing
mode, shows that camera is initializing by running
63
// If in
capturing
mode, shows that camera is broken instead of video
/external/clang/test/SemaObjC/
warn-retain-cycle.m
12
^{ [x actNow]; }]; // expected-warning {{
capturing
'x' strongly in this block is likely to lead to a retain cycle}}
14
^{ [x actNow]; }; // expected-warning {{
capturing
'x' strongly in this block is likely to lead to a retain cycle}}
17
^{ [x actNow]; }]; // expected-warning {{
capturing
'x' strongly in this block is likely to lead to a retain cycle}}
31
x.block = ^{ (void)x.actNow; }; // expected-warning {{
capturing
'x' strongly in this block is likely to lead to a retain cycle}} \
74
(void) owner; }; // expected-warning {{
capturing
'self' strongly in this block is likely to lead to a retain cycle}}
94
test2_helper(x); // expected-warning {{
capturing
'self' strongly in this block is likely to lead to a retain cycle}}
125
if (count > 20) { // expected-warning {{
capturing
'self' strongly in this block is likely to lead to a retain cycle}}
149
b1(); // expected-warning{{
capturing
'b1' strongly in this block is likely to lead to a retain cycle}}
154
b2(); // expected-warning{{
capturing
'b2' strongly in this block is likely to lead to a retain cycle}}
170
[obj actNow]; // expected-warning{{
capturing
'obj' strongly in this block is likely to lead to a retain cycle}
[
all
...]
/external/chromium_org/media/video/capture/mac/
video_capture_device_qtkit_mac.h
57
// Start video
capturing
. Returns YES on sucess, NO otherwise.
60
// Stops video
capturing
.
platform_video_capturing_mac.h
41
// Start video
capturing
, register observers. Returns YES on sucess, NO
45
// Stops video
capturing
, unregisters observers.
/external/chromium_org/media/video/capture/win/
capability_list_win.h
6
// DirectShow is used for
capturing
. DirectShow provide its own threads
7
// for
capturing
.
/external/llvm/include/llvm/Analysis/
CaptureTracking.h
26
/// counts as
capturing
it or not. The boolean StoreCaptures specified
28
/// automatically counts as
capturing
it or not.
40
///
capturing
instructions that will not be passed into captured().
52
/// for more
capturing
instructions.
57
/// find values which appear to be
capturing
the pointer value. This feeds
/external/clang/include/clang/Basic/
Lambda.h
35
LCK_This, ///<
Capturing
the \c this pointer
36
LCK_ByCopy, ///<
Capturing
by copy (a.k.a., by value)
37
LCK_ByRef, ///<
Capturing
by reference
/device/asus/flo/bluetooth/
bdroid_buildcfg.h
22
// Networking,
Capturing
, Object Transfer
/device/asus/grouper/bluetooth/
bdroid_buildcfg.h
22
// Networking,
Capturing
, Object Transfer
/device/samsung/manta/bluetooth/
bdroid_buildcfg.h
22
// Networking,
Capturing
, Object Transfer
/external/chromium_org/tools/telemetry/unittest_data/
screenshot_sync.html
50
var
capturing
= false;
55
if (!
capturing
) {
107
capturing
= true;
130
capturing
= false;
/external/mockito/src/org/mockito/
Captor.java
32
* One of the advantages of using @Captor annotation is that you can avoid warnings related
capturing
complex generic types.
/external/chromium_org/media/video/capture/linux/
video_capture_device_linux.h
6
// V4L2 is used for
capturing
. V4L2 does not provide its own thread for
7
//
capturing
so this implementation uses a Chromium thread for fetching frames
/external/chromium_org/media/video/capture/
video_capture.h
54
// Request video capture to start
capturing
with |params|.
60
// Request video capture to stop
capturing
for client |handler|.
Completed in 605 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>