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

<<11121314151617181920>>

  /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/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateWizard.java 30 import org.eclipse.jface.operation.IRunnableWithProgress;
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/wizards/
AddNativeWizard.java 32 import org.eclipse.jface.operation.IRunnableWithProgress;
  /dalvik/vm/mterp/x86/
OP_EXECUTE_INLINE.S 92 movl %ecx,OUT_ARG4(%esp) # needed for pResult of inline operation handler
  /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 330 int operation, ...)
332 switch (operation) {
  /hardware/qcom/display/libhwcomposer/
hwc_utils.h 248 if(metadata && metadata->operation & UPDATE_BUFFER_GEOMETRY) {
258 if(metadata && metadata->operation & UPDATE_BUFFER_GEOMETRY) {
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertUtils.java 91 public void set(int type, long triggerAtMillis, PendingIntent operation) {
92 mgr.set(type, triggerAtMillis, operation);
  /packages/apps/Mms/src/com/android/mms/transaction/
RetryScheduler.java 289 PendingIntent operation = PendingIntent.getService( local
293 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 360 for (ContentProviderOperation operation : diff) {
361 Log.v(TAG, operation.toString());
541 ContentProviderOperation operation = diff.get(i); local
542 if (operation.getType() == ContentProviderOperation.TYPE_INSERT
543 && operation.getUri().getEncodedPath().contains(
    [all...]
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/
OpenWnnDictionaryImplJni.c 385 (JNIEnv *env, jobject obj, jlong wnnWork, jint operation, jint order, jstring keyString)
389 if( !( operation == jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_SEARCH_EXACT ||
390 operation == jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_SEARCH_PREFIX ||
391 operation == jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_SEARCH_LINK ) ||
413 work->cursor.cond.operation = operation;
420 if( operation == jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_SEARCH_LINK ) {
    [all...]
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
ndldic.c 178 if ((con->operation == NJ_CUR_OP_COMP) ||
179 (con->operation == NJ_CUR_OP_FORE)){
189 switch (con->operation) {
198 return get_cand_by_sequential(iwnn, con, loctset, con->operation, comp_flg);
204 return get_cand_by_sequential(iwnn, con, loctset, con->operation, 0);
223 return get_cand_by_evaluate(iwnn, con, loctset, con->operation);
225 ret = get_cand_by_evaluate2(iwnn, con, loctset, con->operation, hIdx);
229 ret = get_cand_by_evaluate2(iwnn, con, loctset, con->operation, hIdx);
250 return get_cand_by_sequential(iwnn, con, loctset, con->operation, 0);
253 return get_cand_by_evaluate(iwnn, con, loctset, con->operation);
    [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_api.c 390 ** Returns TRUE if operation succeed, FALSE if handle block was not found.
795 p_clcb->operation = GATTC_OPTYPE_CONFIG;
856 p_clcb->operation = GATTC_OPTYPE_DISCOVERY;
880 ** p_read - read operation parameters.
912 p_clcb->operation = GATTC_OPTYPE_READ;
    [all...]
  /external/chromium/chrome/browser/extensions/
extensions_ui.cc 572 std::string operation; local
575 CHECK(args->GetString(1, &operation));
584 if (operation == "load") {
586 } else if (operation == "packRoot") {
589 } else if (operation == "pem") {
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/
extension_settings_handler.cc 665 std::string operation; local
668 CHECK(args->GetString(1, &operation));
677 if (operation == "load") {
679 } else if (operation == "packRoot") {
682 } else if (operation == "pem") {
    [all...]
  /frameworks/av/media/mtp/
MtpDevice.cpp 767 bool MtpDevice::sendRequest(MtpOperationCode operation) {
768 ALOGV("sendRequest: %s\n", MtpDebug::getOperationCodeName(operation));
770 mRequest.setOperationCode(operation);
809 bool MtpDevice::writeDataHeader(MtpOperationCode operation, int dataLength) {
810 mData.setOperationCode(operation);

Completed in 4510 milliseconds

<<11121314151617181920>>