HomeSort by relevance Sort by last modified time
    Searched refs:op (Results 326 - 350 of 1458) sorted by null

<<11121314151617181920>>

  /frameworks/base/tools/preload/
PrintHtmlDiff.java 45 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);
PrintCsv.java 83 for (Operation op : loadedClass.loads)
84 procNames.add(op.process.name);
85 for (Operation op : loadedClass.initializations)
86 procNames.add(op.process.name);
  /external/kernel-headers/original/asm-x86/
msr.h 229 static inline void cpuid(int op, unsigned int *eax, unsigned int *ebx,
237 : "0" (op));
241 static inline void cpuid_count(int op, int count, int *eax, int *ebx, int *ecx,
249 : "0" (op), "c" (count));
255 static inline unsigned int cpuid_eax(unsigned int op)
261 : "0" (op)
265 static inline unsigned int cpuid_ebx(unsigned int op)
271 : "0" (op)
275 static inline unsigned int cpuid_ecx(unsigned int op)
281 : "0" (op)
    [all...]
  /external/v8/src/ia32/
lithium-codegen-ia32.h 77 Operand ToOperand(LOperand* op) const;
78 Register ToRegister(LOperand* op) const;
79 XMMRegister ToDoubleRegister(LOperand* op) const;
81 bool IsInteger32(LConstantOperand* op) const;
82 Immediate ToInteger32Immediate(LOperand* op) const {
83 return Immediate(ToInteger32(LConstantOperand::cast(op)));
86 Handle<Object> ToHandle(LConstantOperand* op) const;
90 Operand HighOperand(LOperand* op);
224 LOperand* op,
233 int ToInteger32(LConstantOperand* op) const
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
GLUtils.h 62 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE);
63 static bool checkGlErrorOn(void* p, const char* op);
64 static bool checkGlError(const char* op);
  /frameworks/av/include/media/stagefright/foundation/
ADebug.h 39 #define MAKE_COMPARATOR(suffix,op) \
43 if (!(a op b)) { \
58 #define CHECK_OP(x,y,suffix,op) \
  /system/extras/tests/bionic/libc/common/
bench_stdio.c 69 #define BENCH(op,...) \
72 op ; \
75 printf("bench %-30s %8.2f ms (%.1f KB/s) \n", #op, time_ms, bandwidth ); \
  /system/netd/
IdletimerController.cpp 42 * # If the label name does match an interface, the rules will be a no-op.
150 int IdletimerController::modifyInterfaceIdletimer(IptOp op, const char *iface,
156 (op == IptOpAdd) ? 'A' : 'D', iface, timeout, iface);
162 (op == IptOpAdd) ? 'A' : 'D', iface, timeout, iface);
  /external/valgrind/main/VEX/priv/
host_ppc_isel.c 193 static IRExpr* unop ( IROp op, IRExpr* a )
195 return IRExpr_Unop(op, a);
2730 PPCAluOp op = (op_binop == Iop_Or64) ? Palu_OR : local
3456 PPCAvOp op = Pav_INVALID; local
    [all...]
ir_match.c 68 if (p->Iex.Unop.op != e->Iex.Unop.op) return False;
74 if (p->Iex.Binop.op != e->Iex.Binop.op) return False;
  /bionic/libc/include/sys/
epoll.h 66 int epoll_ctl(int epfd, int op, int fd, struct epoll_event *event);
  /dalvik/vm/mterp/armv5te/
binopWide.S 4 * specifies an instruction that performs "result = r0-r1 op r2-r3".
33 $preinstr @ optional op; may set condition codes
34 $instr @ result<- op, r0-r3 changed
binopWide2addr.S 4 * that specifies an instruction that performs "result = r0-r1 op r2-r3".
30 $preinstr @ optional op; may set condition codes
31 $instr @ result<- op, r0-r3 changed
  /dalvik/vm/mterp/armv6t2/
binopWide2addr.S 4 * that specifies an instruction that performs "result = r0-r1 op r2-r3".
29 $preinstr @ optional op; may set condition codes
30 $instr @ result<- op, r0-r3 changed
  /development/ndk/platforms/android-3/include/sys/
epoll.h 66 int epoll_ctl(int epfd, int op, int fd, struct epoll_event *event);
  /external/freetype/src/psaux/
t1decode.c 427 T1_Operator op = op_none; local
452 op = op_hstem;
456 op = op_vstem;
459 op = op_vmoveto;
462 op = op_rlineto;
465 op = op_hlineto;
468 op = op_vlineto;
471 op = op_rrcurveto;
474 op = op_closepath;
477 op = op_callsubr
    [all...]
  /external/iptables/extensions/
libip6t_hl.c 60 static const char *const op[] = { local
69 printf(" HL match HL %s %u", op[info->mode], info->hop_limit);
74 static const char *const op[] = { local
83 printf(" %s %u", op[info->mode], info->hop_limit);
  /external/libvpx/vp8/common/x86/
iwalsh_sse2.asm 47 paddw xmm4, xmm0 ;dl+cl a1+b1 aka op[4] op[0]
48 psubw xmm0, xmm1 ;d1-c1 a1-b1 aka op[12] op[8]
79 paddw xmm5, xmm4 ;dl+cl a1+b1 aka op[4] op[0]
80 psubw xmm4, xmm1 ;d1-c1 a1-b1 aka op[12] op[8]
  /external/openssl/crypto/pkcs12/
p12_decr.c 136 FILE *op; local
141 op = fopen(fname, "wb");
142 fwrite (p, 1, outlen, op);
143 fclose(op);
  /external/oprofile/daemon/
opd_ibs.h 33 struct ibs_op_sample * op; member in struct:ibs_sample
58 /** This struct represents the hardware-level IBS op information. */
61 /* MSRC001_1034 IBS Op Logical Address Register */
64 /* MSRC001_1035 IBS Op Data Register */
67 /* MSRC001_1036 IBS Op Data 2 Register */
70 /* MSRC001_1037 IBS Op Data 3 Register */
95 * Handle an IBS op sample escape code sequence. An IBS op sample
98 * IBS fetch IBS op
118 * entries are needed to process a complete IBS op sample
    [all...]
  /external/skia/samplecode/
SampleComplexClip.cpp 83 SkRegion::Op fOp;
98 for (size_t op = 0; op < SK_ARRAY_COUNT(gOps); ++op) {
99 int idx = invA * SK_ARRAY_COUNT(gOps) + op;
110 canvas->clipPath(clipB, gOps[op].fOp);
134 canvas->drawText(gOps[op].fName, strlen(gOps[op].fName),
136 txtX += paint.measureText(gOps[op].fName, strlen(gOps[op].fName))
    [all...]
  /external/skia/src/core/
SkAAClip.h 39 bool op(const SkAAClip&, const SkAAClip&, SkRegion::Op);
41 // Helpers for op()
42 bool op(const SkIRect&, SkRegion::Op);
43 bool op(const SkRect&, SkRegion::Op, bool doAA);
44 bool op(const SkAAClip&, SkRegion::Op);
SkRasterClip.h 38 bool op(const SkIRect&, SkRegion::Op);
39 bool op(const SkRegion&, SkRegion::Op);
40 bool op(const SkRasterClip&, SkRegion::Op);
41 bool op(const SkRect&, SkRegion::Op, bool doAA);
  /external/skia/src/gpu/
GrStencil.h 104 GrStencilOp fFrontPassOp : 8; // op to perform when front faces pass
105 GrStencilOp fBackPassOp : 8; // op to perform when back faces pass
106 GrStencilOp fFrontFailOp : 8; // op to perform when front faces fail
107 GrStencilOp fBackFailOp : 8; // op to perform when back faces fail
194 void setFrontPassOp(GrStencilOp op) { fFrontPassOp = op; fFlags = 0;}
195 void setBackPassOp(GrStencilOp op) { fBackPassOp = op; fFlags = 0;}
196 void setFrontFailOp(GrStencilOp op) {fFrontFailOp = op; fFlags = 0;
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/sys/
epoll.h 66 int epoll_ctl(int epfd, int op, int fd, struct epoll_event *event);

Completed in 1444 milliseconds

<<11121314151617181920>>