/frameworks/base/core/java/android/text/ |
SpannableStringInternal.java | 339 private void checkRange(final String operation, int start, int end) { 341 throw new IndexOutOfBoundsException(operation + " " + 349 throw new IndexOutOfBoundsException(operation + " " + 355 throw new IndexOutOfBoundsException(operation + " " +
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
MenuExecutor.java | 61 // wait the operation to finish when we want to stop it. 307 MediaOperation operation = new MediaOperation(action, ids, listener); local 308 mTask = mActivity.getThreadPool().submit(operation, null); 376 public MediaOperation(int operation, ArrayList<Path> items, 378 mOperation = operation; 399 Log.e(TAG, "failed to execute operation " + mOperation
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
CalendarAlarmManager.java | 487 public void set(int type, long triggerAtTime, PendingIntent operation) { 488 mAlarmManager.set(type, triggerAtTime, operation); 491 public void cancel(PendingIntent operation) { 492 mAlarmManager.cancel(operation);
|
/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;
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
OpenWnnDictionaryImpl.java | 147 /** The query base strings for query operation */ 149 /** The query base strings for query operation */ 152 /** The query base strings for query operation */ 154 /** The query base strings for query operation */ 156 /** The query base strings for query operation */ 158 /** The query base strings for query operation */ 161 /** The query base strings for query operation */ 163 /** The query base strings for query operation */ 165 /** The query base strings for query operation */ 167 /** The query base strings for query operation */ [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
AndroidXmlEditor.java | 138 * formatting. A format operation should completely preserve the semantics of the XML 140 * are observed during a formatting operation 147 * There is no pending operation when the counter is at zero. 152 * Usually null, but during an editing operation, represents the highest 153 * node which should be formatted when the editing operation is complete. 554 // The actual "save" operation is done by the Structured XML Editor 613 * be called as a first step of a 'save' operation. 625 * of the 'save' operation, <code>false</code> otherwise. 645 * Returns whether the "save as" operation is supported by this editor. [all...] |
/build/target/board/generic/ |
BoardConfig.mk | 33 # of an SDK AVD. Note that this operation only works on Linux for now
|
/external/chromium/chrome/browser/ui/views/tab_contents/ |
native_tab_contents_view_win.cc | 129 WebKit::WebDragOperation operation) { 130 drop_target_->set_drag_cursor(operation);
|
tab_contents_view_views.cc | 229 void TabContentsViewViews::UpdateDragCursor(WebDragOperation operation) { 230 native_tab_contents_view_->SetDragCursor(operation); 263 // Allow delegates to handle the context menu operation first.
|
/external/chromium/net/disk_cache/ |
in_flight_backend_io.h | 24 // This class represents a single asynchronous disk cache IO operation while it 31 // Runs the actual operation on the background thread. 37 // Returns true if this operation is directed to an entry (vs. the backend). 45 // Returns the time that has passed since the operation was created. 62 void FlushQueue(); // Dummy operation. 82 enum Operation { 115 Operation operation_; 194 virtual void OnOperationComplete(BackgroundIO* operation, bool cancel); 197 void PostOperation(BackendIO* operation);
|
/external/mesa3d/docs/ |
MESA_set_3dfx_mode.spec | 64 GL_TRUE is returned if <mode> is valid and the operation completed
|
/external/mesa3d/src/glsl/ |
loop_controls.cpp | 207 switch (cond->operation) { 218 enum ir_expression_operation cmp = cond->operation;
|
/external/openssl/crypto/asn1/ |
x_pubkey.c | 71 /* Minor tweak to operation: free up EVP_PKEY */ 72 static int pubkey_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, 75 if (operation == ASN1_OP_FREE_POST)
|
/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);
|