Home
last modified time | relevance | path

Searched full:definitions (Results 1 – 25 of 9138) sorted by relevance

12345678910>>...366

/external/tcpdump/
DINSTALL.md56 addrtoname.h - address to hostname definitions
58 addrtostr.h - address to printable string definitions
59 ah.h - IPSEC Authentication Header definitions
60 appletalk.h - AppleTalk definitions
64 atm.h - ATM traffic type definitions
67 chdlc.h - Cisco HDLC definitions
76 ethertype.h - Ethernet type value definitions
77 extract.h - alignment definitions
78 gmpls.c - GMPLS definitions
81 interface.h - globals, prototypes and definitions
[all …]
/external/flatbuffers/tests/
Dmonster_test.schema.json3 "definitions": { object
45 "$ref" : "#/definitions/TableA"
54 "$ref" : "#/definitions/MyGame_OtherNameSpace_TableB"
87 "$ref" : "#/definitions/MyGame_Example_Color"
108 "$ref" : "#/definitions/MyGame_Example_Color"
111 "$ref" : "#/definitions/MyGame_Example_Test"
132 "$ref" : "#/definitions/MyGame_Example_Ability"
135 "$ref" : "#/definitions/MyGame_Example_Test"
138 "$ref" : "#/definitions/MyGame_Example_Ability"
147 "$ref" : "#/definitions/MyGame_Example_StructOfStructs"
[all …]
/external/angle/build/android/gyp/
Djava_cpp_enum_tests.py80 definitions = HeaderParser(test_data).ParseDefinitions()
81 self.assertEqual(1, len(definitions))
82 definition = definitions[0]
104 definitions = HeaderParser(test_data).ParseDefinitions()
105 self.assertEqual(2, len(definitions))
106 definition = definitions[0]
113 definition = definitions[1]
135 definitions = HeaderParser(test_data).ParseDefinitions()
136 self.assertEqual(1, len(definitions))
137 definition = definitions[0]
[all …]
/external/cronet/build/android/gyp/
Djava_cpp_enum_tests.py80 definitions = HeaderParser(test_data).ParseDefinitions()
81 self.assertEqual(1, len(definitions))
82 definition = definitions[0]
104 definitions = HeaderParser(test_data).ParseDefinitions()
105 self.assertEqual(2, len(definitions))
106 definition = definitions[0]
113 definition = definitions[1]
135 definitions = HeaderParser(test_data).ParseDefinitions()
136 self.assertEqual(1, len(definitions))
137 definition = definitions[0]
[all …]
/external/openscreen/cast/protocol/castv2/
Dstreaming_schema.json4 "definitions": { object
18 {"$ref": "#/definitions/resolution"},
19 {"properties": {"frameRate": {"$ref": "#/definitions/frame_rate"}}}
34 "ssrc": {"$ref": "#/definitions/ssrc"},
35 "targetDelay": {"$ref": "#/definitions/delay"},
40 "rtpExtensions": {"$ref": "#/definitions/rtp_extensions"},
60 {"$ref": "#/definitions/stream"},
72 {"$ref": "#/definitions/stream"},
75 "maxFrameRate": {"$ref": "#/definitions/frame_rate"},
79 "items": {"$ref": "#/definitions/resolution"}
[all …]
/external/googleapis/grafeas/v1/swagger/
Dgrafeas.swagger.json30 "$ref": "#/definitions/projectListProjectsResponse"
36 "$ref": "#/definitions/rpcStatus"
75 "$ref": "#/definitions/projectProject"
81 "$ref": "#/definitions/rpcStatus"
92 "$ref": "#/definitions/projectProject"
109 "$ref": "#/definitions/v1Occurrence"
115 "$ref": "#/definitions/rpcStatus"
146 "$ref": "#/definitions/rpcStatus"
171 "$ref": "#/definitions/v1Note"
177 "$ref": "#/definitions/rpcStatus"
[all …]
/external/deqp/scripts/khr_util/
Dgen_str_util.py26 def isValueDefined (definitions, value): argument
27 return value in definitions
29 def allValuesUndefined (definitions, values): argument
31 if isValueDefined(definitions, value):
35 def anyValueDefined (definitions, values): argument
36 return not allValuesUndefined(definitions, values)
43 definitions = makeDefSet(iface)
47 if anyValueDefined(definitions, values):
54 if anyValueDefined(definitions, values):
61 if anyValueDefined(definitions, values):
[all …]
/external/stg/
Dtype_resolution.cc43 definitions(runtime, "named_types.definitions"), in NamedTypes()
51 std::vector<Id> definitions; member
97 info.definitions.push_back(id); in operator ()()
98 ++definitions; in operator ()()
135 info.definitions.push_back(id); in operator ()()
136 ++definitions; in operator ()()
154 info.definitions.push_back(id); in operator ()()
155 ++definitions; in operator ()()
166 info.definitions.push_back(id); in operator ()()
167 ++definitions; in operator ()()
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/opencensus-proto/gen-openapi/opencensus/proto/agent/trace/v1/
Dtrace_service.swagger.json25 "$ref": "#/definitions/v1ExportTraceServiceResponse"
28 "$ref": "#/definitions/runtimeStreamError"
37 "$ref": "#/definitions/runtimeError"
48 "$ref": "#/definitions/v1ExportTraceServiceRequest"
58 "definitions": { object
92 "$ref": "#/definitions/v1AttributeValue"
119 "$ref": "#/definitions/SpanLinkType",
123 "$ref": "#/definitions/SpanAttributes",
127 "$ref": "#/definitions/SpanTracestate",
149 "$ref": "#/definitions/SpanLink"
[all …]
/external/cronet/third_party/icu/source/python/icutools/databuilder/
Dfiltration_schema.json14 "localeFilter": { "$ref": "#/definitions/filter" },
19 { "$ref": "#/definitions/filter" },
36 "files": { "$ref": "#/definitions/filter" },
86 "definitions": { object
93 "$ref": "#/definitions/includeExcludeFilterTypes"
95 "whitelist": { "$ref": "#/definitions/stringList" }
103 "$ref": "#/definitions/includeExcludeFilterTypes"
105 "blacklist": { "$ref": "#/definitions/stringList" }
113 "$ref": "#/definitions/includeExcludeFilterTypes"
115 "includelist": { "$ref": "#/definitions/stringList" }
[all …]
/external/icu/icu4c/source/python/icutools/databuilder/
Dfiltration_schema.json14 "localeFilter": { "$ref": "#/definitions/filter" },
19 { "$ref": "#/definitions/filter" },
36 "files": { "$ref": "#/definitions/filter" },
86 "definitions": { object
93 "$ref": "#/definitions/includeExcludeFilterTypes"
95 "whitelist": { "$ref": "#/definitions/stringList" }
103 "$ref": "#/definitions/includeExcludeFilterTypes"
105 "blacklist": { "$ref": "#/definitions/stringList" }
113 "$ref": "#/definitions/includeExcludeFilterTypes"
115 "includelist": { "$ref": "#/definitions/stringList" }
[all …]
/external/apache-commons-bcel/src/main/java/org/apache/bcel/
DConstants.java100 … * Flag definitions for Fields in the Java Virtual Machine Specification (Java SE 8 Edition).</a>"
102 …* Flag definitions for Methods in the Java Virtual Machine Specification (Java SE 8 Edition).</a>"
104 …* Flag definitions for Classes in the Java Virtual Machine Specification (Java SE 8 Edition).</a>"
277 * Opcode definitions in The Java Virtual Machine Specification</a> */
282 * Opcode definitions in The Java Virtual Machine Specification</a> */
287 * Opcode definitions in The Java Virtual Machine Specification</a> */
291 * Opcode definitions in The Java Virtual Machine Specification</a> */
295 * Opcode definitions in The Java Virtual Machine Specification</a> */
299 * Opcode definitions in The Java Virtual Machine Specification</a> */
303 * Opcode definitions in The Java Virtual Machine Specification</a> */
[all …]
DConst.java201 * Flag definitions for Fields in the Java Virtual Machine Specification (Java SE 8 Edition).</a>
203 … * Flag definitions for Methods in the Java Virtual Machine Specification (Java SE 8 Edition).</a>
205 … * Flag definitions for Classes in the Java Virtual Machine Specification (Java SE 8 Edition).</a>
533 * Opcode definitions in The Java Virtual Machine Specification</a> */
538 * Opcode definitions in The Java Virtual Machine Specification</a> */
543 * Opcode definitions in The Java Virtual Machine Specification</a> */
548 * Opcode definitions in The Java Virtual Machine Specification</a> */
553 * Opcode definitions in The Java Virtual Machine Specification</a> */
558 * Opcode definitions in The Java Virtual Machine Specification</a> */
563 * Opcode definitions in The Java Virtual Machine Specification</a> */
[all …]
/external/ltp/testcases/open_posix_testsuite/Documentation/
DHOWTO_DefinitionsTest1 DEFINITIONS TESTING
3 A variety of header file definitions are listed in the POSIX Base Definitions
5 definitions that appear.
7 Definitions Testing -> STRUCTURES
37 For examples, see posixtestsuite/conformance/definitions/signal/15-1.c
39 Definitions Testing -> MACROS
45 #include <include file with definitions.h>
51 For examples, see posixtestsuite/conformance/definitions/signal/22-*.c
53 Definitions Testing -> FUNCTIONS
68 For examples, see posixtestsuite/conformance/definitions/signal/43-1.c
/external/mesa3d/src/amd/compiler/
Daco_validate.cpp108 unsigned pck_defs = instr_info.definitions[(int)instr->opcode]; in validate_ir()
119 check(i == instr->definitions.size(), "Too many definitions", instr.get()); in validate_ir()
122 check(i < instr->definitions.size(), "Too few definitions", instr.get()); in validate_ir()
123 if (i >= instr->definitions.size()) in validate_ir()
128 check(instr->definitions[i].isFixed() && instr->definitions[i].physReg() == m0, in validate_ir()
131 check(instr->definitions[i].isFixed() && instr->definitions[i].physReg() == scc, in validate_ir()
135 check(instr->definitions[i].isFixed() && in validate_ir()
136 instr->definitions[i].physReg() == exec && in validate_ir()
137 instr->definitions[i].regClass() == rc, in validate_ir()
140 check(instr->definitions[i].isFixed() && in validate_ir()
[all …]
Daco_optimizer.cpp561 if (instr->definitions.empty()) in pseudo_propagate_temp()
566 std::all_of(instr->definitions.begin(), instr->definitions.end(), in pseudo_propagate_temp()
575 std::none_of(instr->definitions.begin(), instr->definitions.end(), in pseudo_propagate_temp()
604 decrease -= instr->definitions.back().bytes(); in pseudo_propagate_temp()
605 instr->definitions.pop_back(); in pseudo_propagate_temp()
611 if (temp.regClass() == instr->definitions[0].regClass()) in pseudo_propagate_temp()
821 if (prevent_overflow && !add_instr->definitions[0].isNUW()) in parse_base_offset()
854 bool soe = smem->operands.size() >= (!smem->definitions.empty() ? 3 : 4); in skip_smem_offset_align()
899 bool soe = smem.operands.size() >= (!smem.definitions.empty() ? 3 : 4); in smem_combine()
908 smem.opcode, Format::SMEM, smem.operands.size() + 1, smem.definitions.size()); in smem_combine()
[all …]
Daco_opt_value_numbering.cpp68 uint32_t len = instr->operands.size() + instr->definitions.size() + sizeof(T); in hash_murmur_32()
83 * instruction is used for the hash, i.e. everything except the definitions.
128 a->definitions.size() != b->definitions.size()) in operator ()()
152 for (unsigned i = 0; i < a->definitions.size(); i++) { in operator ()()
153 if (a->definitions[i].isTemp()) { in operator ()()
154 if (!b->definitions[i].isTemp()) in operator ()()
156 if (a->definitions[i].regClass() != b->definitions[i].regClass()) in operator ()()
159 if (a->definitions[i].isFixed()) { in operator ()()
160 if (!b->definitions[i].isFixed()) in operator ()()
162 if (a->definitions[i].physReg() != b->definitions[i].physReg()) in operator ()()
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/opencensus-proto/gen-openapi/opencensus/proto/agent/metrics/v1/
Dmetrics_service.swagger.json25 "$ref": "#/definitions/v1ExportMetricsServiceResponse"
28 "$ref": "#/definitions/runtimeStreamError"
37 "$ref": "#/definitions/runtimeError"
48 "$ref": "#/definitions/v1ExportMetricsServiceRequest"
58 "definitions": { object
83 "$ref": "#/definitions/DistributionValueExemplar",
92 "$ref": "#/definitions/BucketOptionsExplicit",
185 "$ref": "#/definitions/SnapshotValueAtPercentile"
220 "$ref": "#/definitions/protobufAny"
245 "$ref": "#/definitions/protobufAny"
[all …]
/external/ethtool/uapi/linux/
Dlibc-compat.h6 * exclusion of UAPI structures and definitions in coordination with another
9 * This header is intended to solve the problem of UAPI definitions that
10 * conflict with userspace definitions. If a UAPI header has such conflicting
11 * definitions then the solution is as follows:
31 * (d) Back in the UAPI header with the conflicting definitions, guard the
32 * definitions with:
41 * * For all definitions that conflict with kernel definitions wrap those
162 /* Definitions for xattr.h */
171 * that we need. Check for previous __UAPI_* definitions to give
175 /* Definitions for if.h */
[all …]
/external/libnl/include/linux-private/linux/
Dlibc-compat.h6 * exclusion of UAPI structures and definitions in coordination with another
9 * This header is intended to solve the problem of UAPI definitions that
10 * conflict with userspace definitions. If a UAPI header has such conflicting
11 * definitions then the solution is as follows:
31 * (d) Back in the UAPI header with the conflicting definitions, guard the
32 * definitions with:
41 * * For all definitions that conflict with kernel definitions wrap those
162 /* Definitions for xattr.h */
171 * that we need. Check for previous __UAPI_* definitions to give
175 /* Definitions for if.h */
[all …]
/external/kernel-headers/original/uapi/linux/
Dlibc-compat.h6 * exclusion of UAPI structures and definitions in coordination with another
9 * This header is intended to solve the problem of UAPI definitions that
10 * conflict with userspace definitions. If a UAPI header has such conflicting
11 * definitions then the solution is as follows:
31 * (d) Back in the UAPI header with the conflicting definitions, guard the
32 * definitions with:
41 * * For all definitions that conflict with kernel definitions wrap those
162 /* Definitions for xattr.h */
171 * that we need. Check for previous __UAPI_* definitions to give
175 /* Definitions for if.h */
[all …]
/external/iproute2/include/uapi/linux/
Dlibc-compat.h6 * exclusion of UAPI structures and definitions in coordination with another
9 * This header is intended to solve the problem of UAPI definitions that
10 * conflict with userspace definitions. If a UAPI header has such conflicting
11 * definitions then the solution is as follows:
31 * (d) Back in the UAPI header with the conflicting definitions, guard the
32 * definitions with:
41 * * For all definitions that conflict with kernel definitions wrap those
162 /* Definitions for xattr.h */
174 /* Definitions for if.h */
184 /* Definitions for in.h */
[all …]
/external/mbedtls/scripts/
Dgenerate_ssl_debug_helpers.py229 - the definitions SHOULD exist in same macro blocks.
239 yield SignatureAlgorithmDefinition(source_code, definitions=matches)
241 def __init__(self, source_code, definitions=None): argument
242 if definitions is None:
243 definitions = []
244 assert isinstance(definitions, list) and definitions
245 self._definitions = definitions
288 - the definitions SHOULD exist in same macro blocks.
298 yield NamedGroupDefinition(source_code, definitions=matches)
300 def __init__(self, source_code, definitions=None): argument
[all …]
/external/sdk-platform-java/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/
DQuotaOrBuilder.java30 * List of QuotaLimit definitions for the service.
40 * List of QuotaLimit definitions for the service.
50 * List of QuotaLimit definitions for the service.
60 * List of QuotaLimit definitions for the service.
70 * List of QuotaLimit definitions for the service.
81 * List of MetricRule definitions, each one mapping a selected method to one
92 * List of MetricRule definitions, each one mapping a selected method to one
103 * List of MetricRule definitions, each one mapping a selected method to one
114 * List of MetricRule definitions, each one mapping a selected method to one
125 * List of MetricRule definitions, each one mapping a selected method to one
/external/libpcap/cmake/Modules/
DFindLFS.cmake27 # LFS_DEFINITIONS - List of definitions to pass to add_definitions()
28 # LFS_COMPILE_OPTIONS - List of definitions to pass to add_compile_options()
50 function(_lfs_check_compiler_option var options definitions libraries)
54 set(CMAKE_REQUIRED_DEFINITIONS ${CMAKE_REQUIRED_DEFINITIONS} ${definitions})
57 message(STATUS "Looking for LFS support using ${options} ${definitions} ${libraries}")
62 … message(STATUS "Looking for LFS support using ${options} ${definitions} ${libraries} - found")
63 set(_lfs_cppflags ${_lfs_cppflags} ${definitions} PARENT_SCOPE)
68 … message(STATUS "Looking for LFS support using ${options} ${definitions} ${libraries} - not found")
143 set(LFS_DEFINITIONS ${_lfs_cppflags} CACHE STRING "Extra definitions for large file support")
144 set(LFS_COMPILE_OPTIONS ${_lfs_cflags} CACHE STRING "Extra definitions for large file support")
[all …]

12345678910>>...366