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

12

/frameworks/compile/mclinker/include/mcld/MC/
H A DMCLDDriver.h50 /// normalize - normalize the input files
51 void normalize();
/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 DPathRenderer.cpp81 * Note that we can't add and normalize the two vectors, that would result in a rectangle having an
127 lastNormal.normalize();
132 nextNormal.normalize();
166 nextNormal.normalize();
215 lastNormal.normalize();
220 nextNormal.normalize();
290 lastNormal.normalize();
333 nextNormal.normalize();
444 lastNormal.normalize();
449 nextNormal.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/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/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/compile/mclinker/unittests/
H A DReadStageTest.cpp132 m_pLinker->getDriver()->normalize();
/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/telephony/java/com/android/internal/telephony/
H A DCallerInfo.java241 info.name = normalize(info.name);
425 private static String normalize(String s) { method in class:CallerInfo
/frameworks/base/core/java/android/widget/
H A DDateTimeView.java130 nowMillis = t.normalize(false);
/frameworks/compile/llvm-ndk-cc/
H A DCompiler.cpp89 mTargetOpts.Triple = llvm::Triple::normalize(DEFAULT_TARGET_TRIPLE_STRING);
/frameworks/compile/mclinker/lib/MC/
H A DMCLDDriver.cpp121 void MCLDDriver::normalize() function in class:MCLDDriver
/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/compile/libbcc/lib/Core/
H A DLinker.cpp363 mDriver->normalize();
/frameworks/compile/mclinker/lib/CodeGen/
H A DSectLinker.cpp97 // 4. - normalize the input tree
98 m_pLDDriver->normalize();
/frameworks/compile/mclinker/tools/mcld/lib/Core/
H A DLinker.cpp356 mDriver->normalize();
/frameworks/rs/scriptc/
H A Drs_cl.rsh905 _RS_RUNTIME float __attribute__((overloadable)) normalize(float v);
906 FN_FUNC_FN(normalize)
953 * Approximately normalize a vector.

Completed in 8138 milliseconds

12