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

/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.java64 private void validate(int index, int value) { method in class:ScriptIntrinsicLUT
80 validate(index, value);
92 validate(index, value);
104 validate(index, value);
116 validate(index, value);
H A DRenderScript.java131 validate();
136 validate();
141 validate();
146 validate();
151 validate();
156 validate();
162 validate();
167 validate();
172 validate();
177 validate();
863 void validate() { method in class:RenderScript
[all...]
/frameworks/support/renderscript/v8/java/src/android/support/v8/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 DScriptGroup.java195 private void validate() { method in class:ScriptGroup.Builder
196 //android.util.Log.v("RSR", "validate");
291 validate();
326 validate();
H A DRenderScript.java123 validate();
128 validate();
133 validate();
138 validate();
154 validate();
159 validate();
164 validate();
170 validate();
176 validate();
181 validate();
633 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.java249 public static void validate(String hostname, String port, String exclList) { method in class:Proxy
/frameworks/native/libs/gui/
H A DSurface.cpp96 status_t err = validate();
102 status_t err = validate();
108 status_t err = validate();
114 status_t err = validate();
120 status_t err = validate();
126 status_t err = validate();
132 status_t err = validate();
138 status_t err = validate();
144 status_t err = validate();
150 status_t err = validate();
162 status_t SurfaceControl::validate() const function in class:android::SurfaceControl
[all...]
/frameworks/native/libs/ui/
H A DRegion.cpp60 validate(rhs, "rhs copy-ctor");
75 validate(*this, "this->operator=");
76 validate(rhs, "rhs.operator=");
338 bool Region::validate(const Region& reg, const char* name, bool silent) function in class:android::Region
413 validate(lhs, "boolean_operation (before): lhs");
414 validate(rhs, "boolean_operation (before): rhs");
415 validate(dst, "boolean_operation (before): dst");
433 validate(lhs, "boolean_operation: lhs");
434 validate(rhs, "boolean_operation: rhs");
435 validate(ds
[all...]
/frameworks/base/core/java/android/app/
H A DLoadedApk.java606 rd.validate(context, handler);
798 void validate(Context context, Handler activityThread) { method in class:LoadedApk.ReceiverDispatcher
870 sd.validate(context, handler);
973 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.java267 abstract boolean validate(); method in class:HardwareRenderer
1079 boolean validate() { method in class:HardwareRenderer.GlRenderer
1085 if (validate()) {
/frameworks/base/tools/aapt/
H A DAaptAssets.cpp1834 status_t AaptDir::validate() const function in class:AaptDir
1889 status_t err = mDirs.valueAt(i)->validate();
2188 count = validate();

Completed in 218 milliseconds