Searched refs:ops (Results 201 - 225 of 323) sorted by relevance

1234567891011>>

/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/
H A Dannotate.c170 if (dl->ins && dl->ins->ops->scnprintf) {
172 bool fwd = dl->ops.target.offset > (u64)dl->offset;
204 || dl->ops.target.offset >= symbol__size(sym))
227 target = ab->offsets[cursor->ops.target.offset];
454 ip = ms->map->map_ip(ms->map, dl->ops.target.addr);
506 dl = annotate_browser__find_offset(browser, dl->ops.target.offset, &idx);
844 dlt = browser->offsets[dl->ops.target.offset];
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DTokenRewriteStream.as386 if ( op==null ) continue; // ignore deleted ops
409 var ops:Array = new Array();
413 if ( getQualifiedClassName(op) == getQualifiedClassName(kind) ) ops.push(op);
415 return ops;
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DTokenRewriteStream.cs571 continue; // ignore deleted ops
592 IList<RewriteOperation> ops = new List<RewriteOperation>();
598 ops.Add(op);
600 return ops;
/external/fio/
H A Dio_u.c404 struct prof_io_ops *ops = &td->prof_io_ops; local
406 if (ops->fill_io_u_off)
407 return ops->fill_io_u_off(td, io_u, is_random);
493 struct prof_io_ops *ops = &td->prof_io_ops; local
495 if (ops->fill_io_u_size)
496 return ops->fill_io_u_size(td, io_u, is_random);
1104 struct prof_io_ops *ops = &td->prof_io_ops; local
1106 if (ops->get_next_file)
1107 return ops->get_next_file(td);
1573 struct prof_io_ops *ops local
[all...]
/external/llvm/unittests/Transforms/Utils/
H A DCloning.cpp137 std::vector<Value *> ops; local
138 ops.push_back(Z);
139 GetElementPtrInst *GEP = GetElementPtrInst::Create(V, ops);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
H A Dsm4_dump.cpp188 out << ' ' << *insn.ops[i];
H A Dsm4_parse.cpp414 insn.ops[op_num].reset(new sm4_op);
415 read_op(&*insn.ops[op_num]);
/external/libnl/lib/route/
H A Droute.c30 static int route_msg_parser(struct nl_cache_ops *ops, struct sockaddr_nl *who, argument
H A Dlink.c256 static int link_msg_parser(struct nl_cache_ops *ops, struct sockaddr_nl *who, argument
401 struct rtnl_link_info_ops *ops; local
405 ops = rtnl_link_info_ops_lookup(kind);
406 if (ops != NULL) {
407 ops->io_refcnt++;
408 link->l_info_ops = ops;
409 err = ops->io_parse(link, li[IFLA_INFO_DATA],
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
H A Dsm4_dump.cpp188 out << ' ' << *insn.ops[i];
/external/oprofile/libpopt/
H A Dpopthelp.c291 int ops = (opt->argInfo & POPT_ARGFLAG_LOGICALOPS); local
295 if (!ops && (aLong == 0L || aLong == 1L || aLong == -1L))
298 switch (ops) {
314 le += sprintf(le, (ops ? "0x%lx" : "%ld"), aLong);
/external/oprofile/events/x86-64/hammer/
H A Devents22 event:0x00 counters:0,1,2,3 um:fpu_ops minimum:500 name:DISPATCHED_FPU_OPS : Dispatched FPU ops
23 event:0x01 counters:0,1,2,3 um:zero minimum:500 name:CYCLES_NO_FPU_OPS_RETIRED : Cycles with no FPU ops retired
24 event:0x02 counters:0,1,2,3 um:zero minimum:500 name:DISPATCHED_FPU_OPS_FAST_FLAG : Dispatched FPU ops that use the fast flag interface
77 event:0xc1 counters:0,1,2,3 um:zero minimum:500 name:RETIRED_UOPS : Retired micro-ops
/external/chromium_org/cc/output/
H A Dfilter_operations_unittest.cc15 FilterOperations ops; local
16 ops.Append(FilterOperation::CreateBlurFilter(20));
19 ops.GetOutsets(&top, &right, &bottom, &left);
27 FilterOperations ops; local
28 ops.Append(FilterOperation::CreateDropShadowFilter(gfx::Point(3, 8), 20, 0));
31 ops.GetOutsets(&top, &right, &bottom, &left);
/external/chromium_org/net/third_party/nss/ssl/
H A Dsslsock.c210 ss->ops = os->ops;
458 ss->ops = ss->opt.useSecurity ? &ssl_secure_ops : &ssl_default_ops;
2109 rv = (PRStatus)(*ss->ops->connect)(ss, sockaddr);
2130 rv = (PRStatus)(*ss->ops->bind)(ss, addr);
2150 rv = (PRStatus)(*ss->ops->listen)(ss, backlog);
2174 rv = (PRStatus)(*ss->ops->shutdown)(ss, how);
2207 rv = (PRStatus)(*ss->ops->close)(ss);
2228 rv = (*ss->ops->recv)(ss, (unsigned char*)buf, len, flags);
2249 rv = (*ss->ops
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fShaderMatrixTests.cpp1095 } ops[] = local
1145 for (int opNdx = 0; opNdx < DE_LENGTH_OF_ARRAY(ops); opNdx++)
1147 const InputTypeSpec* inTypeList = (ops[opNdx].extendedInputTypeCases) ? (extendedInputTypes) : (reducedInputTypes);
1148 const int inTypeListSize = (ops[opNdx].extendedInputTypeCases) ? (DE_LENGTH_OF_ARRAY(extendedInputTypes)) : (DE_LENGTH_OF_ARRAY(reducedInputTypes));
1149 const MatrixOp op = ops[opNdx].op;
1150 tcu::TestCaseGroup* opGroup = new tcu::TestCaseGroup(m_testCtx, ops[opNdx].name, ops[opNdx].desc);
/external/icu/icu4c/source/test/perf/collperf2/
H A Dcollperf2.cpp768 : coll(coll), ucoll(ucoll), ops(0) {}
770 /** Calls call() to set the ops field, and returns that. */
776 int32_t ops; member in class:CollPerfFunction
784 return U_SUCCESS(errorCode) ? ops : 0;
837 ops = cc.counter;
922 ops = cc.counter;
946 ops = cc.counter;
972 ops = cc.counter;
1008 ops = cc.counter;
1035 ops
[all...]
/external/chromium_org/content/browser/net/
H A Dsqlite_persistent_cookie_store.cc958 PendingOperationsList ops; local
961 pending_.swap(ops);
966 if (!db_.get() || ops.empty())
991 for (PendingOperationsList::iterator it = ops.begin();
992 it != ops.end(); ++it) {
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DTokenRewriteStream.cs677 continue; // ignore deleted ops
702 IList<RewriteOperation> ops = new List<RewriteOperation>();
709 ops.Add( op );
711 return ops;
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DTokenRewriteStream.java547 if ( op==null ) continue; // ignore deleted ops
570 List ops = new ArrayList();
574 if ( op.getClass() == kind ) ops.add(op);
576 return ops;
/external/chromium_org/third_party/skia/tests/
H A DMatrixClipCollapseTest.cpp26 // Body methods only directly emit draw ops and saveLayer/restore pairs but call
27 // the ModelClip helper methods. Since the body methods emit the ops that cannot
28 // be collapsed (i.e., draw ops, saveLayer/restore) they also generate the
32 // The ModelClip methods output matrix and clip ops in various orders and
34 // expected matrix & clip ops. Note that, currently, the entire clip stack
60 // Extract the command ops from the input SkPicture
61 static void gets_ops(SkPicture& input, SkTDArray<DrawType>* ops) { argument
66 ops->setCount(debugCanvas.getSize());
68 (*ops)[i] = debugCanvas.getDrawCommandAt(i)->getType();
98 // TODO: implement the rest of the draw ops
[all...]
/external/skia/tests/
H A DMatrixClipCollapseTest.cpp26 // Body methods only directly emit draw ops and saveLayer/restore pairs but call
27 // the ModelClip helper methods. Since the body methods emit the ops that cannot
28 // be collapsed (i.e., draw ops, saveLayer/restore) they also generate the
32 // The ModelClip methods output matrix and clip ops in various orders and
34 // expected matrix & clip ops. Note that, currently, the entire clip stack
60 // Extract the command ops from the input SkPicture
61 static void gets_ops(SkPicture& input, SkTDArray<DrawType>* ops) { argument
66 ops->setCount(debugCanvas.getSize());
68 (*ops)[i] = debugCanvas.getDrawCommandAt(i)->getType();
98 // TODO: implement the rest of the draw ops
[all...]
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view_aura.cc438 int ConvertFromWeb(blink::WebDragOperationsMask ops) { argument
440 if (ops & blink::WebDragOperationCopy)
442 if (ops & blink::WebDragOperationMove)
444 if (ops & blink::WebDragOperationLink)
756 void WebContentsViewAura::EndDrag(blink::WebDragOperationsMask ops) { argument
767 screen_loc.x(), screen_loc.y(), ops);
/external/chromium_org/third_party/jinja2/
H A Dparser.py429 ops = []
434 ops.append(nodes.Operand(token_type, self.parse_add()))
436 ops.append(nodes.Operand('in', self.parse_add()))
440 ops.append(nodes.Operand('notin', self.parse_add()))
444 if not ops:
446 return nodes.Compare(expr, ops, lineno=lineno)
/external/oprofile/events/x86-64/family11h/
H A Devents24 event:0x00 counters:0,1,2,3 um:fpu_ops minimum:500 name:DISPATCHED_FPU_OPS : Dispatched FPU ops
26 event:0x02 counters:0,1,2,3 um:zero minimum:500 name:DISPATCHED_FPU_OPS_FAST_FLAG : Dispatched FPU ops that use the fast flag interface
82 event:0xc1 counters:0,1,2,3 um:zero minimum:500 name:RETIRED_UOPS : Retired micro-ops
/external/chromium_org/jingle/glue/
H A Dfake_ssl_client_socket_unittest.cc74 // them onto |ops|.
77 std::vector<net::MockReadWrite<type> >* ops) {
82 ops->push_back(net::MockReadWrite<type>(mode, data.data() + offset,
76 AddChunkedOps(base::StringPiece data, size_t chunk_size, net::IoMode mode, std::vector<net::MockReadWrite<type> >* ops) argument

Completed in 989 milliseconds

1234567891011>>