/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/icu4c/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 | unames.cpp | 238 #define WRITE_CHAR(buffer, bufferLength, bufferPos, c) { \ argument 267 uint8_t c; in expandName() local 360 uint8_t c; in compareName() local 541 uint16_t i=0, offset=0, length=0; in expandGroupLengths() local 803 char c; in writeFactorSuffix() local 892 char c; in getAlgName() local 931 char c; in getAlgName() local 973 char c; in enumAlgNames() local 1024 char c; in enumAlgNames() local 1112 char c; in findAlgName() 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 383 for(UChar c=Hangul::HANGUL_BASE; c<Hangul::HANGUL_LIMIT; c+=Hangul::JAMO_T_COUNT) { in addPropertyStarts() local [all …]
|
D | dictbe.cpp | 37 DictionaryBreakEngine::handles(UChar32 c, int32_t breakType) const { in handles() 56 UChar32 c = utext_current32(text); in findBreaks() local 83 DictionaryBreakEngine::setCharacters( const UnicodeSet &set ) { in setCharacters() 107 int32_t offset; // Offset in the text of these candidates member in PossibleWord
|
/external/icu4c/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 …]
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
D | CollectionsTest.java | 101 boolean offset; field in CollectionsTest.SynchCollectionChecker 129 public SynchCollectionChecker(Collection c, boolean offset, in SynchCollectionChecker() 149 public boolean offset() { in offset() method in CollectionsTest.SynchCollectionChecker 174 boolean offset; field in CollectionsTest.SynchMapChecker 212 public SynchMapChecker(Map m, boolean offset, int totalChecks) { in SynchMapChecker() 236 public boolean offset() { in offset() method in CollectionsTest.SynchMapChecker 262 public CollectionTest(String p1, Collection c) { in CollectionTest() 1649 Collection c = Collections.unmodifiableCollection(ll); in test_unmodifiableCollectionLjava_util_Collection() local 1697 List c = Collections.unmodifiableList(ll); in test_unmodifiableListLjava_util_List() local 1768 Map c = Collections.unmodifiableMap(hm); in test_unmodifiableMapLjava_util_Map() local [all …]
|
/external/v8/src/ |
D | objects-inl.h | 84 #define INT_ACCESSORS(holder, name, offset) \ argument 89 #define ACCESSORS(holder, name, type, offset) \ argument 98 #define ACCESSORS_TO_SMI(holder, name, offset) \ argument 106 #define SMI_ACCESSORS(holder, name, offset) \ argument 116 #define BOOL_GETTER(holder, field, name, offset) \ argument 122 #define BOOL_ACCESSORS(holder, field, name, offset) \ argument 865 #define FIELD_ADDR(p, offset) \ argument 868 #define READ_FIELD(p, offset) \ argument 871 #define WRITE_FIELD(p, offset, value) \ argument 874 #define WRITE_BARRIER(heap, object, offset, value) \ argument [all …]
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
D | hb-open-type-private.hh | 64 inline const Type& StructAtOffset(const void *P, unsigned int offset) in StructAtOffset() 67 inline Type& StructAtOffset(void *P, unsigned int offset) in StructAtOffset() 285 hb_sanitize_context_t c[1] = {{0}}; in sanitize() local 529 inline void set (Type i) { hb_be_uint16_put (v,i); } in set() function 539 inline void set (Type i) { hb_be_uint32_put (v,i); } in set() function 549 inline void set (Type i) { hb_be_uint24_put (v,i); } in set() function 560 inline void set (Type i) { v.set (i); } in set() function 696 unsigned int offset = *this; in operator ()() local 711 unsigned int offset = *this; in sanitize() local 720 unsigned int offset = *this; in sanitize() local [all …]
|
/external/chromium_org/v8/src/ |
D | objects-inl.h | 88 #define INT_ACCESSORS(holder, name, offset) \ argument 93 #define ACCESSORS(holder, name, type, offset) \ argument 102 #define ACCESSORS_TO_SMI(holder, name, offset) \ argument 110 #define SMI_ACCESSORS(holder, name, offset) \ argument 120 #define BOOL_GETTER(holder, field, name, offset) \ argument 126 #define BOOL_ACCESSORS(holder, field, name, offset) \ argument 930 #define FIELD_ADDR(p, offset) \ argument 933 #define READ_FIELD(p, offset) \ argument 936 #define WRITE_FIELD(p, offset, value) \ argument 939 #define WRITE_BARRIER(heap, object, offset, value) \ argument [all …]
|
/external/harfbuzz_ng/src/ |
D | hb-open-type-private.hh | 64 inline const Type& StructAtOffset(const void *P, unsigned int offset) in StructAtOffset() 67 inline Type& StructAtOffset(void *P, unsigned int offset) in StructAtOffset() 285 hb_sanitize_context_t c[1] = {{0}}; in sanitize() local 529 inline void set (Type i) { hb_be_uint16_put (v,i); } in set() function 539 inline void set (Type i) { hb_be_uint32_put (v,i); } in set() function 549 inline void set (Type i) { hb_be_uint24_put (v,i); } in set() function 560 inline void set (Type i) { v.set (i); } in set() function 690 unsigned int offset = *this; in operator ()() local 705 unsigned int offset = *this; in sanitize() local 714 unsigned int offset = *this; in sanitize() local [all …]
|
/external/v8/test/cctest/ |
D | test-regexp.cc | 431 static bool IsDigit(uc16 c) { in IsDigit() 436 static bool NotDigit(uc16 c) { in NotDigit() 441 static bool IsWhiteSpace(uc16 c) { in IsWhiteSpace() 460 static bool NotWhiteSpace(uc16 c) { in NotWhiteSpace() 465 static bool NotWord(uc16 c) { in NotWord() 470 static void TestCharacterClassEscapes(uc16 c, bool (pred)(uc16 c)) { in TestCharacterClassEscapes() 1406 OutSet* set = table.Get(i); in TEST() local 1423 static uc32 canonicalize(uc32 c) { in canonicalize() 1446 for (uc32 c = 128; c < (1 << 21); c++) in TEST() local 1450 for (uc32 c = 0; c < (1 << 16); c++) { in TEST() local [all …]
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_allocator.h | 168 for (uptr c = 1; c < kNumClasses; c++) { in Validate() local 182 uptr c = ClassID(s); in Validate() local 332 NOINLINE Batch* AllocateBatch(AllocatorStats *stat, AllocatorCache *c, in AllocateBatch() 496 uptr offset = chunk % kRegionSize; in GetChunkIdx() local 504 NOINLINE Batch* PopulateFreeList(AllocatorStats *stat, AllocatorCache *c, in PopulateFreeList() 573 void set(uptr idx, u8 val) { in set() function 648 u32 offset = mem - beg; in GetMetaData() local 654 NOINLINE Batch* AllocateBatch(AllocatorStats *stat, AllocatorCache *c, in AllocateBatch() 688 u32 offset = mem - beg; in GetBlockBegin() local 790 void PopulateFreeList(AllocatorStats *stat, AllocatorCache *c, in PopulateFreeList() [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/icu4c/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 | 437 static bool IsDigit(uc16 c) { in IsDigit() 442 static bool NotDigit(uc16 c) { in NotDigit() 447 static bool IsWhiteSpace(uc16 c) { in IsWhiteSpace() 466 static bool NotWhiteSpace(uc16 c) { in NotWhiteSpace() 471 static bool NotWord(uc16 c) { in NotWord() 476 static void TestCharacterClassEscapes(uc16 c, bool (pred)(uc16 c)) { in TestCharacterClassEscapes() 1457 OutSet* set = table.Get(i); in TEST() local 1474 static uc32 canonicalize(uc32 c) { in canonicalize() 1497 for (uc32 c = 128; c < (1 << 21); c++) in TEST() local 1501 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
|