Home
last modified time | relevance | path

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

12

/external/python/dateutil/dateutil/tz/
D_common.py33 def enfold(dt, fold=1): argument
95 def fold(self): member in _DatetimeWithFold
98 def enfold(dt, fold=1): argument
/external/libchrome/third_party/jinja2/
Doptimizer.py35 def fold(self, node, eval_ctx=None): member in Optimizer
/external/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
292 bool expr_handler::fold(alu_node& n) { in fold() function in r600_sb::expr_handler
304 bool expr_handler::fold(fetch_node& n) { in fold() function in r600_sb::expr_handler
320 bool expr_handler::fold(cf_node& n) { in fold() function in r600_sb::expr_handler
/external/deqp-deps/glslang/glslang/MachineIndependent/
DConstant.cpp101 TIntermTyped* TIntermConstantUnion::fold(TOperator op, const TIntermTyped* rightConstantNode) const in fold() function in glslang::TIntermConstantUnion
398 TIntermTyped* TIntermConstantUnion::fold(TOperator op, const TType& returnType) const in fold() function in glslang::TIntermConstantUnion
984 TIntermTyped* TIntermediate::fold(TIntermAggregate* aggrNode) in fold() function in glslang::TIntermediate
/external/python/cpython3/Include/
Ddatetime.h84 unsigned char fold; member
112 unsigned char fold; member
236 #define PyDateTime_FromDateAndTimeAndFold(year, month, day, hour, min, sec, usec, fold) \ argument
244 #define PyTime_FromTimeAndFold(hour, minute, second, usecond, fold) \ argument
/external/python/cpython3/Lib/email/
D_policybase.py249 def fold(self, name, value): member in Policy
318 def fold(self, name, value): member in Compat32
Dpolicy.py164 def fold(self, name, value): member in EmailPolicy
Dheaderregistry.py232 def fold(self, *, policy): member in BaseHeader
/external/mesa3d/src/gallium/state_trackers/clover/util/
Dalgorithm.hpp129 fold(F &&f, A a, R &&r) { in fold() function
/external/cldr/tools/java/org/unicode/cldr/util/
DCaseIterator.java540 String fold = null; in main() local
DCollationMapMaker.java159 public String fold(String s) { in fold() method in CollationMapMaker.Folder
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
DCaseIterator.java539 String fold = null; in main() local
/external/python/cpython3/Lib/
Ddatetime.py409 def _check_time_fields(hour, minute, second, microsecond, fold): argument
1187 def __new__(cls, hour=0, minute=0, second=0, microsecond=0, tzinfo=None, *, fold=0): argument
1253 def fold(self): member in time
1453 tzinfo=True, *, fold=None): argument
1518 microsecond=0, tzinfo=None, *, fold=0): argument
1579 def fold(self): member in datetime
1771 *, fold=None): argument
/external/python/cpython3/Modules/
D_datetimemodule.c425 check_time_args(int h, int m, int s, int us, int fold) in check_time_args()
884 int second, int usecond, PyObject *tzinfo, int fold, PyTypeObject *type) in new_datetime_ex2()
924 #define new_datetime(y, m, d, hh, mm, ss, us, tzinfo, fold) \ argument
931 int fold, PyObject *cls) { in new_datetime_subclass_fold_ex()
965 PyObject *tzinfo, int fold, PyTypeObject *type) in new_time_ex2()
1001 #define new_time(hh, mm, ss, us, tzinfo, fold) \ argument
1274 append_keyword_fold(PyObject *repr, int fold) in append_keyword_fold()
3962 int fold = 0; in time_new() local
4057 int fold = TIME_GET_FOLD(self); in time_repr() local
4320 int fold = TIME_GET_FOLD(self); in time_replace() local
[all …]
/external/libxaac/decoder/
Dixheaacd_tcx_fwd_mdct.c205 FLOAT32 inc, fnew, fold; in ixheaacd_lpc_coef_gen() local
/external/icu/android_icu4j/src/main/java/android/icu/text/
DCaseMap.java52 public static Fold fold() { return Fold.DEFAULT; } in fold() method in CaseMap
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCaseMap.java56 public static Fold fold() { return Fold.DEFAULT; } in fold() method in CaseMap
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DIntTrieBuilder.java670 private final void fold(DataManipulate manipulate) in fold() method in IntTrieBuilder
DCaseMapImpl.java774 public static String fold(int options, CharSequence src) { in fold() method in CaseMapImpl
790 public static <A extends Appendable> A fold(int options, in fold() method in CaseMapImpl
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DIntTrieBuilder.java672 private final void fold(DataManipulate manipulate) in fold() method in IntTrieBuilder
DCaseMapImpl.java779 public static String fold(int options, CharSequence src) { in fold() method in CaseMapImpl
795 public static <A extends Appendable> A fold(int options, in fold() method in CaseMapImpl
/external/clang/test/SemaCXX/
Dconstexpr-printing.cpp93 #define fold(x) (__builtin_constant_p(x) ? (x) : (x)) macro
/external/tensorflow/tensorflow/compiler/xla/service/
Dbfloat16_conversion_folding_test.cc76 BFloat16ConversionFolding fold(&bfloat16_support_); in FoldConversions() local
/external/python/cpython3/Lib/test/test_email/
Dtest_policy.py256 fold = fold_binary = header_fetch_parser = badmethod variable in TestPolicyPropagation.MyPolicy
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DBuildLibCalls.cpp357 bool SimplifyFortifiedLibCalls::fold(CallInst *CI, const TargetData *TD) { in fold() function in SimplifyFortifiedLibCalls

12