HomeSort by relevance Sort by last modified time
    Searched full:operation (Results 351 - 375 of 10466) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/linux/netfilter_ipv4/
ipt_ECN.h 25 u_int8_t operation; member in struct:ipt_ECN_info
  /prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/linux/netfilter_ipv4/
ipt_ECN.h 25 u_int8_t operation; member in struct:ipt_ECN_info
  /prebuilts/ndk/current/platforms/android-18/arch-arm/usr/include/linux/netfilter_ipv4/
ipt_ECN.h 25 u_int8_t operation; member in struct:ipt_ECN_info
  /prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/linux/netfilter_ipv4/
ipt_ECN.h 25 u_int8_t operation; member in struct:ipt_ECN_info
  /prebuilts/ndk/current/platforms/android-18/arch-x86/usr/include/linux/netfilter_ipv4/
ipt_ECN.h 25 u_int8_t operation; member in struct:ipt_ECN_info
  /prebuilts/ndk/current/platforms/android-19/arch-arm/usr/include/linux/netfilter_ipv4/
ipt_ECN.h 25 u_int8_t operation; member in struct:ipt_ECN_info
  /prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/linux/netfilter_ipv4/
ipt_ECN.h 25 u_int8_t operation; member in struct:ipt_ECN_info
  /prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/linux/netfilter_ipv4/
ipt_ECN.h 25 u_int8_t operation; member in struct:ipt_ECN_info
  /prebuilts/ndk/current/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/current/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/current/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/current/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/current/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/current/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/current/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
  /system/bt/bta/include/
bta_hl_ci.h 53 ** status - BTA_MA_STATUS_OK if operation is successful
72 ** status - BTA_MA_STATUS_OK if operation is successful
93 ** status - BTA_MA_STATUS_OK if operation is successful
113 ** status - BTA_MA_STATUS_OK if operation is successful
  /system/update_engine/payload_generator/
ab_generator.h 59 // such that for every operation there is only one dst extent and updates
76 // Takes an SOURCE_COPY install operation, |aop|, and adds one operation for
80 // E.g. we have a SOURCE_COPY operation:
88 // Takes a REPLACE, REPLACE_BZ or REPLACE_XZ operation |aop|, and adds one
89 // operation for each dst extent in |aop| to |ops|. The new operations added
119 // Adds the data payload for a REPLACE/REPLACE_BZ/REPLACE_XZ operation |aop|
122 // is smaller than the uncompressed form, and the operation type will be set
123 // accordingly. |*blob_file| will be updated as well. If the operation happens
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
tls-err-44.d 4 #error: \A[^\n]*\.o, [^\n]*\n[^\n]*mixup[^\n]*\n[^\n]*Invalid operation\Z
tls-err-52.d 4 #error: \A[^\n]*\.o, [^\n]*\n[^\n]*mixup[^\n]*\n[^\n]*Invalid operation\Z
  /libcore/ojluni/src/main/java/java/nio/channels/
Selector.java 59 * identified in the key's interest set during a prior selection operation.
80 * during the next selection operation, at which time the key will removed from
96 * <p> During each selection operation, keys may be added to and removed from a
111 * operation began. For a channel that is ready for at least one such
112 * operation, one of the following two actions is performed: </p>
117 * it is added to that set and its ready-operation set is modified to
123 * so its ready-operation set is modified to identify any new operations
133 * ready-operation sets will be updated.
140 * <p> Whether or not a selection operation blocks to wait for one or more
155 * selection operation is in progress have no effect upon that operation; the
    [all...]
  /frameworks/base/core/java/android/app/
AppOpsManager.java 42 * API for interacting with "application operation" tracking.
59 * <li> Monitor for changes in whether an operation is allowed.</li>
62 * <p>Each operation is identified by a single integer; these integers are a fixed set of
66 * setting for the operation under that caller: MODE_ALLOWED, MODE_IGNORED (don't execute
67 * the operation but fake its behavior enough so that the caller doesn't crash),
68 * MODE_ERRORED (throw a SecurityException back to the caller; the normal operation calls
81 * allowed to perform the given operation.
87 * not allowed to perform the given operation, and this attempt should
94 * given caller is not allowed to perform the given operation, and this attempt should
112 /** @hide No operation specified. *
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/cts/
SensorIntegrationTests.java 76 ParallelSensorOperation operation = new ParallelSensorOperation(); local
86 operation.add(new RepeatingSensorOperation(continuousOperation, ITERATIONS));
99 operation.add(new RepeatingSensorOperation(batchingOperation, ITERATIONS));
101 operation.execute(getCurrentTestNode());
102 operation.getStats().log(TAG);
117 * actually affect the operation of other clients.
132 ParallelSensorOperation operation = new ParallelSensorOperation(); local
155 operation.add(sequentialOperation);
159 operation.execute(getCurrentTestNode());
160 operation.getStats().log(TAG)
248 ParallelSensorOperation operation = new ParallelSensorOperation(); local
    [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...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
IDNA.java 36 * ToASCII operation before passing it to resolver libraries. Domain names
38 * ToUnicode operation before displaying the domain name to the user.
47 * multiple times to an input string will yield the same result as applying the operation
452 * IDNA2003: This function implements the ToASCII operation as defined in the IDNA RFC.
453 * This operation is done on <b>single labels</b> before sending it to something that expects
462 * If unassigned code points are found the operation fails with
471 * the operation will fail with ParseException
485 * IDNA2003: This function implements the ToASCII operation as defined in the IDNA RFC.
486 * This operation is done on <b>single labels</b> before sending it to something that expects
495 * If unassigned code points are found the operation fails with
    [all...]

Completed in 868 milliseconds

<<11121314151617181920>>