Searched refs:normalize (Results 1 - 25 of 32) sorted by relevance

12

/frameworks/compile/mclinker/include/mcld/
H A DLinker.h45 /// normalize - To normalize the command line language into mcld::Module.
46 bool normalize(Module& pModule, IRBuilder& pBuilder);
/frameworks/base/core/java/android/gesture/
H A DInstance.java50 private void normalize() { method in class:Instance
78 instance.normalize();
/frameworks/base/libs/hwui/
H A DVector.h89 void normalize() { function in struct:android::uirenderer::Vector2
97 v.normalize();
H A DPathTessellator.cpp82 * Note that we can't add and normalize the two vectors, that would result in a rectangle having an
197 lastNormal.normalize();
202 nextNormal.normalize();
295 lastNormal.normalize();
303 nextNormal.normalize();
342 lastNormal.normalize();
347 nextNormal.normalize();
581 lastNormal.normalize();
590 nextNormal.normalize();
651 lastNormal.normalize();
[all...]
/frameworks/base/core/tests/coretests/src/android/text/format/
H A DTimeTest.java33 t.normalize(false /* use isDst */);
99 // Use normalize(true) with these tests to change the date by 1 day.
131 // Use normalize(false) with these tests.
186 // call normalize() to make sure that isDst is set
187 local.normalize(false /* use isDst */);
189 local.normalize(true /* ignore isDst */);
198 "day test index " + index + ", normalize(): expected local " + expectedTime
203 // call normalize() to make sure that isDst is set
204 local.normalize(false /* use isDst */);
226 // call normalize() t
[all...]
/frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
H A DPoint.java84 public Point normalize() { method in class:Point
/frameworks/compile/mclinker/include/mcld/Object/
H A DObjectLinker.h60 /// normalize - normalize the input files
61 void normalize();
/frameworks/base/core/java/android/net/
H A DNetworkPolicyManager.java176 lastMonth.normalize(true);
206 nextMonth.normalize(true);
230 time.normalize(true);
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DShaderProgram.java157 boolean normalize) {
164 normalize)) {
299 boolean normalize);
151 setAttributeValues(String attributeName, VertexFrame vertexData, int type, int componentCount, int strideInBytes, int offsetInBytes, boolean normalize) argument
293 setShaderAttributeVertexFrame(String attributeName, VertexFrame vertexData, int type, int componentCount, int strideInBytes, int offsetInBytes, boolean normalize) argument
/frameworks/compile/mclinker/lib/Core/
H A DLinker.cpp67 if (!normalize(pModule, pBuilder))
76 /// normalize - to convert the command line language to the input tree.
77 bool Linker::normalize(Module& pModule, IRBuilder& pBuilder) function in class:Linker
98 // 4. - normalize the input tree
102 m_pObjLinker->normalize();
/frameworks/base/core/java/android/text/format/
H A DTime.java197 * current value of this calendar is March 32, normalize() will convert it
211 native public long normalize(boolean ignoreDst); method in class:Time
216 * normalize() in some cases
397 * fields, call {@link #normalize(boolean)} after parsing.
406 * long millis = time.normalize(false);
490 * to normalize the fields in this Time object and also get the milliseconds
491 * then use {@link #normalize(boolean)}.
515 * time.normalize(); // this sets isDst = 1
572 * Call {@link #normalize(boolean)} if you need those.
591 * Call {@link #normalize(boolea
[all...]
/frameworks/native/services/sensorservice/
H A Dquat.h88 return normalize(r);
/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.h250 // shader variables. See the normalize flag on how values are
255 // normalize: True, if not float values should be normalized to the range
264 bool normalize);
279 bool normalize);
H A Dshader_program.cpp957 bool normalize) {
966 attrib.normalized = normalize;
983 bool normalize) {
992 attrib.normalized = normalize;
951 SetAttributeValues(ProgramVar var, const VertexFrame* vbo, GLenum type, int components, int stride, int offset, bool normalize) argument
977 SetAttributeValues(ProgramVar var, const uint8_t* data, GLenum type, int components, int stride, int offset, bool normalize) argument
/frameworks/base/media/mca/filterfw/jni/
H A Djni_shader_program.h144 jboolean normalize);
H A Djni_shader_program.cpp303 jboolean normalize) {
321 ToCppBool(normalize));
294 Java_android_filterfw_core_ShaderProgram_setShaderAttributeVertexFrame( JNIEnv* env, jobject thiz, jstring attr_name, jobject vertex_frame, jint type, jint component_count, jint stride, jint offset, jboolean normalize) argument
/frameworks/base/tools/layoutlib/bridge/src/android/text/format/
H A DTime_Delegate.java43 /*package*/ static long normalize(Time thisTime, boolean ignoreDst) { method in class:Time_Delegate
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DImageShader.java96 public void set(boolean normalize, int stride, int components, int type, float[] values) { argument
98 mShouldNormalize = normalize;
110 public void set(boolean normalize, int offset, int stride, int components, int type, argument
113 mShouldNormalize = normalize;
406 int stride, int offset, boolean normalize) {
408 attr.set(normalize, offset, stride, components, type, vbo);
405 setAttributeValues(String attributeName, int vbo, int type, int components, int stride, int offset, boolean normalize) argument
/frameworks/native/include/ui/
H A Dmat4.h264 tvec3<T> L(normalize(center - eye));
265 tvec3<T> S(normalize( cross(L, up) ));
310 tvec3<B> nabout = normalize(about);
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallerInfo.java239 info.name = normalize(info.name);
423 private static String normalize(String s) { method in class:CallerInfo
/frameworks/base/core/java/android/view/
H A DKeyCharacterMap.java508 String result = Normalizer.normalize(sDeadKeyBuilder, Normalizer.Form.NFC);
/frameworks/base/core/java/android/widget/
H A DDateTimeView.java130 nowMillis = t.normalize(false);
/frameworks/ex/carousel/java/com/android/ex/carousel/
H A Dcarousel.rs472 float3 f = normalize(center - eye);
473 float3 s = normalize(cross(f, up));
1462 rsDebug("Camera.dir:", normalize(cam->at - cam->from));
1471 float3 dir = normalize(cam->at - cam->from);
1472 float3 du = tanfov2 * normalize(cross(dir, cam->up));
1473 float3 dv = tanfov2 * normalize(cross(du, dir));
1477 const float3 rayDir = normalize(lowerLeftRay + u*du + v*dv);
1514 const float3 rayDir = normalize(atPoint - rayPoint);
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
H A DRecurrenceProcessorTest.java2509 date.normalize(true);
2512 date.normalize(true);
2518 Log.i(TAG, "testPerformanceNormalize() normalize() elapsed millis: " + elapsed);
/frameworks/native/libs/ui/tests/
H A Dvec_test.cpp248 vec3 vn(normalize(v0));

Completed in 1037 milliseconds

12