| /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
| D | ShadowTime.java | 45 public void set(Time other) { in set() method in ShadowTime 103 public void set(long millis) { in set() method in ShadowTime 104 Calendar c = getCalendar(); in set() local 118 Calendar c = getCalendar(); in toMillis() local 123 public void set(int second, int minute, int hour, int monthDay, int month, int year) { in set() method in ShadowTime 137 public void set(int monthDay, int month, int year) { in set() method in ShadowTime 235 int offset = (int) Math.abs(time.gmtoff); in format3339() local 244 Constructor<TimeFormatException> c = TimeFormatException.class.getDeclaredConstructor(); in throwTimeFormatException() local 259 Calendar c = Calendar.getInstance(TimeZone.getTimeZone(time.timezone)); in getCalendar() local 413 char c = pattern.charAt(i); in convertDateFormat() local
|
| /external/chromium_org/third_party/icu/source/i18n/ |
| D | regexcmp.cpp | 91 static inline void addCategory(UnicodeSet *set, int32_t value, UErrorCode& ec) { in addCategory() 1240 UChar32 c = scanNamedChar(); in doParseActions() local 1254 UChar32 c = fC.fChar; in doParseActions() local 1472 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); in doParseActions() local 1479 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); in doParseActions() local 1486 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); in doParseActions() local 1493 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); in doParseActions() local 1502 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); in doParseActions() local 1510 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); in doParseActions() local 1521 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); in doParseActions() local [all …]
|
| /external/chromium_org/third_party/icu/source/common/ |
| D | uniset.cpp | 99 static inline void _dbgct(UnicodeSet* set) { in _dbgct() 107 static inline void _dbgdt(UnicodeSet* set) { in _dbgdt() 117 #define _dbgct(set) argument 118 #define _dbgdt(set) argument 611 UChar32 c = s.char32At(0); in matchesIndexValue() local 625 int32_t& offset, in matches() 667 UChar c = trial.charAt(forward ? 0 : trial.length() - 1); in matches() local 820 UnicodeSet& UnicodeSet::set(UChar32 start, UChar32 end) { in set() function in UnicodeSet 851 void dump(UChar32 c) { in dump() 873 UnicodeSet& UnicodeSet::add(UChar32 c) { in add() [all …]
|
| D | unisetspan.cpp | 105 void addOffset(int32_t offset) { in addOffset() 200 UnicodeSetStringSpan::UnicodeSetStringSpan(const UnicodeSet &set, in UnicodeSetStringSpan() 349 UChar32 c; in UnicodeSetStringSpan() local 430 void UnicodeSetStringSpan::addToSpanNotSet(UChar32 c) { in addToSpanNotSet() 481 spanOne(const UnicodeSet &set, const UChar *s, int32_t length) { in spanOne() 482 UChar c=*s, c2; in spanOne() local 490 spanOneBack(const UnicodeSet &set, const UChar *s, int32_t length) { in spanOneBack() 491 UChar c=s[length-1], c2; in spanOneBack() local 499 spanOneUTF8(const UnicodeSet &set, const uint8_t *s, int32_t length) { in spanOneUTF8() 500 UChar32 c=*s; in spanOneUTF8() local [all …]
|
| D | unames.c | 236 #define WRITE_CHAR(buffer, bufferLength, bufferPos, c) { \ argument 265 uint8_t c; in expandName() local 358 uint8_t c; in compareName() local 539 uint16_t i=0, offset=0, length=0; in expandGroupLengths() local 789 char c; in writeFactorSuffix() local 878 char c; in getAlgName() local 917 char c; in getAlgName() local 959 char c; in enumAlgNames() local 1010 char c; in enumAlgNames() local 1098 char c; in findAlgName() local [all …]
|
| D | dictbe.cpp | 41 DictionaryBreakEngine::handles(UChar32 c, int32_t breakType) const { in handles() 60 UChar32 c = utext_current32(text); in findBreaks() local 87 DictionaryBreakEngine::setCharacters( const UnicodeSet &set ) { in setCharacters() 116 int32_t offset; // Offset in the text of these candidates member in PossibleWord
|
| D | normalizer2impl.cpp | 69 UBool ReorderingBuffer::appendSupplementary(UChar32 c, uint8_t cc, UErrorCode &errorCode) { in appendSupplementary() 109 UChar32 c; in append() local 126 UBool ReorderingBuffer::appendZeroCC(UChar32 c, UErrorCode &errorCode) { in appendZeroCC() 204 UChar c=*--codePointStart; in skipPrevious() local 215 UChar32 c=*--codePointStart; in previousCC() local 230 void ReorderingBuffer::insert(UChar32 c, uint8_t cc) { in insert() 308 int32_t offset=inIndexes[IX_NORM_TRIE_OFFSET]; in load() local 323 UChar32 c; in getTrailCCFromCompYesAndZeroCC() local 360 for(UChar c=Hangul::HANGUL_BASE; c<Hangul::HANGUL_LIMIT; c+=Hangul::JAMO_T_COUNT) { in addPropertyStarts() local 388 UChar c; in copyLowPrefixFromNulTerminated() local [all …]
|
| /external/icu/icu4c/source/common/ |
| D | uniset.cpp | 101 static inline void _dbgct(UnicodeSet* set) { in _dbgct() 109 static inline void _dbgdt(UnicodeSet* set) { in _dbgdt() 119 #define _dbgct(set) argument 120 #define _dbgdt(set) argument 613 UChar32 c = s.char32At(0); in matchesIndexValue() local 627 int32_t& offset, in matches() 669 UChar c = trial.charAt(forward ? 0 : trial.length() - 1); in matches() local 822 UnicodeSet& UnicodeSet::set(UChar32 start, UChar32 end) { in set() function in UnicodeSet 853 void dump(UChar32 c) { in dump() 875 UnicodeSet& UnicodeSet::add(UChar32 c) { in add() [all …]
|
| D | unisetspan.cpp | 107 void addOffset(int32_t offset) { in addOffset() 202 UnicodeSetStringSpan::UnicodeSetStringSpan(const UnicodeSet &set, in UnicodeSetStringSpan() 351 UChar32 c; in UnicodeSetStringSpan() local 432 void UnicodeSetStringSpan::addToSpanNotSet(UChar32 c) { in addToSpanNotSet() 483 spanOne(const UnicodeSet &set, const UChar *s, int32_t length) { in spanOne() 484 UChar c=*s, c2; in spanOne() local 492 spanOneBack(const UnicodeSet &set, const UChar *s, int32_t length) { in spanOneBack() 493 UChar c=s[length-1], c2; in spanOneBack() local 501 spanOneUTF8(const UnicodeSet &set, const uint8_t *s, int32_t length) { in spanOneUTF8() 502 UChar32 c=*s; in spanOneUTF8() local [all …]
|
| D | normalizer2impl.cpp | 70 UBool ReorderingBuffer::appendSupplementary(UChar32 c, uint8_t cc, UErrorCode &errorCode) { in appendSupplementary() 110 UChar32 c; in append() local 127 UBool ReorderingBuffer::appendZeroCC(UChar32 c, UErrorCode &errorCode) { in appendZeroCC() 205 UChar c=*--codePointStart; in skipPrevious() local 216 UChar32 c=*--codePointStart; in previousCC() local 231 void ReorderingBuffer::insert(UChar32 c, uint8_t cc) { in insert() 309 int32_t offset=inIndexes[IX_NORM_TRIE_OFFSET]; in load() local 330 for(UChar c=0; c<0x180; bits>>=1) { in load() local 346 UChar32 c; in getTrailCCFromCompYesAndZeroCC() local 382 UnicodeSet &set; member in __anon9a6d2e9c0111::LcccContext [all …]
|
| D | unames.cpp | 215 #define WRITE_CHAR(buffer, bufferLength, bufferPos, c) { \ argument 244 uint8_t c; in expandName() local 337 uint8_t c; in compareName() local 518 uint16_t i=0, offset=0, length=0; in expandGroupLengths() local 780 char c; in writeFactorSuffix() local 869 char c; in getAlgName() local 908 char c; in getAlgName() local 950 char c; in enumAlgNames() local 1001 char c; in enumAlgNames() local 1089 char c; in findAlgName() local [all …]
|
| D | dictbe.cpp | 37 DictionaryBreakEngine::handles(UChar32 c, int32_t breakType) const { in handles() 59 UChar32 c = utext_current32(text); in findBreaks() local 86 DictionaryBreakEngine::setCharacters( const UnicodeSet &set ) { in setCharacters() 110 int32_t offset; // Offset in the text of these candidates member in PossibleWord
|
| /external/icu/icu4c/source/i18n/ |
| D | regexcmp.cpp | 92 static inline void addCategory(UnicodeSet *set, int32_t value, UErrorCode& ec) { in addCategory() 1280 UChar32 c = scanNamedChar(); in doParseActions() local 1294 UChar32 c = fC.fChar; in doParseActions() local 1515 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); in doParseActions() local 1522 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); in doParseActions() local 1529 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); in doParseActions() local 1536 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); in doParseActions() local 1545 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); in doParseActions() local 1553 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); in doParseActions() local 1564 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); in doParseActions() local [all …]
|
| D | calendar.cpp | 848 Calendar* c = NULL; in createInstance() local 941 Calendar* c = createInstance(aLocale, success); in createInstance() local 1115 Calendar::set(UCalendarDateFields field, int32_t value) in set() function in Calendar 1134 Calendar::set(int32_t year, int32_t month, int32_t date) in set() function in Calendar 1144 Calendar::set(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute) in set() function in Calendar 1156 Calendar::set(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute, int32_t seco… in set() function in Calendar 1175 int cycle, offset, shift = 0; in gregoYearFromIslamicStart() local 1243 int cycle, offset, shift = 0; in firstIslamicStartYearFromGrego() local
|
| /external/harfbuzz_ng/src/ |
| D | hb-open-type-private.hh | 62 static inline const Type& StructAtOffset(const void *P, unsigned int offset) in StructAtOffset() 65 static inline Type& StructAtOffset(void *P, unsigned int offset) in StructAtOffset() 292 hb_sanitize_context_t c[1] = {{0, NULL, NULL, false, 0, NULL}}; in sanitize() local 536 inline void set (Type i) { hb_be_uint16_put (v,i); } in set() function 546 inline void set (Type i) { hb_be_uint32_put (v,i); } in set() function 556 inline void set (Type i) { hb_be_uint24_put (v,i); } in set() function 567 inline void set (Type i) { v.set (i); } in set() function 697 unsigned int offset = *this; in operator ()() local 712 unsigned int offset = *this; in sanitize() local 721 unsigned int offset = *this; in sanitize() local [all …]
|
| /external/chromium_org/third_party/harfbuzz-ng/src/ |
| D | hb-open-type-private.hh | 62 inline const Type& StructAtOffset(const void *P, unsigned int offset) in StructAtOffset() 65 inline Type& StructAtOffset(void *P, unsigned int offset) in StructAtOffset() 283 hb_sanitize_context_t c[1] = {{0}}; in sanitize() local 527 inline void set (Type i) { hb_be_uint16_put (v,i); } in set() function 537 inline void set (Type i) { hb_be_uint32_put (v,i); } in set() function 547 inline void set (Type i) { hb_be_uint24_put (v,i); } in set() function 558 inline void set (Type i) { v.set (i); } in set() function 694 unsigned int offset = *this; in operator ()() local 709 unsigned int offset = *this; in sanitize() local 718 unsigned int offset = *this; in sanitize() local [all …]
|
| /external/chromium_org/v8/src/ |
| D | objects-inl.h | 70 #define INT_ACCESSORS(holder, name, offset) \ argument 75 #define ACCESSORS(holder, name, type, offset) \ argument 84 #define ACCESSORS_TO_SMI(holder, name, offset) \ argument 92 #define SMI_ACCESSORS(holder, name, offset) \ argument 101 #define SYNCHRONIZED_SMI_ACCESSORS(holder, name, offset) \ argument 110 #define NOBARRIER_SMI_ACCESSORS(holder, name, offset) \ argument 119 #define BOOL_GETTER(holder, field, name, offset) \ argument 125 #define BOOL_ACCESSORS(holder, field, name, offset) \ argument 544 String* Unslice(String* string, int* offset) { in Unslice() 1121 #define FIELD_ADDR(p, offset) \ argument [all …]
|
| /external/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_allocator.h | 171 for (uptr c = 1; c < kNumClasses; c++) { in Validate() local 185 uptr c = ClassID(s); in Validate() local 341 NOINLINE Batch* AllocateBatch(AllocatorStats *stat, AllocatorCache *c, in AllocateBatch() 505 uptr offset = chunk % kRegionSize; in GetChunkIdx() local 513 NOINLINE Batch* PopulateFreeList(AllocatorStats *stat, AllocatorCache *c, in PopulateFreeList() 582 void set(uptr idx, u8 val) { in set() function 621 void set(uptr idx, u8 val) { in set() function 719 u32 offset = mem - beg; in GetMetaData() local 725 NOINLINE Batch* AllocateBatch(AllocatorStats *stat, AllocatorCache *c, in AllocateBatch() 759 u32 offset = mem - beg; in GetBlockBegin() local [all …]
|
| /external/chromium_org/third_party/icu/source/tools/tzcode/ |
| D | tz2icu.cpp | 277 char c; in readbool() local 351 unsigned char c; in readzoneinfo() local 407 unsigned char c; in readzoneinfo() local 711 int32_t c; in consumeLine() local 732 int32_t offset; // raw offset member 770 int32_t offset; // dst offset, usually either 0 or 1:00 member 792 void set(const string& id, in set() function 952 int32_t offset, year; in readFinalZonesAndRules() local 960 int32_t month, dom, dow, time, offset; in readFinalZonesAndRules() local 1152 int32_t c = 0; in operator <<() local [all …]
|
| /external/icu/icu4c/source/tools/tzcode/ |
| D | tz2icu.cpp | 277 char c; in readbool() local 351 unsigned char c; in readzoneinfo() local 407 unsigned char c; in readzoneinfo() local 711 int32_t c; in consumeLine() local 732 int32_t offset; // raw offset member 770 int32_t offset; // dst offset, usually either 0 or 1:00 member 792 void set(const string& id, in set() function 952 int32_t offset, year; in readFinalZonesAndRules() local 960 int32_t month, dom, dow, time, offset; in readFinalZonesAndRules() local 1152 int32_t c = 0; in operator <<() local [all …]
|
| /external/chromium_org/v8/test/cctest/ |
| D | test-regexp.cc | 447 static bool IsDigit(uc16 c) { in IsDigit() 452 static bool NotDigit(uc16 c) { in NotDigit() 457 static bool IsWhiteSpaceOrLineTerminator(uc16 c) { in IsWhiteSpaceOrLineTerminator() 464 static bool NotWhiteSpaceNorLineTermiantor(uc16 c) { in NotWhiteSpaceNorLineTermiantor() 469 static bool NotWord(uc16 c) { in NotWord() 474 static void TestCharacterClassEscapes(uc16 c, bool (pred)(uc16 c)) { in TestCharacterClassEscapes() 1459 OutSet* set = table.Get(i); in TEST() local 1476 static uc32 canonicalize(uc32 c) { in canonicalize() 1499 for (uc32 c = 128; c < (1 << 21); c++) in TEST() local 1503 for (uc32 c = 0; c < (1 << 16); c++) { in TEST() local [all …]
|
| /external/mesa3d/src/gallium/drivers/nv50/codegen/ |
| D | nv50_ir_ra.cpp | 134 RegisterSet::intersect(DataFile f, const RegisterSet *set) in intersect() 277 int32_t offset; member 886 for (int c = 0; split ? insn->defExists(c) : insn->srcExists(c); ++c) { in makeCompound() local 906 int c, n; in doCoalesce() local 1391 int32_t offset; in assignSlot() local 1658 int c, k, d; in textureMask() local 1691 for (int c = s + 1; cst->srcExists(c); ++c) in detectConflict() local 1870 int c; in texConstraintNV50() local
|
| /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
| D | nv50_ir_ra.cpp | 134 RegisterSet::intersect(DataFile f, const RegisterSet *set) in intersect() 277 int32_t offset; member 886 for (int c = 0; split ? insn->defExists(c) : insn->srcExists(c); ++c) { in makeCompound() local 906 int c, n; in doCoalesce() local 1391 int32_t offset; in assignSlot() local 1658 int c, k, d; in textureMask() local 1691 for (int c = s + 1; cst->srcExists(c); ++c) in detectConflict() local 1870 int c; in texConstraintNV50() local
|
| /external/chromium-trace/ |
| D | script.js | 16 …ion d(a){"/"==a[a.length-1]&&(a=a.substring(0,a.length-1));l=a}function b(a,c){n[a]||(n[a]=[]);for… function 19 for(c.innerHTML=a.responseText;c.hasChildNodes();)document.head.appendChild(c.removeChild(c.firstCh… argument 23 !r[a]){r[a]=!0;a=a.replace(/\./g,"/")+".html";a=l+"/"+a;var c=document.createElement("link");c.setA… argument 26 b:Math.min(255,a.b+Math.floor(a.b*c))}})).map(function(a){return"rgb("+a.r+","+a.g+","+a.b+")"}),f=… argument 28 base.exportTo("tracing.trace_model",function(){function d(a,c){this.guid_=base.GUID.allocate();this… argument 29 b.prototype={__proto__:Object.prototype,toJSON:function(){for(var a={},c=Object.keys(this),e=0;e<c.… argument 32 base.exportTo("tracing.importer.linux_perf",function(){function d(c){a.call(this,c);c.registerEvent… argument 38 base.exportTo("tracing.importer.linux_perf",function(){function d(a){b.call(this,a);a.registerEvent… argument 41 base.exportTo("tracing.importer.linux_perf",function(){function d(a){b.call(this,a);a.registerEvent… argument 43 base.exportTo("tracing.importer.linux_perf",function(){function d(c){a.call(this,c);c.registerEvent… argument [all …]
|
| /external/chromium_org/third_party/icu/source/test/cintltst/ |
| D | capitst.c | 820 UCollator * c; in TestCloneBinary() local 1199 int32_t offset; in TestElemIter() local 1779 USet *set = NULL; in TestGetTailoredSet() local 2029 doSetsTest(const char *locale, const USet *ref, USet *set, const char* inSet, const char* outSet, U… in doSetsTest() 2114 USet *set = uset_open(0,0); in TestGetContractionsAndUnsafes() local
|