HomeSort by relevance Sort by last modified time
    Searched refs:cg (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/libnl/lib/route/cls/
cgroup.c 39 struct rtnl_cgroup *cg = rtnl_cls_data(cls); local
41 rtnl_ematch_tree_free(cg->cg_ematch);
46 struct rtnl_cgroup *cg = rtnl_cls_data(cls); local
57 &cg->cg_ematch)) < 0)
59 cg->cg_mask |= CGROUP_ATTR_EMATCH;
73 struct rtnl_cgroup *cg = rtnl_cls_data(cls); local
75 if (cg->cg_mask & CGROUP_ATTR_EMATCH)
83 struct rtnl_cgroup *cg = rtnl_cls_data(cls); local
85 if (cg->cg_mask & CGROUP_ATTR_EMATCH) {
88 rtnl_ematch_tree_dump(cg->cg_ematch, p)
99 struct rtnl_cgroup *cg = rtnl_cls_data(cls); local
116 struct rtnl_cgroup *cg = rtnl_cls_data(cls); local
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
DefaultGeneratorStrategy.java 23 public byte[] generate(ClassGenerator cg) throws Exception {
25 transform(cg).generateClass(cw);
37 protected ClassGenerator transform(ClassGenerator cg) throws Exception {
38 return cg;
GeneratorStrategy.java 31 * @param cg a class generator on which you can call {@link ClassGenerator#generateClass}
34 byte[] generate(ClassGenerator cg) throws Exception;
  /external/oprofile/daemon/
opd_mangling.h 23 * @param cg if this is a callgraph file
31 struct sfile * sf, int counter, int cg);
opd_mangling.c 69 mangle_filename(struct sfile * last, struct sfile const * sf, int counter, int cg)
107 if (cg) {
142 struct sfile * sf, int counter, int cg)
150 mangled = mangle_filename(last, sf, counter, cg);
159 /* locking sf will lock associated cg files too */
opd_sfile.c 301 struct cg_entry * cg; local
326 cg = list_entry(pos, struct cg_entry, hash);
327 if (sfile_equal(last, &cg->to)) {
328 file = &cg->to.files[trans->event];
333 cg = xmalloc(sizeof(struct cg_entry));
334 sfile_dup(&cg->to, last);
335 list_add(&cg->hash, &sf->cg_hash[hash]);
336 file = &cg->to.files[trans->event];
536 struct cg_entry * cg = local
538 if (free_sf || func(&cg->to, data))
    [all...]
opd_ibs.c 754 struct cg_entry * cg; local
786 cg = list_entry(pos, struct cg_entry, hash);
787 if (sfile_equal(last, &cg->to)) {
788 file = &(cg->to.ext_files[ibs_vci]);
793 cg = xmalloc(sizeof(struct cg_entry));
794 sfile_dup(&cg->to, last);
795 list_add(&cg->hash, &sf->cg_hash[hash]);
796 file = &(cg->to.ext_files[ibs_vci]);
  /external/llvm/tools/lto/
lto.cpp 63 static void lto_add_attrs(lto_code_gen_t cg) {
64 LTOCodeGenerator *CG = unwrap(cg);
73 CG->setAttr(attrs.c_str());
188 void lto_codegen_set_diagnostic_handler(lto_code_gen_t cg,
191 unwrap(cg)->setDiagnosticHandler(diag_handler, ctxt);
205 void lto_codegen_dispose(lto_code_gen_t cg) { delete unwrap(cg); }
207 bool lto_codegen_add_module(lto_code_gen_t cg, lto_module_t mod) {
208 return !unwrap(cg)->addModule(unwrap(mod), sLastErrorString)
    [all...]
  /external/llvm/include/llvm-c/
lto.h 348 lto_codegen_add_module(lto_code_gen_t cg, lto_module_t mod);
357 lto_codegen_set_debug_model(lto_code_gen_t cg, lto_debug_model);
367 lto_codegen_set_pic_model(lto_code_gen_t cg, lto_codegen_model);
376 lto_codegen_set_cpu(lto_code_gen_t cg, const char *cpu);
384 lto_codegen_set_attr(lto_code_gen_t cg, const char *attr);
394 lto_codegen_set_assembler_path(lto_code_gen_t cg, const char* path);
402 lto_codegen_set_assembler_args(lto_code_gen_t cg, const char **args,
413 lto_codegen_add_must_preserve_symbol(lto_code_gen_t cg, const char* symbol);
423 lto_codegen_write_merged_modules(lto_code_gen_t cg, const char* path);
436 lto_codegen_compile(lto_code_gen_t cg, size_t* length)
    [all...]
  /external/chromium_org/third_party/skia/gm/
gammatext.cpp 47 CGContextRef cg = CGBitmapContextCreate((void*)addr, info.width(), info.height(), local
51 CGContextSetAllowsFontSubpixelQuantization(cg, false);
52 CGContextSetShouldSubpixelQuantizeFonts(cg, false);
54 return cg;
68 static void cgSetPaintForText(CGContextRef cg, const SkPaint& paint) {
76 CGContextSetRGBFillColor(cg, rgba[0], rgba[1], rgba[2], rgba[3]);
78 CGContextSetTextDrawingMode(cg, kCGTextFill);
79 CGContextSetFont(cg, typefaceToCGFont(paint.getTypeface()));
80 CGContextSetFontSize(cg, SkScalarToFloat(paint.getTextSize()));
82 CGContextSetAllowsFontSubpixelPositioning(cg, paint.isSubpixelText())
144 CGContextRef cg = 0; local
    [all...]
  /external/chromium_org/third_party/skia/src/utils/ios/
SkImageDecoder_iOS.mm 45 CGContextRef cg = CGBitmapContextCreate(bm->getPixels(), width, height,
47 CGContextDrawImage(cg, CGRectMake(0, 0, width, height), uimage.CGImage);
48 CGContextRelease(cg);
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/impl/
UndeclaredThrowableStrategy.java 49 protected ClassGenerator transform(ClassGenerator cg) throws Exception {
50 return new TransformingClassGenerator(cg, t);
  /external/chromium_org/third_party/skia/src/utils/mac/
SkCreateCGImageRef.cpp 108 // here we make a ceep copy of the pixels, since CG won't take our
156 void SkCGDrawBitmap(CGContextRef cg, const SkBitmap& bm, float x, float y) {
162 CGContextSaveGState(cg);
163 CGContextTranslateCTM(cg, x, r.size.height + y);
164 CGContextScaleCTM(cg, 1, -1);
166 CGContextDrawImage(cg, r, img);
168 CGContextRestoreGState(cg);
268 CGContextRef cg = CGBitmapContextCreate(pixels, info.width(), info.height(), bitsPerComponent, local
271 if (NULL == cg) {
275 // use this blend mode, to avoid having to erase the pixels first, and to avoid CG performin
    [all...]
  /development/ide/xcode/ports/
SkBitmap_Mac.cpp 106 void SkBitmap::drawToPort(WindowRef wind, CGContextRef cg) const {
112 if (NULL == cg) {
114 QDBeginCGContext(GetWindowPort(wind), &cg); local
133 CGContextDrawImage(cg, rect, image);
138 QDEndCGContext(GetWindowPort(wind), &cg); local
SkOSWindow_Mac.cpp 250 CGContextRef cg; local
257 &cg);
259 cg = NULL;
261 win->doPaint(cg);
  /external/llvm/include/llvm/Transforms/Utils/
Cloning.h 160 explicit InlineFunctionInfo(CallGraph *cg = nullptr, const DataLayout *DL = nullptr)
161 : CG(cg), DL(DL) {}
163 /// CG - If non-null, InlineFunction will update the callgraph to reflect the
165 CallGraph *CG;
173 /// inlined from the callee. This is only filled in if CG is non-null.
  /art/compiler/dex/quick/
gen_invoke.cc 462 static void CommonCallCodeLoadThisIntoArg1(const CallInfo* info, Mir2Lir* cg) {
464 cg->LoadValueDirectFixed(rl_arg, cg->TargetReg(kArg1, kRef));
467 static void CommonCallCodeLoadClassIntoArg0(const CallInfo* info, Mir2Lir* cg) {
468 cg->GenNullCheck(cg->TargetReg(kArg1, kRef), info->opt_flags);
470 cg->LoadRefDisp(cg->TargetReg(kArg1, kRef), mirror::Object::ClassOffset().Int32Value(),
471 cg->TargetReg(kArg0, kRef),
473 cg->MarkPossibleNullPointerException(info->opt_flags)
499 Mir2Lir* cg = static_cast<Mir2Lir*>(cu->cg.get()); local
575 Mir2Lir* cg = static_cast<Mir2Lir*>(cu->cg.get()); local
617 Mir2Lir* cg = static_cast<Mir2Lir*>(cu->cg.get()); local
655 Mir2Lir* cg = static_cast<Mir2Lir*>(cu->cg.get()); local
    [all...]
  /art/compiler/dex/
compiler_ir.h 89 std::unique_ptr<Backend> cg; // Target-specific codegen. member in struct:art::CompilationUnit
vreg_analysis.cc 408 Mir2Lir* cg = static_cast<Mir2Lir*>(cu_->cg.get()); local
409 if (cg != NULL) {
  /external/chromium_org/third_party/skia/src/views/mac/
SkOSWindow_Mac.cpp 172 CGContextRef cg = reinterpret_cast<CGContextRef>(ctx);
174 CGContextSaveGState(cg);
175 CGContextTranslateCTM(cg, 0, r.size.height);
176 CGContextScaleCTM(cg, 1, -1);
178 CGContextDrawImage(cg, r, img);
180 CGContextRestoreGState(cg);
390 CGContextRef cg; local
397 &cg);
399 cg = NULL;
401 win->doPaint(cg);
    [all...]
  /external/deqp/framework/platform/ios/
tcuIOSPlatform.mm 165 const bool cg = config.greenBits != glu::RenderConfig::DONT_CARE;
170 (!cg || config.greenBits == 8) &&
176 (!cg || config.greenBits == 6) &&
  /external/oprofile/pp/
opreport.cpp 73 "unxpected non empty cg file set");
448 void output_cg_symbols(callgraph_container const & cg, bool multiple_apps)
450 column_flags output_hints = cg.output_hint();
452 symbol_collection symbols = cg.get_symbols();
462 xml_out = new format_output::xml_cg_formatter(cg, symbols,
469 text_out = new format_output::cg_formatter(cg);
487 cg.extra_found_images);
  /external/mdnsresponder/mDNSCore/
mDNS.c 324 CacheGroup *cg; local
325 for (cg = m->rrcache_hash[slot]; cg; cg=cg->next)
326 if (cg->namehash == namehash && SameDomainName(cg->name, name))
328 return(cg);
2580 const CacheGroup *const cg = CacheGroupForName(m, slot, q->qnamehash, &q->qname); local
2651 CacheGroup *cg; local
2672 CacheGroup *const cg = CacheGroupForName(m, HashSlot(name), namehash, name); local
2680 CacheGroup *const cg = CacheGroupForName(m, HashSlot(&q->qname), q->qnamehash, &q->qname); local
2819 const CacheGroup *const cg = CacheGroupForName(m, slot, q->qnamehash, &q->qname); local
2852 CacheGroup *cg; local
3415 CacheGroup *cg; local
3491 CacheGroup *cg = CacheGroupForName(m, slot, namehash, name); local
3788 CacheGroup *const cg = CacheGroupForName(m, slot, q->qnamehash, &q->qname); local
4137 CacheGroup *cg = (CacheGroup*)GetCacheEntity(m, mDNSNULL); local
5182 CacheGroup *cg; local
5652 CacheGroup *cg = CacheGroupForRecord(m, slot, pktrr); local
5872 CacheGroup *cg = CacheGroupForName(m, slot, pktq.qnamehash, &pktq.qname); local
6411 CacheGroup *cg = CacheGroupForName(m, slot, q->qnamehash, &q->qname); local
6551 CacheGroup *cg = CacheGroupForName(m, slot, q.qnamehash, &q.qname); local
6814 CacheGroup *cg = CacheGroupForRecord(m, slot, &m->rec.r.resrec); local
6947 const CacheGroup *cg = CacheGroupForRecord(m, slot, &r1->resrec); local
7058 CacheGroup *cg = CacheGroupForName(m, slot, q.qnamehash, &q.qname); local
8099 CacheGroup *cg; local
8542 CacheGroup *cg = CacheGroupForName(m, slot, question->qnamehash, &question->qname); local
8705 CacheGroup *const cg = CacheGroupForName(m, slot, question->qnamehash, &question->qname); local
9617 CacheGroup *cg; local
9679 CacheGroup *cg; local
10849 CacheGroup *const cg = CacheGroupForName(m, slot, q->qnamehash, &q->qname); local
10865 CacheGroup *const cg = CacheGroupForName(m, slot, q->qnamehash, &q->qname); local
11030 CacheGroup *cg; local
11446 CacheGroup *cg = m->rrcache_hash[slot]; local
    [all...]
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 341 unsigned cg, DomTreeNode *n,
343 CurrentGeneration(cg), ChildGeneration(cg), Node(n),
  /external/mdnsresponder/mDNSPosix/
Identify.c 363 CacheGroup *cg; local
365 FORALL_CACHERECORDS(slot, cg, rr) mDNS_PurgeCacheResourceRecord(m, rr);

Completed in 715 milliseconds

1 2 3