HomeSort by relevance Sort by last modified time
    Searched refs:capturing (Results 1 - 25 of 35) sorted by null

1 2

  /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...]
regexp-many-brackets.js 25 'Test regular expression processing with many capturing brackets (200).'
  /external/chromium_org/chrome/browser/resources/extensions/
extension_commands_overlay.css 68 .capturing {
extension_command_list.js 184 * While capturing, this records the current (last) keyboard event generated
193 * While capturing, this keeps track of the previous selection so we can
201 * While capturing, this keeps track of which element the user asked to
311 return; // Already capturing.
319 shortcutNode.parentElement.classList.add('capturing');
336 return; // Not capturing.
343 commandShortcut.classList.remove('capturing');
381 * also stops capturing on focus lost.
399 // Escape cancels capturing.
458 // While capturing, we prevent all events from bubbling, to preven
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_rt.h 89 int capturing; member in struct:PERF_RTdata_sts
  /external/tinyalsa/
tinycap.c 59 int capturing = 1; variable
68 capturing = 0;
165 /* install signal handler and begin capturing */
219 printf("Capturing sample: %u ch, %u hz, %u bit\n", channels, rate,
222 while (capturing && !pcm_read(pcm, buffer, size)) {
224 fprintf(stderr,"Error capturing sample\n");
  /external/chromium_org/third_party/icu/source/i18n/
regexcmp.h 73 capturing = -2, enumerator in enum:RegexCompile::EParenClass
  /external/icu/icu4c/source/i18n/
regexcmp.h 73 capturing = -2, enumerator in enum:RegexCompile::EParenClass
  /external/chromium_org/chrome/renderer/resources/extensions/
tag_watcher.js 43 // capturing way.
  /external/chromium_org/v8/test/webkit/fast/regex/
non-capturing-backtracking.js 25 "This page tests for proper backtracking with greedy quantifiers and non-capturing parentheses."
  /external/chromium_org/chrome/browser/resources/net_internals/
main.js 70 // a high level status (i.e. if we are capturing events, or displaying a
128 // bar to indicate we're no longer capturing events. Also disable
134 // Otherwise, the "Stop Capturing" button was presumably pressed.
150 '.hide-when-not-capturing { display: none; }', 0);
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
nav_braille.js 19 * A class capturing the braille for navigation from one object to
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
ImageGoodnessFilter.java 84 .addInputPort("capturing", Signature.PORT_REQUIRED, FrameType.single(boolean.class))
131 getConnectedInputPort("capturing").pullFrame().asFrameValue();
132 boolean capturing = (Boolean) capturingFrameValue.getValue();
168 if(capturing) {
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channelmanager.h 173 bool capturing() const { return capturing_; } function in class:cricket::ChannelManager
  /external/chromium_org/tools/telemetry/telemetry/core/platform/
__init__.py 224 """Starts capturing video.
239 """Stops capturing video.
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_rt.c 97 me->dSTS->size_max = me->dSTS->size_min = me->dSTS->capturing = 0;
649 me->dSTS->capturing = 1;
654 me->dSTS->capturing = 0;
661 if (me->dSTS->capturing &&
    [all...]
  /external/chromium_org/v8/test/mjsunit/
string-match.js 88 // Non-capturing, non-global regexp.
104 // Capturing non-global regexp.
124 // Capturing global regexp
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
externs.js 50 * @param {boolean=} capturing
52 function addEventListener(eventName, listener, capturing) {}
  /external/chromium_org/tools/grit/grit/format/
html_inline.py 82 src_match: regex match object with 'filename' and 'quote' named capturing
  /external/chromium_org/extensions/renderer/resources/
platform_app.js 184 // do it at the window level in the capturing phase.
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptCanvasModuleSource.js 1045 var isCapturing = manager && manager.capturing();
1071 if (!manager || !manager.capturing())
1094 if (!manager || !manager.capturing()) {
    [all...]
  /external/chromium_org/chrome/renderer/resources/extensions/automation/
automation_node.js 127 // - capturing: starting from the root and going down to the target's parent
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelineModelImpl.js 51 console.assert(!capturePictures, "Legacy timeline does not support capturing pictures");
  /external/chromium_org/third_party/polymer/components-chromium/core-overlay/
core-overlay-extracted.js 423 // We use the traditional approach of capturing events on document
  /external/chromium_org/v8/src/
regexp.js 349 // The properties $1..$9 are the first nine capturing substrings of the last

Completed in 2190 milliseconds

1 2