Home
last modified time | relevance | path

Searched defs:ending (Results 1 – 14 of 14) sorted by relevance

/third_party/node/src/
Dinspector_profiler.h90 bool ending() const override { return ending_; } in ending() function
114 bool ending() const override { return ending_; } in ending() function
134 bool ending() const override { return ending_; } in ending() function
/third_party/node/test/parallel/
Dtest-stream-writableState-ending.js10 function testStates(ending, finished, ended) { argument
/third_party/skia/experimental/tools/
Dpdf-comparison.py107 def getfilesoftype(directory, ending): argument
/third_party/typescript/src/compiler/
DmoduleSpecifiers.ts11 readonly ending: Ending; property
626 for (const { ending, value } of candidates) { constant
/third_party/mesa3d/src/mesa/main/
Dversion.c45 check_for_ending(const char *string, const char *ending) in check_for_ending()
/third_party/skia/src/core/
DSkPathRef.cpp328 void SkPathRef::interpolate(const SkPathRef& ending, SkScalar weight, SkPathRef* out) const { in interpolate() argument
DSkPath.cpp243 bool SkPath::interpolate(const SkPath& ending, SkScalar weight, SkPath* out) const { in interpolate() argument
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_string.cpp1815 void dng_string::SetLineEndings (char ending) in SetLineEndings()
/third_party/vk-gl-cts/framework/common/
DtcuCommandLine.cpp720 const std::string ending = ".txt"; in parseCaseList() local
/third_party/mesa3d/src/imagination/vulkan/
Dpvr_cmd_buffer.c2113 const uint64_t ending = (uint64_t)offset + (uint64_t)size; in pvr_CmdPushConstants() local
/third_party/vulkan-loader/loader/
Dloader.c4631 char ending = '.'; in loader_create_instance_chain() local
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_msl.cpp4507 static bool expression_ends_with(const string &expr_str, const std::string &ending) in expression_ends_with()
/third_party/typescript/lib/
DtypingsInstaller.js128137 var candidates = allowedEndings.map(function (ending) { return ({ argument
128142 candidates.push({ ending: undefined, value: relativeToBaseUrl }); property
128152 validateEnding({ ending: ending, value: value })) { property
128254 …ootDirs(rootDirs, moduleFileName, sourceDirectory, getCanonicalFileName, ending, compilerOptions) { argument
128413 function removeExtensionAndIndexPostFix(fileName, ending, options, host) { argument
Dtsc.js106533 var candidates = allowedEndings.map(function (ending) { return ({ argument
106538 candidates.push({ ending: undefined, value: relativeToBaseUrl }); property
106548 validateEnding({ ending: ending, value: value })) { property
106631 …ootDirs(rootDirs, moduleFileName, sourceDirectory, getCanonicalFileName, ending, compilerOptions) { argument
106773 function removeExtensionAndIndexPostFix(fileName, ending, options, host) { argument