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

1 2 3 4 5 6 7 891011>>

  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/linux/netfilter_ipv4/
ipt_ECN.h 25 u_int8_t operation; member in struct:ipt_ECN_info
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/linux/netfilter_ipv4/
ipt_ECN.h 25 u_int8_t operation; member in struct:ipt_ECN_info
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/linux/netfilter_ipv4/
ipt_ECN.h 25 u_int8_t operation; member in struct:ipt_ECN_info
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/linux/netfilter_ipv4/
ipt_ECN.h 25 u_int8_t operation; member in struct:ipt_ECN_info
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/linux/netfilter_ipv4/
ipt_ECN.h 25 u_int8_t operation; member in struct:ipt_ECN_info
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv4/
ipt_ECN.h 25 u_int8_t operation; member in struct:ipt_ECN_info
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/netfilter_ipv4/
ipt_ECN.h 25 u_int8_t operation; member in struct:ipt_ECN_info
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/netfilter_ipv4/
ipt_ECN.h 25 u_int8_t operation; member in struct:ipt_ECN_info
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/netfilter_ipv4/
ipt_ECN.h 25 u_int8_t operation; member in struct:ipt_ECN_info
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/netfilter_ipv4/
ipt_ECN.h 25 u_int8_t operation; member in struct:ipt_ECN_info
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/netfilter_ipv4/
ipt_ECN.h 25 u_int8_t operation; member in struct:ipt_ECN_info
  /prebuilts/ndk/8/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/webkit/Source/WebCore/icu/unicode/
uidna.h 32 * ToASCII operation before passing it to resolver libraries. Domain names
34 * ToUnicode operation before displaying the domain name to the user.
43 * multiple times to an input string will yield the same result as applying the operation
78 * This function implements the ToASCII operation as defined in the IDNA RFC.
79 * This operation is done on <b>single labels</b> before sending it to something that expects
93 * If unassigned code points are found the operation fails with
102 * the operation will fail with U_IDNA_STD3_ASCII_RULES_ERROR
124 * This function implements the ToUnicode operation as defined in the IDNA RFC.
125 * This operation is done on <b>single labels</b> before sending it to something that expects
138 * If unassigned code points are found the operation fails with
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
uidna.h 32 * ToASCII operation before passing it to resolver libraries. Domain names
34 * ToUnicode operation before displaying the domain name to the user.
43 * multiple times to an input string will yield the same result as applying the operation
78 * This function implements the ToASCII operation as defined in the IDNA RFC.
79 * This operation is done on <b>single labels</b> before sending it to something that expects
93 * If unassigned code points are found the operation fails with
102 * the operation will fail with U_IDNA_STD3_ASCII_RULES_ERROR
124 * This function implements the ToUnicode operation as defined in the IDNA RFC.
125 * This operation is done on <b>single labels</b> before sending it to something that expects
138 * If unassigned code points are found the operation fails with
    [all...]
  /frameworks/base/core/java/android/app/
AppOpsManager.java 34 * API for interacting with "application operation" tracking. Allows you to:
40 * - Monitor for changes in whether an operation is allowed.
42 * Each operation is identified by a single integer; these integers are a fixed set of
46 * for the operation under that caller: MODE_ALLOWED, MODE_IGNORED (don't execute the operation but
48 * SecurityException back to the caller; the normal operation calls will do this for you).
102 * This maps each operation to the operation that serves as the
107 * make them all controlled by the same single operation.
144 * This provides a simple name for each operation to be use
    [all...]
  /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...]
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 36 // llvm-ar operation code and modifier flags. This must come first.
38 Options(cl::Positional, cl::Required, cl::desc("{operation}[modifiers]..."));
57 "\nMODIFIERS (operation specific):\n"
79 NoOperation, ///< An operation hasn't been specified
89 // Modifiers to follow operation to vary behavior
191 // operation specified. Process all modifiers and check to make sure that
192 // constraints on modifier/operation pairs have not been violated.
203 // Keep track of which operation was requested
204 ArchiveOperation Operation = NoOperation;
208 case 'd': ++NumOperations; Operation = Delete; break
    [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...]

Completed in 788 milliseconds

1 2 3 4 5 6 7 891011>>