HomeSort by relevance Sort by last modified time
    Searched defs:v3 (Results 126 - 150 of 165) sorted by null

1 2 3 4 56 7

  /cts/tests/tests/view/src/android/view/cts/
View_UsingViewsTest.java 428 View v3 = mActivity.findViewById(R.id.textview3); local
432 assertNotNull(v3);
436 assertEquals(View.GONE, v3.getVisibility());
444 v3.setVisibility(View.INVISIBLE);
445 assertEquals(View.INVISIBLE, v3.getVisibility());
ViewGroupTest.java 1688 MockViewGroup v3 = new MockViewGroup(mContext); local
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/meshes/
MeshHelper.java 196 int v3 = ((Number) mFace.getFieldValue("v3")).intValue(); local
199 Vector3f n = FastMath.computeNormal(vertices[v1], vertices[v2], vertices[v3]);
200 this.addNormal(n, normalMap, smooth, vertices[v1], vertices[v2], vertices[v3]);
203 normalList.add(normalMap.get(vertices[v3]));
213 this.appendVertexReference(v3, vertexList.size(), vertexReferenceMap);
215 vertexList.add(vertices[v3]);
227 this.appendVertexReference(v3, vertexList.size(), vertexReferenceMap);
229 vertexList.add(vertices[v3]);
237 normalList.add(normalMap.get(vertices[v3]));
    [all...]
  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/scene/plugins/
OBJLoader.java 200 Vertex v3 = f.verticies[3]; local
205 // v1 and v3
207 float d2 = v1.v.distanceSquared(v3.v);
212 t[0].verticies[2] = v3;
216 t[1].verticies[2] = v3;
218 // put an edge in v1, v3
225 t[1].verticies[2] = v3;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM_s.h 101 M_VARIANTS $v0,$v1,$v2,$v3,$v4,$v5,$v6,$v7
107 _M_VARIANT $v3
153 _M_TRY $cpu, $v0,$v1,$v2,$v3,$v4,$v5,$v6,$v7
160 _M_TRY1 $v3
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM_s.h 101 M_VARIANTS $v0,$v1,$v2,$v3,$v4,$v5,$v6,$v7
107 _M_VARIANT $v3
156 _M_TRY $cpu, $v0,$v1,$v2,$v3,$v4,$v5,$v6,$v7
163 _M_TRY1 $v3
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLState.java 83 IGLProperty v3 = new GLFloatProperty(GLStateType.GENERIC_VERTEX_ATTRIB_V3, local
88 v0, v1, v2, v3);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
StateTransformFactory.java 232 int index, float v0, float v1, float v2, float v3) {
261 Float.valueOf(v3)));
269 // void glVertexAttrib4f(GLuint index, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3);
275 float v3 = msg.getArgsCount() > 4 ? msg.getArgs(4).getFloatValue(0) : 0; local
277 return transformsForGlVertexAttrib(msg.getContextId(), index, v0, v1, v2, v3);
    [all...]
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /external/guava/guava-tests/test/com/google/common/collect/
AbstractMultimapTest.java 947 Integer v3 = iterator.next(); local
950 ASSERT.that(asList(v1, v2, v3)).hasContentsAnyOrder(1, 3, 5);
954 assertTrue(multimap.containsEntry("foo", v3));
965 ASSERT.that(asList(n1, n3)).hasContentsAnyOrder(v1, v3);
    [all...]
  /external/libppp/src/
command.c 1693 int v1, v2, v3; local
    [all...]
  /external/opencv/cv/src/
cvimgwarp.cpp 1848 __m128i v0, v1, v2, v3, a0, a1, b0, b1; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_blit_N.c 165 vector unsigned short v3 = vec_splat_u16(3); local
223 vgpixel = vec_sl(vgpixel, v3);
266 vector unsigned short v3 = vec_splat_u16(3); local
361 vB = vec_sl((vector unsigned short)vsrc, v3);
411 vector unsigned short v3 = vec_splat_u16(3); local
506 vB = vec_sl((vector unsigned short)vsrc, v3);
507 vG = vec_sl(vB, v3);
    [all...]
  /external/v8/src/
hydrogen-instructions.cc 225 int v3 = MulWithoutOverflow(upper_, other->lower(), &may_overflow); local
227 lower_ = Min(Min(v1, v2), Min(v3, v4));
228 upper_ = Max(Max(v1, v2), Max(v3, v4));
    [all...]
  /external/dropbear/libtommath/pre_gen/
mpi.c 2965 mp_int u1,u2,u3,v1,v2,v3,t1,t2,t3,q,tmp; local
    [all...]
  /external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/
OGLESShaderRenderer.java 834 Vector3f v3 = (Vector3f) uniform.getValue(); local
835 GLES20.glUniform3f(loc, v3.getX(), v3.getY(), v3.getZ());
    [all...]
  /ndk/tests/device/test-stlport_shared-exception/jni/
pr29166.cpp 18 register int v1=OFF+1,v2=OFF+2,v3=OFF+3,v4=OFF+4,v5=OFF+5,v6=OFF+6,v7=OFF+7,v8=OFF+8,v9=OFF+9,v10=OFF+10; local
49 sum +=v1+v2+v3+v4+v5+v6+v7+v8+v9+v10;
92 register int v1=OFF+1,v2=OFF+2,v3=OFF+3,v4=OFF+4,v5=OFF+5,v6=OFF+6,v7=OFF+7,v8=OFF+8,v9=OFF+9,v10=OFF+10; local
126 sum +=v1+v2+v3+v4+v5+v6+v7+v8+v9+v10;
163 sum +=v1+v2+v3+v4+v5+v6+v7+v8+v9+v10;
  /ndk/tests/device/test-stlport_static-exception/jni/
pr29166.cpp 18 register int v1=OFF+1,v2=OFF+2,v3=OFF+3,v4=OFF+4,v5=OFF+5,v6=OFF+6,v7=OFF+7,v8=OFF+8,v9=OFF+9,v10=OFF+10; local
49 sum +=v1+v2+v3+v4+v5+v6+v7+v8+v9+v10;
92 register int v1=OFF+1,v2=OFF+2,v3=OFF+3,v4=OFF+4,v5=OFF+5,v6=OFF+6,v7=OFF+7,v8=OFF+8,v9=OFF+9,v10=OFF+10; local
126 sum +=v1+v2+v3+v4+v5+v6+v7+v8+v9+v10;
163 sum +=v1+v2+v3+v4+v5+v6+v7+v8+v9+v10;
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java 1742 ContentValues v3 = new ContentValues(); local
1838 final ContentValues v3 = cv(Email.ADDRESS, "account3@testemail.com"); local
1864 final ContentValues v3 = cv(Email.ADDRESS, "account3@testemail.com"); local
1887 ContentValues v3 = new ContentValues(); local
1941 ContentValues v3 = new ContentValues(); local
3087 ContentValues v3 = new ContentValues(); local
3118 ContentValues v3 = new ContentValues(); local
3166 ContentValues v3 = new ContentValues(); local
    [all...]
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
LwjglRenderer.java 827 Vector3f v3 = (Vector3f) uniform.getValue(); local
828 glUniform3f(loc, v3.getX(), v3.getY(), v3.getZ());
    [all...]
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
d3dtypes.h 807 * EVEN and ODD load just v3 with even or odd culling
845 WORD v3; member in union:_D3DTRIANGLE::__anon14286
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
D3DTYPES.H 807 * EVEN and ODD load just v3 with even or odd culling
845 WORD v3; member in union:_D3DTRIANGLE::__anon14469
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.test.performance_3.6.0.v20091014.jar 
  /external/valgrind/main/VEX/priv/
guest_amd64_toIR.c 17197 IRTemp v3, v2, v1, v0; local
    [all...]

Completed in 4240 milliseconds

1 2 3 4 56 7