Home
last modified time | relevance | path

Searched refs:nesting (Results 1 – 25 of 165) sorted by relevance

1234567

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/reconvergence/
DvktReconvergenceTests.cpp335 …: caseDef(c), numMasks(5), nesting(0), maxNesting(c.maxNesting), loopNesting(0), loopNestingThisFu… in RandomProgram()
347 deInt32 nesting; member in vkt::Reconvergence::__anone230678e0111::RandomProgram
376 nesting++; in genIf()
402 nesting--; in genIf()
410 nesting++; in genForUnif()
417 nesting--; in genForUnif()
425 nesting++; in genDoWhileUnif()
432 nesting--; in genDoWhileUnif()
439 nesting++; in genForVar()
446 nesting--; in genForVar()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/reconvergence/
DvktReconvergenceTests.cpp335 …: caseDef(c), numMasks(5), nesting(0), maxNesting(c.maxNesting), loopNesting(0), loopNestingThisFu… in RandomProgram()
347 deInt32 nesting; member in vkt::Reconvergence::__anon8f74354e0111::RandomProgram
376 nesting++; in genIf()
402 nesting--; in genIf()
410 nesting++; in genForUnif()
417 nesting--; in genForUnif()
425 nesting++; in genDoWhileUnif()
432 nesting--; in genDoWhileUnif()
439 nesting++; in genForVar()
446 nesting--; in genForVar()
[all …]
/third_party/node/lib/internal/test_runner/
Dtests_stream.js32 fail(nesting, loc, testNumber, name, details, directive) { argument
36 nesting,
44 ok(nesting, loc, testNumber, name, details, directive) { argument
48 nesting,
56 plan(nesting, loc, count) { argument
59 nesting,
73 enqueue(nesting, loc, name) { argument
76 nesting,
82 dequeue(nesting, loc, name) { argument
85 nesting,
[all …]
Dtest.js228 this.nesting = 0;
243 const nesting = parent.parent === null ? parent.nesting :
244 parent.nesting + 1;
247 this.nesting = nesting;
373 this.reporter.dequeue(test.nesting, test.loc, test.name);
532 this.reporter.enqueue(this.nesting, this.loc, this.name);
541 this.reporter.dequeue(this.nesting, this.loc, this.name);
733 nesting,
738 reporter.plan(nesting, loc, harness.counters.topLevel);
743 reporter.diagnostic(nesting, loc, diagnostics[i]);
[all …]
Drunner.js210 const isTopLevel = item.data.nesting === 0;
232 nesting: item.data.nesting, property
243 if (item.data.nesting === 0 && item.type === 'test:fail') {
/third_party/node/lib/internal/test_runner/reporter/
Djunit.js38 tag, attrs, nesting, children, comment,
40 const indent = StringPrototypeRepeat('\t', nesting + 1);
73 nesting: event.data.nesting, property
94 startTest({ __proto__: null, data: { __proto__: null, name: 'root', nesting: 0 } }); property
97 currentSuite.nesting !== event.data.nesting) {
101 if (currentSuite?.nesting === event.data.nesting) {
119 __proto__: null, nesting: event.data.nesting + 1, tag: 'skipped', property
125 __proto__: null, nesting: event.data.nesting + 1, tag: 'skipped', property
133 nesting: event.data.nesting + 1, property
147 __proto__: null, nesting: event.data.nesting, comment: event.data.message, property
Dtap.js35 yield reportTest(data.nesting, data.testNumber, 'not ok', data.name, data.skip, data.todo);
37 yield reportDetails(data.nesting, data.details, location);
40 yield reportTest(data.nesting, data.testNumber, 'ok', data.name, data.skip, data.todo);
41 yield reportDetails(data.nesting, data.details, null);
44 yield `${indent(data.nesting)}1..${data.count}\n`;
47 yield `${indent(data.nesting)}# Subtest: ${tapEscape(data.name)}\n`;
58 yield `${indent(data.nesting)}# ${tapEscape(data.message)}\n`;
61 yield getCoverageReport(indent(data.nesting), data.summary, '# ', '');
67 function reportTest(nesting, testNumber, status, name, skip, todo) { argument
68 let line = `${indent(nesting)}${status} ${testNumber}`;
[all …]
Dspec.js50 #indent(nesting) { argument
51 let value = this.#indentMemo.get(nesting);
53 value = StringPrototypeRepeat(' ', nesting);
54 this.#indentMemo.set(nesting, value);
96 assert(subtest.data.nesting === data.nesting);
106 prefix += `${this.#indent(msg.nesting)}${symbols['arrow:right']}${msg.name}\n`;
109 …if (this.#reported[0] && this.#reported[0].nesting === data.nesting && this.#reported[0].name === …
113 const indent = this.#indent(data.nesting);
132 … return `${colors[type]}${this.#indent(data.nesting)}${symbols[type]}${data.message}${white}\n`;
134 …return getCoverageReport(this.#indent(data.nesting), data.summary, symbols['test:coverage'], blue,…
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/
Dconstructors.js4 …orts.string = exports.selector = exports.root = exports.pseudo = exports.nesting = exports.id = ex…
38 var nesting = function nesting(opts) { function
41 exports.nesting = nesting;
/third_party/node/test/parallel/
Dtest-runner-v8-deserializer.mjs18 { type: 'test:diagnostic', data: { nesting: 0, details: {}, message: 'diagnostic' } }, property
57 { data: { nesting: 0, details: {}, message: 'diagnostic' }, type: 'test:diagnostic' }, property
65 { data: { nesting: 0, details: {}, message: 'diagnostic' }, type: 'test:diagnostic' }, property
72 { data: { nesting: 0, details: {}, message: 'diagnostic' }, type: 'test:diagnostic' }, property
84 { data: { nesting: 0, details: {}, message: 'diagnostic' }, type: 'test:diagnostic' }, property
96 { data: { nesting: 0, details: {}, message: 'diagnostic' }, type: 'test:diagnostic' }, property
/third_party/python/Tools/scripts/
Dabitype.py66 nesting = 1
67 while nesting:
69 if tokens[end][1] == '(': nesting+=1
70 if tokens[end][1] == ')': nesting-=1
/third_party/json/docs/mkdocs/docs/api/basic_json/
Darray_t.md39 > An implementation may set limits on the maximum depth of nesting.
41 In this class, the array's limit of nesting is not explicitly constrained. However, a maximum depth…
Dobject_t.md77 > An implementation may set limits on the maximum depth of nesting.
79 In this class, the object's limit of nesting is not explicitly constrained. However, a maximum dept…
/third_party/mksh/
Dsyn.c70 static struct nesting_state nesting; /* \n changed to ; */ variable
859 if (nesting.start_token) { in syntaxerr()
860 c = nesting.start_token; in syntaxerr()
861 source->errline = nesting.start_line; in syntaxerr()
899 *save = nesting; in nesting_push()
900 nesting.start_token = tok; in nesting_push()
901 nesting.start_line = source->line; in nesting_push()
907 nesting = *saved; in nesting_pop()
929 nesting.start_token = 0; in compile()
930 nesting.start_line = 0; in compile()
Dtree.c1006 static int nesting; in dumptree() local
1008 for (i = 0; i < nesting; ++i) in dumptree()
1010 ++nesting; in dumptree()
1026 for (j = 0; j < nesting; ++j) in dumptree()
1039 for (j = 0; j < nesting; ++j) in dumptree()
1079 for (j = 0; j < nesting; ++j) in dumptree()
1094 for (j = 0; j < nesting; ++j) in dumptree()
1109 for (j = 0; j < nesting; ++j) in dumptree()
1180 --nesting; in dumptree()
/third_party/node/deps/v8/src/debug/
Ddebug-coverage.cc660 std::vector<size_t> nesting; in Collect() local
695 while (!nesting.empty() && functions->at(nesting.back()).end <= start) { in Collect()
696 nesting.pop_back(); in Collect()
726 (!nesting.empty() && functions->at(nesting.back()).count != 0); in Collect()
736 nesting.push_back(functions->size()); in Collect()
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
DExpressionLimit_test.cpp176 static std::string GenerateShaderWithNestingInsideSwitch(int nesting) in GenerateShaderWithNestingInsideSwitch() argument
190 for (int i = 0; i < nesting; ++i) in GenerateShaderWithNestingInsideSwitch()
201 static std::string GenerateShaderWithNestingInsideGlobalInitializer(int nesting) in GenerateShaderWithNestingInsideGlobalInitializer() argument
208 for (int i = 0; i < nesting; ++i) in GenerateShaderWithNestingInsideGlobalInitializer()
/third_party/typescript/tests/baselines/reference/
DjsdocParamTagTypeLiteral.errors.txt63 * @param {object[]} opts5 - Let's test out some multiple nesting levels
67 * @param {Object[]} opts5[].what.bad - Now we're nesting inside a nested type
DjsdocParamTagTypeLiteral.symbols95 * @param {object[]} opts5 - Let's test out some multiple nesting levels
99 * @param {Object[]} opts5[].what.bad - Now we're nesting inside a nested type
/third_party/json/docs/mkdocs/docs/features/types/
Dindex.md144 > An implementation may set limits on the maximum depth of nesting.
146 In this class, the object's limit of nesting is not explicitly constrained. However, a maximum dept…
174 > An implementation may set limits on the maximum depth of nesting.
176 In this class, the array's limit of nesting is not explicitly constrained. However, a maximum depth…
/third_party/glslang/Test/
Dhlsl.mip.operator.frag11 // Test nesting involving .mips operators:
D420.tese10 mat2x2 d = { 1.0, 0.0, 0.0, 1.0 }; // illegal, can't flatten nesting
/third_party/node/test/fixtures/test-runner/output/
Darbitrary-output.js10 …{ type: "test:pass", data: { name: "test", nesting: 0, file: __filename, testNumber: 1, details: {… property
/third_party/glslang/Test/baseResults/
DcppDeepNest.frag.out2 ERROR: 0:66: '#if/#ifdef/#ifndef' : maximum nesting depth exceeded
/third_party/typescript/tests/cases/conformance/jsx/
DtsxReactEmitNesting.tsx9 // A simple render function with nesting and control statements

1234567