Home
last modified time | relevance | path

Searched refs:specId (Results 1 – 25 of 70) sorted by relevance

123

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webgpu-cts/src/src/framework/test_filter/
H A Dfilter_one_file.ts11 protected readonly specId: TestSpecID; property in FilterOneFile
13 constructor(specId: TestSpecID) {
14 this.specId = specId;
21 `${this.specId.suite}/${this.specId.path}.spec.js`
25 id: this.specId,
58 constructor(specId: TestSpecID, testPrefix: string) {
59 super(specId);
72 return { spec: this.specId };
92 super(specId);
106 return { spec: this.specId, test: this.test };
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmPimPlugin/modules/pim/templates/
H A DviewJobDetailsSuccess.php55 $specId = (!empty($specAttachment)) ? $specAttachment->getId() : ""; variable
56 if (!empty($specId)) {
58 $linkHtml .= url_for('admin/viewJobSpec?attachId=' . $specId);
/dports/textproc/jade/jade-1.2.1/style/
H A DDssslApp.cxx57 ParsedSystemId specId; in processSysid() local
58 specId.resize(1); in processSysid()
59 StorageObjectSpec &spec = specId[0]; in processSysid()
61 StringC &s = spec.specId; in processSysid()
76 specId.unparse(systemCharset(), 0, dssslSpecSysid_); in processSysid()
/dports/textproc/jade/jade-1.2.1/include/
H A DStorageManager.h41 virtual StorageObject *makeStorageObject(const StringC &specId,
58 StringC &specId,
H A DURLStorage.h29 Boolean resolveRelative(const StringC &base, StringC &specId, Boolean) const;
H A DWinInetStorage.h27 Boolean resolveRelative(const StringC &base, StringC &specId, Boolean) const;
/dports/textproc/opensp/OpenSP-1.5.2/include/
H A DStorageManager.h41 virtual StorageObject *makeStorageObject(const StringC &specId,
58 StringC &specId,
H A DURLStorage.h29 Boolean resolveRelative(const StringC &base, StringC &specId, Boolean) const;
H A DWinInetStorage.h27 Boolean resolveRelative(const StringC &base, StringC &specId, Boolean) const;
/dports/textproc/openjade/openjade-1.3.3-pre1/style/
H A DDssslApp.cxx68 ParsedSystemId specId; in processSysid() local
69 specId.resize(1); in processSysid()
70 StorageObjectSpec &spec = specId[0]; in processSysid()
72 StringC &s = spec.specId; in processSysid()
87 specId.unparse(systemCharset(), 0, dssslSpecSysid_); in processSysid()
/dports/textproc/opensp/OpenSP-1.5.2/lib/
H A DExtendEntityManager.cxx760 = spec.storageManager->makeStorageObject(spec.specId, spec.baseId, in fill()
1243 specId(x.specId), in StorageObjectSpec()
1258 specId = x.specId; in operator =()
1417 id.swap(sos.specId); in parse()
1418 if (!convertId(sos.specId, smcrd, sos.storageManager)) in parse()
1424 if (sos.storageManager->resolveRelative(sos.baseId, sos.specId, in parse()
1437 sos.specId.assign(str_.data() + index, in handleInformal()
1439 sos.storageManager = em_->guessStorageType(sos.specId, idCharset_); in handleInformal()
1447 if (!convertId(sos.specId, -1, sos.storageManager)) in handleInformal()
1886 sos.baseId = defSpec_->specId; in setDefaults()
[all …]
H A DWinInetStorage.cxx124 StorageObject *WinInetStorageManager::makeStorageObject(const StringC &specId, in makeStorageObject() argument
133 id = specId; in makeStorageObject()
H A DPosixStorage.cxx418 StringC &specId, in engine()
421 if (isAbsolute(specId)) in engine()
424 specId = combineDir(extractDir(baseId), specId); in engine()
/dports/textproc/jade/jade-1.2.1/lib/
H A DWinInetStorage.cxx124 StorageObject *WinInetStorageManager::makeStorageObject(const StringC &specId, in makeStorageObject() argument
133 id = specId; in makeStorageObject()
H A DPosixStorage.cxx369 StringC &specId, in resolveRelative() argument
372 if (isAbsolute(specId)) in resolveRelative()
375 specId = combineDir(extractDir(baseId), specId); in resolveRelative()
H A DExtendEntityManager.cxx755 = spec.storageManager->makeStorageObject(spec.specId, spec.baseId, in fill()
761 = spec.storageManager->makeStorageObject(spec.specId, spec.baseId, in fill()
1379 id.swap(sos.specId); in parse()
1380 if (!convertId(sos.specId, smcrd, sos.storageManager)) in parse()
1383 if (!sos.storageManager->transformNeutral(sos.specId, fold, mgr_)) in parse()
1386 if (sos.storageManager->resolveRelative(sos.baseId, sos.specId, in parse()
1399 sos.specId.assign(str_.data() + index, in handleInformal()
1401 sos.storageManager = em_->guessStorageType(sos.specId, idCharset_); in handleInformal()
1409 if (!convertId(sos.specId, -1, sos.storageManager)) in handleInformal()
1848 sos.baseId = defSpec_->specId; in setDefaults()
[all …]
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/program/
H A Dprogram.cpp221 cl_int Program::setProgramSpecializationConstant(cl_uint specId, size_t specSize, const void *specV… in setProgramSpecializationConstant() argument
249 return updateSpecializationConstant(specId, specSize, specValue); in setProgramSpecializationConstant()
252 cl_int Program::updateSpecializationConstant(cl_uint specId, size_t specSize, const void *specValue… in updateSpecializationConstant() argument
254 if (specConstantsIds->GetMemory<uint32_t>()[i] == specId) { in updateSpecializationConstant()
258 specConstantsValues[specId] = specConstValue; in updateSpecializationConstant()
/dports/textproc/redisearch20/RediSearch-2.0.15/src/
H A Dsearch_ctx.h27 uint64_t specId; // Unique id of the spec; used when refreshing member
H A Dindexer.h26 uint64_t specId; // Unique spec ID. Used to verify we haven't been replaced member
/dports/textproc/redisearch16/RediSearch-1.6.16/src/
H A Dsearch_ctx.h27 uint64_t specId; // Unique id of the spec; used when refreshing member
H A Dindexer.c375 if (ctx->spec->uniqueId != ctx->specId) { in reopenCb()
423 ctx.specId = indexer->specId; in Indexer_Process()
577 indexer->specId = spec->uniqueId; in NewIndexer()
H A Dindexer.h26 uint64_t specId; // Unique spec ID. Used to verify we haven't been replaced member
/dports/textproc/redisearch/RediSearch-2.2.5/src/
H A Dsearch_ctx.h27 uint64_t specId; // Unique id of the spec; used when refreshing member
H A Dindexer.h26 uint64_t specId; // Unique spec ID. Used to verify we haven't been replaced member
H A Dindexer.c389 ctx.specId = indexer->specId; in Indexer_Process()
543 indexer->specId = spec->uniqueId; in NewIndexer()

123