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

  /external/webkit/Source/WebCore/html/
HTMLPlugInElement.h 52 void setIsCapturingMouseEvents(bool capturing) { m_isCapturingMouseEvents = capturing; }
  /external/tinyalsa/
tinycap.c 58 int capturing = 1; variable
67 capturing = 0;
147 /* install signal handler and begin capturing */
203 printf("Capturing sample: %u ch, %u hz, %u bit\n", channels, rate, bits);
205 while (capturing && !pcm_read(pcm, buffer, size)) {
207 fprintf(stderr,"Error capturing sample\n");
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_rt.h 89 int capturing; member in struct:PERF_RTdata_sts
  /external/icu4c/i18n/
regexcmp.h 73 capturing = -2, enumerator in enum:RegexCompile::EParenClass
regexcmp.cpp 460 fParenStack.push(capturing, *fStatus); // Frame type.
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/
channelmanager.h 145 bool capturing() const { return capturing_; } function in class:cricket::ChannelManager
  /external/chromium/chrome/browser/resources/net_internals/
resizableverticalsplitview.js 85 * Called once we have clicked into the sizer. Starts capturing the mouse
  /external/webkit/LayoutTests/dom/html/level2/events/
dispatchEvent09.js 81 A capturing EventListener will not be triggered by events dispatched directly to the EventTarget upon which it is registered.
  /external/webkit/LayoutTests/dom/xhtml/level2/events/
dispatchEvent09.js 81 A capturing EventListener will not be triggered by events dispatched directly to the EventTarget upon which it is registered.
  /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/v8/test/mjsunit/
string-match.js 89 // Non-capturing, non-global regexp.
105 // Capturing non-global regexp.
125 // Capturing global regexp
  /external/v8/src/
regexp.js 360 // The properties $1..$9 are the first nine capturing substrings of the last
  /dalvik/docs/
prettify.js 442 // since the pattern has the 'g' modifier and defines no capturing groups,
    [all...]

Completed in 306 milliseconds