/external/chromium_org/third_party/openssl/openssl/apps/ |
cms.c | 105 int operation = 0; local 163 operation = SMIME_ENCRYPT; 165 operation = SMIME_DECRYPT; 167 operation = SMIME_SIGN; 169 operation = SMIME_SIGN_RECEIPT; 171 operation = SMIME_RESIGN; 173 operation = SMIME_VERIFY; 178 operation = SMIME_VERIFY_RECEIPT; 185 operation = SMIME_CMSOUT; 187 operation = SMIME_DATAOUT [all...] |
/external/openssl/apps/ |
cms.c | 105 int operation = 0; local 163 operation = SMIME_ENCRYPT; 165 operation = SMIME_DECRYPT; 167 operation = SMIME_SIGN; 169 operation = SMIME_SIGN_RECEIPT; 171 operation = SMIME_RESIGN; 173 operation = SMIME_VERIFY; 178 operation = SMIME_VERIFY_RECEIPT; 185 operation = SMIME_CMSOUT; 187 operation = SMIME_DATAOUT [all...] |
/external/chromium_org/chrome/browser/chromeos/drive/ |
job_scheduler.h | 63 // Adds a GetAppList operation to the queue. 67 // Adds a GetAboutResource operation to the queue. 71 // Adds a GetAllResourceList operation to the queue. 75 // Adds a GetResourceListInDirectory operation to the queue. 81 // Adds a Search operation to the queue. 86 // Adds a GetChangeList operation to the queue. 91 // Adds GetRemainingChangeList operation to the queue. 97 // Adds GetRemainingFileList operation to the queue. 103 // Adds a GetResourceEntry operation to the queue. 108 // Adds a GetShareUrl operation to the queue [all...] |
/external/chromium_org/net/disk_cache/ |
file_ios.cc | 17 // This class represents a single asynchronous IO operation while it is being 21 // Other than the actual parameters for the IO operation (including the 25 // operation. 42 // The actual parameters for the operation are setup in the constructor of 69 // These methods start an asynchronous operation. The arguments have the same 71 // operation never finishes synchronously. 78 // Invokes the users' completion callback at the end of the IO operation. 82 virtual void OnOperationComplete(disk_cache::BackgroundIO* operation, 113 scoped_refptr<FileBackgroundIO> operation( 118 base::Bind(&FileBackgroundIO::Read, operation.get()), true) [all...] |
/frameworks/base/core/java/android/content/ |
AsyncQueryHandler.java | 185 * Attempts to cancel operation that has not already started. Note that 186 * there is no guarantee that the operation will be canceled. They still may 190 * @param token The token representing the operation to be canceled. 198 * This method begins an asynchronous insert. When the insert operation is 202 * the insert operation. 204 * @param uri the Uri passed to the insert operation. 205 * @param initialValues the ContentValues parameter passed to the insert operation. 224 * This method begins an asynchronous update. When the update operation is 228 * the update operation. 230 * @param uri the Uri passed to the update operation [all...] |
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/ |
SensorTestOperation.java | 24 * Base test class that supports a basic test operation performed in a sensor. 28 * - The class wraps verifications and test checks that are needed to verify the operation. 29 * - The operation runs in a background thread where it performs the bulk of its work. 47 throw new IllegalStateException("The operation has already been started."); 69 // let a wait on a stopped operation to be no-op 98 * Subclasses implement this method to perform the work associated with the operation they
|
/external/bluetooth/bluedroid/bta/include/ |
bta_gattc_co.h | 38 ** conn_id: connection ID of this cache operation attach to. 55 ** conn_id: connection ID of this cache operation attach to. 73 ** attr_index: starting attribute index of the save operation. 74 ** conn_id: connection ID of this cache operation attach to. 92 ** attr_index: starting attribute index of the save operation. 93 ** conn_id: connection ID of this cache operation attach to.
|
/external/bluetooth/bluedroid/btif/co/ |
bta_gattc_co.c | 41 ** conn_id: connection ID of this cache operation attach to. 65 ** attr_index: starting attribute index of the save operation. 66 ** conn_id: connection ID of this cache operation attach to. 89 ** attr_index: starting attribute index of the save operation. 90 ** conn_id: connection ID of this cache operation attach to. 110 ** conn_id: connection ID of this cache operation attach to.
|
/external/chromium_org/chrome/browser/ |
pepper_flash_settings_manager.h | 70 // operation is completed. 77 // operation is completed. 83 // operation is completed. 90 // Client::OnSetSitePermissionCompleted() will be called when the operation 96 // Client::OnGetSitesWithDataCompleted() will be called when the operation is 101 // Client::OnClearSiteDataompleted() will be called when the operation is
|
/external/clang/include/clang/AST/ |
TypeVisitor.h | 25 /// \brief An operation on a type. 27 /// \tparam ImplClass Class implementing the operation. Must be inherited from 29 /// \tparam RetTy %Type of result produced by the operation. 31 /// The class implements polymorphic operation on an object of type derived 32 /// from Type. The operation is performed by calling method Visit. It then 68 /// \brief Performs the operation associated with this visitor object.
|
/external/e2fsprogs/intl/ |
plural-exp.c | 38 .operation = var, 43 .operation = num, 52 .operation = not_equal, 80 plvar.operation = var; 83 plone.operation = num; 87 GERMANIC_PLURAL.operation = not_equal;
|
/external/kernel-headers/original/asm-generic/bitops/ |
non-atomic.h | 16 * may be that only one operation succeeds. 41 * may be that only one operation succeeds. 56 * This operation is non-atomic and can be reordered. 57 * If two examples of this operation race, one can appear to succeed 75 * This operation is non-atomic and can be reordered. 76 * If two examples of this operation race, one can appear to succeed
|
/external/libselinux/include/selinux/ |
label.h | 84 * selabel_lookup - Perform labeling lookup operation. 87 * @key: string input to lookup operation 88 * @type: numeric input to the lookup operation 90 * Perform a labeling lookup operation. Return %0 on success, -%1 with 92 * lookup operation; appropriate values are dictated by the backend in use. 102 * selabel_stats - log labeling operation statistics.
|
/external/llvm/include/llvm/MC/ |
MCWin64EH.h | 31 OpType Operation; 37 : Operation(Op), Label(L), Offset(0), Register(Reg) { 41 : Operation(Size>128 ? Win64EH::UOP_AllocLarge : Win64EH::UOP_AllocSmall), 44 : Operation(Op), Label(L), Offset(Off), Register(Reg) { 52 : Operation(Op), Label(L), Offset(Code ? 1 : 0) { 55 OpType getOperation() const { return Operation; }
|
/external/openfst/src/extensions/far/ |
farscript.cc | 49 Apply<Operation<FarCompileStringsArgs> >("FarCompileStrings", arc_type, 64 Apply<Operation<FarCreateArgs> >("FarCreate", arc_type, &args); 73 Apply<Operation<FarEqualArgs> >("FarEqual", arc_type, &args_with_retval); 89 Apply<Operation<FarExtractArgs> >("FarExtract", arc_type, &args); 99 Apply<Operation<FarInfoArgs> >("FarInfo", arc_type, &args); 120 Apply<Operation<FarPrintStringsArgs> >("FarPrintStrings", arc_type,
|
/external/openfst/src/extensions/pdt/ |
pdtscript.cc | 51 Apply<Operation<PdtComposeArgs> >("PdtCompose", ifst1.ArcType(), &args); 59 Apply<Operation<PdtExpandArgs> >("PdtExpand", ifst.ArcType(), &args); 81 Apply<Operation<PdtReplaceArgs> >("PdtReplace", ofst->ArcType(), &args); 89 Apply<Operation<PdtReverseArgs> >("PdtReverse", ifst.ArcType(), &args); 98 Apply<Operation<PdtShortestPathArgs> >("PdtShortestPath", 105 Apply<Operation<PrintPdtInfoArgs> >("PrintPdtInfo", ifst.ArcType(), &args);
|
/libcore/luni/src/main/java/java/nio/channels/ |
GatheringByteChannel.java | 24 * operation. The corresponding interface for read operations is 39 * operation. 42 * operation is in progress. The interrupt state of the calling 63 * If a write operation is in progress, subsequent threads will block until 77 * operation. 80 * operation is in progress. The interrupt state of the calling
|
ScatteringByteChannel.java | 24 * single operation. The corresponding interface for writes is 39 * operation. 42 * operation is in progress. The interrupt state of the calling 59 * If a read operation is in progress, subsequent threads will block until 71 * operation. 74 * operation is in progress. The interrupt state of the calling
|
/external/chromium_org/content/renderer/pepper/ |
pepper_graphics_2d_host.cc | 479 QueuedOperation operation(QueuedOperation::PAINT); 480 operation.paint_image = image_resource; 484 &operation.paint_src_rect)) 491 if (x64 + static_cast<int64>(operation.paint_src_rect.x()) < 0 || 492 x64 + static_cast<int64>(operation.paint_src_rect.right()) > 495 if (y64 + static_cast<int64>(operation.paint_src_rect.y()) < 0 || 496 y64 + static_cast<int64>(operation.paint_src_rect.bottom()) > 499 operation.paint_x = top_left.x; 500 operation.paint_y = top_left.y; 502 queued_operations_.push_back(operation); 657 QueuedOperation& operation = queued_operations_[i]; local [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/operations/ |
String.java | 27 * The 'string()' operation expression executer. 34 * Apply the operation to two operands, and return the result. 39 * @return non-null reference to the XObject that represents the result of the operation.
|
/external/chromium/chrome/browser/ui/cocoa/tab_contents/ |
web_contents_drag_source.h | 53 // -draggedImage:endedAt:operation:. 55 operation:(NSDragOperation)operation;
|
/external/chromium_org/base/mac/ |
launchd.cc | 14 // mapping |operation| to |job_label|, and returns the result of calling 18 const char* operation) { 38 operation)) {
|
/external/chromium_org/chrome/common/ |
benchmarking_messages.h | 31 // |result| is the returned status from the operation. 37 // |result| is the returned status from the operation. 48 // |result| is the returned status from the operation.
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
mask.h | 51 VGMaskOperation operation); 54 VGMaskOperation operation, 58 VGMaskOperation operation,
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/ |
prerr.h | 50 /* The operation would have blocked */ 65 /* Operation interrupted by another thread */ 74 /* I/O operation timed out */ 77 /* I/O operation on busy file descriptor */ 137 /* Network operation attempted on non-network file descriptor */ 149 /* The requested operation is not supported by the platform */ 167 /* The operation would have deadlocked */ 185 /* Cannot perform a normal file operation on a directory */ 197 /* Cannot perform directory operation on a normal file */ 239 /* The I/O operation was aborted * [all...] |