Home
last modified time | relevance | path

Searched defs:fold (Results 1 – 25 of 55) sorted by relevance

123

/third_party/typescript/tests/baselines/reference/
DtypeInferenceFBoundedTypeParams.js28 function fold(values, result, fold) { function
/third_party/typescript/tests/cases/compiler/
DtypeInferenceFBoundedTypeParams.ts3 function fold<a, r>(values: a[], result: r, fold: (result: r, value: a) => r): r { function
DgenericFunctionsWithOptionalParameters2.ts2 fold<T, S>(c: Array<T>, folder?: (s: S, t: T) => T, init?: S): T; method
DgenericFunctionsWithOptionalParameters1.ts2 fold<T, S>(c?: Array<T>, folder?: (s: S, t: T) => T, init?: S): T; method
DgenericFunctionsWithOptionalParameters3.ts5 fold<T, S>(c?: Collection<T>, folder?: (s: S, t: T) => T, init?: S): T; method
/third_party/node/tools/inspector_protocol/jinja2/
Doptimizer.py35 def fold(self, node, eval_ctx=None): member in Optimizer
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_expr.cpp148 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/
Dgen_helper.rs2 pub(crate) mod fold { module
Dlib.rs608 pub mod fold; module
/third_party/python/Include/
Ddatetime.h84 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/
Dmain.rs26 mod fold; module
Dfold.rs144 let fold = visit(ty, &s.features, defs, &ref_toks).unwrap_or(ref_toks); in node() localVariable
/third_party/glslang/glslang/MachineIndependent/
DConstant.cpp72 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.py249 def fold(self, name, value): member in Policy
318 def fold(self, name, value): member in Compat32
Dpolicy.py165 def fold(self, name, value): member in EmailPolicy
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
DCaseIterator.java539 String fold = null; in main() local
/third_party/python/Lib/
Ddatetime.py397 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/
Dlib.rs154 fn fold<B, F>(mut self, mut accum: B, mut f: F) -> B in fold() function
/third_party/mesa3d/src/gallium/frontends/clover/util/
Dalgorithm.hpp130 fold(F &&f, A a, R &&r) { in fold() function
/third_party/python/Modules/
D_datetimemodule.c439 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/
DCaseMap.java52 public static Fold fold() { return Fold.DEFAULT; } in fold() method in CaseMap
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCaseMap.java56 public static Fold fold() { return Fold.DEFAULT; } in fold() method in CaseMap
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DIntTrieBuilder.java672 private final void fold(DataManipulate manipulate) in fold() method in IntTrieBuilder
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DIntTrieBuilder.java670 private final void fold(DataManipulate manipulate) in fold() method in IntTrieBuilder
/third_party/littlefs/scripts/
Ddata.py313 def fold(Result, results, *, function

123