Home
last modified time | relevance | path

Searched refs:DELTA (Results 1 – 25 of 45) sorted by relevance

12

/external/toybox/scripts/
Dbloatcheck20 DELTA=0
34 TOTAL=$(($TOTAL+$DELTA))
35 [ $DELTA -ne 0 ] && addline
37 DELTA=0
50 DELTA=$(($DELTA+$SIZE))
53 TOTAL=$(($TOTAL+$DELTA))
54 [ $DELTA -ne 0 ] && addline
/external/ltp/testcases/open_posix_testsuite/functional/timers/clocks/
Dtwopsetclock.c27 #define DELTA 5 macro
45 tschild.tv_sec = TESTTIME + DELTA; in main()
59 tsparent.tv_sec = TESTTIME - DELTA; in main()
79 if ((delta <= ACCEPTABLEDELTA - DELTA) || in main()
80 (delta <= ACCEPTABLEDELTA + DELTA)) { in main()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateTimePatternGenerator.java2083 DELTA = 0x10, field in DateTimePatternGenerator
2161 {'Y', YEAR, NUMERIC + DELTA, 1, 20},
2162 {'u', YEAR, NUMERIC + 2*DELTA, 1, 20},
2163 {'r', YEAR, NUMERIC + 3*DELTA, 1, 20},
2172 {'q', QUARTER, NUMERIC + DELTA, 1, 2},
2173 {'q', QUARTER, SHORT + DELTA, 3},
2174 {'q', QUARTER, LONG + DELTA, 4},
2180 {'L', MONTH, NUMERIC + DELTA, 1, 2},
2181 {'L', MONTH, SHORT - DELTA, 3},
2182 {'L', MONTH, LONG - DELTA, 4},
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/text/
DDateTimePatternGenerator.java2058 DELTA = 0x10, field in DateTimePatternGenerator
2136 {'Y', YEAR, NUMERIC + DELTA, 1, 20},
2137 {'u', YEAR, NUMERIC + 2*DELTA, 1, 20},
2138 {'r', YEAR, NUMERIC + 3*DELTA, 1, 20},
2147 {'q', QUARTER, NUMERIC + DELTA, 1, 2},
2148 {'q', QUARTER, SHORT + DELTA, 3},
2149 {'q', QUARTER, LONG + DELTA, 4},
2155 {'L', MONTH, NUMERIC + DELTA, 1, 2},
2156 {'L', MONTH, SHORT - DELTA, 3},
2157 {'L', MONTH, LONG - DELTA, 4},
[all …]
/external/autotest/client/site_tests/power_Thermal/
Dpower_Thermal.py54 DELTA = 3.0 variable
259 if new_temp - base_temp >= DELTA:
313 if self.preserved_throttle_limit - self._cpu_temp() < 4 * DELTA:
332 self._set_throttle_limit(self._cpu_temp() + DELTA/2)
/external/guava/guava-gwt/test-super/com/google/common/net/super/com/google/common/net/
DInternetDomainNameTest.java43 private static final String DELTA = "\u0394"; field in InternetDomainNameTest
49 static final String LOTS_OF_DELTAS = Strings.repeat(DELTA, 62);
71 "a" + DELTA + "b.com",
94 "a" + DELTA + " .com",
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedsend/
D20-1.c35 #define DELTA 1 macro
110 if (time(NULL) > ts.tv_sec + DELTA) { in main()
D15-1.c36 #define DELTA 1 macro
110 if (time(NULL) > currsec + DELTA) { in main()
/external/autotest/client/cros/faft/utils/
Dkernel_handler.py33 DELTA = 1 variable in KernelHandler
159 self._modify_kernel(section.upper(), self.DELTA)
163 self._modify_kernel(section.upper(), -self.DELTA)
Dflashrom_handler.py87 DELTA = 1 # value to add to a byte to corrupt a section contents variable in FlashromHandler
297 return self._modify_section(section, self.DELTA, body_or_sig=False,
303 return self._modify_section(section, self.DELTA, body_or_sig=True,
309 return self._modify_section(section, -self.DELTA, body_or_sig=False,
315 return self._modify_section(section, -self.DELTA, body_or_sig=True,
/external/guava/guava-tests/test/com/google/common/net/
DInternetDomainNameTest.java45 private static final String DELTA = "\u0394"; field in InternetDomainNameTest
51 static final String LOTS_OF_DELTAS = Strings.repeat(DELTA, 62);
73 "a" + DELTA + "b.com",
96 "a" + DELTA + " .com",
/external/icu/icu4c/source/common/
Ducnvisci.c55 #define TELUGU_DELTA DELTA * TELUGU
79 DELTA=0x80 enumerator
210 …nicode = (uint16_t)(lookupInitialData[pArgs->options & UCNV_OPTIONS_VERSION_MASK].uniLang * DELTA); in _ISCIIOpen()
914 range = (uint16_t)(newDelta/DELTA); in UConverter_fromUnicode_ISCII_OFFSETS_LOGIC()
978 range =(uint16_t)((sourceChar-INDIC_BLOCK_BEGIN)/DELTA); in UConverter_fromUnicode_ISCII_OFFSETS_LOGIC()
979 newDelta =(uint16_t)(range*DELTA); in UConverter_fromUnicode_ISCII_OFFSETS_LOGIC()
1215 … data->currentDeltaToUnicode = (uint16_t)(lookupTable[sourceChar & 0x0F][0] * DELTA); in UConverter_toUnicode_ISCII_OFFSETS_LOGIC()
1567 for (idx = 0; idx < DELTA; idx++) { in _ISCIIGetUnicodeSet()
1570 sa->add(sa->set, idx + (script * DELTA) + INDIC_BLOCK_BEGIN); in _ISCIIGetUnicodeSet()
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetISCII.java47 private static final short TELUGU_DELTA = (UniLang.DELTA * UniLang.TELUGU);
75 static final short DELTA = 0x80; field in CharsetISCII.UniLang
136 …)(lookupInitialData[option & UCNV_OPTIONS_VERSION_MASK].uniLang * UniLang.DELTA); /* defDeltaToUni… in initialize()
137 …)(lookupInitialData[option & UCNV_OPTIONS_VERSION_MASK].uniLang * UniLang.DELTA); /* currentDeltaF… in initialize()
138 …)(lookupInitialData[option & UCNV_OPTIONS_VERSION_MASK].uniLang * UniLang.DELTA); /* currentDeltaT… in initialize()
854 … data.currentDeltaToUnicode = (short)(lookupTable[sourceChar & 0x0F][0] * UniLang.DELTA); in decodeLoop()
1221 range = (short)(newDelta / UniLang.DELTA); in encodeLoop()
1291 range = (short)((sourceChar - INDIC_BLOCK_BEGIN) / UniLang.DELTA); in encodeLoop()
1292 newDelta = (short)(range * UniLang.DELTA); in encodeLoop()
1448 for(idx=0; idx < UniLang.DELTA ; idx++){ in getUnicodeSetImpl()
[all …]
/external/e2fsprogs/lib/ext2fs/
Ddirhash.c32 #define DELTA 0x9E3779B9 macro
42 sum += DELTA; in TEA_transform()
/external/f2fs-tools/lib/
Dlibf2fs.c218 #define DELTA 0x9E3779B9 macro
228 sum += DELTA; in TEA_transform()
/external/icu/icu4c/source/data/translit/
Del_el_Latn_BGN.txt315 Ν{Δ}Ρ → D ; # GREEK CAPITAL LETTER DELTA
326 Δ → DH ; # GREEK CAPITAL LETTER DELTA
327 δ → dh ; # GREEK SMALL LETTER DELTA
/external/protobuf/python/google/protobuf/internal/
Ddescriptor_pool_test1.proto71 DELTA = 4; enumerator
/external/syslinux/codepage/
Dcp1253.txt215 0xC4 0x0394 #GREEK CAPITAL LETTER DELTA
247 0xE4 0x03B4 #GREEK SMALL LETTER DELTA
Dcp737.txt149 0x83 0x0394 #GREEK CAPITAL LETTER DELTA
173 0x9b 0x03b4 #GREEK SMALL LETTER DELTA
Dcp869.txt185 0xa7 0x0394 #GREEK CAPITAL LETTER DELTA
239 0xdd 0x03b4 #GREEK SMALL LETTER DELTA
Diso8859-7.txt251 0xC4 0x0394 # GREEK CAPITAL LETTER DELTA
282 0xE4 0x03B4 # GREEK SMALL LETTER DELTA
Dcp861.txt253 0xeb 0x03b4 #GREEK SMALL LETTER DELTA
Dcp860.txt253 0xeb 0x03b4 #GREEK SMALL LETTER DELTA
Dcp437.txt253 0xeb 0x03b4 #GREEK SMALL LETTER DELTA
Dcp863.txt253 0xeb 0x03b4 #GREEK SMALL LETTER DELTA

12