Home
last modified time | relevance | path

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

1234

/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/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/node/tools/node_modules/babel-eslint/node_modules/lodash/
Dinitial.js17 function initial(array) { function
/third_party/node/tools/node_modules/eslint/node_modules/lodash/
Dinitial.js17 function initial(array) { function
/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/boost/boost/fiber/detail/
Dthread_barrier.hpp36 explicit thread_barrier( std::size_t initial) : in thread_barrier()
/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/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/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/abseil-cpp/absl/algorithm/
Dcontainer_test.cc553 const std::vector<int> initial = {1, 2, 3, 4, 5}; in TEST() local
564 const std::vector<int> initial = {1, 3, 5, 2, 4}; in TEST() local
570 const std::vector<int> initial = {4, -1, -2, -3, 5}; in TEST() local
584 const std::list<int> initial = {4, 5}; in TEST() local
594 const std::vector<int> initial = {4, 5}; in TEST() local
608 const std::vector<int> initial = {1, 2, 3, 4, 5}; in TEST() local
696 const std::vector<int> initial = {1, 2, 3, 1, 4, 5}; in TEST() local
717 const std::vector<int> initial = {1, 2, 3, 1, 4, 5}; in TEST() local
776 const std::vector<int> initial = {1, 2, 3, 4, 5}; in TEST() local
862 std::vector<int> initial = {1, 2, 3, 4}; in TEST() local
[all …]
/third_party/node/tools/node_modules/eslint/node_modules/state-toggle/
Dreadme.md44 ###### Returns
/third_party/ffmpeg/libavformat/
Dwv.h43 int initial, final; member
/third_party/node/src/
Dnode_crypto_bio.h122 inline void set_initial(size_t initial) { in set_initial()
/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()
Dwintzimpl.cpp44 InitialTimeZoneRule *initial = NULL; in getSystemTimeInformation() local
/third_party/node/deps/icu-small/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/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/tools/node_modules/eslint/lib/rules/
Dno-useless-rename.js61 function reportError(node, initial, result, type) { argument
/third_party/glib/gio/tests/
Dgdbus-connection-flush.c262 gint initial, started; in test_flush_busy() local
312 gint initial, finished; in test_flush_idle() local
/third_party/boost/boost/spirit/home/support/detail/lexer/
Drules.hpp33 static const char *initial () in initial() function
62 static const wchar_t *initial () in initial() function
554 static const CharT *initial () in initial() function in boost::lexer::basic_rules

1234