Searched refs:ops (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/tools/preload/
H A DLoadedClass.java114 private void addProcessNames(List<Operation> ops, Set<String> names) { argument
115 for (Operation operation : ops) {
/frameworks/base/tests/CoreTests/android/core/
H A DSSLSocketTest.java932 assertEquals(smallCacheOps, fakeCache.ops);
951 assertEquals(bigCacheOps, fakeCache.ops);
959 assertEquals(bigCacheOps, fakeCache.ops);
982 List<String> ops = new ArrayList<String>(); field in class:SSLSocketTest.FakeClientSessionCache
986 ops.add("get " + host);
993 ops.add("put " + host);
1031 assertEquals(expected, cacheProxy.ops);
1048 assertEquals(expected, cacheProxy.ops);
1067 final List<String> ops = new ArrayList<String>(); field in class:SSLSocketTest.ClientSessionCacheProxy
1075 ops
[all...]
/frameworks/base/core/java/android/content/
H A DSyncQueue.java45 ArrayList<SyncStorageEngine.PendingOperation> ops
47 final int N = ops.size();
49 SyncStorageEngine.PendingOperation op = ops.get(i);
H A DSyncManager.java1039 ArrayList<SyncStorageEngine.PendingOperation> ops
1041 if (ops != null && ops.size() > 0) {
1044 final int N = ops.size();
1046 SyncStorageEngine.PendingOperation op = ops.get(i);
H A DSyncStorageEngine.java1111 ArrayList<SyncStatusInfo> ops = new ArrayList<SyncStatusInfo>(N);
1113 ops.add(mSyncStatus.valueAt(i));
1115 return ops;
1919 + version + "; dropping all ops");
1967 * Write all currently pending ops to the pending ops file.
2000 * Append the given operation to the pending ops file; if unable to,
2001 * write all pending ops.
/frameworks/base/opengl/libagl/
H A Dmatrix.cpp175 ops = OP_IDENTITY;
198 ops = OP_ALL;
212 ops = OP_ALL;
388 ops = new uint8_t[depth];
397 delete [] ops;
403 ops[depth] = OP_IDENTITY;
410 ops[depth] = OP_ALL; // TODO: we should look at the matrix
416 ops[depth] = OP_ALL; // TODO: we should look at the matrix
422 ops[depth] = OP_ALL; // TODO: we should look at the matrix
428 ops[dept
[all...]
H A Dprimitives.cpp417 if (ggl_unlikely(tr.ops)) {
/frameworks/base/include/private/opengles/
H A Dgl_context.h422 uint32_t ops; member in struct:android::gl::transform_t
454 uint8_t *ops; member in struct:android::gl::matrix_stack_t
469 uint32_t top_ops() const { return ops[depth]; }
471 return !(ops[depth] & ~(OP_TRANSLATE|OP_UNIFORM_SCALE|OP_ROTATE));

Completed in 98 milliseconds