HomeSort by relevance Sort by last modified time
    Searched refs:operation (Results 126 - 150 of 561) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/base/media/mca/filterfw/native/core/
gl_env.h 194 // output an error message referencing the given operation string. Returns
196 static bool CheckGLError(const std::string& operation);
199 // will output an error message referencing the given operation string.
201 static bool CheckEGLError(const std::string& operation);
223 // Outputs error messages specific to the operation eglMakeCurrent().
  /frameworks/base/telephony/java/android/telephony/cdma/
CdmaSmsCbProgramData.java 78 /** Service category operation (add/delete/clear). */
97 public CdmaSmsCbProgramData(int operation, int category, int language, int maxMessages,
99 mOperation = operation;
134 * Returns the service category operation, e.g. {@link #OPERATION_ADD_CATEGORY}.
183 return "CdmaSmsCbProgramData{operation=" + mOperation + ", category=" + mCategory
  /external/openssl/crypto/pkcs7/
pk7_asn1.c 81 static int pk7_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
87 switch(operation)
129 /* Minor tweak to operation: free up EVP_PKEY */
130 static int si_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
133 if(operation == ASN1_OP_FREE_POST) {
172 /* Minor tweak to operation: free up X509 */
173 static int ri_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
176 if(operation == ASN1_OP_FREE_POST) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.commands_3.4.0.I20080509-2000.jar 
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
  /external/webkit/LayoutTests/storage/
test-authorizer.js 34 function executeStatement(tx, statement, operation)
37 function(result) { statementSuccessCallback(operation); },
38 function(tx, error) { return statementErrorCallback(operation, error); });
50 // Even though the following query should trigger a SQLITE_CREATE_TEMP_INDEX operation
52 // of any other way to trigger this operation. So we'll skip it for now.
84 // so we cannot test this operation
124 // Test the 'CREATE TABLE' operation; it should be disallowed
  /external/mesa3d/src/glsl/
opt_algebraic.cpp 121 if (!ir2 || ir1->operation != ir2->operation)
196 switch (ir->operation) {
203 switch (op_expr[0]->operation) {
361 if (op_expr[0] && op_expr[0]->operation == ir_unop_rcp) {
372 if (op_expr[0] && op_expr[0]->operation == ir_unop_sqrt) {
397 if (!expr || expr->operation == ir_quadop_vector)
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))
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_slice_header.c 580 u32 operation; local
628 tmp = h264bsdDecodeExpGolombUnsigned(pStrmData, &operation);
631 if (operation > 6)
637 pDecRefPicMarking->operation[i].
638 memoryManagementControlOperation = operation;
639 if ((operation == 1) || (operation == 3))
644 pDecRefPicMarking->operation[i].differenceOfPicNums =
647 if (operation == 2)
652 pDecRefPicMarking->operation[i].longTermPicNum = value
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DocumentImpl.java 123 * @param operation the operation type to use when notifying user data
129 private NodeImpl shallowCopy(short operation, Node node) {
170 AttrImpl elementAttrCopy = (AttrImpl) shallowCopy(operation, elementAttr);
171 notifyUserDataHandlers(operation, elementAttr, elementAttrCopy);
213 * @param operation either {@link UserDataHandler#NODE_CLONED} or
219 Node cloneOrImportNode(short operation, Node node, boolean deep) {
220 NodeImpl copy = shallowCopy(operation, node);
225 copy.appendChild(cloneOrImportNode(operation, list.item(i), deep));
229 notifyUserDataHandlers(operation, node, copy)
    [all...]
  /external/webkit/Source/JavaScriptCore/dfg/
DFGJITCodeGenerator.h 380 // to describe the result of an operation.
581 void callOperation(J_DFGOperation_EJP operation, GPRReg result, GPRReg arg1, void* pointer)
589 appendCallWithExceptionCheck(operation);
592 void callOperation(J_DFGOperation_EJI operation, GPRReg result, GPRReg arg1, Identifier* identifier)
594 callOperation((J_DFGOperation_EJP)operation, result, arg1, identifier);
596 void callOperation(J_DFGOperation_EJ operation, GPRReg result, GPRReg arg1)
603 appendCallWithExceptionCheck(operation);
606 void callOperation(Z_DFGOperation_EJ operation, GPRReg result, GPRReg arg1)
613 appendCallWithExceptionCheck(operation);
616 void callOperation(Z_DFGOperation_EJJ operation, GPRReg result, GPRReg arg1, GPRReg arg2
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContextRecording.cpp 165 ALOGV("Applying operation[%d] %p->%s()", i, data->m_operation,
376 GraphicsOperation::Operation* op = node->m_operation;
398 GraphicsOperation::Operation* op = recordingData->m_operation;
464 GraphicsOperation::Operation* op = nodes[i]->m_operation;
754 GraphicsOperation::ClipPath* operation = NEW_OP(ClipPath)(pathToClip); local
755 operation->setWindRule(clipRule);
756 appendStateOperation(operation);
882 GraphicsOperation::FillRect* operation = NEW_OP(FillRect)(rect); local
883 operation->setColor(color);
884 appendDrawingOperation(operation, rect)
    [all...]
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebDragClient.cpp 157 DragOperation operation = DragOperationNone; local
160 operation = DragOperationCopy;
162 operation = DragOperationLink;
164 operation = DragOperationMove;
166 frame->eventHandler()->dragSourceEndedAt(generateMouseEvent(m_webView, false), operation); local
  /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 167 return operation(rhs, op_or);
170 return operation(rhs, op_xor);
173 return operation(rhs, op_and);
176 return operation(rhs, op_nand);
178 const Region Region::operation(const Rect& rhs, int op) const { function in class:android::Region
187 return operation(rhs, op_or);
190 return operation(rhs, op_xor);
193 return operation(rhs, op_and);
196 return operation(rhs, op_nand);
198 const Region Region::operation(const Region& rhs, int op) const function in class:android::Region
244 const Region Region::operation(const Region& rhs, int dx, int dy, int op) const { function in class:android::Region
    [all...]
  /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/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/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
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
ActionModeHandler.java 237 mode.getMenuInflater().inflate(R.menu.operation, menu);
287 int operation = MediaObject.SUPPORT_ALL; local
292 operation &= support;
299 operation &= ~MediaObject.SUPPORT_EDIT;
303 operation &= SUPPORT_MULTIPLE_MASK;
306 return operation;
408 // Pass1: Deal with unexpanded media object list for menu operation.
413 final int operation = computeMenuOptions(selected);
420 // Pass2: Deal with expanded media object list for sharing operation.
433 MenuExecutor.updateMenuOperation(mMenu, operation);
    [all...]
  /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...]

Completed in 1659 milliseconds

1 2 3 4 56 7 8 91011>>