Searched refs:startValue (Results 1 - 18 of 18) sorted by relevance

/external/jsilver/src/com/google/clearsilver/jsilver/functions/string/
H A DSliceFunction.java39 Value startValue = args[1];
42 int start = startValue.asNumber();
65 || startValue.isPartiallyEscaped() || endValue.isPartiallyEscaped());
/external/aac/libFDK/include/
H A DFDK_crc.h124 USHORT startValue; /*!< CRC start value. */ member in struct:__anon145
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollAnimatorNone.cpp181 double startValue = curveIntegralAt(curve, startT); local
183 return endValue - startValue;
188 double startValue = curveIntegralAt(curve, 1 - endT); local
190 return endValue - startValue;
/external/chromium_org/third_party/icu/source/i18n/
H A Dcalendar.cpp3456 int32_t Calendar::getActualHelper(UCalendarDateFields field, int32_t startValue, int32_t endValue, UErrorCode &status) const argument
3459 fprintf(stderr, "getActualHelper(%d,%d .. %d, %s)\n", field, startValue, endValue, u_errorName(status));
3461 if (startValue == endValue) {
3463 return startValue;
3466 int32_t delta = (endValue > startValue) ? 1 : -1;
3470 if(U_FAILURE(status)) return startValue;
3472 if(!work) { status = U_MEMORY_ALLOCATION_ERROR; return startValue; }
3484 work->set(field, startValue);
3491 int32_t result = startValue;
3492 if ((work->get(field, status) != startValue
[all...]
/external/icu/icu4c/source/i18n/
H A Dcalendar.cpp3617 int32_t Calendar::getActualHelper(UCalendarDateFields field, int32_t startValue, int32_t endValue, UErrorCode &status) const argument
3620 fprintf(stderr, "getActualHelper(%d,%d .. %d, %s)\n", field, startValue, endValue, u_errorName(status));
3622 if (startValue == endValue) {
3624 return startValue;
3627 int32_t delta = (endValue > startValue) ? 1 : -1;
3631 if(U_FAILURE(status)) return startValue;
3633 if(!work) { status = U_MEMORY_ALLOCATION_ERROR; return startValue; }
3645 work->set(field, startValue);
3652 int32_t result = startValue;
3653 if ((work->get(field, status) != startValue
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/mac/
H A DScrollAnimatorMac.mm371 - (id)initWithScrollbar:(Scrollbar*)scrollbar featureToAnimate:(FeatureToAnimate)featureToAnimate animateFrom:(CGFloat)startValue animateTo:(CGFloat)endValue duration:(NSTimeInterval)duration;
376 - (id)initWithScrollbar:(Scrollbar*)scrollbar featureToAnimate:(FeatureToAnimate)featureToAnimate animateFrom:(CGFloat)startValue animateTo:(CGFloat)endValue duration:(NSTimeInterval)duration
385 _startValue = startValue;
409 - (void)setStartValue:(CGFloat)startValue
411 _startValue = startValue;
/external/aac/libFDK/src/
H A DFDK_crc.cpp216 hCrcInfo->startValue = crcStartValue;
245 hCrcInfo->crcValue = hCrcInfo->startValue;
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dcalendar.h1839 * @param startValue starting (least max) value of field
1844 int32_t getActualHelper(UCalendarDateFields field, int32_t startValue, int32_t endValue, UErrorCode &status) const;
/external/icu/icu4c/source/i18n/unicode/
H A Dcalendar.h1849 * @param startValue starting (least max) value of field
1854 int32_t getActualHelper(UCalendarDateFields field, int32_t startValue, int32_t endValue, UErrorCode &status) const;
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DCSSPropertyParser.cpp3276 RefPtrWillBeRawPtr<CSSValue> startValue = parseGridPosition(); local
3277 if (!startValue)
3292 endValue = gridMissingGridPositionValue(startValue.get());
3295 addProperty(shorthand.properties()[0], startValue, important);
/external/chromium_org/third_party/skia/experimental/webtry/res/js/cm/
H A Dcodemirror.js6970 var countColumn = CodeMirror.countColumn = function(string, end, tabSize, startIndex, startValue) {
6975 for (var i = startIndex || 0, n = startValue || 0;;) {
/external/skia/experimental/webtry/res/js/cm/
H A Dcodemirror.js6970 var countColumn = CodeMirror.countColumn = function(string, end, tabSize, startIndex, startValue) {
6975 for (var i = startIndex || 0, n = startValue || 0;;) {
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
H A Dcodemirror.js7207 var countColumn = CodeMirror.countColumn = function(string, end, tabSize, startIndex, startValue) {
7212 for (var i = startIndex || 0, n = startValue || 0;;) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 439 milliseconds