/external/toybox/scripts/ |
D | bloatcheck | 20 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/ |
D | twopsetclock.c | 27 #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/ |
D | DateTimePatternGenerator.java | 2083 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/ |
D | DateTimePatternGenerator.java | 2058 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/ |
D | power_Thermal.py | 54 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/ |
D | InternetDomainNameTest.java | 43 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/ |
D | 20-1.c | 35 #define DELTA 1 macro 110 if (time(NULL) > ts.tv_sec + DELTA) { in main()
|
D | 15-1.c | 36 #define DELTA 1 macro 110 if (time(NULL) > currsec + DELTA) { in main()
|
/external/autotest/client/cros/faft/utils/ |
D | kernel_handler.py | 33 DELTA = 1 variable in KernelHandler 159 self._modify_kernel(section.upper(), self.DELTA) 163 self._modify_kernel(section.upper(), -self.DELTA)
|
D | flashrom_handler.py | 87 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/ |
D | InternetDomainNameTest.java | 45 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/ |
D | ucnvisci.c | 55 #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/ |
D | CharsetISCII.java | 47 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/ |
D | dirhash.c | 32 #define DELTA 0x9E3779B9 macro 42 sum += DELTA; in TEA_transform()
|
/external/f2fs-tools/lib/ |
D | libf2fs.c | 218 #define DELTA 0x9E3779B9 macro 228 sum += DELTA; in TEA_transform()
|
/external/icu/icu4c/source/data/translit/ |
D | el_el_Latn_BGN.txt | 315 Ν{Δ}Ρ → D ; # GREEK CAPITAL LETTER DELTA 326 Δ → DH ; # GREEK CAPITAL LETTER DELTA 327 δ → dh ; # GREEK SMALL LETTER DELTA
|
/external/protobuf/python/google/protobuf/internal/ |
D | descriptor_pool_test1.proto | 71 DELTA = 4; enumerator
|
/external/syslinux/codepage/ |
D | cp1253.txt | 215 0xC4 0x0394 #GREEK CAPITAL LETTER DELTA 247 0xE4 0x03B4 #GREEK SMALL LETTER DELTA
|
D | cp737.txt | 149 0x83 0x0394 #GREEK CAPITAL LETTER DELTA 173 0x9b 0x03b4 #GREEK SMALL LETTER DELTA
|
D | cp869.txt | 185 0xa7 0x0394 #GREEK CAPITAL LETTER DELTA 239 0xdd 0x03b4 #GREEK SMALL LETTER DELTA
|
D | iso8859-7.txt | 251 0xC4 0x0394 # GREEK CAPITAL LETTER DELTA 282 0xE4 0x03B4 # GREEK SMALL LETTER DELTA
|
D | cp861.txt | 253 0xeb 0x03b4 #GREEK SMALL LETTER DELTA
|
D | cp860.txt | 253 0xeb 0x03b4 #GREEK SMALL LETTER DELTA
|
D | cp437.txt | 253 0xeb 0x03b4 #GREEK SMALL LETTER DELTA
|
D | cp863.txt | 253 0xeb 0x03b4 #GREEK SMALL LETTER DELTA
|