Searched refs:op (Results 1 - 25 of 78) sorted by relevance

1234

/frameworks/base/core/java/android/util/
H A DBase64.java73 public int op; field in class:Base64.Coder
165 if (decoder.op == decoder.output.length) {
171 byte[] temp = new byte[decoder.op];
172 System.arraycopy(decoder.output, 0, temp, 0, decoder.op);
276 int op = 0;
301 output[op+2] = (byte) value;
302 output[op+1] = (byte) (value >> 8);
303 output[op] = (byte) (value >> 16);
304 op += 3;
345 output[op
[all...]
/frameworks/base/core/java/android/content/
H A DSyncQueue.java57 for (SyncStorageEngine.PendingOperation op : mSyncStorageEngine.getPendingOperations()) {
58 if (op.userId != userId) continue;
61 op.account, op.userId, op.authority);
63 SyncAdapterType.newKey(op.authority, op.account.type), op.userId);
65 Log.w(TAG, "Missing sync adapter info for authority " + op.authority + ", userId "
66 + op
[all...]
H A DSyncManager.java720 private void clearBackoffSetting(SyncOperation op) { argument
721 mSyncStorageEngine.setBackoff(op.account, op.userId, op.authority,
724 mSyncQueue.onBackoffChanged(op.account, op.userId, op.authority, 0);
728 private void increaseBackoffSetting(SyncOperation op) { argument
734 mSyncStorageEngine.getBackoff(op.account, op
776 setDelayUntilTime(SyncOperation op, long delayUntilSeconds) argument
2169 dispatchSyncOperation(SyncOperation op) argument
[all...]
/frameworks/native/opengl/tests/include/
H A DglTestLib.h30 void glTestCheckEglError(const char* op, EGLBoolean returnVal = EGL_TRUE);
31 void glTestCheckGlError(const char* op);
/frameworks/base/core/java/android/app/
H A DBackStackRecord.java42 BackStackRecord.Op op = bse.mHead;
43 while (op != null) {
44 if (op.removed != null) numRemoved += op.removed.size();
45 op = op.next;
53 op = bse.mHead;
55 while (op != null) {
56 mOps[pos++] = op.cmd;
57 mOps[pos++] = op
363 addOp(Op op) argument
[all...]
/frameworks/support/v4/java/android/support/v4/app/
H A DBackStackRecord.java42 BackStackRecord.Op op = bse.mHead;
43 while (op != null) {
44 if (op.removed != null) numRemoved += op.removed.size();
45 op = op.next;
53 op = bse.mHead;
55 while (op != null) {
56 mOps[pos++] = op.cmd;
57 mOps[pos++] = op
363 addOp(Op op) argument
[all...]
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DRunResult.java31 RunResult(TestService.TestRunner op) { argument
32 name = op.getName();
33 fgLongName = op.getForegroundLongName();
34 bgLongName = op.getBackgroundLongName();
35 fgTime = op.getForegroundTime();
36 fgOps = op.getForegroundOps();
37 bgTime = op.getBackgroundTime();
38 bgOps = op.getBackgroundOps();
/frameworks/base/graphics/java/android/graphics/
H A DRegion.java243 return op(r, Op.UNION);
248 * true if the result of the op is not empty.
250 public boolean op(Rect r, Op op) { argument
252 op.nativeInt);
257 * true if the result of the op is not empty.
259 public boolean op(int left, int top, int right, int bottom, Op op) { argument
261 op.nativeInt);
266 * true if the result of the op i
268 op(Region region, Op op) argument
276 op(Rect rect, Region region, Op op) argument
285 op(Region region1, Region region2, Op op) argument
379 nativeOp(int native_dst, int left, int top, int right, int bottom, int op) argument
381 nativeOp(int native_dst, Rect rect, int native_region, int op) argument
383 nativeOp(int native_dst, int native_region1, int native_region2, int op) argument
[all...]
/frameworks/base/libs/hwui/
H A DDisplayListLogBuffer.cpp85 int op = *tmpBufferPtr++; local
95 fprintf(file, "%s%s\n", indent, opNames[op]);
99 void DisplayListLogBuffer::writeCommand(int level, int op) { argument
101 writeInt(op);
H A DDisplayListLogBuffer.h34 void writeCommand(int level, int op);
H A DSnapshot.h87 SkRegion::Op op = SkRegion::kIntersect_Op);
94 bool clipTransformed(const Rect& r, SkRegion::Op op = SkRegion::kIntersect_Op);
231 bool clipRegionOp(float left, float top, float right, float bottom, SkRegion::Op op);
H A DDisplayListRenderer.cpp336 int op = mReader.readInt(); local
337 if (op & OP_MAY_BE_SKIPPED_MASK) {
340 op &= ~OP_MAY_BE_SKIPPED_MASK;
343 switch (op) {
346 ALOGD("%s%s %p", (char*) indent, OP_NAMES[op], functor);
351 ALOGD("%s%s %d", (char*) indent, OP_NAMES[op], rendererNum);
355 ALOGD("%s%s", (char*) indent, OP_NAMES[op]);
360 ALOGD("%s%s %d", (char*) indent, OP_NAMES[op], restoreCount);
371 OP_NAMES[op], f1, f2, f3, f4, paint, flags);
382 OP_NAMES[op], f
903 int op = mReader.readInt(); local
1550 clipRect(float left, float top, float right, float bottom, SkRegion::Op op) argument
[all...]
H A DSnapshot.cpp60 mClipRegionRoot.op(*s->clipRegion, SkRegion::kUnion_Op);
109 bool Snapshot::clipRegionOp(float left, float top, float right, float bottom, SkRegion::Op op) { argument
113 clipRegion->op(tmp, op);
121 bool Snapshot::clip(float left, float top, float right, float bottom, SkRegion::Op op) { argument
124 return clipTransformed(r, op);
127 bool Snapshot::clipTransformed(const Rect& r, SkRegion::Op op) { argument
130 switch (op) {
158 clipped = clipRegionOp(r.left, r.top, r.right, r.bottom, op);
/frameworks/native/opengl/tests/gl_perf/
H A Dgl2_perf.cpp35 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { argument
37 fprintf(stderr, "%s() returned %d\n", op, returnVal);
42 fprintf(stderr, "after %s() eglError %s (0x%x)\n", op, EGLUtils::strerror(error),
47 static void checkGlError(const char* op) { argument
50 fprintf(stderr, "after %s() glError (0x%x)\n", op, error);
/frameworks/native/opengl/tests/lib/
H A DglTestLib.cpp48 void glTestCheckEglError(const char* op, EGLBoolean returnVal) argument
51 testPrintE("%s() returned %d", op, returnVal);
57 op, EGLUtils::strerror(error), error);
61 void glTestCheckGlError(const char* op) argument
65 testPrintE("after %s() glError (0x%x)", op, error);
/frameworks/native/include/ui/
H A DRegion.h144 Region& operationSelf(const Rect& r, int op);
145 Region& operationSelf(const Region& r, int op);
146 Region& operationSelf(const Region& r, int dx, int dy, int op);
147 const Region operation(const Rect& rhs, int op) const;
148 const Region operation(const Region& rhs, int op) const;
149 const Region operation(const Region& rhs, int dx, int dy, int op) const;
151 static void boolean_operation(int op, Region& dst,
153 static void boolean_operation(int op, Region& dst,
156 static void boolean_operation(int op, Region& dst,
158 static void boolean_operation(int op, Regio
[all...]
/frameworks/base/tools/preload/
H A DPrintHtmlDiff.java45 for (Operation op : proc.operations) {
46 zygote.add(op.loadedClass);
107 for (Operation op : clazz.loads) procNames.add(op.process.name);
108 for (Operation op : clazz.initializations) {
109 procNames.add(op.process.name);
H A DPrintCsv.java83 for (Operation op : loadedClass.loads)
84 procNames.add(op.process.name);
85 for (Operation op : loadedClass.initializations)
86 procNames.add(op.process.name);
/frameworks/av/include/media/stagefright/foundation/
H A DADebug.h39 #define MAKE_COMPARATOR(suffix,op) \
43 if (!(a op b)) { \
58 #define CHECK_OP(x,y,suffix,op) \
/frameworks/base/core/jni/android/graphics/
H A DRegion.cpp71 static jboolean Region_op0(JNIEnv* env, jobject, SkRegion* dst, int left, int top, int right, int bottom, int op) { argument
75 return dst->op(ir, (SkRegion::Op)op);
78 static jboolean Region_op1(JNIEnv* env, jobject, SkRegion* dst, jobject rectObject, const SkRegion* region, int op) { argument
81 return dst->op(ir, *region, (SkRegion::Op)op);
84 static jboolean Region_op2(JNIEnv* env, jobject, SkRegion* dst, const SkRegion* region1, const SkRegion* region2, int op) { argument
85 return dst->op(*region1, *region2, (SkRegion::Op)op);
145 tmp.op(
[all...]
/frameworks/base/cmds/ime/src/com/android/commands/ime/
H A DIme.java56 String op = args[0];
59 if ("list".equals(op)) {
64 if ("enable".equals(op)) {
69 if ("disable".equals(op)) {
74 if ("set".equals(op)) {
79 if (op != null) {
80 System.err.println("Error: unknown command '" + op + "'");
/frameworks/base/obex/javax/obex/
H A DServerSession.java193 ServerOperation op = new ServerOperation(this, mInput, type, mMaxPacketLength, mListener);
197 if ((op.finalBitSet) && !op.isValidBody()) {
199 .onDelete(op.requestHeader, op.replyHeader));
201 response = validateResponseCode(mListener.onPut(op));
203 if (response != ResponseCodes.OBEX_HTTP_OK && !op.isAborted) {
204 op.sendReply(response);
205 } else if (!op.isAborted) {
207 while (!op
[all...]
/frameworks/native/libs/ui/
H A DRegion.cpp133 Region& Region::operationSelf(const Rect& r, int op) { argument
135 boolean_operation(op, *this, lhs, r);
153 Region& Region::operationSelf(const Region& rhs, int op) { argument
155 boolean_operation(op, *this, lhs, rhs);
178 const Region Region::operation(const Rect& rhs, int op) const {
180 boolean_operation(op, result, *this, rhs);
198 const Region Region::operation(const Region& rhs, int op) const {
200 boolean_operation(op, result, *this, rhs);
224 Region& Region::operationSelf(const Region& rhs, int dx, int dy, int op) { argument
226 boolean_operation(op, *thi
408 boolean_operation(int op, Region& dst, const Region& lhs, const Region& rhs, int dx, int dy) argument
518 boolean_operation(int op, Region& dst, const Region& lhs, const Rect& rhs, int dx, int dy) argument
545 boolean_operation(int op, Region& dst, const Region& lhs, const Region& rhs) argument
551 boolean_operation(int op, Region& dst, const Region& lhs, const Rect& rhs) argument
[all...]
/frameworks/av/services/camera/tests/CameraServiceTest/
H A DCameraServiceTest.cpp177 void assertNotify(int32_t msgType, OP op, int count);
178 void assertData(int32_t msgType, OP op, int count);
179 void waitNotify(int32_t msgType, OP op, int count);
180 void waitData(int32_t msgType, OP op, int count);
181 void assertDataSize(int32_t msgType, OP op, int dataSize);
192 bool test(OP op, int v1, int v2);
193 void assertTest(OP op, int v1, int v2);
205 bool MCameraClient::test(OP op, int v1, int v2) { argument
206 switch (op) {
217 void MCameraClient::assertTest(OP op, in argument
224 assertNotify(int32_t msgType, OP op, int count) argument
230 assertData(int32_t msgType, OP op, int count) argument
236 assertDataSize(int32_t msgType, OP op, int dataSize) argument
280 waitNotify(int32_t msgType, OP op, int count) argument
292 waitData(int32_t msgType, OP op, int count) argument
[all...]
/frameworks/base/tools/obbtool/
H A DMain.cpp252 if (strncmp(op, name, opsize)) { \
253 fprintf(stderr, "ERROR: unknown function '%s'!\n\n", op); \
259 const char* op = argv[optind++]; local
260 const int opsize = strlen(op);
270 switch (op[0]) {
288 fprintf(stderr, "ERROR: unknown command '%s'!\n\n", op);

Completed in 290 milliseconds

1234