Home
last modified time | relevance | path

Searched defs:initial (Results 1 – 25 of 139) sorted by relevance

123456

/third_party/flutter/skia/src/core/
DSkTLazy.h144 explicit SkTCopyOnFirstWrite(const T& initial) : fObj(&initial) {} in SkTCopyOnFirstWrite()
146 explicit SkTCopyOnFirstWrite(const T* initial) : fObj(initial) {} in SkTCopyOnFirstWrite()
167 void init(const T& initial) { in init()
/third_party/skia/src/core/
DSkTLazy.h144 explicit SkTCopyOnFirstWrite(const T& initial) : fObj(&initial) {} in SkTCopyOnFirstWrite()
146 explicit SkTCopyOnFirstWrite(const T* initial) : fObj(initial) {} in SkTCopyOnFirstWrite()
167 void init(const T& initial) { in init()
/third_party/boost/boost/log/attributes/
Dcounter.hpp71 impl(value_type initial, value_type step) BOOST_NOEXCEPT : in impl()
96 explicit counter(value_type initial = (value_type)0, value_type step = (value_type)1) : in counter()
/third_party/boost/libs/fiber/src/
Dbarrier.cpp21 barrier::barrier( std::size_t initial) : in barrier()
/third_party/boost/libs/fiber/performance/fiber/
Dbarrier.hpp25 explicit barrier( std::size_t initial) : in barrier()
/third_party/typescript/tests/baselines/reference/
DnamedTupleMembers.js98 function useState(initial) { argument
/third_party/node/deps/npm/node_modules/cross-spawn/node_modules/yallist/
Dyallist.js206 Yallist.prototype.reduce = function (fn, initial) { argument
226 Yallist.prototype.reduceReverse = function (fn, initial) { argument
/third_party/node/deps/npm/node_modules/yallist/
Dyallist.js207 Yallist.prototype.reduce = function (fn, initial) { argument
227 Yallist.prototype.reduceReverse = function (fn, initial) { argument
/third_party/boost/boost/fiber/detail/
Dthread_barrier.hpp36 explicit thread_barrier( std::size_t initial) : in thread_barrier()
/third_party/mindspore/tests/ut/python/nn/
Dtest_parameter.py246 def __init__(self, initial, updated): argument
/third_party/node/deps/npm/node_modules/tar/node_modules/yallist/
Dyallist.js209 Yallist.prototype.reduce = function (fn, initial) { argument
229 Yallist.prototype.reduceReverse = function (fn, initial) { argument
/third_party/boost/libs/spirit/test/qi/
Dextract_int.cpp97 int initial = Base - i % Base; // just a 'random' non-equal to i number in test_overflow_handling() local
120 int initial = Base - i % Base; // just a 'random' non-equal to i number in test_unparsed_digits_are_not_consumed() local
142 int initial = Base - i % Base; // just a 'random' non-equal to i number in test_ignore_overflow_digits() local
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/
Dcontainer_test.cc625 const std::vector<int> initial = {1, 2, 3, 4, 5}; in TEST() local
636 const std::vector<int> initial = {1, 3, 5, 2, 4}; in TEST() local
642 const std::vector<int> initial = {4, -1, -2, -3, 5}; in TEST() local
656 const std::list<int> initial = {4, 5}; in TEST() local
666 const std::vector<int> initial = {4, 5}; in TEST() local
680 const std::vector<int> initial = {1, 2, 3, 4, 5}; in TEST() local
791 const std::vector<int> initial = {1, 2, 3, 1, 4, 5}; in TEST() local
812 const std::vector<int> initial = {1, 2, 3, 1, 4, 5}; in TEST() local
869 const std::vector<int> initial = {1, 2, 3, 4, 5}; in TEST() local
955 std::vector<int> initial = {1, 2, 3, 4}; in TEST() local
[all …]
/third_party/abseil-cpp/absl/algorithm/
Dcontainer_test.cc625 const std::vector<int> initial = {1, 2, 3, 4, 5}; in TEST() local
636 const std::vector<int> initial = {1, 3, 5, 2, 4}; in TEST() local
642 const std::vector<int> initial = {4, -1, -2, -3, 5}; in TEST() local
656 const std::list<int> initial = {4, 5}; in TEST() local
666 const std::vector<int> initial = {4, 5}; in TEST() local
680 const std::vector<int> initial = {1, 2, 3, 4, 5}; in TEST() local
791 const std::vector<int> initial = {1, 2, 3, 1, 4, 5}; in TEST() local
812 const std::vector<int> initial = {1, 2, 3, 1, 4, 5}; in TEST() local
869 const std::vector<int> initial = {1, 2, 3, 4, 5}; in TEST() local
955 std::vector<int> initial = {1, 2, 3, 4}; in TEST() local
[all …]
/third_party/ffmpeg/libavformat/
Dwv.h43 int initial, final; member
/third_party/typescript/src/testRunner/unittests/tsserver/
DprojectReferenceCompileOnSave.ts153 initial: GetSingleScenarioResult; property
171 scenarioName, requestArgs, skipWithoutProject, initial, constant
/third_party/node/src/
Dnode_crypto_bio.h122 inline void set_initial(size_t initial) { in set_initial()
/third_party/vk-gl-cts/framework/common/
DtcuCPUWarmup.cpp67 static inline float dummyComputation (float initial, int numIterations) in dummyComputation()
/third_party/skia/third_party/externals/icu/source/i18n/
Dbasictz.cpp132 BasicTimeZone::getSimpleRulesNear(UDate date, InitialTimeZoneRule*& initial, in getSimpleRulesNear()
289 BasicTimeZone::getTimeZoneRulesAfter(UDate start, InitialTimeZoneRule*& initial, in getTimeZoneRulesAfter()
/third_party/icu/icu4c/source/i18n/
Dbasictz.cpp132 BasicTimeZone::getSimpleRulesNear(UDate date, InitialTimeZoneRule*& initial, in getSimpleRulesNear()
289 BasicTimeZone::getTimeZoneRulesAfter(UDate start, InitialTimeZoneRule*& initial, in getTimeZoneRulesAfter()
Dwintzimpl.cpp44 InitialTimeZoneRule *initial = NULL; in getSystemTimeInformation() local
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dbasictz.cpp132 BasicTimeZone::getSimpleRulesNear(UDate date, InitialTimeZoneRule*& initial, in getSimpleRulesNear()
289 BasicTimeZone::getTimeZoneRulesAfter(UDate start, InitialTimeZoneRule*& initial, in getTimeZoneRulesAfter()
/third_party/boost/libs/spirit/test/x3/
Dextract_int.cpp96 int initial = Base - i % Base; // just a 'random' non-equal to i number in test_overflow_handling() local
121 int initial = Base - i % Base; // just a 'random' non-equal to i number in test_unparsed_digits_are_not_consumed() local
/third_party/boost/boost/date_time/
Dlocal_time_adjustor.hpp112 time_type initial = t + utc_offset_rules::utc_to_local_base_offset(); in utc_to_local_offset() local
/third_party/node/deps/icu-small/source/i18n/
Dwintzimpl.cpp44 InitialTimeZoneRule *initial = NULL; in getSystemTimeInformation() local

123456