/third_party/typescript/tests/cases/compiler/ |
D | bindingPatternContextualTypeDoesNotCauseWidening.ts | 1 declare function pick<O, T extends keyof O>(keys: T[], obj?: O): Pick<O, T>; function
|
D | keyofIsLiteralContexualType.ts | 10 declare function pick<T, K extends keyof T>(obj: T, propNames: K[]): Pick<T, K>; function
|
D | underscoreTest1.ts | 41 pick(...keys: string[]): T; method 215 pick(...keys: string[]): ChainedObject<T>; method 324 pick(...keys: string[]): ChainedArray<T>; method 375 pick(...keys: string[]): ChainedDictionary<T>; method 590 pick<T>(object: T, ...keys: string[]): T; method
|
/third_party/curl/lib/ |
D | headers.c | 74 struct Curl_header_store *pick = NULL; in curl_easy_header() local 133 struct Curl_llist_element *pick; in curl_easy_nextheader() local
|
D | http.c | 364 static bool pickoneauth(struct auth *pick, unsigned long mask) in pickoneauth()
|
/third_party/skia/third_party/externals/brotli/research/ |
D | durchschlag.cc | 108 MetaSlot& pick = slots[slice]; in buildCandidatesList() local 130 MetaSlot& pick = slots[slice]; in buildCandidatesList() local 197 MetaSlot& pick = slots[shortcut[i + span - 1]]; in rebuildCandidatesList() local
|
/third_party/libunwind/libunwind/src/dwarf/ |
D | Gexpr.c | 284 # define pick(n) \ in dwarf_eval_expr() macro
|
/third_party/node/deps/npm/test/lib/utils/ |
D | exit-handler.js | 13 const pick = (obj, ...keys) => keys.reduce((acc, key) => { function
|
/third_party/ffmpeg/libavcodec/ |
D | elbg.c | 108 int pick = 0; in get_closest_codebook() local
|
D | roqvideoenc.c | 314 int i, lDiff = INT_MAX, pick=0; in index_mb() local
|
D | ilbcdec.c | 960 int16_t i, pick; in do_plc() local
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
D | UnicodeSetTest.java | 966 void pick(int bits, Object[] examples, SortedSet output) { in pick() method in UnicodeSetTest
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/ |
D | UnicodeSetTest.java | 952 void pick(int bits, Object[] examples, SortedSet output) { in pick() method in UnicodeSetTest
|
/third_party/python/Lib/tkinter/ |
D | tix.py | 606 def pick(self, index): member in ComboBox
|