Home
last modified time | relevance | path

Searched defs:types (Results 1 – 25 of 724) sorted by relevance

12345678910>>...29

/third_party/littlefs/
DSPEC.md297 #### `0x401` LFS_TYPE_CREATE
308 #### `0x4ff` LFS_TYPE_DELETE
315 #### `0x0xx` LFS_TYPE_NAME
348 #### `0x001` LFS_TYPE_REG
355 #### `0x002` LFS_TYPE_DIR
364 #### `0x0ff` LFS_TYPE_SUPERBLOCK
449 #### `0x2xx` LFS_TYPE_STRUCT
460 #### `0x200` LFS_TYPE_DIRSTRUCT
502 #### `0x201` LFS_TYPE_INLINESTRUCT
526 #### `0x202` LFS_TYPE_CTZSTRUCT
[all …]
/third_party/node/deps/npm/node_modules/postcss-selector-parser/
DAPI.md215 ### `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/
Dutil.md2046 ### `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 …]
Dn-api.md511 ### `napi_status`
553 ### `napi_extended_error_info`
579 ### `napi_env`
593 ### `node_api_nogc_env`
609 ### `napi_value`
613 ### `napi_threadsafe_function`
624 ### `napi_threadsafe_function_release_mode`
643 ### `napi_threadsafe_function_call_mode`
661 ### Node-API memory management types
663 #### `napi_handle_scope`
[all …]
/third_party/glfw/src/
Dwl_init.c58 #define types _glfw_wayland_types macro
62 #define types _glfw_xdg_shell_types macro
66 #define types _glfw_xdg_decoration_types macro
70 #define types _glfw_viewporter_types macro
74 #define types _glfw_relative_pointer_types macro
78 #define types _glfw_pointer_constraints_types macro
82 #define types _glfw_fractional_scale_types macro
86 #define types _glfw_xdg_activation_types macro
90 #define types _glfw_idle_inhibit_types macro
/third_party/node/deps/npm/node_modules/nopt/lib/
Dnopt.js15 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
Dnopt-lib.js7 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/
Dwhen-types-in-compiler-option-are-global-and-installed-at-later-point.js32 1 {"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/
Danalyze.py31 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/
Dtypes_test.cpp119 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/
Dtypes_test.cpp119 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/node/deps/npm/node_modules/which/node_modules/isexe/
Dpackage.json7 "types": "./dist/cjs/index.js", string
14 "types": "./dist/mjs/index.d.ts", string
18 "types": "./dist/cjs/index.d.ts", string
24 "types": "./dist/mjs/posix.d.ts", string
28 "types": "./dist/cjs/posix.d.ts", string
34 "types": "./dist/mjs/win32.d.ts", string
38 "types": "./dist/cjs/win32.d.ts", string
/third_party/rust/crates/nom/doc/
Derror_management.md73 ### 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/
Dpackage.json8 "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/
Dtypes_test.cpp119 std::vector<std::unique_ptr<Type>> types; local
256 std::vector<std::unique_ptr<Type>> types = GenerateAllTypes(); in TEST() local
336 std::vector<std::unique_ptr<Integer>> types; in TEST() local
347 std::vector<std::unique_ptr<Integer>> types; in TEST() local
358 std::vector<std::unique_ptr<Float>> types; in TEST() local
385 std::vector<std::unique_ptr<Type>> types = GenerateAllTypes(); in TEST() local
407 std::vector<std::unique_ptr<Type>> types = GenerateAllTypes(); in GenerateAllTypesWithDecorations() local
426 std::vector<std::unique_ptr<Type>> types = GenerateAllTypesWithDecorations(); in TEST() local
436 std::vector<std::unique_ptr<Type>> types = GenerateAllTypesWithDecorations(); in TEST() local
/third_party/node/deps/npm/node_modules/lru-cache/
Dpackage.json32 "types": "./dist/commonjs/index.d.ts", string
38 "types": "./dist/mjs/index.d.ts", string
42 "types": "./dist/commonjs/index.d.ts", string
98 "types": "./dist/esm/index.d.ts", string
102 "types": "./dist/commonjs/index.d.ts", string
108 "types": "./dist/mjs/index.d.ts", string
112 "types": "./dist/commonjs/index.d.ts", string
/third_party/python/Doc/library/
Dctypes.rst341 .. _ctypes-calling-functions-continued:
421 .. _ctypes-specifying-required-argument-types:
535 .. _ctypes-passing-pointers:
1258 .. _ctypes-ctypes-reference:
2156 .. _ctypes-fundamental-data-types-2:
2399 .. _ctypes-structured-data-types:
2534 .. _ctypes-arrays-pointers:
/third_party/typescript/tests/cases/fourslash/
DcompletionListWithModulesInsideModuleScope.ts348 const types: ReadonlyArray<FourSlashInterface.ExpectedCompletionEntry> = [ constant
398 const types: ReadonlyArray<FourSlashInterface.ExpectedCompletionEntry> = [ constant
427 const types: ReadonlyArray<FourSlashInterface.ExpectedCompletionEntry> = [ constant
/third_party/python/Tools/c-analyzer/cpython/
D_analyzer.py134 def analyze_resolved(resolved, decl, types, knowntypes, extra=None): argument
158 def _check_unsupported(decl, typedeps, types, knowntypes): argument
172 def _check_members(decl, typedeps, types, knowntypes): argument
196 def _check_typedep(decl, typedecl, types, knowntypes): argument
225 def _check_vartype(decl, typedecl, types, knowntypes): argument
237 def _check_typespec(decl, typedecl, types, knowntypes): argument
/third_party/typescript/tests/baselines/reference/
DnestedNamespace.js17 var types; variable
18 (function (types) { argument
DpartialDiscriminatedUnionMemberHasGoodError.js21 types: [{ property
29 types: [{ property
/third_party/googletest/docs/reference/
Dtesting.md387 ### 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/
Dextern-c++.md188 #### 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/
DTypeRegistry.java79 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/
Dindex.md99 ### Exceptions
108 ### Container types
126 ### JSON value data types
139 ### Parser callback

12345678910>>...29