| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
| D | TrieMap.java | 59 … static public <K extends CharSequence, V> Builder<V> with(Style style, Map<K, V> keyValuePairs) { in with() 63 …static public <K extends CharSequence, V> Builder<V> with(Style style, Option option, Map<K, V> ke… in with() 70 static public <K extends CharSequence, V> Builder<V> with(Style style, K key, V value) { in with() 74 …static public <K extends CharSequence, V> Builder<V> with(Style style, Option option, K key, V val… in with() 81 public abstract Builder<V> add(CharSequence key, V value); in add() method in TrieMap.Builder 135 char c = test.charAt(i); in get() local 240 char c = text.charAt(current++); in next() local 281 public BytesBuilder<V> add(CharSequence key, V value) { in add() method in TrieMap.BytesBuilder 303 char c = key.charAt(i); in add() local 423 char c = text.charAt(current++); in next() local [all …]
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
| D | TrieMap.java | 58 … static public <K extends CharSequence, V> Builder<V> with(Style style, Map<K, V> keyValuePairs) { in with() 62 …static public <K extends CharSequence, V> Builder<V> with(Style style, Option option, Map<K, V> ke… in with() 69 static public <K extends CharSequence, V> Builder<V> with(Style style, K key, V value) { in with() 73 …static public <K extends CharSequence, V> Builder<V> with(Style style, Option option, K key, V val… in with() 80 public abstract Builder<V> add(CharSequence key, V value); in add() method in TrieMap.Builder 134 char c = test.charAt(i); in get() local 239 char c = text.charAt(current++); in next() local 280 public BytesBuilder<V> add(CharSequence key, V value) { in add() method in TrieMap.BytesBuilder 302 char c = key.charAt(i); in add() local 422 char c = text.charAt(current++); in next() local [all …]
|
| /third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfview/ |
| D | ViewableTaggedData.java | 30 private final Style style; field in ViewableTaggedData 37 private ViewableTaggedData(List<Marker> markers, Style style, Metrics metrics) { in ViewableTaggedData() 335 private final Style style; field in ViewableTaggedData.DrawContext 348 private DrawContext(Style style, Metrics metrics, Graphics g, int x, int y) { in DrawContext() 683 private int add(Reference ref) { in add() method in ViewableTaggedData.RefWidthFinder 725 abstract void draw(DrawContext c); in draw() 765 void draw(DrawContext c) { in draw() 785 void draw(DrawContext c) { in draw() 809 void draw(DrawContext c) { in draw() 832 void draw(DrawContext c) { in draw() [all …]
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| D | UnicodeSet.java | 593 private static void appendCodePoint(Appendable app, int c) { in appendCodePoint() 635 private static <T extends Appendable> T _appendToPat(T buf, int c, boolean escapeUnprintable) { in _appendToPat() 703 int c = pat.codePointAt(i); in _toPattern() local 875 int c = UTF16.charAt(s, 0); in matchesIndexValue() local 1094 public int indexOf(int c) { in indexOf() 1150 public UnicodeSet add(int start, int end) { in add() method 1237 public final UnicodeSet add(int c) { in add() method 1243 private final UnicodeSet add_unchecked(int c) { in add_unchecked() 1339 public final UnicodeSet add(CharSequence s) { in add() method 1496 public final UnicodeSet retain(int c) { in retain() [all …]
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| D | UnicodeSet.java | 616 private static void appendCodePoint(Appendable app, int c) { in appendCodePoint() 658 private static <T extends Appendable> T _appendToPat(T buf, int c, boolean escapeUnprintable) { in _appendToPat() 747 int c = pat.codePointAt(i); in _toPattern() local 941 int c = UTF16.charAt(s, 0); in matchesIndexValue() local 1158 public int indexOf(int c) { in indexOf() 1216 public UnicodeSet add(int start, int end) { in add() method 1305 public final UnicodeSet add(int c) { in add() method 1311 private final UnicodeSet add_unchecked(int c) { in add_unchecked() 1408 public final UnicodeSet add(CharSequence s) { in add() method 1569 public final UnicodeSet retain(int c) { in retain() [all …]
|
| /third_party/icu/icu4c/source/i18n/ |
| D | dtptngen.cpp | 395 for (int32_t style = UDAT_FULL; style <= UDAT_SHORT; style++) { in operator =() local 399 for (int32_t style = UDAT_FULL; style <= UDAT_SHORT; style++) { in operator =() local 436 for (int32_t style = UDAT_FULL; style <= UDAT_SHORT; style++) { in operator ==() local 818 DateFormat::EStyle style = (DateFormat::EStyle)i; in addICUPatterns() local 1222 UDateFormatStyle style = UDAT_SHORT; in getBestPattern() local 1371 for (int32_t style = UDAT_FULL; style <= UDAT_SHORT; style++) { in setDateTimeFormat() local 1383 DateTimePatternGenerator::setDateTimeFormat(UDateFormatStyle style, const UnicodeString& dtFormat, … in setDateTimeFormat() 1399 DateTimePatternGenerator::getDateTimeFormat(UDateFormatStyle style, UErrorCode& status) const { in getDateTimeFormat() 1479 for (int32_t style = UDAT_FULL; style <= UDAT_SHORT; style++) { in setDateTimeFromCalendar() local 1744 UChar c = (typeValue!= UDATPG_HOUR_FIELD in adjustFieldTypes() local [all …]
|
| /third_party/skia/m133/third_party/externals/icu/source/i18n/ |
| D | dtptngen.cpp | 398 for (int32_t style = UDAT_FULL; style <= UDAT_SHORT; style++) { in operator =() local 402 for (int32_t style = UDAT_FULL; style <= UDAT_SHORT; style++) { in operator =() local 439 for (int32_t style = UDAT_FULL; style <= UDAT_SHORT; style++) { in operator ==() local 813 DateFormat::EStyle style = (DateFormat::EStyle)i; in addICUPatterns() local 1214 UDateFormatStyle style = UDAT_SHORT; in getBestPattern() local 1363 for (int32_t style = UDAT_FULL; style <= UDAT_SHORT; style++) { in setDateTimeFormat() local 1375 DateTimePatternGenerator::setDateTimeFormat(UDateFormatStyle style, const UnicodeString& dtFormat, … in setDateTimeFormat() 1391 DateTimePatternGenerator::getDateTimeFormat(UDateFormatStyle style, UErrorCode& status) const { in getDateTimeFormat() 1471 for (int32_t style = UDAT_FULL; style <= UDAT_SHORT; style++) { in setDateTimeFromCalendar() local 1736 char16_t c = (typeValue!= UDATPG_HOUR_FIELD in adjustFieldTypes() local [all …]
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| D | dtptngen.cpp | 800 DateFormat::EStyle style = (DateFormat::EStyle)i; in addICUPatterns() local 1660 UChar c = (typeValue!= UDATPG_HOUR_FIELD in adjustFieldTypes() local 1994 PatternMap::add(const UnicodeString& basePattern, in add() function in PatternMap 2409 UChar c=pattern.charAt(curLoc); in setTokens() local 2521 UChar c= field.charAt(i); in isPatternSeparator() local 2864 DTRedundantEnumeration::add(const UnicodeString& pattern, UErrorCode& status) { in add() function in DTRedundantEnumeration
|
| /third_party/skia/m133/fuzz/ |
| D | FuzzCanvas.cpp | 121 SkColor mul, add; in make_fuzz_colorfilter() local 378 SkPath1DPathEffect::Style style; in make_fuzz_patheffect() local 801 SkColor c; in make_fuzz_image() local
|
| /third_party/skia/fuzz/ |
| D | FuzzCanvas.cpp | 118 SkColor mul, add; in make_fuzz_colorfilter() local 371 SkPath1DPathEffect::Style style; in make_fuzz_patheffect() local 817 SkColor c; in make_fuzz_image() local
|
| /third_party/skia/third_party/externals/oboe/docs/reference/ |
| D | jquery.js | 16 …,b1){return new bF.fn.init(b0,b1,bD)},bU=bd.jQuery,bH=bd.$,bD,bY=/^(?:[^#<]*(<[\w\W]+>)[^>]*$|#([\… 23 …'"]|[^\[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,bC="sizcache"+(Math.rando… 32 …ction(a,d){a.ui=a.ui||{};if(a.ui.version){return}a.extend(a.ui,{version:"1.8.18",keyCode:{ALT:18,B… function 53 (function(b,c){var a=false;b(document).mouseup(function(d){a=false});b.widget("ui.mouse",{options:{… field 61 (function($,e,b){var c="hashchange",h=document,f,g=$.event.special,i=h.documentMode,d="on"+c in e&&… argument 68 …inalTitle",y="powertip",o="powertipjq",l="powertiptarget",E=180/Math.PI;var c={isTipOpen:false,isF… variable
|
| /third_party/skia/m133/third_party/externals/vulkanmemoryallocator/docs/html/ |
| D | jquery.js | 2 …a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(C,e)… field 8 …n e(t){for(var e=t.css("visibility");"inherit"===e;)t=t.parent(),e=t.css("visibility");return"hidd… argument 15 ;(function(f){"use strict";"function"===typeof define&&define.amd?define(["jquery"],f):"undefined"!… argument
|
| /third_party/libevdev/doc/html/ |
| D | jquery.js | 2 …a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(C,e)… function 8 …n(y){"use strict";y.ui=y.ui||{};y.ui.version="1.13.2";var n,i=0,h=Array.prototype.hasOwnProperty,a… argument 14 ;(function(f){"use strict";"function"===typeof define&&define.amd?define(["jquery"],f):"undefined"!… argument
|
| /third_party/skia/tests/ |
| D | PathTest.cpp | 387 SkPath c(a); in test_gen_id() local 5167 for (auto style : styles) { in DEF_TEST() local 5379 for (int add = 0; add < count; ++add) { in DEF_TEST() local 5542 SkPathConvexity c = SkPathPriv::GetConvexityOrUnknown(path); in conditional_convex() local
|
| /third_party/skia/m133/tests/ |
| D | PathTest.cpp | 434 SkPath c(a); in test_gen_id() local 5350 for (auto style : styles) { in DEF_TEST() local 5562 for (int add = 0; add < count; ++add) { in DEF_TEST() local 5708 SkPathConvexity c = SkPathPriv::GetConvexityOrUnknown(path); in conditional_convex() local
|
| /third_party/typescript/tests/lib/ |
| D | lib.d.ts | 3892 style?: string; property 3911 style: string; property 4585 style: CSSStyleDeclaration; property 4617 style: CSSStyleDeclaration; property 4661 style: CSSStyleDeclaration; property 5078 style: CSSStyleDeclaration; property 5531 add(...token: string[]): void; method 5584 add(data: File): DataTransferItem; method 7501 add(element: HTMLElement, before?: HTMLElement | number): void; method 8029 style: CSSStyleDeclaration; property [all …]
|
| /third_party/typescript/src/lib/ |
| D | dom.generated.d.ts | 277 c?: number; property 493 style?: string; property 2672 readonly style: CSSStyleDeclaration; property 2719 readonly style: CSSStyleDeclaration; property 2783 readonly style: CSSStyleDeclaration; property 3390 readonly style: CSSStyleDeclaration; property 3446 add(request: RequestInfo | URL): Promise<void>; method 3975 c: number; property 4026 readonly c: number; property 4233 add(...tokens: string[]): void; method [all …]
|
| D | webworker.generated.d.ts | 84 c?: number; property 209 style?: string; property 850 add(request: RequestInfo | URL): Promise<void>; method 1186 c: number; property 1230 readonly c: number; property 1768 style: string; property 2077 add(value: any, key?: IDBValidKey): IDBRequest<IDBValidKey>; method
|
| /third_party/typescript/lib/ |
| D | lib.dom.d.ts | 297 c?: number; property 513 style?: string; property 2692 readonly style: CSSStyleDeclaration; property 2739 readonly style: CSSStyleDeclaration; property 2803 readonly style: CSSStyleDeclaration; property 3410 readonly style: CSSStyleDeclaration; property 3466 add(request: RequestInfo | URL): Promise<void>; method 3995 c: number; property 4046 readonly c: number; property 4253 add(...tokens: string[]): void; method [all …]
|
| D | lib.webworker.d.ts | 104 c?: number; property 229 style?: string; property 870 add(request: RequestInfo | URL): Promise<void>; method 1206 c: number; property 1250 readonly c: number; property 1788 style: string; property 2097 add(value: any, key?: IDBValidKey): IDBRequest<IDBValidKey>; method
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/ |
| D | stylo.hpp | 50064 static T add(typename Base::ValueType& aPtr, T aVal) in add() function 50080 static T* add(typename Base::ValueType& aPtr, ptrdiff_t aVal) in add() function 57974 const Comparator* c = reinterpret_cast<const Comparator*>(aData); in Compare() local 62344 for (T c; (c = *aStr); aStr++) { in HashUntilZero() local 62574 __attribute__ ((warn_unused_result)) bool add(AddPtr& p, KeyInput&& k, ValueInput&& v) { in add() function in js::HashMap 62581 __attribute__ ((warn_unused_result)) bool add(AddPtr& p, KeyInput&& k) { in add() function in js::HashMap 62753 __attribute__ ((warn_unused_result)) bool add(AddPtr& p, U&& u) { in add() function in js::HashSet 63271 Range(const HashTable& tableArg, Entry* c, Entry* e) in Range() 64051 __attribute__ ((warn_unused_result)) bool add(AddPtr& p, Args&&... args) in add() function in js::detail::HashTable 70763 char c; member [all …]
|