/external/deqp/framework/randomshaders/ |
D | rsgUtils.hpp | 69 float newMax = deFloatFloor(max*subdiv)/subdiv; in quantizeFloatRange() local 70 if (min <= newMax) in quantizeFloatRange() 71 max = newMax; in quantizeFloatRange()
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowRatingBar.java | 82 final float newMax = mNumStars / stepSize; in setStepSize() local 83 final int newProgress = (int) (newMax / getMax() * getProgress()); in setStepSize() 84 setMax((int) newMax); in setStepSize()
|
/external/icu/icu4c/source/test/intltest/ |
D | colldata.cpp | 114 int32_t newMax = listMax + CELIST_BUFFER_SIZE; in add() local 115 uint32_t *newCEs = NEW_ARRAY(uint32_t, newMax); in add() 129 listMax = newMax; in add() 195 int32_t newMax = listMax + STRING_LIST_BUFFER_SIZE; in add() local 196 UnicodeString *newStrings = new UnicodeString[newMax]; in add() 206 listMax = newMax; in add()
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | NamespaceMappings.java | 399 int newMax = 2*max + 1; in push() local 400 Object[] newArray = new Object[newMax]; in push() 402 max = newMax; in push()
|
/external/mdnsresponder/mDNSPosix/ |
D | NetMonitor.c | 217 long newMax = list->max + 64; in AddHost() local 218 HostEntry *newHosts = realloc(list->hosts, newMax * sizeof(HostEntry)); in AddHost() 221 list->max = newMax; in AddHost()
|
/external/sqlite/dist/ |
D | sqlite3.c | 79433 unsigned int newMax; 79438 newMax = 0; 79440 newMax = sqlite3BtreeLastPage(pBt); 79441 if( newMax < (unsigned)pOp->p3 ) newMax = (unsigned)pOp->p3; 79443 pOut->u.i = sqlite3BtreeMaxPageCount(pBt, newMax);
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 79415 unsigned int newMax; 79420 newMax = 0; 79422 newMax = sqlite3BtreeLastPage(pBt); 79423 if( newMax < (unsigned)pOp->p3 ) newMax = (unsigned)pOp->p3; 79425 pOut->u.i = sqlite3BtreeMaxPageCount(pBt, newMax);
|
/external/robolectric/v1/lib/main/ |
D | android.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |