Home
last modified time | relevance | path

Searched refs:e_count (Results 1 – 5 of 5) sorted by relevance

/external/toybox/toys/example/
Dskeleton.c49 long e_count; in GLOBALS()
81 if (TT.s.e_count) printf("e was seen %ld times\n", TT.s.e_count);
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/box2d/
DCantilever.java44 final int e_count = 8; field in Cantilever
70 for (int i = 0; i < e_count; i++) { in createWorld()
97 for (int i = 0; i < e_count; i++) { in createWorld()
126 for (int i = 0; i < e_count; i++) { in createWorld()
156 for (int i = 0; i < e_count; i++) { in createWorld()
DBridge.java43 int e_count = 30; field in Bridge
71 for (int i = 0; i < e_count; i++) { in createWorld()
84 Vector2 anchor = new Vector2(-15.0f + 1.0f * e_count, 5.0f); in createWorld()
DSphereStack.java40 int e_count = 10; field in SphereStack
58 for (int i = 0; i < e_count; i++) { in createWorld()
/external/toybox/generated/
Dglobals.h23 long e_count; member