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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/native/libs/gui/
SurfaceTextureClient.cpp 135 int SurfaceTextureClient::hook_perform(ANativeWindow* window, int operation, ...) {
137 va_start(args, operation);
139 return c->perform(operation, args);
311 int SurfaceTextureClient::perform(int operation, va_list args)
314 switch (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...]
  /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 61 import javax.obex.Operation;
275 public final int composeAndSendCallLogVcards(final int type, Operation op,
336 public final int composeAndSendPhonebookVcards(Operation op, final int startPoint,
381 public final int composeAndSendPhonebookOneVcard(Operation op, final int offset,
430 public final int composeAndSendVCards(Operation op, final String selection,
542 private Operation operation; field in class:BluetoothPbapVcardManager.HandlerForStringBuffer
548 public HandlerForStringBuffer(Operation op, String ownerVCard) {
549 operation = op;
571 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 */
  /prebuilts/gcc/linux-x86/host/x86_64-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 */
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/heap/
NativeHeapDataImporter.java 23 import org.eclipse.jface.operation.IRunnableWithProgress;
  /external/opencv/cv/include/
cv.hpp 345 int get_operation() const { return operation; }
364 int operation; member in class:CvMorphology
  /external/v8/test/mjsunit/compiler/
globals.js 57 // Test postfix count operation
inline-compare.js 31 // a compare operation.
inline-conditional.js 29 // a conditional operation.
recursive-deopt.js 32 // debugging easier, the operation that bails out (<<) is so simple
  /external/v8/test/mjsunit/
const.js 28 // Test const properties and pre/postfix operation.
  /external/v8/test/mjsunit/regress/
regress-1166.js 30 // Deoptimization after a short-circuit logical operation in an effect
  /external/webkit/Source/WebKit/chromium/src/
WebViewImpl.h 154 WebDragOperation operation);
158 WebDragOperation operation);
301 // Start a system drag and drop operation.
483 // The current drag operation as negotiated by the source and destination.
  /frameworks/native/libs/ui/
FramebufferNativeWindow.cpp 303 int operation, ...)
305 switch (operation) {
  /packages/apps/Mms/src/com/android/mms/transaction/
RetryScheduler.java 291 PendingIntent operation = PendingIntent.getService( local
295 am.set(AlarmManager.RTC, retryAt, operation);
  /external/chromium/net/disk_cache/
rankings.cc 21 enum Operation {
28 // be created to keep track of the operation. If the process crashes before
29 // finishing the operation, the transaction record (stored as part of the user
30 // data on the file header) can be used to finish the operation.
38 Operation op, int list);
46 disk_cache::Addr addr, Operation op, int list)
50 data_->operation = op;
58 data_->operation = 0;
360 // Store the new tail to make sure we can undo the operation if we crash.
633 if (INSERT == control_data_->operation) {
    [all...]
  /external/valgrind/main/VEX/switchback/
test_emfloat.c 541 static void AddSubInternalFPF(uchar operation,InternalFPF *x,
619 ** (adds and subtracts being nearly the same operation)
1032 ** an 80387 in this operation.
1052 /* if the operation is addition */
1055 /* if the operation is multiplication */
1068 static void AddSubInternalFPF(uchar operation,
1087 if (x->sign ^ y->sign ^ operation)
1119 z->sign ^= operation;
1173 z->sign = locy.sign ^ operation;
1177 if (locx.sign ^ locy.sign ^ operation)
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ContactSaveService.java 359 for (ContentProviderOperation operation : diff) {
360 Log.v(TAG, operation.toString());
540 ContentProviderOperation operation = diff.get(i); local
541 if (operation.getType() == ContentProviderOperation.TYPE_INSERT
542 && operation.getUri().getEncodedPath().contains(
    [all...]

Completed in 397 milliseconds

1 2 3 4 5 6 7 8 91011>>