HomeSort by relevance Sort by last modified time
    Searched full:operation (Results 176 - 200 of 9113) sorted by null

1 2 3 4 5 6 78 91011>>

  /libcore/luni/src/main/java/java/nio/channels/
SelectionKey.java 22 * <h3>Operation set</h3>
23 * An operation set is represented by an integer value. The bits of an operation
28 * The interest set is an operation set that defines the operations that a
31 * The ready set is an operation set that shows the operations that a
47 * Interesting operation mask bit for read operations.
139 * operation and is ready to accept new connections. A call to this method
142 * @return {@code true} if the channel is interested in the accept operation
153 * operation and is ready to connect. A call to this method is equal to
157 * operation and is ready to connect, {@code false} otherwise
    [all...]
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
  /external/chromium_org/third_party/icu/source/test/intltest/
idnaref.h 31 * This function implements the ToASCII operation as defined in the IDNA draft.
32 * This operation is done on <b>single labels</b> before sending it to something that expects
46 * If FALSE the operation fails with U_UNASSIGNED_CODE_POINT_FOUND error code.
48 * If TRUE and the input does not statisfy STD3 rules, the operation
71 * This function implements the ToUnicode operation as defined in the IDNA draft.
72 * This operation is done on <b>single labels</b> before sending it to something that expects
85 * If FALSE the operation fails with U_UNASSIGNED_CODE_POINT_FOUND error code.
87 * If TRUE and the input does not statisfy STD3 rules, the operation
110 * Convenience function that implements the IDNToASCII operation as defined in the IDNA draft.
111 * This operation is done on complete domain names, e.g: "www.example.com".
    [all...]
  /external/icu4c/test/intltest/
idnaref.h 31 * This function implements the ToASCII operation as defined in the IDNA draft.
32 * This operation is done on <b>single labels</b> before sending it to something that expects
46 * If FALSE the operation fails with U_UNASSIGNED_CODE_POINT_FOUND error code.
48 * If TRUE and the input does not statisfy STD3 rules, the operation
70 * This function implements the ToUnicode operation as defined in the IDNA draft.
71 * This operation is done on <b>single labels</b> before sending it to something that expects
84 * If FALSE the operation fails with U_UNASSIGNED_CODE_POINT_FOUND error code.
86 * If TRUE and the input does not statisfy STD3 rules, the operation
108 * Convenience function that implements the IDNToASCII operation as defined in the IDNA draft.
109 * This operation is done on complete domain names, e.g: "www.example.com".
    [all...]
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 71 // llvm-ar operation code and modifier flags. This must come first.
73 Options(cl::Positional, cl::Required, cl::desc("{operation}[modifiers]..."));
92 "\nMODIFIERS (operation specific):\n"
119 // Modifiers to follow operation to vary behavior
175 // operation specified. Process all modifiers and check to make sure that
176 // constraints on modifier/operation pairs have not been violated.
187 // Keep track of which operation was requested
188 ArchiveOperation Operation;
194 case 'd': ++NumOperations; Operation = Delete; break;
195 case 'm': ++NumOperations; Operation = Move ; break
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/reader/
perf_reader.c 68 U32 ulData0, ulData1, ulData2, ulData3, ulData4, ulData5, ulData6, ulData7, operation; local
127 /* get operation */
129 operation = ulData1 & PERF_LOG_Mask;
131 if (operation != PERF_LOG_Location)
155 if (operation & PERF_LOG_Buffer)
157 /* Buffer operation */
158 if (operation & PERF_LOG_Xfering) {
163 sending = operation & PERF_LOG_Sending;
188 else if (operation & PERF_LOG_Command)
193 operation & PERF_LOG_Sending
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_jv_api.h 36 #define BTA_JV_SUCCESS 0 /* Successful operation. */
183 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */
190 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */
197 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */
220 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */
226 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */
233 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */
240 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */
247 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */
256 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. *
    [all...]
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.
  /hardware/ti/omap4xxx/security/tee_client_api/
schannel6_protocol.h 168 uint32_t nOperationID; /* an opaque Normal World identifier for the operation */
176 uint32_t nOperationID; /* an opaque Normal World identifier for the operation */
185 uint32_t nOperationID; /* an opaque Normal World identifier for the operation */
199 uint32_t nOperationID; /* an opaque Normal World identifier for the operation */
215 uint32_t nOperationID; /* an opaque Normal World identifier for the operation */
229 uint32_t nOperationID; /* an opaque Normal World identifier for the operation */
240 uint32_t nOperationID; /* an opaque Normal World identifier for the operation */
252 uint32_t nOperationID; /* an opaque Normal World identifier for the operation */
263 uint32_t nOperationID; /* an opaque Normal World identifier for the operation */
278 uint32_t nOperationID; /* an opaque Normal World identifier for the operation */
    [all...]
  /frameworks/base/core/java/android/database/sqlite/
SQLiteConnection.java 55 * perform a database operation and are then returned to the pool. At any
534 * @param cancellationSignal A signal to cancel the operation in progress, or null if none.
538 * @throws OperationCanceledException if the operation was canceled.
575 * @param cancellationSignal A signal to cancel the operation in progress, or null if none.
581 * @throws OperationCanceledException if the operation was canceled.
618 * @param cancellationSignal A signal to cancel the operation in progress, or null if none.
624 * @throws OperationCanceledException if the operation was canceled.
662 * @param cancellationSignal A signal to cancel the operation in progress, or null if none.
669 * @throws OperationCanceledException if the operation was canceled.
710 * @param cancellationSignal A signal to cancel the operation in progress, or null if none
1300 Operation operation = mOperations[index]; local
1338 final Operation operation = getOperationLocked(cookie); local
1366 final Operation operation = getOperationLocked(cookie); local
1377 final Operation operation = getOperationLocked(cookie); local
1393 final Operation operation = mOperations[index]; local
1399 final Operation operation = mOperations[mIndex]; local
1413 Operation operation = mOperations[index]; local
    [all...]
  /external/chromium_org/chromeos/attestation/
attestation_flow.h 74 // callback - A callback which will be called when the operation completes.
106 // complete the enrollment operation.
111 // success - The status of the Privacy CA operation.
118 // Called when the attestation daemon completes an enrollment operation. If
119 // the operation was successful, the next_task callback is called.
124 // success - The status of the enrollment operation.
132 // enrollment must complete successfully before this operation can succeed.
138 // callback - Called when the operation completes.
151 // callback - Called when the operation completes.
162 // complete the operation
    [all...]
  /external/chromium_org/media/audio/pulse/
pulse_unified.cc 235 pa_operation* operation = pa_stream_cork(input_stream_, 0, NULL, NULL); local
236 WaitForOperationCompletion(pa_mainloop_, operation);
241 operation = pa_stream_cork(output_stream_, 0,
243 WaitForOperationCompletion(pa_mainloop_, operation);
258 // will cause deadlock on the operation.
260 pa_operation* operation = pa_stream_flush( local
262 WaitForOperationCompletion(pa_mainloop_, operation);
264 operation = pa_stream_cork(input_stream_, 1, &pulse::StreamSuccessCallback,
266 WaitForOperationCompletion(pa_mainloop_, operation);
271 operation = pa_stream_flush
    [all...]
  /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/net/disk_cache/
file_posix.cc 19 // This class represents a single asynchronous IO operation while it is being
23 // Other than the actual parameters for the IO operation (including the
27 // operation.
44 // The actual parameters for the operation are setup in the constructor of
71 // These methods start an asynchronous operation. The arguments have the same
73 // operation never finishes synchronously.
80 // Invokes the users' completion callback at the end of the IO operation.
84 virtual void OnOperationComplete(disk_cache::BackgroundIO* operation,
115 scoped_refptr<FileBackgroundIO> operation(
120 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...]
  /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);

Completed in 785 milliseconds

1 2 3 4 5 6 78 91011>>