HomeSort by relevance Sort by last modified time
    Searched refs:operation (Results 476 - 500 of 635) sorted by null

<<11121314151617181920>>

  /external/chromium_org/remoting/webapp/
session_connector_impl.js 247 // Cancel any existing connect operation.
274 // Cancel any existing connect operation.
host_screen.js 213 * Cancel an active or pending it2me share operation.
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp 698 void CanvasRenderingContext2D::setGlobalCompositeOperation(const String& operation)
702 if (!parseCompositeAndBlendOperator(operation, op, blendMode))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/source_frame/
CodeMirrorTextEditor.js 246 codeMirror.operation(innerSmartNewlineAndIndent.bind(null, codeMirror));
658 this._codeMirror.operation(innerHighlightRegex.bind(this));
663 this._codeMirror.operation(this._tokenHighlighter.highlightSelectedTokens.bind(this._tokenHighlighter));
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
object.pxd 61 # Compare the values of o1 and o2 using the operation specified by
70 # Compare the values of o1 and o2 using the operation specified by
  /external/chromium_org/third_party/jinja2/
filters.py 751 """Mark a value as unsafe. This is the reverse operation for :func:`safe`."""
  /external/chromium_org/third_party/mesa/src/src/glsl/
ir_validate.cpp 229 switch (ir->operation) {
  /external/chromium_org/tools/gyp/pylib/gyp/
input.py     [all...]
  /external/e2fsprogs/intl/
plural.c 99 newp->operation = op;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
BuildsView.java 28 import org.eclipse.jface.operation.IRunnableWithProgress;
PerformancesView.java 34 import org.eclipse.jface.operation.IRunnableWithProgress;
  /external/iproute2/doc/
api-ip6-flowlabels.tex 292 \item \verb|action| is requested operation. Currently, only three operations
380 contains an example of using operation \verb|IPV6_FL_A_RENEW|.
  /external/jpeg/
ltmain.sh 168 # Infer the operation mode.
196 # Just use the default operation mode.
199 $echo "$modename: warning: cannot infer operation mode from \`$nonopt'" 1>&2
201 $echo "$modename: warning: cannot infer operation mode without MODE-ARGS" 1>&2
    [all...]
  /external/kernel-headers/original/uapi/drm/
radeon_drm.h 902 uint32_t operation; member in struct:drm_radeon_gem_va
    [all...]
  /external/libvorbis/doc/
03-codebook.tex 18 \subsubsection{Bitwise operation}
195 An 'end of packet' during any read operation in the above steps is
  /external/mesa3d/src/glsl/
ir_validate.cpp 229 switch (ir->operation) {
  /external/oprofile/events/i386/nehalem/
events 27 event:0x0C counters:0,1,2,3 um:mem_store_retired minimum:6000 name:MEM_STORE_RETIRED : The event counts the number of retired stores that missed the DTLB. The DTLB miss is not counted if the store operation causes a fault. Does not count prefetches. Counts both primary and secondary misses to the TLB
60 event:0x63 counters:0,1 um:cache_lock_cycles minimum:6000 name:CACHE_LOCK_CYCLES : Cycle count during which the L1/L2 caches are locked. A lock is asserted when there is a locked memory access, due to uncacheable memory, a locked operation that spans two cache lines, or a page walk from an uncacheable page table.
  /external/chromium_org/ash/drag_drop/
drag_drop_controller_unittest.cc 167 int operation,
172 data, root_window, source_window, location, operation, source);
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/
popuplib.js 150 // var myLoginCheckFunction = ... some AJAXy call or page refresh operation
  /external/chromium_org/content/browser/renderer_host/
render_view_host_impl.cc 723 WebDragOperation operation) {
727 operation));
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/armv6/
loopfilter_v6.asm 610 ; transpose the source data for 4-in-parallel operation
636 ; transpose the source data for 4-in-parallel operation
    [all...]
  /external/chromium_org/ui/views/widget/
widget.cc 787 int operation,
791 native_widget_->RunShellDrag(view, data, location, operation, source);
792 // If the view is removed during the drag operation, dragged_view_ is set to
    [all...]

Completed in 747 milliseconds

<<11121314151617181920>>