/external/openssl/crypto/dsa/ |
dsa_asn1.c | 67 static int sig_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, 70 if(operation == ASN1_OP_NEW_PRE) { 94 static int dsa_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, 97 if(operation == ASN1_OP_NEW_PRE) { 101 } else if(operation == ASN1_OP_FREE_PRE) {
|
/frameworks/base/media/libdrm/mobile1/src/parser/ |
parser_rel.c | 232 T_DRM_Rights * ro, uint8_t * operation, 244 if (operation == NULL) { 266 if (strcmp((char *)operation, "play") == 0) { 269 } else if (strcmp((char *)operation, "display") == 0) { 272 } else if (strcmp((char *)operation, "execute") == 0) { 275 } else if (strcmp((char *)operation, "print") == 0) { 282 if (operation == NULL) { 289 operation); 298 if (operation == NULL) { /* If father element node is not exit then return */ 306 operation); [all...] |
/external/openssl/crypto/ |
o_time.c | 182 long operation; local 190 operation = LIB$K_DELTA_SECONDS; 191 status = lib$cvt_to_internal_time(&operation, 209 operation = LIB$K_DAY_OF_WEEK; 210 status = lib$cvt_from_internal_time(&operation, 214 operation = LIB$K_DAY_OF_YEAR; 215 status = lib$cvt_from_internal_time(&operation,
|
/external/chromium/chrome/browser/tab_contents/ |
web_drag_dest_gtk.h | 29 void UpdateDragStatus(WebKit::WebDragOperation operation);
|
/external/webkit/Source/WebCore/platform/graphics/android/rendering/ |
TexturesGenerator.h | 56 void scheduleOperation(QueuedOperation* operation);
|
PaintTileOperation.cpp | 76 bool PaintTileOperation::operator==(const QueuedOperation* operation) 78 const PaintTileOperation* op = static_cast<const PaintTileOperation*>(operation);
|
/external/webkit/Source/WebKit/gtk/tests/ |
testwebframe.c | 185 GtkPrintOperation* operation = gtk_print_operation_new(); local 189 gtk_print_operation_set_export_filename(operation, temporaryFilename); 190 result = webkit_web_frame_print_full (webFrame, operation, action, NULL); 196 g_object_unref(operation);
|
/frameworks/base/core/tests/coretests/src/android/content/ |
ContentProviderOperationTest.java | 137 // Build an operation to assert values match provider 156 // Build an operation to assert values match provider 439 private int operationGetType(ContentProviderOperation operation) 443 return field.getInt(operation); 446 private Uri operationGetUri(ContentProviderOperation operation) 450 return (Uri) field.get(operation); 453 private String operationGetSelection(ContentProviderOperation operation) 457 return (String) field.get(operation); 460 private String[] operationGetSelectionArgs(ContentProviderOperation operation) 464 return (String[]) field.get(operation); [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/ |
pulseaudio.h | 38 #include <pulse/operation.h> 54 * \ref operation.h,\ref volume.h, \ref xmalloc.h, \ref utf8.h, \ref
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/ |
pulseaudio.h | 38 #include <pulse/operation.h> 54 * \ref operation.h,\ref volume.h, \ref xmalloc.h, \ref utf8.h, \ref
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/ |
pulseaudio.h | 38 #include <pulse/operation.h> 54 * \ref operation.h,\ref volume.h, \ref xmalloc.h, \ref utf8.h, \ref
|
/frameworks/av/media/mtp/ |
MtpDevice.h | 106 bool sendRequest(MtpOperationCode operation); 109 bool writeDataHeader(MtpOperationCode operation, int dataLength);
|
/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
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
ActionModeHandler.java | 169 inflater.inflate(R.menu.operation, menu); 203 int operation = MediaObject.SUPPORT_ALL; local 210 operation &= support; 217 operation &= ~MediaObject.SUPPORT_EDIT; 221 operation &= SUPPORT_MULTIPLE_MASK; 224 return operation; 298 // Pass1: Deal with unexpanded media object list for menu operation. 299 final int operation = computeMenuOptions(jc); 301 // Pass2: Deal with expanded media object list for sharing operation. 307 MenuExecutor.updateMenuOperation(mMenu, operation); [all...] |
/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)
|
/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/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
|