Home
last modified time | relevance | path

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

12345678

/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::__anoncadfe3a00111::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/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::__anon33a2f5200111::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/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/doc/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…
Dunflatten.md7 The function restores the arbitrary nesting of a JSON value that has been flattened before using the
/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/flutter/flutter/packages/flutter_tools/test/general.shard/base/
Dterminal_test.dart62 testUsingContext('nesting bold within color works', () {
76 testUsingContext('nesting color within bold works', () {
90 testUsingContext('nesting color within color works', () {
104 testUsingContext('nesting bold within bold works', () {
/third_party/flutter/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/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
DjsdocParamTagTypeLiteral.types115 * @param {object[]} opts5 - Let's test out some multiple nesting levels
119 * @param {Object[]} opts5[].what.bad - Now we're nesting inside a nested type
DmergeTwoInterfaces2.types53 // same as above but with an additional level of nesting
/third_party/json/doc/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
Dspv.specConstantComposite.vert51 // Struct nesting constructor
/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
/third_party/skia/third_party/externals/expat/testdata/largefiles/
DREADME.txt9 - properties: no namespaces, mixed content, average nesting depth
/third_party/skia/third_party/externals/expat/expat/
Dconfigure-ac-style.md46 Consecutive calls to macros (= on the the same nesting level) are aligned vertically:
/third_party/python/Lib/test/
Dtest_reprlib.py20 def nestedTuple(nesting): argument
22 for i in range(nesting):
/third_party/protobuf/js/compatibility_tests/v3.0.0/
Ddata.proto47 // new data, does not require nesting

12345678