HomeSort by relevance Sort by last modified time
    Searched refs:operation (Results 226 - 250 of 572) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContextRecording.h 40 class Operation;
159 void appendDrawingOperation(GraphicsOperation::Operation* operation, const FloatRect& bounds);
160 void appendStateOperation(GraphicsOperation::Operation* operation);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_dpb.c 716 while (mark->operation[i].memoryManagementControlOperation)
718 switch (mark->operation[i].memoryManagementControlOperation)
724 mark->operation[i].differenceOfPicNums);
728 status = Mmcop2(dpb, mark->operation[i].longTermPicNum);
735 mark->operation[i].differenceOfPicNums,
736 mark->operation[i].longTermFrameIdx);
742 mark->operation[i].maxLongTermFrameIdx);
756 mark->operation[i].longTermFrameIdx);
761 default: /* invalid memory management control operation */
777 * memory management control operation 6 -> mark current as shor
    [all...]
  /hardware/ti/omap4xxx/camera/inc/
BaseCameraAdapter.h 51 virtual status_t sendCommand(CameraCommands operation, int value1 = 0, int value2 = 0, int value3 = 0 );
70 virtual status_t setState(CameraCommands operation);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/sampleProjects/
SampleProjectTest.java 36 import org.eclipse.jface.operation.IRunnableContext;
37 import org.eclipse.jface.operation.IRunnableWithProgress;
  /external/webkit/LayoutTests/dom/html/level1/core/
selfhtml.js 314 function UserDataNotification(operation, key, data, src, dst) {
315 this.operation = operation;
326 UserDataMonitor.prototype.handle = function(operation, key, data, src, dst) {
328 new UserDataNotification(operation, key, data, src, dst);
  /external/webkit/LayoutTests/dom/html/level2/core/
selfhtml.js 314 function UserDataNotification(operation, key, data, src, dst) {
315 this.operation = operation;
326 UserDataMonitor.prototype.handle = function(operation, key, data, src, dst) {
328 new UserDataNotification(operation, key, data, src, dst);
  /external/webkit/LayoutTests/dom/html/level2/events/
selfhtml.js 314 function UserDataNotification(operation, key, data, src, dst) {
315 this.operation = operation;
326 UserDataMonitor.prototype.handle = function(operation, key, data, src, dst) {
328 new UserDataNotification(operation, key, data, src, dst);
  /external/webkit/LayoutTests/dom/html/level2/html/
selfhtml.js 314 function UserDataNotification(operation, key, data, src, dst) {
315 this.operation = operation;
326 UserDataMonitor.prototype.handle = function(operation, key, data, src, dst) {
328 new UserDataNotification(operation, key, data, src, dst);
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
selfxhtml.js 322 function UserDataNotification(operation, key, data, src, dst) {
323 this.operation = operation;
334 UserDataMonitor.prototype.handle = function(operation, key, data, src, dst) {
336 new UserDataNotification(operation, key, data, src, dst);
  /external/webkit/LayoutTests/dom/xhtml/level2/core/
selfxhtml.js 322 function UserDataNotification(operation, key, data, src, dst) {
323 this.operation = operation;
334 UserDataMonitor.prototype.handle = function(operation, key, data, src, dst) {
336 new UserDataNotification(operation, key, data, src, dst);
  /external/webkit/LayoutTests/dom/xhtml/level2/events/
selfxhtml.js 322 function UserDataNotification(operation, key, data, src, dst) {
323 this.operation = operation;
334 UserDataMonitor.prototype.handle = function(operation, key, data, src, dst) {
336 new UserDataNotification(operation, key, data, src, dst);
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
selfxhtml.js 322 function UserDataNotification(operation, key, data, src, dst) {
323 this.operation = operation;
334 UserDataMonitor.prototype.handle = function(operation, key, data, src, dst) {
336 new UserDataNotification(operation, key, data, src, dst);
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
selfxhtml.js 322 function UserDataNotification(operation, key, data, src, dst) {
323 this.operation = operation;
334 UserDataMonitor.prototype.handle = function(operation, key, data, src, dst) {
336 new UserDataNotification(operation, key, data, src, dst);
  /frameworks/base/core/java/android/content/
ContentProvider.java 228 for (ContentProviderOperation operation : operations) {
229 if (operation.isReadOperation()) {
230 if (enforceReadPermission(callingPkg, operation.getUri())
236 if (operation.isWriteOperation()) {
237 if (enforceWritePermission(callingPkg, operation.getUri())
598 * provider, but that call has been rejected for the operation given
720 * signal to ensure correct operation on older versions of the Android Framework in
736 * @param cancellationSignal A signal to cancel the operation in progress, or {@code null} if none.
737 * If the operation is canceled, then {@link OperationCanceledException} will be thrown
    [all...]
  /frameworks/base/libs/hwui/
DisplayList.cpp 433 inline void operator()(DisplayListOp* operation, int saveCount, bool clipToBounds) {
434 operation->defer(mDeferStruct, saveCount, mLevel, clipToBounds);
450 inline void operator()(DisplayListOp* operation, int saveCount, bool clipToBounds) {
452 mReplayStruct.mRenderer.eventMark(operation->name());
454 operation->replay(mReplayStruct, saveCount, mLevel, clipToBounds);
476 * Every 'simple' operation that affects just the matrix and alpha (or other factors of
479 * defer vs replay logic, per operation
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
ndbdic.c 100 static NJ_INT16 search_yomi_node(NJ_UINT8 operation, NJ_UINT8 *node,
605 if ((condition->operation == NJ_CUR_OP_FORE) &&
755 if (condition->operation == NJ_CUR_OP_FORE) {
798 if ((condition->operation == NJ_CUR_OP_FORE) &&
847 if (condition->operation == NJ_CUR_OP_FORE) {
    [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_utils.c 2026 UINT8 operation; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidTextEditor.java 361 // The actual "save" operation is done by the Structured XML Editor
386 * be called as a first step of a 'save' operation.
398 * of the 'save' operation, <code>false</code> otherwise.
418 * Returns whether the "save as" operation is supported by this editor.
559 * Runs the given operation in the context of a document RewriteSession.
560 * Takes care of properly starting and stopping the operation.
562 * The operation itself should just access {@link #getDocument()} and use the
567 public void wrapRewriteSession(Runnable operation) {
575 operation.run();
586 // Not an IDocumentExtension4? Unlikely. Try the operation anyway
    [all...]
  /external/webkit/Source/WebKit/qt/Api/
qgraphicswebview.h 75 void load(const QNetworkRequest& request, QNetworkAccessManager::Operation operation = QNetworkAccessManager::GetOperation, const QByteArray& body = QByteArray());
qwebview.h 65 QNetworkAccessManager::Operation operation = QNetworkAccessManager::GetOperation,
  /hardware/msm7k/libgralloc/
mapper.cpp 205 int operation, ... )
  /hardware/msm7k/libgralloc-qsd8k/
gralloc.cpp 59 int operation, ... );
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapVcardManager.java 62 import javax.obex.Operation;
317 public final int composeAndSendCallLogVcards(final int type, Operation op,
378 public final int composeAndSendPhonebookVcards(Operation op, final int startPoint,
423 public final int composeAndSendPhonebookOneVcard(Operation op, final int offset,
472 public final int composeAndSendVCards(Operation op, final String selection,
600 private Operation operation; field in class:BluetoothPbapVcardManager.HandlerForStringBuffer
606 public HandlerForStringBuffer(Operation op, String ownerVCard) {
607 operation = op;
629 outputStream = operation.openOutputStream()
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
stream.h 35 #include <pulse/operation.h>
186 * pa_stream_update_timing_info() operation is executed. (i.e. before
270 /** A generic callback for operation completion */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
stream.h 35 #include <pulse/operation.h>
186 * pa_stream_update_timing_info() operation is executed. (i.e. before
270 /** A generic callback for operation completion */

Completed in 652 milliseconds

1 2 3 4 5 6 7 8 91011>>