/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/ |
ImportTestProvider.java | 62 TestCase.fail("There is no operation."); 73 ContentProviderOperation operation = operations.get(i); local 74 ContentValues contentValues = operation.resolveValueBackReferences( 78 ContentProviderOperation operation = operations.get(i); local 79 ContentValues actualContentValues = operation.resolveValueBackReferences( 81 final Uri uri = operation.getUri();
|
/frameworks/native/libs/ui/ |
Region.cpp | 172 return operation(rhs, op_or); 175 return operation(rhs, op_xor); 178 return operation(rhs, op_and); 181 return operation(rhs, op_nand); 183 const Region Region::operation(const Rect& rhs, int op) const { 192 return operation(rhs, op_or); 195 return operation(rhs, op_xor); 198 return operation(rhs, op_and); 201 return operation(rhs, op_nand); 203 const Region Region::operation(const Region& rhs, int op) const [all...] |
/external/mesa3d/src/glsl/ |
lower_vector.cpp | 64 assert(ir->operation == ir_quadop_vector); 95 if (ex->operation != ir_unop_neg) 122 if ((expr == NULL) || (expr->operation != ir_quadop_vector))
|
/cts/tests/tests/effect/src/android/effect/cts/ |
GLEnv.java | 101 public void checkForEGLErrors(String operation) { 105 throw new RuntimeException("Operation '" + operation + "' caused EGL error: " + error);
|
/external/bluetooth/bluez/attrib/ |
gatttool.c | 66 static GSourceFunc operation; variable 135 operation(attrib); 493 "Write characteristic value (required for write operation)", 581 operation = primary; 583 operation = characteristics; 585 operation = characteristics_read; 587 operation = characteristics_write; 589 operation = characteristics_write_req; 591 operation = characteristics_desc;
|
/external/openssl/crypto/asn1/ |
p8_pkey.c | 64 /* Minor tweak to operation: zero private key data */ 65 static int pkey_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, 69 if(operation == ASN1_OP_FREE_PRE) {
|
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
userdatahandler01.js | 99 var operation; 133 operation = notification.operation; 134 assertEquals("operationIsRename",4,operation);
|
userdatahandler02.js | 99 var operation; 133 operation = notification.operation; 134 assertEquals("operationIsClone",1,operation);
|
/external/webkit/Source/WebCore/platform/graphics/android/rendering/ |
TilesManager.h | 66 void scheduleOperation(QueuedOperation* operation) 68 m_pixmapsGenerationThread->scheduleOperation(operation);
|
/external/webkit/Source/WebCore/platform/graphics/mac/ |
IconMac.mm | 87 operation:NSCompositeSourceOver fraction:1.0f];
|
/external/webkit/Source/WebKit/chromium/public/ |
WebView.h | 220 WebDragOperation operation) = 0; 225 WebDragOperation operation) = 0; 227 // Notfies the WebView that the system drag and drop operation has ended. 230 // Callback methods when a drag-and-drop operation is trying to drop
|
/libcore/luni/src/test/java/libcore/xml/ |
XsltXPathConformanceTestSuite.java | 195 * <scenario operation="standard"> 216 String operation = scenarioElement.getAttribute("operation"); local 251 if (!operation.equals("execution-error")) { 264 principalStylesheet, principal, operation, compareAs); 321 private final String operation; field in class:XsltXPathConformanceTestSuite.XsltTest 331 String operation, String compareAs) { 340 this.operation = operation; 381 if (operation.equals("standard")) [all...] |
/external/google-diff-match-patch/name/fraser/neil/plaintext/ |
diff_match_patch.java | 61 * Cost of an empty edit operation in terms of edit characters. 119 * {Diff(Operation.DELETE, "Hello"), Diff(Operation.INSERT, "Goodbye"), 120 * Diff(Operation.EQUAL, " world.")} 123 public enum Operation { 162 diffs.add(new Diff(Operation.EQUAL, text1)); 183 diffs.addFirst(new Diff(Operation.EQUAL, commonprefix)); 186 diffs.addLast(new Diff(Operation.EQUAL, commonsuffix)); 210 diffs.add(new Diff(Operation.INSERT, text2)); 216 diffs.add(new Diff(Operation.DELETE, text1)) 2293 public Operation operation; field in class:Diff [all...] |
/external/chromium/chrome/browser/ui/cocoa/tab_contents/ |
web_drop_target.h | 40 // Sets the current operation negotiated by the source and destination, 43 - (void)setCurrentOperation: (NSDragOperation)operation;
|
/external/e2fsprogs/intl/ |
plural-exp.h | 47 module, /* Modulo operation. */ 60 } operation; member in struct:expression
|
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/ |
VisualDiffUtils.java | 54 newDiffs.add(new diff_match_patch.Diff(diff.operation, parts[i] + "\n")); 57 newDiffs.add(new diff_match_patch.Diff(diff.operation, parts[lengthMinusOne])); 77 switch (diff.operation) { 118 switch (diff.operation) {
|
/frameworks/native/include/ui/ |
FramebufferNativeWindow.h | 72 static int perform(ANativeWindow* window, int operation, ...);
|
/packages/apps/Browser/src/com/android/browser/provider/ |
SQLiteContentProvider.java | 213 final ContentProviderOperation operation = operations.get(i); local 214 if (!callerIsSyncAdapter && isCallerSyncAdapter(operation.getUri())) { 217 if (i > 0 && operation.isYieldAllowed()) { 223 results[i] = operation.apply(this, results, i);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/ |
context.h | 32 #include <pulse/operation.h> 107 * pa_operation object for each asynchronous operation. 118 * A context must be connected to a server before any operation can be 165 /** A generic callback for operation completion */ 181 /** Return the error number of the last failed operation */ 205 /** Tell the daemon to exit. The returned operation is unlikely to
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/ |
context.h | 32 #include <pulse/operation.h> 107 * pa_operation object for each asynchronous operation. 118 * A context must be connected to a server before any operation can be 165 /** A generic callback for operation completion */ 181 /** Return the error number of the last failed operation */ 205 /** Tell the daemon to exit. The returned operation is unlikely to
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/ |
context.h | 32 #include <pulse/operation.h> 107 * pa_operation object for each asynchronous operation. 118 * A context must be connected to a server before any operation can be 165 /** A generic callback for operation completion */ 181 /** Return the error number of the last failed operation */ 205 /** Tell the daemon to exit. The returned operation is unlikely to
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/ |
SyncProgressHelper.java | 26 import org.eclipse.jface.operation.IRunnableWithProgress;
|
/external/icu4c/test/intltest/ |
dadrcal.cpp | 107 // Headers { "locale","from","operation","params","to" } 145 // #4 'operation' info 146 param = "operation"; 147 UnicodeString operation = testSetting=currentCase->getString(param, local 197 +operation +" [[[ "+params+" ]]] >>> "+to; 240 if (operation == kROLL) { 243 } else if (operation == kADD) { 247 errln(caseString+ " FAIL: unknown operation "+ operation); 249 logln(operation + " of "+ paramsSet.get((UCalendarDateFields)q [all...] |
/external/v8/test/mjsunit/compiler/ |
assignment-deopt.js | 30 // Test deopt with count operation on parameter. 42 // Test deopt with count operation on named property. 60 // Test deopt with count operation on keyed property. 90 // Test bailout with count operation in a value context. 147 // The binary operation changes the map as a side effect.
|
count-deopt.js | 30 // Test deopt with count operation on parameter. 42 // Test deopt with count operation on named property. 60 // Test deopt with count operation on keyed property. 90 // Test bailout with count operation in a value context. 176 // Test deoptimization with postfix operation in a value context.
|