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

1 2 3 4

  /external/clang/test/Parser/
block-pointer-decl.c 18 int (^blockptr) (int) = ^(int inval) {
19 printf ("Inputs: %d, %d.\n", argc, inval);
20 return argc * inval;
  /external/skia/include/images/
SkPageFlipper.h 15 /** SkPageFlipper manages alternating inval/dirty regions for a rectangular area
16 (like a bitmap). You call inval() to accumulate inval areas, and then when
18 invalidating) you call update, which swaps the inval regions, and returns
19 two things to you: 1) the final inval region to be drawn into, and 2) the
22 inval region, so both need to be handled.
37 void inval();
38 void inval(const SkIRect&);
39 void inval(const SkRegion&);
40 void inval(const SkRect&, bool antialias)
    [all...]
  /external/skia/src/animator/
SkDisplayBounds.cpp 17 SK_MEMBER(inval, Boolean)
24 SkDisplayBounds::SkDisplayBounds() : inval(false) {
28 maker.fDisplayList.fUnionBounds = SkToBool(inval);
34 if (inval && fBounds.isEmpty() == false) {
SkDisplayBounds.h 20 SkBool inval; member in class:SkDisplayBounds
  /external/eigen/bench/spbench/
spbenchsolver.cpp 63 string inval; local
64 if (get_options(argc, args, "--eps", &inval))
65 tol = atof(inval.c_str());
66 if(get_options(argc, args, "--maxits", &inval))
67 maxiters = atoi(inval.c_str());
  /external/libopus/silk/
biquad_alt.c 54 opus_int32 inval, A0_U_Q28, A0_L_Q28, A1_U_Q28, A1_L_Q28, out32_Q14; local
64 inval = in[ k * stride ];
65 out32_Q14 = silk_LSHIFT( silk_SMLAWB( S[ 0 ], B_Q28[ 0 ], inval ), 2 );
69 S[ 0 ] = silk_SMLAWB( S[ 0 ], B_Q28[ 1 ], inval);
73 S[ 1 ] = silk_SMLAWB( S[ 1 ], B_Q28[ 2 ], inval );
  /external/skia/src/images/
SkPageFlipper.cpp 41 void SkPageFlipper::inval() { function in class:SkPageFlipper
45 void SkPageFlipper::inval(const SkIRect& rect) { function in class:SkPageFlipper
53 void SkPageFlipper::inval(const SkRegion& rgn) { function in class:SkPageFlipper
61 void SkPageFlipper::inval(const SkRect& rect, bool antialias) { function in class:SkPageFlipper
67 this->inval(r);
  /external/skia/experimental/SkV8Example/js/
speed.js 10 inval();
sample.js 17 inval();
  /external/svox/pico/lib/
picokdt.c 2051 picoos_uint16 inval; local
2286 picoos_uint16 inval = 0; local
2522 picoos_uint16 inval = 0; local
    [all...]
  /external/skia/samplecode/
SampleClipDrawMatch.cpp 144 case '1': fGeom = kRect_Geometry; this->inval(nullptr); return true;
145 case '2': fGeom = kRRect_Geometry; this->inval(nullptr); return true;
146 case '3': fGeom = kCircle_Geometry; this->inval(nullptr); return true;
147 case '4': fGeom = kConvexPath_Geometry; this->inval(nullptr); return true;
148 case '5': fGeom = kConcavePath_Geometry; this->inval(nullptr); return true;
149 case '6': fGeom = kRectAndRect_Geometry; this->inval(nullptr); return true;
150 case '7': fGeom = kRectAndRRect_Geometry; this->inval(nullptr); return true;
151 case '8': fGeom = kRectAndConvex_Geometry; this->inval(nullptr); return true;
152 case '9': fGeom = kRectAndConcave_Geometry; this->inval(nullptr); return true;
153 case 'f': fSign = -fSign; this->inval(nullptr); return true
    [all...]
SampleLua.cpp 93 this->inval(nullptr);
120 this->inval(nullptr);
138 this->inval(nullptr);
165 this->inval(nullptr);
SampleRepeatTile.cpp 70 this->inval(nullptr);
80 this->inval(nullptr);
SamplePictFile.cpp 95 case 'n': fCount += 1; this->inval(nullptr); return true;
96 case 'p': fCount -= 1; this->inval(nullptr); return true;
97 case 's': fCount = 0; this->inval(nullptr); return true;
SampleLighting.cpp 91 this->inval(nullptr);
95 this->inval(nullptr);
SampleFatBits.cpp 406 this->inval(nullptr);
420 this->inval(nullptr);
424 this->inval(nullptr);
428 this->inval(nullptr);
432 this->inval(nullptr);
446 this->inval(nullptr);
451 this->inval(nullptr);
455 this->inval(nullptr);
459 this->inval(nullptr);
463 this->inval(nullptr)
    [all...]
  /external/skia/src/views/animated/
SkBorderView.cpp 55 this->inval(nullptr);
60 this->inval(&bounds);
68 this->inval(nullptr);
SkProgressBarView.cpp 38 this->inval(nullptr);
43 this->inval(&bounds);
51 this->inval(nullptr);
SkScrollBarView.cpp 92 this->inval(nullptr);
97 this->inval(&bounds);
105 this->inval(nullptr);
SkStaticTextView.cpp 65 this->inval(nullptr);
80 this->inval(nullptr);
116 this->inval(nullptr);
132 this->inval(nullptr);
SkImageView.cpp 68 this->inval(nullptr);
113 this->inval(nullptr);
123 this->inval(nullptr);
177 this->inval(nullptr);
183 this->inval(&bounds);
210 this->inval(nullptr);
SkWidgetViews.cpp 162 this->inval(nullptr);
211 this->inval(nullptr);
299 this->inval(nullptr);
304 this->inval(&bounds);
312 this->inval(nullptr);
  /external/skia/src/views/
SkProgressView.cpp 36 this->inval(nullptr);
55 this->inval(nullptr);
77 this->inval(nullptr);
SkView.cpp 36 this->inval(nullptr);
41 this->inval(nullptr);
67 this->inval(nullptr);
70 this->inval(nullptr);
78 this->inval(nullptr);
80 this->inval(nullptr);
90 this->inval(nullptr);
92 this->inval(nullptr);
136 void SkView::inval(SkRect* rect) { function in class:SkView
287 this->inval(nullptr)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/
x86-64-opcode-inval.d 1 #source: ../x86-64-opcode-inval.s

Completed in 543 milliseconds

1 2 3 4