/external/chromium/chrome/browser/prerender/ |
prerender_contents.h | 154 virtual void UpdateDragCursor(WebKit::WebDragOperation operation) {}
|
/external/chromium/chrome/browser/ui/views/tab_contents/ |
tab_contents_view_touch.cc | 236 void TabContentsViewTouch::UpdateDragCursor(WebDragOperation operation) { 270 // Allow delegates to handle the context menu operation first.
|
/external/chromium/net/disk_cache/ |
sparse_control.cc | 79 // This is the callback of the file operation. 144 disk_cache::SparseControl::SparseOperation operation) { 145 switch (operation) { 158 // Logs the end event for |operation| on a child entry. Range operations log 161 disk_cache::SparseControl::SparseOperation operation, 165 switch (operation) { 255 // Copy the operation parameters. 316 // one extra reference due to the pending IO operation itself, but we'll 794 // We fail the whole operation if we encounter an error. 815 // We'll return the current result of the operation, which may be less tha [all...] |
/external/e2fsprogs/intl/ |
plural.y | 78 newp->operation = op;
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.p2.operations_2.0.0.v20100510.jar | |
org.eclipse.equinox.p2.ui.sdk_1.0.100.v20100513.jar | |
/external/qemu/distrib/sdl-1.2.12/src/audio/paudio/ |
SDL_paudio.c | 292 * paud.operation; * PLAY, RECORD 318 paud_init.operation = PLAY;
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
ARM-E_interpolate_loop_gnu.s | 101 @ saturation operation should take in the filter before scaling back to
|
ARM-E_interpolate_noloop_gnu.s | 93 @ saturation operation should take in the filter before scaling back to
|
/external/sonivox/arm-wt-22k/lib_src/ |
ARM-E_interpolate_loop_gnu.s | 101 @ saturation operation should take in the filter before scaling back to
|
ARM-E_interpolate_noloop_gnu.s | 93 @ saturation operation should take in the filter before scaling back to
|
/external/webkit/Source/WebCore/platform/graphics/filters/ |
FEComposite.cpp | 53 CompositeOperationType FEComposite::operation() const function in class:WebCore::FEComposite 296 ts << " operation=\"" << m_type << "\"";
|
/external/webkit/Source/WebKit/qt/Api/ |
qwebframe.h | 128 QNetworkAccessManager::Operation operation = QNetworkAccessManager::GetOperation,
|
/frameworks/testing/uiautomator/utils/uiautomatorviewer/src/com/android/uiautomator/actions/ |
ScreenshotAction.java | 28 import org.eclipse.jface.operation.IRunnableWithProgress;
|
/hardware/msm7k/libgralloc-qsd8k/ |
mapper.cpp | 137 * If the buffer has been mapped during a lock operation, it's time 164 * If the buffer has been mapped during a lock operation, it's time 321 int operation, ... )
|
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/ |
ndapi.c | 94 if (cursor->cond.operation == NJ_CUR_OP_LINK) { 103 switch (cursor->cond.operation) { 233 loctset->loct.status |= SET_LOCATION_OPERATION(cursor->cond.operation); 238 (cursor->cond.operation == NJ_CUR_OP_FORE)) {
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
ipa-prop.h | 38 argument, possibly one simple operation performed on it. 54 parameter or can apply one simple binary operation to it (such jump 81 /* If an operation is to be performed on the original parameter, this is the 86 /* Operation that is performed on the argument before it is passed on. 87 NOP_EXPR means no operation. Otherwise oper must be a simple binary 88 arithmetic operation where the caller's parameter is the first operand and 90 enum tree_code operation; variable in typeref:enum:tree_code
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
ipa-prop.h | 38 argument, possibly one simple operation performed on it. 54 parameter or can apply one simple binary operation to it (such jump 81 /* If an operation is to be performed on the original parameter, this is the 86 /* Operation that is performed on the argument before it is passed on. 87 NOP_EXPR means no operation. Otherwise oper must be a simple binary 88 arithmetic operation where the caller's parameter is the first operand and 90 enum tree_code operation; variable in typeref:enum:tree_code
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
ipa-prop.h | 38 argument, possibly one simple operation performed on it. 54 parameter or can apply one simple binary operation to it (such jump 81 /* If an operation is to be performed on the original parameter, this is the 86 /* Operation that is performed on the argument before it is passed on. 87 NOP_EXPR means no operation. Otherwise oper must be a simple binary 88 arithmetic operation where the caller's parameter is the first operand and 90 enum tree_code operation; variable in typeref:enum:tree_code
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/heap/ |
NativeSymbolResolverTask.java | 25 import org.eclipse.jface.operation.IRunnableWithProgress;
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/ |
LogCatFilterSettingsSerializer.java | 50 * reverse operation.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
TraceFileParserTask.java | 31 import org.eclipse.jface.operation.IRunnableWithProgress;
|
/system/core/adb/ |
adb.h | 316 int backup_service(BackupOperation operation, char* args);
|
/system/core/include/system/ |
window.h | 120 * buffers simultaneously dequeued as part of the steady-state operation, 453 int operation, ... );
|
/external/opencv/cv/src/ |
cvmorph.cpp | 170 CV_ERROR( CV_StsBadArg, "Unknown/unsupported morphological operation" ); 188 operation = _operation; 196 if( operation == ERODE ) 210 assert( operation == DILATE ); 247 if( operation == ERODE ) 258 assert( operation == DILATE ); [all...] |