/external/autotest/server/site_tests/network_WiFi_Reassociate/ |
network_WiFi_Reassociate.py | 11 """Timing test for wpa_supplicant reassociate operation."""
|
/external/avahi/avahi-common/ |
error.h | 54 AVAHI_ERR_INVALID_OPERATION = -21, /**< Invalid operation */ 75 AVAHI_ERR_DNS_REFUSED = -40, /**< DNS Error: Operation refused */ 86 AVAHI_ERR_NOT_PERMITTED = -50, /**< Operation not permitted */ 89 AVAHI_ERR_NO_CHANGE = -53, /**< The requested operation is invalid because it is redundant */
|
/external/chromium-trace/catapult/tracing/tracing/ui/ |
find_controller.html | 40 enqueueOperation_: function(operation) { 42 if (operation instanceof tr.b.Task) 43 task = operation; 45 task = new tr.b.Task(operation, this);
|
/external/deqp/doc/testspecs/GLES31/ |
functional.compute.shared_var.txt | 30 + All built-in atomic operation functions 57 Atomic operation test cases issue multiple work groups of size 3x2x1. In each 59 Barrier is issued and after that each invocation issues atomic operation with 64 input values and validation logic depends on the type of the atomic operation.
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/execution/ |
RunnableEx.java | 21 * Executes operation that can cause {@link Exception}.
|
RunnableObjectEx.java | 21 * Executes operation that can cause {@link Exception}.
|
/external/fec/ |
INSTALL | 31 appropriate, verifying correct operation and estimating Viterbi
|
/external/iptables/include/linux/netfilter_ipv4/ |
ipt_ECN.h | 24 __u8 operation; /* bitset of operations */ member in struct:ipt_ECN_info
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
shmbuf.h | 14 struct ipc64_perm shm_perm; /* operation perms */
|
/external/kernel-headers/original/uapi/linux/netfilter_ipv4/ |
ipt_ECN.h | 24 __u8 operation; /* bitset of operations */ member in struct:ipt_ECN_info
|
/external/libnfc-nxp/src/ |
phFriNfc_ISO15693Format.h | 62 * operation,remote card would be properly initialized and 75 * \retval NFCSTATUS_INVALID_DEVICE_REQUEST Command or Operation types are mismatching. 88 * when an I/O operation has finished. The internal state machine decides 94 * operation.
|
phLlcNfc_Timer.h | 93 * \retval NFCSTATUS_SUCCESS Operation successful. 111 * \retval NFCSTATUS_SUCCESS Operation successful. 142 * \retval NFCSTATUS_SUCCESS Operation successful. 194 * \retval NFCSTATUS_SUCCESS Operation successful.
|
/external/llvm/docs/ |
Atomics.rst | 113 memory operation can happen on any thread between the load and store. 116 another operation; it is normally used along with Monotonic memory operations. 183 guarantees the operation to be lock-free, so it does not depend on the data 186 operations; if you need such an operation, use explicit locking. 248 to appear as a single operation. 263 operation. 268 operation to after it, and move non-Acquire loads from before an Acquire 269 operation to after it. 277 such a fence after the equivalent Monotonic operation is sufficient to 278 maintain Acquire semantics for a memory operation [all...] |
/external/llvm/include/llvm/Target/ |
TargetRecip.h | 35 /// Set whether a particular reciprocal operation is enabled and how many 40 /// Return true if the reciprocal operation has been enabled by default or 41 /// from the command-line. Return false if the operation has been disabled 46 /// the result of a machine instruction for the given reciprocal operation.
|
/external/llvm/test/CodeGen/MIR/X86/ |
expected-load-or-store-in-memory-operand.mir | 20 ; CHECK: [[@LINE+1]]:48: expected 'load' or 'store' memory operation
|
expected-size-integer-after-memory-operation.mir | 20 ; CHECK: [[@LINE+1]]:53: expected the size integer literal after memory operation
|
/external/llvm/test/Transforms/InstCombine/ |
narrow.ll | 7 ; operation) allows instcombine to realize the function always returns false.
|
/external/mdnsresponder/mDNSCore/ |
Implementer Notes.txt | 7 operation, to calculate the time at which it needed to be called back to 8 perform its next timed operation. When the workload is light, and 31 to unreliable or incorrect operation. 35 perform its next necessary operation (e.g. transmitting its next
|
/external/opencv3/modules/java/generator/src/java/ |
android+LoaderCallbackInterface.java | 39 public void onPackageInstall(final int operation, InstallCallbackInterface callback);
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
resolver_service_base.hpp | 20 #include "asio/detail/operation.hpp" 35 // indicate to the background thread that the operation has been cancelled. 61 // Helper function to start an asynchronous resolve operation. 62 ASIO_DECL void start_resolve_op(operation* op);
|
/external/selinux/libselinux/man/man3/ |
selabel_digest.3 | 21 performs an operation on the handle
|
/external/selinux/policycoreutils/sepolicy/sepolicy/help/ |
lockdown_permissive.txt | 8 Permissive domain policies are experimental and will be turned to enforcing in future Operation System Releases.
|
/external/skia/include/pathops/ |
SkPathOps.h | 36 Returns true if operation was able to produce a result; 44 @return True if the operation succeeded. 53 Returns true if operation was able to produce a result; 86 @return True if the operation succeeded.
|
/external/testng/src/test/java/test/tmp/ |
TestA.java | 9 // Inserts an entity 'A'. This is an expensive operation.
|
TestB.java | 9 // Inserts an entity 'B'. This is an expensive operation.
|