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

1 2 3 4 5 6 7 891011>>

  /external/openssl/crypto/evp/
pmeth_lib.c 180 ret->operation = EVP_PKEY_OP_UNDEFINED;
341 rctx->operation = pctx->operation;
396 if (ctx->operation == EVP_PKEY_OP_UNDEFINED)
402 if ((optype != -1) && !(ctx->operation & optype))
442 return ctx->operation;
  /external/chromium/chrome/browser/notifications/
balloon_host.h 100 virtual void UpdateDragCursor(WebKit::WebDragOperation operation) {}
  /external/chromium/chrome/browser/sync/glue/
bookmark_change_processor.h 131 // position is to be fixed. If |operation| is CREATE, treat |dst| as an
136 static bool PlaceSyncNode(MoveOrCreate operation,
  /external/chromium/chrome/browser/tab_contents/
background_contents.h 109 virtual void UpdateDragCursor(WebKit::WebDragOperation operation) {}
  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_view_gtk.h 80 virtual void UpdateDragCursor(WebKit::WebDragOperation operation);
tab_contents_view_touch.h 80 virtual void UpdateDragCursor(WebKit::WebDragOperation operation) OVERRIDE;
tab_contents_view_views.h 73 virtual void UpdateDragCursor(WebKit::WebDragOperation operation) OVERRIDE;
123 // Set to true if we want to close the tab after the system drag operation
native_tab_contents_view_win.cc 129 WebKit::WebDragOperation operation) {
130 drop_target_->set_drag_cursor(operation);
tab_contents_view_views.cc 229 void TabContentsViewViews::UpdateDragCursor(WebDragOperation operation) {
230 native_tab_contents_view_->SetDragCursor(operation);
263 // Allow delegates to handle the context menu operation first.
  /external/chromium/net/disk_cache/
disk_format.h 75 CacheAddr transaction; // In-flight operation target.
76 int32 operation; // Actual in-flight operation. member in struct:disk_cache::LruData
77 int32 operation_list; // In-flight operation list.
in_flight_backend_io.h 24 // This class represents a single asynchronous disk cache IO operation while it
31 // Runs the actual operation on the background thread.
37 // Returns true if this operation is directed to an entry (vs. the backend).
45 // Returns the time that has passed since the operation was created.
62 void FlushQueue(); // Dummy operation.
82 enum Operation {
115 Operation operation_;
194 virtual void OnOperationComplete(BackgroundIO* operation, bool cancel);
197 void PostOperation(BackendIO* operation);
  /external/mesa3d/src/glsl/
lower_mat_op_to_vec.cpp 27 * Breaks matrix operation expressions down to a series of vector operations.
397 /* OK, time to break down this matrix operation. */
398 switch (orig_expr->operation) {
402 /* Apply the operation to each column.*/
409 column_expr = new(mem_ctx) ir_expression(orig_expr->operation,
430 * column-wise through and applying the operation to each column
440 column_expr = new(mem_ctx) ir_expression(orig_expr->operation,
478 (orig_expr->operation == ir_binop_all_equal));
482 printf("FINISHME: Handle matrix operation for %s\n",
loop_controls.cpp 207 switch (cond->operation) {
218 enum ir_expression_operation cmp = cond->operation;
  /external/openssl/crypto/asn1/
x_crl.c 94 static int crl_inf_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
100 switch(operation) {
208 static int crl_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
216 switch(operation)
x_pubkey.c 71 /* Minor tweak to operation: free up EVP_PKEY */
72 static int pubkey_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
75 if (operation == ASN1_OP_FREE_POST)
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
TilesManager.h 157 void scheduleOperation(QueuedOperation* operation);
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebframe.h 150 GtkPrintOperation *operation,
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_slice_header.h 65 /* structure to store data of one reference picture list reordering operation */
80 /* structure to store data of one DPB memory management control operation */
104 memoryManagementOperation_t operation[MAX_NUM_MMC_OPERATIONS]; member in struct:__anon18067
  /frameworks/av/media/mtp/
MtpServer.h 140 MtpResponseCode doGetPartialObject(MtpOperationCode operation);
  /frameworks/base/core/java/android/text/
SpannableStringInternal.java 339 private void checkRange(final String operation, int start, int end) {
341 throw new IndexOutOfBoundsException(operation + " " +
349 throw new IndexOutOfBoundsException(operation + " " +
355 throw new IndexOutOfBoundsException(operation + " " +
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarAlarmManager.java 497 public void set(int type, long triggerAtTime, PendingIntent operation) {
498 mAlarmManager.set(type, triggerAtTime, operation);
501 public void cancel(PendingIntent operation) {
502 mAlarmManager.cancel(operation);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnDictionaryImpl.java 147 /** The query base strings for query operation */
149 /** The query base strings for query operation */
152 /** The query base strings for query operation */
154 /** The query base strings for query operation */
156 /** The query base strings for query operation */
158 /** The query base strings for query operation */
161 /** The query base strings for query operation */
163 /** The query base strings for query operation */
165 /** The query base strings for query operation */
167 /** The query base strings for query operation */
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidXmlEditor.java 137 * formatting. A format operation should completely preserve the semantics of the XML
139 * are observed during a formatting operation
146 * There is no pending operation when the counter is at zero.
151 * Usually null, but during an editing operation, represents the highest
152 * node which should be formatted when the editing operation is complete.
622 // The actual "save" operation is done by the Structured XML Editor
683 * be called as a first step of a 'save' operation.
695 * of the 'save' operation, <code>false</code> otherwise.
715 * Returns whether the "save as" operation is supported by this editor.
    [all...]
  /build/target/board/generic/
BoardConfig.mk 34 # of an SDK AVD. Note that this operation only works on Linux for now
  /external/mesa3d/docs/
MESA_set_3dfx_mode.spec 64 GL_TRUE is returned if <mode> is valid and the operation completed

Completed in 1252 milliseconds

1 2 3 4 5 6 7 891011>>