HomeSort by relevance Sort by last modified time
    Searched refs:Proc (Results 26 - 50 of 91) sorted by null

12 3 4

  /external/chromium_org/third_party/skia/src/opts/
SkBlitRow_opts_arm.cpp 338 static const SkBlitRow::Proc sk_blitrow_platform_565_procs_arm[] = {
364 SkBlitRow::Proc SkBlitRow::PlatformProcs565(unsigned flags) {
opts_check_x86.cpp 190 static SkBlitRow::Proc platform_16_procs[] = {
201 SkBlitRow::Proc SkBlitRow::PlatformProcs565(unsigned flags) {
254 ColorProc proc = NULL; local
261 proc = SkARGB32_A8_BlitMask_SSE2;
268 return proc;
316 SkMorphologyImageFilter::Proc SkMorphologyGetPlatformProc(SkMorphologyProcType type) {
  /external/skia/include/effects/
SkColorMatrixFilter.h 50 typedef void (*Proc)(const State&, unsigned r, unsigned g, unsigned b,
53 Proc fProc;
SkMorphologyImageFilter.h 28 typedef void (*Proc)(const SkPMColor* src, SkPMColor* dst, int radius,
34 bool filterImageGeneric(Proc procX, Proc procY,
  /external/skia/src/opts/
SkBlitRow_opts_arm.cpp 350 static const SkBlitRow::Proc sk_blitrow_platform_565_procs_arm[] = {
376 SkBlitRow::Proc SkBlitRow::PlatformProcs565(unsigned flags) {
  /frameworks/base/tools/preload/
Android.mk 14 Proc.java \
Operation.java 36 final Proc process;
57 Operation(Proc process, LoadedClass loadedClass, long startTimeNanos,
WritePreloadedClassFile.java 98 for (Proc proc : root.processes.values()) {
99 if (proc.fromZygote() && !Policy.isService(proc.name)) {
100 for (Operation operation : proc.operations) {
135 for (Proc proc : root.processes.values()) {
136 if (proc.name.equals(processName)) {
137 for (Operation operation : proc.operations) {
  /external/chromium_org/third_party/skia/include/effects/
SkMorphologyImageFilter.h 28 typedef void (*Proc)(const SkPMColor* src, SkPMColor* dst, int radius,
34 bool filterImageGeneric(Proc procX, Proc procY,
  /external/chromium_org/third_party/skia/src/core/
SkDrawProcs.h 38 typedef void (*Proc)(const SkDraw1Glyph&, SkFixed x, SkFixed y, const SkGlyph&);
40 Proc init(const SkDraw* draw, SkBlitter* blitter, SkGlyphCache* cache,
59 SkDraw1Glyph::Proc fD1GProc;
SkBlitRow_D16.cpp 211 static const SkBlitRow::Proc gDefault_565_Procs[] = {
227 SkBlitRow::Proc SkBlitRow::Factory(unsigned flags, SkColorType ct) {
232 SkBlitRow::Proc proc = NULL;
236 proc = PlatformProcs565(flags);
237 if (NULL == proc) {
238 proc = gDefault_565_Procs[flags];
244 return proc;
  /external/skia/src/core/
SkDrawProcs.h 38 typedef void (*Proc)(const SkDraw1Glyph&, SkFixed x, SkFixed y, const SkGlyph&);
40 Proc init(const SkDraw* draw, SkBlitter* blitter, SkGlyphCache* cache,
59 SkDraw1Glyph::Proc fD1GProc;
SkBlitRow_D16.cpp 211 static const SkBlitRow::Proc gDefault_565_Procs[] = {
227 SkBlitRow::Proc SkBlitRow::Factory(unsigned flags, SkColorType ct) {
232 SkBlitRow::Proc proc = NULL;
236 proc = PlatformProcs565(flags);
237 if (NULL == proc) {
238 proc = gDefault_565_Procs[flags];
244 return proc;
  /cts/tests/tests/security/src/android/security/cts/
Proc.java 25 * Utilities for accessing /proc filesystem information.
27 public class Proc {
29 File f = new File("/proc");
  /external/chromium_org/third_party/skia/include/views/
SkEvent.h 26 * the eventsink matching the target ID (if not 0), or the target proc is
34 typedef bool (*Proc)(const SkEvent& evt);
65 * the eventsink matching the targetID (if not 0), or the target proc is
75 * the eventsink matching the targetID (if not 0), or the target proc is
85 * Return the target proc, or NULL if it has none.
88 * the eventsink matching the targetID (if not 0), or the target proc is
91 Proc getTargetProc() const { return fTargetProc; }
98 * the eventsink matching the targetID (if not 0), or the target proc is
101 SkEvent* setTargetProc(Proc proc) {
    [all...]
  /external/skia/include/views/
SkEvent.h 26 * the eventsink matching the target ID (if not 0), or the target proc is
34 typedef bool (*Proc)(const SkEvent& evt);
65 * the eventsink matching the targetID (if not 0), or the target proc is
75 * the eventsink matching the targetID (if not 0), or the target proc is
85 * Return the target proc, or NULL if it has none.
88 * the eventsink matching the targetID (if not 0), or the target proc is
91 Proc getTargetProc() const { return fTargetProc; }
98 * the eventsink matching the targetID (if not 0), or the target proc is
101 SkEvent* setTargetProc(Proc proc) {
    [all...]
  /external/mksh/src/
jobs.c 41 typedef struct proc Proc;
42 struct proc { struct
43 Proc *next; /* next process in pipeline (if any) */
48 char command[256 - (ALLOC_SIZE + sizeof(Proc *) + sizeof(pid_t) +
79 Proc *proc_list; /* process list */
80 Proc *last_proc; /* last process in list */
146 static Proc *new_proc(void);
216 proc_errorlevel(Proc *p)
385 static Proc *last_proc
    [all...]
  /external/chromium_org/third_party/skia/bench/
RegionBench.cpp 72 typedef bool (*Proc)(SkRegion& a, SkRegion& b);
75 Proc fProc;
91 RegionBench(int count, Proc proc, const char name[]) {
92 fProc = proc;
110 Proc proc = fProc; local
112 proc(fA, fB);
  /external/skia/bench/
RegionBench.cpp 72 typedef bool (*Proc)(SkRegion& a, SkRegion& b);
75 Proc fProc;
91 RegionBench(int count, Proc proc, const char name[]) {
92 fProc = proc;
110 Proc proc = fProc; local
112 proc(fA, fB);
  /external/llvm/utils/TableGen/
DFAPacketizerEmitter.cpp 353 Record *Proc = ProcItinList[i];
354 std::vector<Record*> FUs = Proc->getValueAsListOfDefs("FU");
404 Record *Proc = ProcItinList[i];
407 const std::string &Name = Proc->getName();
420 std::vector<Record*> ItinDataList = Proc->getValueAsListOfDefs("IID");
  /external/chromium_org/third_party/skia/gm/
srcmode.cpp 35 typedef void (*Proc)(SkCanvas*, const SkPaint&);
85 const Proc procs[] = {
  /external/skia/gm/
srcmode.cpp 35 typedef void (*Proc)(SkCanvas*, const SkPaint&);
85 const Proc procs[] = {
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLAssembleInterface.cpp 13 #define GET_PROC(F) functions->f ## F = (GrGL ## F ## Proc) get(ctx, "gl" #F)
14 #define GET_PROC_SUFFIX(F, S) functions->f ## F = (GrGL ## F ## Proc) get(ctx, "gl" #F #S)
15 #define GET_PROC_LOCAL(F) GrGL ## F ## Proc F = (GrGL ## F ## Proc) get(ctx, "gl" #F)
  /external/skia/src/gpu/gl/
GrGLAssembleInterface.cpp 13 #define GET_PROC(F) functions->f ## F = (GrGL ## F ## Proc) get(ctx, "gl" #F)
14 #define GET_PROC_SUFFIX(F, S) functions->f ## F = (GrGL ## F ## Proc) get(ctx, "gl" #F #S)
15 #define GET_PROC_LOCAL(F) GrGL ## F ## Proc F = (GrGL ## F ## Proc) get(ctx, "gl" #F)
  /external/chromium_org/third_party/skia/tests/
BlitRowTest.cpp 23 typedef int (*Proc)(const void*, int width, uint32_t expected, uint32_t* bad);
63 static Proc find_proc(const SkBitmap& bm, SkPMColor expect32, uint16_t expect16,
86 Proc proc = find_proc(bm, expect32, expect16, expect8, &expect); local
89 int x = proc(bm.getAddr(0, y), bm.width(), expect, &bad);

Completed in 1187 milliseconds

12 3 4