/third_party/typescript/tests/baselines/reference/ |
D | typeInferenceFBoundedTypeParams.js | 28 function fold(values, result, fold) { function
|
/third_party/typescript/tests/cases/compiler/ |
D | typeInferenceFBoundedTypeParams.ts | 3 function fold<a, r>(values: a[], result: r, fold: (result: r, value: a) => r): r { function
|
D | genericFunctionsWithOptionalParameters2.ts | 2 fold<T, S>(c: Array<T>, folder?: (s: S, t: T) => T, init?: S): T; method
|
D | genericFunctionsWithOptionalParameters1.ts | 2 fold<T, S>(c?: Array<T>, folder?: (s: S, t: T) => T, init?: S): T; method
|
D | genericFunctionsWithOptionalParameters3.ts | 5 fold<T, S>(c?: Collection<T>, folder?: (s: S, t: T) => T, init?: S): T; method
|
/third_party/node/tools/inspector_protocol/jinja2/ |
D | optimizer.py | 35 def fold(self, node, eval_ctx=None): member in Optimizer
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_expr.cpp | 148 bool expr_handler::fold(node& n) { in fold() function in r600_sb::expr_handler 184 bool expr_handler::fold(container_node& n) { in fold() function in r600_sb::expr_handler 280 bool expr_handler::fold(alu_node& n) { in fold() function in r600_sb::expr_handler 292 bool expr_handler::fold(fetch_node& n) { in fold() function in r600_sb::expr_handler 308 bool expr_handler::fold(cf_node& n) { in fold() function in r600_sb::expr_handler
|
/third_party/rust/crates/syn/src/ |
D | gen_helper.rs | 2 pub(crate) mod fold { module
|
D | lib.rs | 608 pub mod fold; module
|
/third_party/python/Include/ |
D | datetime.h | 84 unsigned char fold; member 112 unsigned char fold; member 230 #define PyDateTime_FromDateAndTimeAndFold(year, month, day, hour, min, sec, usec, fold) \ argument 238 #define PyTime_FromTimeAndFold(hour, minute, second, usecond, fold) \ argument
|
/third_party/rust/crates/syn/codegen/src/ |
D | main.rs | 26 mod fold; module
|
D | fold.rs | 144 let fold = visit(ty, &s.features, defs, &ref_toks).unwrap_or(ref_toks); in node() localVariable
|
/third_party/glslang/glslang/MachineIndependent/ |
D | Constant.cpp | 72 TIntermTyped* TIntermConstantUnion::fold(TOperator op, const TIntermTyped* rightConstantNode) const in fold() function in glslang::TIntermConstantUnion 367 TIntermTyped* TIntermConstantUnion::fold(TOperator op, const TType& returnType) const in fold() function in glslang::TIntermConstantUnion 953 TIntermTyped* TIntermediate::fold(TIntermAggregate* aggrNode) in fold() function in glslang::TIntermediate
|
/third_party/python/Lib/email/ |
D | _policybase.py | 249 def fold(self, name, value): member in Policy 318 def fold(self, name, value): member in Compat32
|
D | policy.py | 165 def fold(self, name, value): member in EmailPolicy
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/ |
D | CaseIterator.java | 539 String fold = null; in main() local
|
/third_party/python/Lib/ |
D | datetime.py | 397 def _check_time_fields(hour, minute, second, microsecond, fold): argument 1239 def __new__(cls, hour=0, minute=0, second=0, microsecond=0, tzinfo=None, *, fold=0): argument 1305 def fold(self): member in time 1506 tzinfo=True, *, fold=None): argument 1572 microsecond=0, tzinfo=None, *, fold=0): argument 1633 def fold(self): member in datetime 1825 *, fold=None): argument
|
/third_party/rust/crates/peeking_take_while/src/ |
D | lib.rs | 154 fn fold<B, F>(mut self, mut accum: B, mut f: F) -> B in fold() function
|
/third_party/mesa3d/src/gallium/frontends/clover/util/ |
D | algorithm.hpp | 130 fold(F &&f, A a, R &&r) { in fold() function
|
/third_party/python/Modules/ |
D | _datetimemodule.c | 439 check_time_args(int h, int m, int s, int us, int fold) in check_time_args() 892 int second, int usecond, PyObject *tzinfo, int fold, PyTypeObject *type) in new_datetime_ex2() 932 #define new_datetime(y, m, d, hh, mm, ss, us, tzinfo, fold) \ argument 939 int fold, PyObject *cls) { in new_datetime_subclass_fold_ex() 973 PyObject *tzinfo, int fold, PyTypeObject *type) in new_time_ex2() 1009 #define new_time(hh, mm, ss, us, tzinfo, fold) \ argument 1285 append_keyword_fold(PyObject *repr, int fold) in append_keyword_fold() 4188 int fold = 0; in time_new() local 4283 int fold = TIME_GET_FOLD(self); in time_repr() local 4546 int fold = TIME_GET_FOLD(self); in time_replace() local [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | CaseMap.java | 52 public static Fold fold() { return Fold.DEFAULT; } in fold() method in CaseMap
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | CaseMap.java | 56 public static Fold fold() { return Fold.DEFAULT; } in fold() method in CaseMap
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | IntTrieBuilder.java | 672 private final void fold(DataManipulate manipulate) in fold() method in IntTrieBuilder
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | IntTrieBuilder.java | 670 private final void fold(DataManipulate manipulate) in fold() method in IntTrieBuilder
|
/third_party/littlefs/scripts/ |
D | data.py | 313 def fold(Result, results, *, function
|