| /third_party/protobuf/src/google/protobuf/ |
| D | unittest_enormous_descriptor.proto | 48 …oooooooooooooooooooooooooooooooooooooooooooooooooooooooong_1 = 1 [default="long default value is a… 49 …oooooooooooooooooooooooooooooooooooooooooooooooooooooooong_2 = 2 [default="long default value is a… 50 …oooooooooooooooooooooooooooooooooooooooooooooooooooooooong_3 = 3 [default="long default value is a… 51 …oooooooooooooooooooooooooooooooooooooooooooooooooooooooong_4 = 4 [default="long default value is a… 52 …oooooooooooooooooooooooooooooooooooooooooooooooooooooooong_5 = 5 [default="long default value is a… 53 …oooooooooooooooooooooooooooooooooooooooooooooooooooooooong_6 = 6 [default="long default value is a… 54 …oooooooooooooooooooooooooooooooooooooooooooooooooooooooong_7 = 7 [default="long default value is a… 55 …oooooooooooooooooooooooooooooooooooooooooooooooooooooooong_8 = 8 [default="long default value is a… 56 …oooooooooooooooooooooooooooooooooooooooooooooooooooooooong_9 = 9 [default="long default value is a… 57 …oooooooooooooooooooooooooooooooooooooooooooooooooooooong_10 = 10 [default="long default value is a… [all …]
|
| /third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
| D | unittest_enormous_descriptor.proto | 46 …oooooooooooooooooooooooooooooooooooooooooooooooooooooooong_1 = 1 [default="long default value is a… 47 …oooooooooooooooooooooooooooooooooooooooooooooooooooooooong_2 = 2 [default="long default value is a… 48 …oooooooooooooooooooooooooooooooooooooooooooooooooooooooong_3 = 3 [default="long default value is a… 49 …oooooooooooooooooooooooooooooooooooooooooooooooooooooooong_4 = 4 [default="long default value is a… 50 …oooooooooooooooooooooooooooooooooooooooooooooooooooooooong_5 = 5 [default="long default value is a… 51 …oooooooooooooooooooooooooooooooooooooooooooooooooooooooong_6 = 6 [default="long default value is a… 52 …oooooooooooooooooooooooooooooooooooooooooooooooooooooooong_7 = 7 [default="long default value is a… 53 …oooooooooooooooooooooooooooooooooooooooooooooooooooooooong_8 = 8 [default="long default value is a… 54 …oooooooooooooooooooooooooooooooooooooooooooooooooooooooong_9 = 9 [default="long default value is a… 55 …oooooooooooooooooooooooooooooooooooooooooooooooooooooong_10 = 10 [default="long default value is a… [all …]
|
| /third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/ |
| D | unittest_enormous_descriptor.proto | 46 …oooooooooooooooooooooooooooooooooooooooooooooooooooooooong_1 = 1 [default="long default value is a… 47 …oooooooooooooooooooooooooooooooooooooooooooooooooooooooong_2 = 2 [default="long default value is a… 48 …oooooooooooooooooooooooooooooooooooooooooooooooooooooooong_3 = 3 [default="long default value is a… 49 …oooooooooooooooooooooooooooooooooooooooooooooooooooooooong_4 = 4 [default="long default value is a… 50 …oooooooooooooooooooooooooooooooooooooooooooooooooooooooong_5 = 5 [default="long default value is a… 51 …oooooooooooooooooooooooooooooooooooooooooooooooooooooooong_6 = 6 [default="long default value is a… 52 …oooooooooooooooooooooooooooooooooooooooooooooooooooooooong_7 = 7 [default="long default value is a… 53 …oooooooooooooooooooooooooooooooooooooooooooooooooooooooong_8 = 8 [default="long default value is a… 54 …oooooooooooooooooooooooooooooooooooooooooooooooooooooooong_9 = 9 [default="long default value is a… 55 …oooooooooooooooooooooooooooooooooooooooooooooooooooooong_10 = 10 [default="long default value is a… [all …]
|
| /third_party/typescript/tests/baselines/reference/ |
| D | recursiveConditionalCrash3.types | 17 default: D 18 >default : D 119 O['default'] : 122 Expand__<O[P extends Keys ? 'value' : 'default'], Keys, P, N, Depth> : 176 …default"] extends CanBeExpanded<object, string> ? T["" extends SplitAC<K> ? "value" : "default"]["… 179 …default"] extends CanBeExpanded<object, string> ? T["" extends SplitAC<K> ? "value" : "default"]["…
|
| D | esModuleInteropDefaultImports.types | 5 export default fun; 19 import { default as b } from "./a"; 20 >default : typeof a 23 import c, { default as d } from "./a"; 25 >default : typeof a 31 export { default } from "./a"; 32 >default : typeof a 34 export { default as def } from "./a"; 35 >default : typeof a 53 d === self.default; [all …]
|
| D | moduleNodeDefaultImports(module=nodenext).types | 5 export default fun; 12 import { default as b } from "./mod.cjs"; 13 >default : typeof a 16 import c, { default as d } from "./mod.cjs"; 18 >default : typeof a 24 export { default } from "./mod.cjs"; 25 >default : typeof a 27 export { default as def } from "./mod.cjs"; 28 >default : typeof a 46 d === self.default; [all …]
|
| D | moduleNodeDefaultImports(module=node16).types | 5 export default fun; 12 import { default as b } from "./mod.cjs"; 13 >default : typeof a 16 import c, { default as d } from "./mod.cjs"; 18 >default : typeof a 24 export { default } from "./mod.cjs"; 25 >default : typeof a 27 export { default as def } from "./mod.cjs"; 28 >default : typeof a 46 d === self.default; [all …]
|
| D | moduleNodeDefaultImports(module=node16).symbols | 5 export default fun; 12 import { default as b } from "./mod.cjs"; 13 >default : Symbol(a, Decl(mod.cts, 0, 0)) 16 import c, { default as d } from "./mod.cjs"; 18 >default : Symbol(a, Decl(mod.cts, 0, 0)) 24 export { default } from "./mod.cjs"; 25 >default : Symbol(self.default, Decl(b.mts, 4, 8)) 27 export { default as def } from "./mod.cjs"; 28 >default : Symbol(a, Decl(mod.cts, 0, 0)) 43 d === self.default; [all …]
|
| D | moduleNodeDefaultImports(module=nodenext).symbols | 5 export default fun; 12 import { default as b } from "./mod.cjs"; 13 >default : Symbol(a, Decl(mod.cts, 0, 0)) 16 import c, { default as d } from "./mod.cjs"; 18 >default : Symbol(a, Decl(mod.cts, 0, 0)) 24 export { default } from "./mod.cjs"; 25 >default : Symbol(self.default, Decl(b.mts, 4, 8)) 27 export { default as def } from "./mod.cjs"; 28 >default : Symbol(a, Decl(mod.cts, 0, 0)) 43 d === self.default; [all …]
|
| D | nodeModulesResolveJsonModule(module=nodenext).types | 3 >pkg : { name: string; version: string; type: string; default: string; } 8 >pkg : { name: string; version: string; type: string; default: string; } 12 >ns : { default: { name: string; version: string; type: string; default: string; }; } 15 >thing : { default: { name: string; version: string; type: string; default: string; }; } 16 >ns : { default: { name: string; version: string; type: string; default: string; }; } 18 export const name2 = ns.default.name; 20 >ns.default.name : string 21 >ns.default : { name: string; version: string; type: string; default: string; } 22 >ns : { default: { name: string; version: string; type: string; default: string; }; } 23 >default : { name: string; version: string; type: string; default: string; } [all …]
|
| D | nodeModulesResolveJsonModule(module=node16).types | 3 >pkg : { name: string; version: string; type: string; default: string; } 8 >pkg : { name: string; version: string; type: string; default: string; } 12 >ns : { default: { name: string; version: string; type: string; default: string; }; } 15 >thing : { default: { name: string; version: string; type: string; default: string; }; } 16 >ns : { default: { name: string; version: string; type: string; default: string; }; } 18 export const name2 = ns.default.name; 20 >ns.default.name : string 21 >ns.default : { name: string; version: string; type: string; default: string; } 22 >ns : { default: { name: string; version: string; type: string; default: string; }; } 23 >default : { name: string; version: string; type: string; default: string; } [all …]
|
| D | esModuleInteropDefaultImports.symbols | 5 export default fun; 19 import { default as b } from "./a"; 20 >default : Symbol(mod, Decl(a.ts, 0, 30)) 23 import c, { default as d } from "./a"; 25 >default : Symbol(mod, Decl(a.ts, 0, 30)) 31 export { default } from "./a"; 32 >default : Symbol(self.default, Decl(b.ts, 4, 8)) 34 export { default as def } from "./a"; 35 >default : Symbol(mod, Decl(a.ts, 0, 30)) 50 d === self.default; [all …]
|
| D | esModuleInteropDefaultImports.js | 5 export default fun; 11 import { default as b } from "./a"; 12 import c, { default as d } from "./a"; 14 export { default } from "./a"; 15 export { default as def } from "./a"; 20 d === self.default; 21 self.default === self.def; 28 self.default(); 32 a.default(); 33 b.default(); [all …]
|
| D | switchStatementsWithMultipleDefaults.js | 7 default: // No issues. 9 default: // Error; second 'default' clause. 10 default: // Error; third 'default' clause. 16 default: // No issues. 20 default: // No issues. 21 default: // Error; second 'default' clause. 25 default: // Error, third 'default' clause 26 def\u0061ult: // Error, fourth 'default' clause. 28 default: return; 29 default: default: [all …]
|
| /third_party/vk-gl-cts/external/vulkancts/mustpass/main/ |
| D | vk-default.txt | 1 vk-default/api.txt 2 vk-default/binding-model.txt 3 vk-default/clipping.txt 4 vk-default/compute.txt 5 vk-default/conditional-rendering.txt 6 vk-default/depth.txt 7 vk-default/descriptor-indexing.txt 8 vk-default/device-group.txt 9 vk-default/draw.txt 10 vk-default/drm-format-modifiers.txt [all …]
|
| D | vksc-default.txt | 1 vksc-default/api.txt 2 vksc-default/binding-model.txt 3 vksc-default/clipping.txt 4 vksc-default/compute.txt 5 vksc-default/descriptor-indexing.txt 6 vksc-default/device-group.txt 7 vksc-default/draw.txt 8 vksc-default/dynamic-state.txt 9 vksc-default/fragment-operations.txt 10 vksc-default/fragment-shader-interlock.txt [all …]
|
| /third_party/elfutils/tests/ |
| D | run-readelf-s.sh | 130 0: 0000000000000000 0 NOTYPE LOCAL DEFAULT UNDEF 131 1: 0000000000000238 0 SECTION LOCAL DEFAULT 1 132 2: 0000000000000000 0 NOTYPE WEAK DEFAULT UNDEF _ITM_deregisterTMCloneTable 133 3: 0000000000000000 0 FUNC GLOBAL DEFAULT UNDEF __libc_start_main@GLIBC_2.2.5 (2) 134 4: 0000000000000000 0 NOTYPE WEAK DEFAULT UNDEF __gmon_start__ 135 5: 0000000000000000 0 NOTYPE WEAK DEFAULT UNDEF _Jv_RegisterClasses 136 6: 0000000000000000 0 NOTYPE WEAK DEFAULT UNDEF _ITM_registerTMCloneTable 137 7: 0000000000000000 0 FUNC WEAK DEFAULT UNDEF __cxa_finalize@GLIBC_2.2.5 (2) 138 8: 000000000020103c 0 NOTYPE GLOBAL DEFAULT 25 _edata 139 9: 0000000000201040 0 NOTYPE GLOBAL DEFAULT 26 _end [all …]
|
| /third_party/vk-gl-cts/external/vulkancts/mustpass/master/ |
| D | vk-default.txt | 1 vk-default/api.txt 2 vk-default/binding-model.txt 3 vk-default/clipping.txt 4 vk-default/compute.txt 5 vk-default/conditional-rendering.txt 6 vk-default/descriptor-indexing.txt 7 vk-default/device-group.txt 8 vk-default/draw.txt 9 vk-default/drm-format-modifiers.txt 10 vk-default/dynamic-rendering.txt [all …]
|
| /third_party/skia/third_party/externals/swiftshader/tests/regres/testlists/ |
| D | vk-master.txt | 1 vk-default/api.txt 2 vk-default/binding-model.txt 3 vk-default/clipping.txt 4 vk-default/compute.txt 5 vk-default/conditional-rendering.txt 6 vk-default/descriptor-indexing.txt 7 vk-default/device-group.txt 8 vk-default/draw.txt 9 vk-default/drm-format-modifiers.txt 10 vk-default/dynamic-rendering.txt [all …]
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| D | format_map_autogen.cpp | 34 default: in GetSizedFormatInternal() 52 default: in GetSizedFormatInternal() 62 default: in GetSizedFormatInternal() 72 default: in GetSizedFormatInternal() 82 default: in GetSizedFormatInternal() 92 default: in GetSizedFormatInternal() 102 default: in GetSizedFormatInternal() 112 default: in GetSizedFormatInternal() 122 default: in GetSizedFormatInternal() 132 default: in GetSizedFormatInternal() [all …]
|
| /third_party/pulseaudio/src/modules/gsettings/ |
| D | org.freedesktop.pulseaudio.gschema.xml | 21 <default>''</default> 27 <default>false</default> 31 <default>false</default> 35 <default>''</default> 39 <default>''</default> 43 <default>''</default> 47 <default>''</default> 51 <default>''</default> 55 <default>''</default> 59 <default>''</default> [all …]
|
| /third_party/protobuf/benchmarks/ |
| D | google_size.proto | 12 optional bool field80 = 80 [default=false]; 13 optional bool field81 = 81 [default=true]; 17 optional int32 field6 = 6 [default=0]; 21 optional bool field59 = 59 [default=false]; 24 optional int32 field130 = 130 [default=0]; 25 optional bool field12 = 12 [default=true]; 26 optional bool field17 = 17 [default=true]; 27 optional bool field13 = 13 [default=true]; 28 optional bool field14 = 14 [default=true]; 29 optional int32 field104 = 104 [default=0]; [all …]
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| D | builtin_function_declarations.txt | 14 // Default metadata for functions can be set with "DEFAULT METADATA" followed by metadata in JSON 16 // another "DEFAULT METADATA" line is encountered, or until the end of a top-level group. 18 // DEFAULT METADATA {"opSuffix": "ComponentWise"} 60 DEFAULT METADATA {"essl_level": "COMMON_BUILTINS", "glsl_level": "COMMON_BUILTINS"} 70 DEFAULT METADATA {"essl_level": "ESSL3_BUILTINS", "glsl_level": "GLSL1_3_BUILTINS"} 80 DEFAULT METADATA {"essl_level": "COMMON_BUILTINS", "glsl_level": "COMMON_BUILTINS"} 87 DEFAULT METADATA {"glsl_level": "GLSL4_BUILTINS"} 89 DEFAULT METADATA {"essl_level": "COMMON_BUILTINS", "glsl_level": "COMMON_BUILTINS"} 91 DEFAULT METADATA {"glsl_level": "GLSL4_BUILTINS"} 96 DEFAULT METADATA {"essl_level": "COMMON_BUILTINS", "glsl_level": "COMMON_BUILTINS"} [all …]
|
| /third_party/elfio/tests/elf_examples/ |
| D | test_ppc.txt | 133 0: 00000000 0 NOTYPE LOCAL DEFAULT UND 134 1: 100008e0 144 FUNC GLOBAL DEFAULT UND __cxa_atexit@GLIBC_2.1.3 (2) 135 2: 00000000 0 NOTYPE WEAK DEFAULT UND __gmon_start__ 136 3: 00000000 0 NOTYPE WEAK DEFAULT UND _Jv_RegisterClasses 137 4: 10000900 1452 FUNC GLOBAL DEFAULT UND _ZNSt8ios_base4InitC1Ev@GLIBCXX_3.4 (3) 138 5: 10000910 232 FUNC GLOBAL DEFAULT UND __libc_start_main@GLIBC_2.0 (4) 139 6: 10000920 204 FUNC GLOBAL DEFAULT UND _ZNSt8ios_base4InitD1Ev@GLIBCXX_3.4 (3) 140 7: 10000930 164 FUNC GLOBAL DEFAULT UND _ZStlsISt11char_traitsIcE@GLIBCXX_3.4 (3) 141 8: 10000a18 4 OBJECT GLOBAL DEFAULT 13 _IO_stdin_used 142 9: 10010c0c 140 OBJECT GLOBAL DEFAULT 24 _ZSt4cout@GLIBCXX_3.4 (3) [all …]
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
| D | load_functions_table_autogen.cpp | 67 default: in A1RGB5_ANGLEX_to_A1R5G5B5_UNORM() 83 default: in ALPHA_to_R16G16B16A16_FLOAT() 97 default: in ALPHA_to_R32G32B32A32_FLOAT() 109 default: in ALPHA_to_default() 123 default: in ALPHA16F_EXT_to_R16_FLOAT() 137 default: in ALPHA16F_EXT_to_default() 149 default: in ALPHA32F_EXT_to_R32_FLOAT() 161 default: in ALPHA32F_EXT_to_default() 173 default: in ALPHA8_EXT_to_A8_UNORM() 185 default: in ALPHA8_EXT_to_R8G8B8A8_UNORM() [all …]
|