Searched defs:validate (Results 1 - 14 of 14) sorted by relevance

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DRenderScriptThunker.java32 void validate() { method in class:RenderScriptThunker
H A DScriptIntrinsicLUT.java68 private void validate(int index, int value) { method in class:ScriptIntrinsicLUT
84 validate(index, value);
96 validate(index, value);
108 validate(index, value);
120 validate(index, value);
H A DRenderScript.java130 * DEBUG context, perform extra runtime checks to validate the
157 validate();
162 validate();
167 validate();
172 validate();
178 validate();
194 validate();
199 validate();
204 validate();
210 validate();
791 void validate() { method in class:RenderScript
[all...]
/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/base/graphics/java/android/renderscript/
H A DScriptIntrinsicLUT.java62 private void validate(int index, int value) { method in class:ScriptIntrinsicLUT
78 validate(index, value);
90 validate(index, value);
102 validate(index, value);
114 validate(index, value);
H A DRenderScript.java134 * DEBUG context, perform extra runtime checks to validate the
180 validate();
185 validate();
190 validate();
195 validate();
200 validate();
205 validate();
211 validate();
217 validate();
222 validate();
1018 void validate() { method in class:RenderScript
[all...]
/frameworks/base/core/java/android/content/
H A DClipDescription.java177 public void validate() { method in class:ClipDescription
/frameworks/base/core/java/android/net/
H A DProxy.java239 public static void validate(String hostname, String port, String exclList) { method in class:Proxy
/frameworks/native/libs/gui/
H A DSurfaceControl.cpp94 status_t err = validate();
100 status_t err = validate();
106 status_t err = validate();
112 status_t err = validate();
118 status_t err = validate();
124 status_t err = validate();
130 status_t err = validate();
136 status_t err = validate();
142 status_t err = validate();
148 status_t err = validate();
160 status_t SurfaceControl::validate() const function in class:android::SurfaceControl
[all...]
/frameworks/native/libs/ui/
H A DRegion.cpp65 validate(rhs, "rhs copy-ctor");
198 validate(outputRegion, "T-Junction free region");
207 validate(*this, "this->operator=");
208 validate(rhs, "rhs.operator=");
474 bool Region::validate(const Region& reg, const char* name, bool silent) function in class:android::Region
547 validate(lhs, "boolean_operation (before): lhs");
548 validate(rhs, "boolean_operation (before): rhs");
549 validate(dst, "boolean_operation (before): dst");
567 validate(lhs, "boolean_operation: lhs");
568 validate(rh
[all...]
/frameworks/base/core/java/android/app/
H A DLoadedApk.java616 rd.validate(context, handler);
808 void validate(Context context, Handler activityThread) { method in class:LoadedApk.ReceiverDispatcher
880 sd.validate(context, handler);
983 void validate(Context context, Handler activityThread) { method in class:LoadedApk.ServiceDispatcher
/frameworks/native/opengl/libagl/
H A Dmatrix.cpp124 c->transforms.modelview.validate();
129 c->transforms.projection.validate();
155 c->transforms.texture[i].validate();
447 void matrix_stack_t::validate() function in class:android::matrix_stack_t
/frameworks/base/core/java/android/view/
H A DHardwareRenderer.java314 abstract boolean validate(); method in class:HardwareRenderer
1364 boolean validate() { method in class:HardwareRenderer.GlRenderer
1370 if (validate()) {
/frameworks/base/tools/aapt/
H A DAaptAssets.cpp1842 status_t AaptDir::validate() const function in class:AaptDir
1897 status_t err = mDirs.valueAt(i)->validate();
2196 count = validate();

Completed in 371 milliseconds