Searched refs:containing (Results 1 – 25 of 1924) sorted by relevance
12345678910>>...77
/third_party/skia/tests/sksl/runtime_errors/ |
D | IllegalArrayOps.skvm | 3 error: 16: operator '=' can not operate on arrays (or structs containing arrays) 4 error: 17: operator '=' can not operate on arrays (or structs containing arrays) 5 error: 18: operator '=' can not operate on arrays (or structs containing arrays) 6 error: 21: functions may not return structs containing arrays 7 error: 22: functions may not return structs containing arrays 8 error: 24: operator '==' can not operate on arrays (or structs containing arrays) 9 error: 25: operator '==' can not operate on arrays (or structs containing arrays) 10 error: 26: operator '==' can not operate on arrays (or structs containing arrays) 11 error: 28: operator '!=' can not operate on arrays (or structs containing arrays) 12 error: 29: operator '!=' can not operate on arrays (or structs containing arrays) [all …]
|
/third_party/gn/src/gn/ |
D | scope.cc | 137 if (containing()) in GetStorageKey() 138 return containing()->GetStorageKey(ident); in GetStorageKey() 154 if (containing()) in GetValueWithScope() 155 return containing()->GetValueWithScope(ident, found_in_scope); in GetValueWithScope() 200 if (containing()) in GetTemplate() 201 return containing()->GetTemplate(name); in GetTemplate() 278 if (containing()) { in CheckCurrentScopeValuesEqual() 463 if (containing()) in GetTargetDefaults() 464 return containing()->GetTargetDefaults(target_type); in GetTargetDefaults() 481 if (containing()) in IsProcessingBuildConfig() [all …]
|
/third_party/ltp/testcases/kernel/controllers/cpuset/ |
D | README | 25 Directory containing the shell script which is used to test the basis 30 Directory containing the shell script which is used to test exclusive 35 Directory containing the shell script is used to test hierarchy relation 40 Directory containing the shell script and program which are used to test 45 Directory containing the shell script and program which are used to test 50 Directory containing the shell script and program which are used to test 56 Directory containing the shell script and program which are used to test 61 Directory containing the shell script and program which are used to test 70 Directory containing the shell script and program which are used to test
|
/third_party/node/deps/npm/tap-snapshots/test/lib/commands/ |
D | ls.js.test.cjs | 48 exports[`test/lib/commands/ls.js TAP ls --depth=0 > should output tree containing only top-level de… 55 exports[`test/lib/commands/ls.js TAP ls --depth=1 > should output tree containing top-level deps an… 63 exports[`test/lib/commands/ls.js TAP ls --dev > should output tree containing dev deps 1`] = ` 71 exports[`test/lib/commands/ls.js TAP ls --link > should output tree containing linked deps 1`] = ` 77 exports[`test/lib/commands/ls.js TAP ls --long --depth=0 > should output tree containing top-level … 117 exports[`test/lib/commands/ls.js TAP ls --parseable --depth=0 > should output tree containing only … 123 exports[`test/lib/commands/ls.js TAP ls --parseable --depth=1 > should output parseable containing … 130 exports[`test/lib/commands/ls.js TAP ls --parseable --dev > should output tree containing dev deps … 137 exports[`test/lib/commands/ls.js TAP ls --parseable --link > should output tree containing linked d… 142 …ommands/ls.js TAP ls --parseable --long --depth=0 > should output tree containing top-level deps w… [all …]
|
/third_party/mesa3d/src/compiler/glsl/glcpp/tests/ |
D | 147-undef-builtin-allowed.c.expected | 1 0:2(1): preprocessor warning: names containing consecutive underscores are reserved. 2 0:3(1): preprocessor warning: names containing consecutive underscores are reserved. 3 0:4(1): preprocessor warning: names containing consecutive underscores are reserved.
|
D | 086-reserved-macro-names.c.expected | 1 0:1(9): preprocessor warning: Macro names containing "__" are reserved for use by the implementatio… 5 0:3(9): preprocessor warning: Macro names containing "__" are reserved for use by the implementatio…
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_EXT_shader_subgroup_ballot.txt | 37 * code:SubgroupEqMaskKHR, containing the subgroup mask of the current 39 * code:SubgroupGeMaskKHR, containing the subgroup mask of the invocations 41 * code:SubgroupGtMaskKHR, containing the subgroup mask of the invocations 43 * code:SubgroupLeMaskKHR, containing the subgroup mask of the invocations 45 * code:SubgroupLtMaskKHR, containing the subgroup mask of the invocations 47 * code:SubgroupLocalInvocationId, containing the index of an invocation 49 * code:SubgroupSize, containing the maximum number of invocations in a
|
/third_party/typescript/tests/baselines/reference/ |
D | generatorImplicitAny.errors.txt | 1 …57: 'yield' expression implicitly results in an 'any' type because its containing generator lacks … 2 …57: 'yield' expression implicitly results in an 'any' type because its containing generator lacks … 15 !!! error TS7057: 'yield' expression implicitly results in an 'any' type because its containing gen… 35 !!! error TS7057: 'yield' expression implicitly results in an 'any' type because its containing gen…
|
D | override_js2.errors.txt | 3 …member cannot have a JSDoc comment with an '@override' tag because its containing class 'C' does n… 4 …member cannot have a JSDoc comment with an '@override' tag because its containing class 'C' does n… 30 …member cannot have a JSDoc comment with an '@override' tag because its containing class 'C' does n… 34 …member cannot have a JSDoc comment with an '@override' tag because its containing class 'C' does n…
|
D | noImplicitThisFunctions.errors.txt | 2 tests/cases/compiler/noImplicitThisFunctions.ts(17,38): error TS7041: The containing arrow function… 3 tests/cases/compiler/noImplicitThisFunctions.ts(18,22): error TS7041: The containing arrow function… 29 !!! error TS7041: The containing arrow function captures the global value of 'this'. 32 !!! error TS7041: The containing arrow function captures the global value of 'this'.
|
D | overrideWithoutNoImplicitOverride1.errors.txt | 1 …ror TS4112: This member cannot have an 'override' modifier because its containing class 'AmbientCl… 2 …ror TS4112: This member cannot have an 'override' modifier because its containing class 'NonAmbien… 12 !!! error TS4112: This member cannot have an 'override' modifier because its containing class 'Ambi… 18 !!! error TS4112: This member cannot have an 'override' modifier because its containing class 'NonA…
|
D | mixinAbstractClasses.2.errors.txt | 1 …s(7,11): error TS2797: A mixin class that extends from a type variable containing an abstract cons… 12 …// error expected: A mixin class that extends from a type variable containing an abstract construc… 15 !!! error TS2797: A mixin class that extends from a type variable containing an abstract construct …
|
D | override5.errors.txt | 9 …ror TS4112: This member cannot have an 'override' modifier because its containing class 'AND' does… 10 …ror TS4112: This member cannot have an 'override' modifier because its containing class 'AND' does… 75 !!! error TS4112: This member cannot have an 'override' modifier because its containing class 'AND'… 78 !!! error TS4112: This member cannot have an 'override' modifier because its containing class 'AND'…
|
D | generatorTypeCheck50.errors.txt | 1 …57: 'yield' expression implicitly results in an 'any' type because its containing generator lacks … 8 !!! error TS7057: 'yield' expression implicitly results in an 'any' type because its containing gen…
|
/third_party/glslang/Test/baseResults/ |
D | spv.8bitstorage_Error-int.frag.out | 5 ERROR: 0:58: 'return: can't use with structs containing int8' : required extension not requested: P… 11 ERROR: 0:74: '[: does not operate on types containing (u)int8' : required extension not requested: … 14 ERROR: 0:75: '.: can't swizzle types containing (u)int8' : required extension not requested: Possib… 35 ERROR: 0:81: '.: can't swizzle types containing (u)int8' : required extension not requested: Possib… 38 ERROR: 0:82: '=: can't use with structs containing int8' : required extension not requested: Possib… 51 ERROR: 0:87: '=: can't use with arrays containing int8' : required extension not requested: Possibl… 63 ERROR: 0:92: 'constructor: can't construct structure containing 8-bit type' : required extension no…
|
D | spv.8bitstorage_Error-uint.frag.out | 5 ERROR: 0:58: 'return: can't use with structs containing uint8' : required extension not requested: … 11 ERROR: 0:74: '[: does not operate on types containing (u)int8' : required extension not requested: … 14 ERROR: 0:75: '.: can't swizzle types containing (u)int8' : required extension not requested: Possib… 35 ERROR: 0:81: '.: can't swizzle types containing (u)int8' : required extension not requested: Possib… 38 ERROR: 0:82: '=: can't use with structs containing uint8' : required extension not requested: Possi… 51 ERROR: 0:87: '=: can't use with arrays containing uint8' : required extension not requested: Possib… 63 ERROR: 0:92: 'constructor: can't construct structure containing 8-bit type' : required extension no…
|
D | spv.16bitstorage_Error.frag.out | 6 ERROR: 0:58: 'return: can't use with structs containing float16' : required extension not requested… 14 ERROR: 0:74: '[: does not operate on types containing float16' : required extension not requested: … 18 ERROR: 0:75: '.: can't swizzle types containing float16' : required extension not requested: Possib… 45 ERROR: 0:81: '.: can't swizzle types containing float16' : required extension not requested: Possib… 49 ERROR: 0:82: '=: can't use with structs containing float16' : required extension not requested: Pos… 66 ERROR: 0:87: '=: can't use with arrays containing float16' : required extension not requested: Poss… 90 ERROR: 0:93: 'constructor: can't construct structure containing 16-bit type' : required extension n…
|
D | spv.16bitstorage_Error-uint.frag.out | 6 ERROR: 0:58: 'return: can't use with structs containing uint16' : required extension not requested:… 14 ERROR: 0:74: '[: does not operate on types containing (u)int16' : required extension not requested:… 18 ERROR: 0:75: '.: can't swizzle types containing (u)int16' : required extension not requested: Possi… 45 ERROR: 0:81: '.: can't swizzle types containing (u)int16' : required extension not requested: Possi… 49 ERROR: 0:82: '=: can't use with structs containing uint16' : required extension not requested: Poss… 66 ERROR: 0:87: '=: can't use with arrays containing uint16' : required extension not requested: Possi… 82 ERROR: 0:92: 'constructor: can't construct structure containing 16-bit type' : required extension n…
|
D | spv.16bitstorage_Error-int.frag.out | 6 ERROR: 0:58: 'return: can't use with structs containing int16' : required extension not requested: … 14 ERROR: 0:74: '[: does not operate on types containing (u)int16' : required extension not requested:… 18 ERROR: 0:75: '.: can't swizzle types containing (u)int16' : required extension not requested: Possi… 45 ERROR: 0:81: '.: can't swizzle types containing (u)int16' : required extension not requested: Possi… 49 ERROR: 0:82: '=: can't use with structs containing int16' : required extension not requested: Possi… 66 ERROR: 0:87: '=: can't use with arrays containing int16' : required extension not requested: Possib… 82 ERROR: 0:92: 'constructor: can't construct structure containing 16-bit type' : required extension n…
|
/third_party/ltp/testcases/kernel/controllers/ |
D | README | 33 Directory containing the cgroup regression testcases. 37 Directory containing the cpu controller testcases. A similar directory will 42 Directory containing the memory controller testcases. A similar directory will 47 Directory containing the cpuset controller testcases. A similar directory will 56 Directory containing the cpu accounting controller testcases.
|
/third_party/libcoap/examples/ |
D | README.etsi_iot | 23 [+] TD_COAP_CORE_10 Handle request containing Token option 24 [+] TD_COAP_CORE_11 Handle request not containing Token option 25 [+] TD_COAP_CORE_12 Handle request containing several Uri-Path options 26 [+] TD_COAP_CORE_13 Handle request containing several Uri-Query options
|
/third_party/python/Doc/library/ |
D | symtable.rst | 27 *filename* is the name of the file containing the code. *compile_type* is 94 Return a tuple containing names of parameters to this function. 98 Return a tuple containing names of locals in this function. 102 Return a tuple containing names of globals in this function. 106 Return a tuple containing names of nonlocals in this function. 110 Return a tuple containing names of free variables in this function. 119 Return a tuple containing the names of methods declared in the class.
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_KHR_performance_query/ |
D | queriesperformance.txt | 34 slink:VkPerformanceQuerySubmitInfoKHR structure containing a counter pass 54 [open,refpage='VkPerformanceCounterResultKHR',desc='Union containing a performance counter result',… 57 sname:VkPerformanceCounterResultKHR unions containing the data associated 72 To record and submit a command buffer containing a performance query pool 76 The profiling lock must: be held while any command buffer containing a 85 structure containing information about how the profiling is to be
|
/third_party/openssl/doc/man7/ |
D | EVP_KDF-X942-ASN1.pod | 40 testing. It is an optional octet string containing a combined DER encoded blob 47 An optional octet string containing public info contributed by the initiator. 56 An optional octet string containing public info contributed by the responder. 60 An optional octet string containing some additional, mutually-known public 70 An optional octet string containing some additional, mutually-known private
|
/third_party/openssl/doc/man3/ |
D | PKCS12_SAFEBAG_create_cert.pod | 39 containing the supplied certificate. 42 containing the supplied crl. 50 containing the supplied PKCS8 structure. 53 B<NID_pkcs8ShroudedKeyBag> containing the supplied PKCS8 structure.
|
12345678910>>...77