Searched refs:validate (Results 1 - 25 of 61) sorted by relevance

123

/frameworks/native/libs/gui/
H A DSurfaceControl.cpp101 status_t err = validate();
106 status_t err = validate();
111 status_t err = validate();
116 status_t err = validate();
121 status_t err = validate();
126 status_t err = validate();
131 status_t err = validate();
136 status_t err = validate();
141 status_t err = validate();
146 status_t err = validate();
193 status_t SurfaceControl::validate() const function in class:android::SurfaceControl
[all...]
/frameworks/base/rs/java/android/renderscript/
H A DRenderScript.java184 * DEBUG context, perform extra runtime checks to validate the
231 validate();
247 validate();
252 validate();
257 validate();
262 validate();
267 validate();
272 validate();
278 validate();
284 validate();
1235 void validate() { method in class:RenderScript
[all...]
H A DScriptIntrinsicLUT.java60 private void validate(int index, int value) { method in class:ScriptIntrinsicLUT
76 validate(index, value);
88 validate(index, value);
100 validate(index, value);
112 validate(index, value);
H A DRenderScriptGL.java206 validate();
225 validate();
263 validate();
273 validate();
285 validate();
297 validate();
309 validate();
321 validate();
333 validate();
H A DBaseObj.java30 rs.validate();
53 mRS.validate();
166 mRS.validate();
H A DFileA3D.java113 mRS.validate();
233 rs.validate();
289 rs.validate();
H A DFont.java161 rs.validate();
184 rs.validate();
202 rs.validate();
H A DAllocation.java552 mRS.validate();
573 mRS.validate();
592 mRS.validate();
607 mRS.validate();
690 mRS.validate();
992 mRS.validate();
1017 mRS.validate();
1035 mRS.validate();
1072 mRS.validate();
1101 mRS.validate();
[all...]
H A DProgramFragment.java64 mRS.validate();
H A DScript.java182 // TODO: Is this necessary if nScriptForEach calls validate as well?
183 mRS.validate();
238 // TODO: Is this necessary if nScriptForEach calls validate as well?
240 mRS.validate();
293 mRS.validate();
353 mRS.validate();
437 mRS.validate();
467 mRS.validate();
H A DProgramRaster.java153 mRS.validate();
H A DProgramVertex.java124 mRS.validate();
H A DAllocationAdapter.java232 rs.validate();
239 rs.validate();
267 rs.validate();
/frameworks/base/core/jni/android/graphics/
H A DPicture.cpp34 validate();
53 validate();
59 validate();
64 validate();
88 validate();
103 validate();
119 void Picture::validate() const { function in class:android::Picture
H A DPicture.h65 void validate() const;
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScriptIntrinsicLUT.java70 private void validate(int index, int value) { method in class:ScriptIntrinsicLUT
86 validate(index, value);
98 validate(index, value);
110 validate(index, value);
122 validate(index, value);
H A DRenderScript.java265 * DEBUG context, perform extra runtime checks to validate the
294 validate();
310 validate();
315 validate();
320 validate();
326 validate();
343 validate();
348 validate();
353 validate();
359 validate();
1223 void validate() { method in class:RenderScript
[all...]
H A DBaseObj.java30 rs.validate();
53 mRS.validate();
H A DAllocation.java486 mRS.validate();
502 mRS.validate();
586 mRS.validate();
596 mRS.validate();
674 mRS.validate();
960 mRS.validate();
980 mRS.validate();
996 mRS.validate();
1018 mRS.validate();
1053 mRS.validate();
[all...]
H A DScript.java219 mRS.validate();
228 mRS.validate();
336 // TODO: Is this necessary if nScriptForEach calls validate as well?
337 mRS.validate();
391 mRS.validate();
/frameworks/base/core/java/com/android/internal/util/
H A DCharSequences.java63 validate(start, end, bytes.length);
76 validate(newStart, newEnd, length());
86 static void validate(int start, int end, int length) { method in class:CharSequences
/frameworks/native/libs/ui/
H A DRegion.cpp68 validate(rhs, "rhs copy-ctor");
204 validate(outputRegion, "T-Junction free region");
213 validate(*this, "this->operator=");
214 validate(rhs, "rhs.operator=");
513 bool Region::validate(const Region& reg, const char* name, bool silent) function in class:android::Region
590 validate(lhs, "boolean_operation (before): lhs");
591 validate(rhs, "boolean_operation (before): rhs");
592 validate(dst, "boolean_operation (before): dst");
610 validate(lhs, "boolean_operation: lhs");
611 validate(rh
[all...]
/frameworks/base/tests/LargeAssetTest/src/com/android/largeassettest/
H A DLargeAssetTest.java47 mValidateButton = (Button) findViewById(R.id.validate);
/frameworks/native/opengl/tools/glgen2/registry/
H A Dgenheaders.py34 # validate - validate return & parameter group tags against <group>
41 validate= False variable
71 elif (arg == '-validate'):
72 write('Enabling group validation (-validate)', file=sys.stderr)
73 validate = True variable
104 if (validate):
/frameworks/native/include/gui/
H A DSurfaceControl.h114 status_t validate() const;

Completed in 402 milliseconds

123