HomeSort by relevance Sort by last modified time
    Searched refs:operation (Results 426 - 450 of 561) sorted by null

<<11121314151617181920>>

  /external/qemu/distrib/jpeg-6b/
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/v8/src/
assembler.h 630 static ExternalReference double_fp_operation(Token::Value operation,
  /external/webkit/Source/WebCore/html/canvas/
CanvasRenderingContext2D.cpp 531 void CanvasRenderingContext2D::setGlobalCompositeOperation(const String& operation)
534 if (!parseCompositeOperator(operation, op))
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.cpp 427 void GraphicsLayerCA::moveOrCopyLayerAnimation(MoveOrCopy operation, const String& animationIdentifier, PlatformCALayer *fromLayer, PlatformCALayer *toLayer)
433 switch (operation) {
445 void GraphicsLayerCA::moveOrCopyAnimationsForProperty(MoveOrCopy operation, AnimatedPropertyID property, PlatformCALayer *fromLayer, PlatformCALayer *toLayer)
455 moveOrCopyLayerAnimation(operation, animationIdentifier(currAnimation.m_name, currAnimation.m_property, currAnimation.m_index), fromLayer, toLayer);
    [all...]
  /external/webkit/Source/WebKit/qt/declarative/
qdeclarativewebview_p.h 168 QNetworkAccessManager::Operation operation = QNetworkAccessManager::GetOperation,
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.h 369 void dragEnded(WebCore::IntPoint clientPosition, WebCore::IntPoint globalPosition, uint64_t operation);
  /libcore/luni/src/test/java/libcore/xml/
DomTest.java     [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.6.2.M20110210-1200.jar 
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
popuplib.js 150 // var myLoginCheckFunction = ... some AJAXy call or page refresh operation
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.ui.sdk.scheduler_1.0.0.v20100507-1815.jar 
org.eclipse.core.filebuffers_3.5.100.v20100520-0800.jar 
  /external/google-diff-match-patch/name/fraser/neil/plaintext/
diff_match_patch_test.java 40 private diff_match_patch.Operation DELETE = diff_match_patch.Operation.DELETE;
41 private diff_match_patch.Operation EQUAL = diff_match_patch.Operation.EQUAL;
42 private diff_match_patch.Operation INSERT = diff_match_patch.Operation.INSERT;
    [all...]
  /external/libvorbis/doc/
06-floor0.tex 81 operation above, floor decode is to return 'unused' status as if the
  /external/libvpx/vp8/common/arm/armv6/
loopfilter_v6.asm 607 ; transpose the source data for 4-in-parallel operation
633 ; transpose the source data for 4-in-parallel operation
    [all...]
  /external/littlemock/src/com/google/testing/littlemock/
LittleMock.java 330 * <p>This operation is recursive, and travels up the class hierarchy, in order to set all
739 * @param operation the name of the operation, used for generating a helpful message
741 private void checkSpecialObjectMethods(Method method, String operation) {
745 fail("cannot " + operation + " call to " + method);
    [all...]
  /external/v8/benchmarks/spinning-balls/
splay-tree.js 189 * Perform the splay operation for the given key. Moves the node with
  /external/v8/tools/
splaytree.js 215 * Perform the splay operation for the given key. Moves the node with
  /external/webkit/Source/WebKit/qt/Api/
qwebframe.cpp 875 operation.
884 QNetworkAccessManager::Operation operation,
894 switch (operation) {
    [all...]
  /packages/apps/Calendar/tests/src/com/android/calendar/alerts/
AlertServiceTest.java 398 public void set(int actualAlarmType, long actualAlarmTime, PendingIntent operation) {
399 assertNotNull(operation);
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebFrame.mm 828 - (void)_dragSourceEndedAt:(NSPoint)windowLoc operation:(NSDragOperation)operation
839 _private->coreFrame->eventHandler()->dragSourceEndedAt(event, (DragOperation)operation);
    [all...]
  /external/dropbear/libtommath/
bn.tex 556 This will remove excess digits of the mp\_int $a$. If the operation fails the mp\_int should be intact without the
597 the array. If you need to perform an operation that requires more digits you will have to mp\_grow() the mp\_int to
641 Setting mp\_ints to small constants is a relatively common operation. To accomodate these instances there are two
    [all...]
  /development/tools/emulator/opengl/system/GLESv2_enc/
gl2_entry.cpp 191 void glCoverageOperationNV(GLenum operation);
    [all...]
  /external/blktrace/doc/
blktrace.tex 650 'W' for write, or 'D' for block discard operation), and optionally either
    [all...]

Completed in 815 milliseconds

<<11121314151617181920>>