Searched refs:ops (Results 176 - 200 of 323) sorted by relevance

1234567891011>>

/external/regex-re2/re2/testing/
H A Dpossible_match_test.cc170 const vector<string>& ops,
173 : RegexpGenerator(maxatoms, maxops, alphabet, ops),
167 PossibleMatchTester(int maxatoms, int maxops, const vector<string>& alphabet, const vector<string>& ops, int maxstrlen, const vector<string>& stralphabet) argument
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dtrace-event.h77 int script_spec_register(const char *spec, struct scripting_ops *ops);
/external/chromium_org/third_party/skia/gm/
H A Dcomplexclip2.cpp75 SkRegion::Op ops[] = { local
88 fOps[j*kRows+i][k] = ops[r.nextU() % SK_ARRAY_COUNT(ops)];
/external/guava/guava-tests/test/com/google/common/collect/
H A DImmutableListTest.java433 ops(add(1), add(2)),
438 ops(add(1), nop()),
443 ops(add(1), remove()),
448 ops(nop(), add(1)),
453 ops(remove(), nop()),
458 ops(remove(), add(2)),
463 ops(remove(), remove()),
468 ops(remove(), nop()),
473 ops(remove(), add(3)),
478 ops(no
491 private static ImmutableList<ListFrobber> ops(ListFrobber... elements) { method in class:ImmutableListTest.ConcurrentTests
[all...]
/external/skia/gm/
H A Dcomplexclip2.cpp75 SkRegion::Op ops[] = { local
88 fOps[j*kRows+i][k] = ops[r.nextU() % SK_ARRAY_COUNT(ops)];
/external/tcpdump/
H A Dprint-forces.c964 const struct pdata_ops *ops = get_forces_pd(type); local
966 if (vflag >= 3 && ops->v != F_TLV_PDAT) {
970 ib, ops->s, EXTRACT_16BITS(&pdtlv->length),
975 ib, ops->s, EXTRACT_16BITS(&pdtlv->length),
979 chk_op_type(type, op_msk, ops->op_msk);
981 if (ops->print((const u_char *)pdtlv,
1190 const struct optlv_h *ops; local
1199 ops = get_forces_optlv_h(type);
1201 printf("%sOper TLV %s(0x%x) length %d\n", ib, ops->s, type,
1205 if (!ops
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_from_sm4.cpp1141 sm4_op *op = insn->ops[s + nDstOpnds]->indices[dim].reg.get();
1161 sm4_op *op = insn->ops[d]->indices[dim].reg.get();
1179 sm4_op *op = insn->ops[s + nDstOpnds].get();
1192 return src(*insn->ops[i + nDstOpnds], c, i);
1198 return dst(*insn->ops[i], c, i);
1206 return saveDst(*insn->ops[i], c, value, i);
1529 assert(insn->ops[2]->file == SM4_FILE_RESOURCE); // TODO: UAVs
1534 const int tR = insn->ops[rOp]->indices[0].disp;
1540 emitTex(dst0, texi, insn->ops[rOp]->swizzle);
1549 const int tR = insn->ops[
[all...]
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_from_sm4.cpp1141 sm4_op *op = insn->ops[s + nDstOpnds]->indices[dim].reg.get();
1161 sm4_op *op = insn->ops[d]->indices[dim].reg.get();
1179 sm4_op *op = insn->ops[s + nDstOpnds].get();
1192 return src(*insn->ops[i + nDstOpnds], c, i);
1198 return dst(*insn->ops[i], c, i);
1206 return saveDst(*insn->ops[i], c, value, i);
1529 assert(insn->ops[2]->file == SM4_FILE_RESOURCE); // TODO: UAVs
1534 const int tR = insn->ops[rOp]->indices[0].disp;
1540 emitTex(dst0, texi, insn->ops[rOp]->swizzle);
1549 const int tR = insn->ops[
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
H A Dexpr.pxi32 for ops, operation in [
51 for op in ops:
54 del operator, op, ops, operation
/external/e2fsprogs/lib/ext2fs/
H A Dgen_bitmap64.c96 struct ext2_bitmap_ops *ops; local
105 ops = &ext2fs_blkmap64_bitarray;
108 ops = &ext2fs_blkmap64_rbtree;
113 ops = &ext2fs_blkmap64_bitarray;
115 ops = &ext2fs_blkmap64_rbtree;
142 bitmap->bitmap_ops = ops;
/external/chromium_org/webkit/data/test_shell/sort/
H A Dsort.js97 var ops = 0;
105 ops++;
138 if (ops == 0) {
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
H A Dsm4_analyze.cpp107 sm4_op& op = *program.insns[insn_num]->ops[0];
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
H A Dx86id.c624 x86_find_match(x86_id_insn *id_insn, yasm_insn_operand **ops, argument
681 use_ops = ops;
1000 x86_match_error(x86_id_insn *id_insn, yasm_insn_operand **ops, argument
1022 i = x86_find_match(id_insn, ops, rev_ops, size_lookup, bypass);
1069 yasm_insn_operand *op, *ops[5], *rev_ops[5]; local
1090 ops[0] = ops[1] = ops[2] = ops[3] = ops[
[all...]
/external/fio/
H A Dclient.h64 struct client_ops *ops; member in struct:fio_client
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
H A Dsm4_analyze.cpp107 sm4_op& op = *program.insns[insn_num]->ops[0];
/external/chromium_org/content/common/gpu/client/
H A Dgl_helper_unittest.cc1245 std::deque<GLHelperScaling::ScaleOp> ops; local
1246 GLHelperScaling::ScaleOp::AddOps(src, dst, scale_x, allow3, &ops);
1250 EXPECT_EQ(ops[0].scale_factor, 3);
1251 EXPECT_EQ(ops.size(), 1U);
1252 EXPECT_EQ(ops[0].scale_x, scale_x);
1253 EXPECT_EQ(ops[0].scale_size, dst);
1257 for (size_t i = 0; i < ops.size(); i++) {
1258 EXPECT_EQ(ops[i].scale_x, scale_x);
1262 EXPECT_TRUE(ops[0].scale_factor == 0 || ops[
[all...]
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view_guest.cc245 WebDragOperationsMask ops,
259 view->StartDragging(drop_data, ops, image, image_offset, event_info);
243 StartDragging( const DropData& drop_data, WebDragOperationsMask ops, const gfx::ImageSkia& image, const gfx::Vector2d& image_offset, const DragEventSourceInfo& event_info) argument
/external/oprofile/events/i386/atom/
H A Devents18 event:0x10 counters:0,1 um:x87_comp_ops_exe minimum:6000 name:X87_COMP_OPS_EXE : Floating point computational micro-ops
65 event:0xB0 counters:0,1 um:simd_uops_exec minimum:6000 name:SIMD_UOPS_EXEC : SIMD micro-ops executed
66 event:0xB1 counters:0,1 um:simd_sat_uop_exec minimum:6000 name:SIMD_SAT_UOP_EXEC : SIMD saturated arithmetic micro-ops executed
68 event:0xC2 counters:0,1 um:uops_retired minimum:6000 name:UOPS_RETIRED : Micro-ops retired
/external/oprofile/events/mips/5K/
H A Devents9 event:0x2 counters:0,1 um:zero minimum:500 name:LOADS_EXECED : Load/pref(x)/sync/cache-ops executed
/external/chromium_org/chrome/browser/net/
H A Dsqlite_server_bound_cert_store.cc478 PendingOperationsList ops; local
481 pending_.swap(ops);
486 if (!db_.get() || ops.empty())
504 for (PendingOperationsList::iterator it = ops.begin();
505 it != ops.end(); ++it) {
/external/oprofile/module/
H A Doprofile.c51 // the interrupt handler ops structure to use
109 fill_op_entry(struct op_sample * ops, long eip, pid_t pid, pid_t tgid, int ctr) argument
111 ops->eip = eip;
112 ops->pid = pid;
113 ops->tgid = tgid;
114 ops->counter = ctr;
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-script.c577 struct scripting_ops *ops; member in struct:script_spec
584 struct scripting_ops *ops)
590 s->ops = ops;
612 struct scripting_ops *ops)
619 s = script_spec__new(spec, ops);
628 int script_spec_register(const char *spec, struct scripting_ops *ops) argument
636 s = script_spec__findnew(spec, ops);
649 return s->ops;
661 fprintf(stderr, " %-42s [%s]\n", s->spec, s->ops
583 script_spec__new(const char *spec, struct scripting_ops *ops) argument
611 script_spec__findnew(const char *spec, struct scripting_ops *ops) argument
[all...]
/external/oprofile/events/x86-64/family11h/
H A Dunit_masks39 0x01 Add pipe ops
41 0x04 Store pipe ops
42 0x08 Add pipe load ops
43 0x10 Multiply pipe load ops
44 0x20 Store pipe load ops
/external/oprofile/events/x86-64/hammer/
H A Dunit_masks33 0x01 Add pipe ops
35 0x04 Store pipe ops
36 0x08 Add pipe load ops
37 0x10 Multiply pipe load ops
38 0x20 Store pipe load ops
/external/compiler-rt/lib/msandr/
H A Dmsandr.cc833 drsys_options_t ops;
834 memset(&ops, 0, sizeof(ops));
835 ops.struct_size = sizeof(ops);
836 ops.analyze_unknown_syscalls = false;
838 res = drsys_init(id, &ops);

Completed in 941 milliseconds

1234567891011>>