HomeSort by relevance Sort by last modified time
    Searched full:operations (Results 1 - 25 of 2408) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/WebCore/ForwardingHeaders/runtime/
Operations.h 3 #include <JavaScriptCore/Operations.h>
  /external/chromium/net/base/
cookie_options.h 15 // - reading operations will not return httponly cookies.
16 // - writing operations will not write httponly cookies.
  /cts/tests/tests/net/src/android/net/cts/
Uri_BuilderTest.java 32 notes = "Test Builder operations.",
38 notes = "Test Builder operations.",
44 notes = "Test Builder operations.",
50 notes = "Test Builder operations.",
56 notes = "Test Builder operations.",
62 notes = "Test Builder operations.",
68 notes = "Test Builder operations.",
74 notes = "Test Builder operations.",
80 notes = "Test Builder operations.",
86 notes = "Test Builder operations."
    [all...]
  /external/webkit/LayoutTests/storage/domstorage/localstorage/
simple-usage-expected.txt 1 This test tries simple operations on localStorage
  /external/webkit/LayoutTests/storage/domstorage/sessionstorage/
simple-usage-expected.txt 1 This test trys simple operations on SessionStorage
  /external/webkit/LayoutTests/storage/
multiple-databases-garbage-collection-expected.txt 1 This test opens two databases, queues up a series of operations on both, then "forgets" about one of them. After forcing GC, resources associated with that database should be freed gracefully.
  /packages/experimental/RpcPerformance/
README 5 no-op Binder calls and certain file I/O operations).
  /system/core/libacc/tests/data/
iops.c 1 // Check integer operations
inc.c 1 // Check integer operations
  /dalvik/vm/
Atomic.h 18 * Atomic operations
27 * NOTE: Two "quasiatomic" operations on the exact same memory address
29 * but no guarantees are made about quasiatomic operations mixed with
30 * non-quasiatomic operations on the same address, nor about
31 * quasiatomic operations that are performed on partially-overlapping
  /cts/tests/tests/util/src/android/util/cts/
LogTest.java 38 notes = "Test Log operations.",
44 notes = "Test Log operations.",
50 notes = "Test Log operations.",
56 notes = "Test Log operations.",
62 notes = "Test Log operations.",
68 notes = "Test Log operations.",
74 notes = "Test Log operations.",
80 notes = "Test Log operations.",
86 notes = "Test Log operations.",
92 notes = "Test Log operations."
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
TimeoutException.java 11 * operations for which a timeout is specified need a means to
12 * indicate that the timeout has occurred. For many such operations it
  /libcore/luni/src/main/java/org/apache/xpath/axes/
HasPositionalPredChecker.java 30 import org.apache.xpath.operations.Div;
31 import org.apache.xpath.operations.Minus;
32 import org.apache.xpath.operations.Mod;
33 import org.apache.xpath.operations.Mult;
34 import org.apache.xpath.operations.Plus;
35 import org.apache.xpath.operations.Quo;
36 import org.apache.xpath.operations.Variable;
109 (pred instanceof org.apache.xpath.operations.Number) ||
  /frameworks/base/test-runner/src/android/test/mock/
MockDialogInterface.java 9 * {@link java.lang.UnsupportedOperationException}. Override it to provide the operations that you
  /external/chromium/net/disk_cache/
file_lock.h 25 // It is important to perform Lock() and Unlock() operations in the right order,
27 // the operations are inlined / optimized, the "locked" operations can happen
  /external/proguard/src/proguard/classfile/visitor/
package.html 11 of operations that we may wish to perform on the class files may change and
12 expand. We want to separate the objects and the operations performed upon them.
16 on the elements of a list, followed by type casts and the proper operations.
29 harder to read. It's the visitor classes that describe the operations now.
35 Because objects (the visitor accepters) and the operations performed upon them
  /libcore/luni/src/main/java/org/apache/harmony/nio/internal/
SelectionKeyImpl.java 44 public SelectionKeyImpl(AbstractSelectableChannel channel, int operations,
47 interestOps = operations;
72 public SelectionKey interestOps(int operations) {
74 if ((operations & ~(channel().validOps())) != 0) {
78 interestOps = operations;
  /prebuilt/common/eclipse/
org.eclipse.core.commands_3.4.0.I20080509-2000.jar 
  /libcore/luni/src/main/java/java/nio/channels/
SelectionKey.java 24 * set represent categories of operations for a key's channel: Accepting socket
28 * The interest set is an operation set that defines the operations that a
31 * The ready set is an operation set that shows the operations that a
37 * Interest set mask bit for socket-accept operations.
42 * Interest set mask bit for socket-connect operations.
47 * Interesting operation mask bit for read operations.
52 * Interest set mask bit for write operations.
126 * @param operations
130 * if a bit in {@code operations} is not in the set of
131 * {@link SelectableChannel#validOps() valid operations} of thi
    [all...]
  /frameworks/base/tools/preload/
LoadedClass.java 30 /** Load operations. */
33 /** Static initialization operations. */
83 /** Calculates the median duration for a list of operations. */
84 private static int calculateMedian(List<Operation> operations) {
85 int size = operations.size();
92 times[i] = operations.get(i).exclusiveTimeMicros();
  /external/chromium/base/
atomicops.h 5 // For atomic operations on reference counts, see atomic_refcount.h.
6 // For atomic operations on sequence numbers, see atomic_sequence_num.h.
77 // These following lower-level operations are typically useful only to people
78 // implementing higher-level synchronization operations like spinlocks,
80 // a store with appropriate memory-ordering instructions. "Acquire" operations
82 // "Release" operations ensure that no previous memory access can be reordered
83 // after the operation. "Barrier" operations have both "Acquire" and "Release"
102 // 64-bit atomic operations (only available on 64-bit processors).
138 #error "Atomic operations are not supported on your platform"
sha1.h 12 // This function performs SHA-1 operations.
  /external/qemu/
targphys.h 11 host pointer to memory operations in some cases */
  /frameworks/base/core/tests/coretests/src/android/pim/vcard/test_utils/
ImportTestResolver.java 36 ArrayList<ContentProviderOperation> operations) {
38 return mProvider.applyBatch(operations);
  /libcore/luni/src/main/java/org/apache/xpath/operations/
package.html 20 <title>Xalan XPath operations.</title>
22 <p>Support for XPath operations, such as +, -, string(), etc.<p>

Completed in 277 milliseconds

1 2 3 4 5 6 7 8 91011>>