/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/netfilter_ipv4/ |
ipt_ECN.h | 25 u_int8_t operation; member in struct:ipt_ECN_info
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/ |
messages.properties | 12 SimpleFile_Bad_file_operation=bad file operation
|
/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...] |
/external/chromium/net/disk_cache/ |
disk_cache.h | 50 // The pointer to receive the |backend| must remain valid until the operation 76 // |entry| must remain valid until the operation completes. 85 // receive the |entry| must remain valid until the operation completes. 97 // operation completes. 103 // |callback| will be invoked when the operation completes. 110 // |callback| will be invoked when the operation completes. 122 // remain valid until the operation completes. 165 // operation is complete. Otherwise, completion_callback will be 179 // operation is complete. Otherwise, completion_callback will be 226 // for a given key at any given time. Once an operation has been issued, th [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
OpMap.java | 169 * Given an operation position, return the current op. 191 * Given an operation position, return the end position, i.e. the 192 * beginning of the next operation. 194 * @param opPos An op position of an operation for which there is a size 196 * @return position of next operation in m_opMap. 249 * Given an operation position, return the end position, i.e. the 250 * beginning of the next operation. 253 * @param opPos index to operation, for which there is a size entry following. 254 * @return position of next operation in m_opMap. 325 * Go to the first child of a given operation [all...] |
/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
Rop.java | 56 * {@code non-null;} result type of this operation; {@link Type#VOID} for 61 /** {@code non-null;} types of all the sources of this operation */ 64 /** {@code non-null;} list of possible types thrown by this operation */ 84 * @param result {@code non-null;} result type of this operation; {@link 86 * @param sources {@code non-null;} types of all the sources of this operation 88 * operation 132 * @param result {@code non-null;} result type of this operation; {@link 134 * @param sources {@code non-null;} types of all the sources of this operation 136 * operation 152 * @param result {@code non-null;} result type of this operation; {@lin [all...] |
/dalvik/dx/src/com/android/dx/rop/code/ |
Rop.java | 56 * {@code non-null;} result type of this operation; {@link Type#VOID} for 61 /** {@code non-null;} types of all the sources of this operation */ 64 /** {@code non-null;} list of possible types thrown by this operation */ 84 * @param result {@code non-null;} result type of this operation; {@link 86 * @param sources {@code non-null;} types of all the sources of this operation 88 * operation 132 * @param result {@code non-null;} result type of this operation; {@link 134 * @param sources {@code non-null;} types of all the sources of this operation 136 * operation 152 * @param result {@code non-null;} result type of this operation; {@lin [all...] |
/external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
Rop.java | 56 * {@code non-null;} result type of this operation; {@link Type#VOID} for 61 /** {@code non-null;} types of all the sources of this operation */ 64 /** {@code non-null;} list of possible types thrown by this operation */ 84 * @param result {@code non-null;} result type of this operation; {@link 86 * @param sources {@code non-null;} types of all the sources of this operation 88 * operation 132 * @param result {@code non-null;} result type of this operation; {@link 134 * @param sources {@code non-null;} types of all the sources of this operation 136 * operation 152 * @param result {@code non-null;} result type of this operation; {@lin [all...] |
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteSession.java | 67 * An implicit transaction is created whenever a database operation is requested 69 * only lasts for the duration of the database operation in question and then it 70 * is ended. If the database operation was successful, then its changes are committed. 176 * until the first operation is performed. If the first operation is 282 * acquired by this operation. Refer to {@link SQLiteConnectionPool}. 283 * @param cancellationSignal A signal to cancel the operation in progress, or null if none. 288 * @throws OperationCanceledException if the operation was canceled. 387 * @param cancellationSignal A signal to cancel the operation in progress, or null if none. 391 * @throws OperationCanceledException if the operation was canceled [all...] |
/hardware/ti/omap4xxx/security/tee_client_api/ |
tee_client_api_linux_driver.c | 150 * @param pCommand a SChannel command message that must have been filled except for the operation parameters 152 * @param pOperation a TEEC_Operation structure that contains the operation parameters (and types) 168 /* Determine message parameters from operation parameters */ 257 /* Update the operation parameters from the answer message */ 460 TEEC_Operation* operation, /* payload. If operation is NULL then no data buffers are exchanged with the Trusted Application, and the operation cannot be cancelled by the Client Application */ 469 operation, 496 TEEC_Operation* operation, 502 operation, [all...] |
/art/test/076-boolean-put/src/ |
Main.java | 21 * to generate an accessor method that performs the boolean operation. 24 * operation is written back to a boolean field.
|
/bionic/libc/private/ |
thread_private.h | 13 * inter-operation with libc. libc contains weak versions of the 14 * described functions for operation in a non-threaded environment.
|
/dalvik/tests/076-boolean-put/src/ |
Main.java | 21 * to generate an accessor method that performs the boolean operation. 24 * operation is written back to a boolean field.
|
/external/chromium/chrome/browser/ui/cocoa/ |
image_utils.mm | 11 operation:(NSCompositingOperation)op 30 operation:op
|
/external/chromium/chrome/browser/ui/webui/options/ |
font_settings_fonts_list_loader.h | 16 // could be a long operation (if the user has a large number of fonts.) 38 // operation has completed.
|
/external/chromium/chrome/common/extensions/docs/static/ |
api_index.html | 35 without waiting for the operation to finish. 36 If you need to know the outcome of an operation,
|
/external/chromium_org/chrome/browser/chromeos/input_method/ |
delayable_widget.h | 24 // in the DelayShow/DelayHide delay duration. In such case, previous operation 32 // in the DelayShow/DelayHide delay duration. In such case, previous operation
|
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/ |
write_from_url_operation.h | 9 #include "chrome/browser/extensions/api/image_writer_private/operation.h" 26 class WriteFromUrlOperation : public Operation,
|
/external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/ |
origin_operation_queue.cc | 27 OriginOperation operation = queue_.front(); local 29 return operation;
|
/external/chromium_org/chrome/browser/ui/views/bookmarks/ |
bookmark_drag_drop_views.h | 26 // Calculates the drop operation given |source_operations| and the ideal 31 // Returns the preferred drop operation on a bookmark menu/bar.
|
/external/chromium_org/media/audio/pulse/ |
pulse_output.cc | 84 pa_operation* operation = pa_stream_flush( local 86 WaitForOperationCompletion(pa_mainloop_, operation); 176 pa_operation* operation = pa_stream_cork( local 178 WaitForOperationCompletion(pa_mainloop_, operation); 195 pa_operation* operation = pa_stream_flush( local 197 WaitForOperationCompletion(pa_mainloop_, operation); 199 operation = pa_stream_cork(pa_stream_, 1, &pulse::StreamSuccessCallback, 201 WaitForOperationCompletion(pa_mainloop_, operation);
|
/external/chromium_org/net/quic/crypto/ |
strike_register_client.h | 21 // operation is complete. 45 // once the asynchronous operation is complete.
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
DragSession.h | 34 DragOperation operation; member in struct:WebCore::DragSession 39 : operation(DragOperationNone)
|
/external/clang/test/SemaCXX/ |
bool.cpp | 29 // expected-note {{use '&' for a bitwise operation}} \ 32 // expected-note {{use '|' for a bitwise operation}}
|
/external/kernel-headers/original/linux/ |
sem.h | 7 #define SEM_UNDO 0x1000 /* undo the operation on exit */ 29 struct sem_queue **sem_pending_last; /* last pending operation */ 40 short sem_op; /* semaphore operation */ 41 short sem_flg; /* operation flags */ 87 int sempid; /* pid of last operation */ 98 struct sem_queue **sem_pending_last; /* last pending operation */ 110 int status; /* completion status of operation */ 115 int alter; /* does the operation alter the array? */
|