/external/chromium_org/third_party/skia/src/gpu/effects/ |
GrDistanceFieldTextureEffect.cpp | 17 // Hence our zero threshold is 128/255. 18 #define THRESHOLD "0.50196078431" 53 builder->fsCodeAppend("\tfloat val = smoothstep("THRESHOLD"-afwidth, "THRESHOLD"+afwidth, distance);\n");
|
/external/skia/src/gpu/effects/ |
GrDistanceFieldTextureEffect.cpp | 17 // Hence our zero threshold is 128/255. 18 #define THRESHOLD "0.50196078431" 53 builder->fsCodeAppend("\tfloat val = smoothstep("THRESHOLD"-afwidth, "THRESHOLD"+afwidth, distance);\n");
|
/cts/tests/tests/app/src/android/app/cts/ |
ActivityManagerMemoryInfoTest.java | 39 final long THRESHOLD = 500l; 40 mMemory.threshold = THRESHOLD; 49 assertEquals(THRESHOLD, values.threshold); 64 final long THRESHOLD = 500l; 65 mMemory.threshold = THRESHOLD; 74 assertEquals(THRESHOLD, result.threshold); [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
mergesort.c | 53 #define THRESHOLD 16 /* Best choice for natural merge cut-off. */ 268 * when THRESHOLD/2 pairs compare with same sense. (Only used when NATURAL 308 if (length < THRESHOLD) { /* Pairwise merge */
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
pitch_ol.cpp | 72 #define THRESHOLD 27853 882 if (sub (mult (max1, THRESHOLD), max2) < 0) 893 if (sub (mult (max1, THRESHOLD), max3) < 0) [all...] |
/development/samples/USB/MissileLauncher/src/com/android/missilelauncher/ |
MissileLauncherActivity.java | 67 private static final double THRESHOLD = 5.0; 176 if (event.values[0] < -THRESHOLD) { 178 } else if (event.values[0] > THRESHOLD) { 181 if (event.values[1] < -THRESHOLD) { 183 } else if (event.values[1] > THRESHOLD) {
|
/external/opencv/ |
cvjni.cpp | 19 #define THRESHOLD 10
227 cvThreshold( grayImage, binaryImage, THRESHOLD, THRESHOLD_MAX_VALUE, CV_THRESH_BINARY );
|
/frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/ |
MemoryUsageTest.java | 53 private static final int THRESHOLD = 1024; 210 return (diff1 + diff2) < THRESHOLD;
|
/frameworks/base/core/java/com/android/internal/widget/ |
SlidingTab.java | 45 * A special widget containing two Sliders and a threshold for each. Moving either slider beyond 46 * the threshold will cause the registered OnTriggerListener.onTrigger() to be called with 60 private static final float THRESHOLD = 2.0f / 3.0f; 108 * by moving it beyond a threshold. 113 * threshold. 119 * the threshold. 125 * the threshold. 130 * Called when the user moves a handle beyond the threshold. 346 final int leftTarget = (int) (THRESHOLD * parentWidth) - targetWidth + handleWidth / 2; 347 final int rightTarget = (int) ((1.0f - THRESHOLD) * parentWidth) - handleWidth / 2 [all...] |
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
AppCacheTest.java | 48 private static final long THRESHOLD=5; 286 long thresholdBlks = (totBlks * THRESHOLD) / 100L; 331 long shouldFree = (ACTUAL_THRESHOLD-THRESHOLD)*totBlks;
|
/frameworks/base/libs/hwui/ |
PathTessellator.cpp | 56 #define THRESHOLD 0.5f 724 // alter the bezier recursion threshold values we calculate in order to compensate for [all...] |
/sdk/attribute_stats/src/ |
Analyzer.java | 61 public static final int THRESHOLD = 10; // percent 428 if (percentage < THRESHOLD && prevPercentage >= THRESHOLD) { 440 if (percentage >= THRESHOLD /*&& usage.count > 1*/) { // 1:Ignore when not enough data?
|
/packages/apps/VoiceDialer/src/com/android/voicedialer/ |
VoiceDialerActivity.java | 629 private static final int THRESHOLD = 8; // absolute pseudo energy threshold 650 int threshold = THRESHOLD*sampleCount; // absolute energy threshold local 678 if (energy > threshold && energy > (prevE * 2) && prevE != 0) { 679 // rising edge if energy doubled and > abs threshold 685 if (energy < threshold || energy < (prevE / 2)){ 700 if (energy < threshold || energy < (peak / 2)) { [all...] |
/frameworks/ex/common/java/com/android/ex/editstyledtext/ |
EditStyledText.java | [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.text_3.5.0.v20100601-1300.jar | |
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar | |
/prebuilts/tools/common/m2/internal/xerces/xercesImpl/2.6.2/ |
xercesImpl-2.6.2.jar | |
/external/jdiff/ |
xerces.jar | |