| /third_party/ltp/tools/sparse/sparse-src/Documentation/ |
| D | types.rst | 47 SYM_BASETYPE 63 SYM_NODE 76 SYM_PTR 82 SYM_FN 90 SYM_ARRAY 98 SYM_STRUCT 105 SYM_UNION 109 SYM_ENUM 116 SYM_BITFIELD 123 SYM_RESTRICT [all …]
|
| /third_party/littlefs/ |
| D | SPEC.md | 256 #### `0x401` LFS_TYPE_CREATE 267 #### `0x4ff` LFS_TYPE_DELETE 274 #### `0x0xx` LFS_TYPE_NAME 307 #### `0x001` LFS_TYPE_REG 314 #### `0x002` LFS_TYPE_DIR 323 #### `0x0ff` LFS_TYPE_SUPERBLOCK 408 #### `0x2xx` LFS_TYPE_STRUCT 419 #### `0x200` LFS_TYPE_DIRSTRUCT 461 #### `0x201` LFS_TYPE_INLINESTRUCT 485 #### `0x202` LFS_TYPE_CTZSTRUCT [all …]
|
| /third_party/node/deps/npm/node_modules/postcss-selector-parser/ |
| D | API.md | 215 ### `node.type` 228 ### `node.parent` 236 ### `node.toString()`, `String(node)`, or `'' + node` 246 ### `node.next()` & `node.prev()` 257 ### `node.replaceWith(node)` 271 ### `node.remove()` 281 ### `node.clone([opts])` 290 ### `node.isAtPosition(line, column)` 301 ### `node.spaces` 319 ### `node.source` [all …]
|
| /third_party/node/doc/api/ |
| D | util.md | 2046 ### `util.types.isAnyArrayBuffer(value)` 2066 ### `util.types.isArrayBufferView(value)` 2086 ### `util.types.isArgumentsObject(value)` 2105 ### `util.types.isArrayBuffer(value)` 2123 ### `util.types.isAsyncFunction(value)` 2142 ### `util.types.isBigInt64Array(value)` 2158 ### `util.types.isBigUint64Array(value)` 2174 ### `util.types.isBooleanObject(value)` 2195 ### `util.types.isBoxedPrimitive(value)` 2217 ### `util.types.isCryptoKey(value)` [all …]
|
| D | n-api.md | 549 ### `napi_status` 591 ### `napi_extended_error_info` 617 ### `napi_env` 631 ### `napi_value` 635 ### `napi_threadsafe_function` 646 ### `napi_threadsafe_function_release_mode` 665 ### `napi_threadsafe_function_call_mode` 683 ### Node-API memory management types 685 #### `napi_handle_scope` 704 #### `napi_escapable_handle_scope` [all …]
|
| /third_party/node/deps/npm/node_modules/nopt/lib/ |
| D | nopt.js | 15 function nopt (types, shorthands, args = process.argv, slice = 2) { argument 17 types: types || {}, property 24 function clean (data, types, typeDefs = exports.typeDefs) { argument 26 types: types || {}, property
|
| D | nopt-lib.js | 7 const getType = (k, { types, dynamicTypes }) => { 25 types, property 41 parse(args, data, argv.remain, { typeDefs, types, dynamicTypes, shorthands }) property 44 clean(data, { types, dynamicTypes, typeDefs, invalidHandler, typeDefault }) property 58 types = {}, property 90 let [hasType, rawType] = getType(k, { types, dynamicTypes }) property 246 types = {}, property 305 let [hasType, argType] = getType(arg, { types, dynamicTypes }) property
|
| /third_party/typescript/tests/baselines/reference/tscWatch/resolutionCache/ |
| D | when-types-in-compiler-option-are-global-and-installed-at-later-point.js | 32 [7m1[0m {"compilerOptions":{"module":"none","types":["@myapp/ts-types"]}} property 41 Program options: {"module":0,"types":["@myapp/ts-types"],"watch":true,"project":"/user/username/pro… property 80 {"version":"1.65.1","types":"types/somefile.define.d.ts"} property 100 Program options: {"module":0,"types":["@myapp/ts-types"],"watch":true,"project":"/user/username/pro… property
|
| /third_party/python/Tools/c-analyzer/c_analyzer/ |
| D | analyze.py | 31 def analyze_decl(decl, typespecs, knowntypespecs, types, knowntypes, *, argument 45 def analyze_type_decls(types, analyze_decl, handle_unresolved=True): argument 100 def resolve_decl(decl, typespecs, knowntypespecs, types): argument 207 def _handle_unresolved(unresolved, types, analyze_decl): argument 239 def _dump_unresolved(decl, types, analyze_decl): argument
|
| /third_party/skia/third_party/externals/spirv-tools/test/opt/ |
| D | types_test.cpp | 119 std::vector<std::unique_ptr<Type>> types; local 252 std::vector<std::unique_ptr<Type>> types = GenerateAllTypes(); in TEST() local 271 std::vector<std::unique_ptr<Integer>> types; in TEST() local 282 std::vector<std::unique_ptr<Integer>> types; in TEST() local 293 std::vector<std::unique_ptr<Float>> types; in TEST() local 320 std::vector<std::unique_ptr<Type>> types = GenerateAllTypes(); in TEST() local 347 std::vector<std::unique_ptr<Type>> types = GenerateAllTypes(); in GenerateAllTypesWithDecorations() local 366 std::vector<std::unique_ptr<Type>> types = GenerateAllTypesWithDecorations(); in TEST() local 376 std::vector<std::unique_ptr<Type>> types = GenerateAllTypesWithDecorations(); in TEST() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
| D | types_test.cpp | 119 std::vector<std::unique_ptr<Type>> types; local 252 std::vector<std::unique_ptr<Type>> types = GenerateAllTypes(); in TEST() local 271 std::vector<std::unique_ptr<Integer>> types; in TEST() local 282 std::vector<std::unique_ptr<Integer>> types; in TEST() local 293 std::vector<std::unique_ptr<Float>> types; in TEST() local 320 std::vector<std::unique_ptr<Type>> types = GenerateAllTypes(); in TEST() local 347 std::vector<std::unique_ptr<Type>> types = GenerateAllTypes(); in GenerateAllTypesWithDecorations() local 366 std::vector<std::unique_ptr<Type>> types = GenerateAllTypesWithDecorations(); in TEST() local 376 std::vector<std::unique_ptr<Type>> types = GenerateAllTypesWithDecorations(); in TEST() local
|
| /third_party/gstreamer/gstplugins_bad/sys/uvch264/ |
| D | uvc_h264.c | 35 static const GEnumValue types[] = { in uvc_h264_slicemode_get_type() local 54 static const GEnumValue types[] = { in uvc_h264_usagetype_get_type() local 77 static const GEnumValue types[] = { in uvc_h264_ratecontrol_get_type() local 95 static const GEnumValue types[] = { in uvc_h264_streamformat_get_type() local 112 static const GEnumValue types[] = { in uvc_h264_entropy_get_type() local
|
| /third_party/rust/crates/nom/doc/ |
| D | error_management.md | 73 ### the default error type: nom::error::Error 118 ### getting more information: nom::error::VerboseError 222 ### Improving usability: nom_locate and nom-supreme
|
| /third_party/node/deps/npm/node_modules/signal-exit/ |
| D | package.json | 8 "types": "./dist/mjs/index.d.ts", string 12 "types": "./dist/mjs/index.d.ts", string 16 "types": "./dist/cjs/index.d.ts", string 22 "types": "./dist/mjs/signals.d.ts", string 26 "types": "./dist/cjs/signals.d.ts", string 32 "types": "./dist/mjs/browser.d.ts", string 36 "types": "./dist/cjs/browser.d.ts", string
|
| /third_party/spirv-tools/test/opt/ |
| D | types_test.cpp | 119 std::vector<std::unique_ptr<Type>> types; local 252 std::vector<std::unique_ptr<Type>> types = GenerateAllTypes(); in TEST() local 332 std::vector<std::unique_ptr<Integer>> types; in TEST() local 343 std::vector<std::unique_ptr<Integer>> types; in TEST() local 354 std::vector<std::unique_ptr<Float>> types; in TEST() local 381 std::vector<std::unique_ptr<Type>> types = GenerateAllTypes(); in TEST() local 408 std::vector<std::unique_ptr<Type>> types = GenerateAllTypes(); in GenerateAllTypesWithDecorations() local 427 std::vector<std::unique_ptr<Type>> types = GenerateAllTypesWithDecorations(); in TEST() local 437 std::vector<std::unique_ptr<Type>> types = GenerateAllTypesWithDecorations(); in TEST() local
|
| /third_party/python/Doc/library/ |
| D | ctypes.rst | 340 .. _ctypes-calling-functions-continued: 400 .. _ctypes-specifying-required-argument-types: 514 .. _ctypes-passing-pointers: 1237 .. _ctypes-ctypes-reference: 2140 .. _ctypes-fundamental-data-types-2: 2383 .. _ctypes-structured-data-types: 2506 .. _ctypes-arrays-pointers:
|
| /third_party/python/Tools/c-analyzer/cpython/ |
| D | _analyzer.py | 132 def analyze_resolved(resolved, decl, types, knowntypes, extra=None): argument 156 def _check_unsupported(decl, typedeps, types, knowntypes): argument 170 def _check_members(decl, typedeps, types, knowntypes): argument 194 def _check_typedep(decl, typedecl, types, knowntypes): argument 223 def _check_vartype(decl, typedecl, types, knowntypes): argument 235 def _check_typespec(decl, typedecl, types, knowntypes): argument
|
| /third_party/typescript/tests/cases/fourslash/ |
| D | completionListWithModulesInsideModuleScope.ts | 348 const types: ReadonlyArray<FourSlashInterface.ExpectedCompletionEntry> = [ constant 398 const types: ReadonlyArray<FourSlashInterface.ExpectedCompletionEntry> = [ constant 427 const types: ReadonlyArray<FourSlashInterface.ExpectedCompletionEntry> = [ constant
|
| /third_party/typescript/tests/baselines/reference/ |
| D | nestedNamespace.js | 17 var types; variable 18 (function (types) { argument
|
| D | partialDiscriminatedUnionMemberHasGoodError.js | 21 types: [{ property 29 types: [{ property
|
| D | importClause_namespaceImport.js | 17 const d = { types }; field 46 var d = { types: types }; property
|
| /third_party/googletest/docs/reference/ |
| D | testing.md | 387 ### AssertionResult {#AssertionResult} 401 ### AssertionException {#AssertionException} 408 ### EmptyTestEventListener {#EmptyTestEventListener} 416 ### Environment {#Environment} 437 ### ScopedTrace {#ScopedTrace} 464 ### Test {#Test} 552 ### TestWithParam {#TestWithParam} 559 ### TestSuite {#TestSuite} 672 ### TestInfo {#TestInfo} 751 ### TestParamInfo {#TestParamInfo} [all …]
|
| /third_party/rust/crates/cxx/book/src/ |
| D | extern-c++.md | 188 #### Safely unifying occurrences of an extern type across bridges 223 #### Integrating with bindgen-generated or handwritten unsafe bindings
|
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| D | TypeRegistry.java | 79 private final Map<String, Descriptor> types; field in TypeRegistry 81 TypeRegistry(Map<String, Descriptor> types) { in TypeRegistry() 158 private Map<String, Descriptor> types = new HashMap<>(); field in TypeRegistry.Builder
|
| /third_party/json/docs/mkdocs/docs/api/basic_json/ |
| D | index.md | 99 ### Exceptions 108 ### Container types 126 ### JSON value data types 139 ### Parser callback
|