Home
last modified time | relevance | path

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

12345678910>>...28

/third_party/ltp/tools/sparse/sparse-src/Documentation/
Dtypes.rst47 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/
DSPEC.md256 #### `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/doc/api/
Dutil.md1336 ### `util.types.isAnyArrayBuffer(value)`
1355 ### `util.types.isArrayBufferView(value)`
1374 ### `util.types.isArgumentsObject(value)`
1391 ### `util.types.isArrayBuffer(value)`
1408 ### `util.types.isAsyncFunction(value)`
1426 ### `util.types.isBigInt64Array(value)`
1441 ### `util.types.isBigUint64Array(value)`
1456 ### `util.types.isBooleanObject(value)`
1476 ### `util.types.isBoxedPrimitive(value)`
1497 ### `util.types.isDataView(value)`
[all …]
Dn-api.md544 ### napi_status
583 ### napi_extended_error_info
608 ### napi_env
622 ### napi_value
626 ### napi_threadsafe_function
636 ### napi_threadsafe_function_release_mode
654 ### napi_threadsafe_function_call_mode
671 ### Node-API memory management types
672 #### napi_handle_scope
691 #### napi_escapable_handle_scope
[all …]
/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/gstreamer/gstplugins_bad/sys/uvch264/
Duvc_h264.c35 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/
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/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
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/
Dctypes.rst340 .. _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.py132 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/
DcompletionListWithModulesInsideModuleScope.ts348 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/
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/json/doc/mkdocs/docs/api/basic_json/
Dindex.md57 ### Exceptions
66 ### Container types
84 ### JSON value data types
96 ### Parser callback
/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/node/tools/gyp/pylib/gyp/
Dsimple_copy.py40 types = bool, float, int, str, type, type(None), long, unicode variable
42 types = bool, float, int, str, type, type(None) variable
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
Dsimple_copy.py32 types = bool, float, int, str, type, type(None), long, unicode variable
34 types = bool, float, int, str, type, type(None) variable
/third_party/flutter/skia/third_party/externals/spirv-tools/test/opt/
Dtypes_test.cpp91 std::vector<std::unique_ptr<Type>> types; in TEST() local
213 std::vector<std::unique_ptr<Integer>> types; in TEST() local
224 std::vector<std::unique_ptr<Integer>> types; in TEST() local
235 std::vector<std::unique_ptr<Float>> types; in TEST() local
/third_party/node/benchmark/napi/function_args/
Dnapi_binding.c15 napi_valuetype types[1]; in CallWithString() local
72 napi_valuetype types[1]; in CallWithNumber() local
94 napi_valuetype types[1]; in CallWithObject() local
167 napi_valuetype types[1]; in CallWithArguments() local
/third_party/node/deps/npm/node_modules/protoduck/
Dindex.js7 impl (target, types, impls) { argument
155 function defineMethod (duck, name, target, types, impls) { argument
228 function checkArgTypes (duck, types) { argument
329 verify (target, types) { argument
343 return types[idx] || Object.prototype class
/third_party/selinux/libsepol/tests/
Dtest-linker-types.c129 const char *types[2]; in base_type_tests() local
167 const char *types[2]; in module_type_tests() local

12345678910>>...28