Home
last modified time | relevance | path

Searched refs:definitions (Results 1 – 25 of 632) sorted by relevance

12345678910>>...26

/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/tcpdump/
DINSTALL.txt55 addrtoname.h - address to hostname definitions
56 ah.h - IPSEC Authentication Header definitions
57 aodv.h - AODV definitions
58 appletalk.h - AppleTalk definitions
59 arcnet.h - ARCNET definitions
61 atm.h - ATM traffic type definitions
62 atmuni31.h - ATM Q.2931 definitions
64 bootp.h - BOOTP definitions
67 chdlc.h - Cisco HDLC definitions
75 dccp.h - DCCP definitions
[all …]
/external/nanopb-c/tests/common/
DSConscript5 # Protocol definitions for the encode/decode_unittests
8 # Protocol definitions for basic_buffer/stream tests
/external/deqp/framework/delibs/cmake/
DDefs.cmake61 # DE_OS_IS_{PLATFORM} definitions
101 # DE_COMPILER_IS_{COMPILER} definitions
125 # DE_CPU_IS_{CPU} definitions
140 # Debug definitions
163 # Expose definitions
/external/llvm/docs/TableGen/
DLangIntro.rst74 common base class (e.g., a ``list<Register>`` can only contain definitions
221 Classes and definitions
224 As mentioned in the :doc:`introduction <index>`, classes and definitions (collectively known as
229 colon character ("``:``"). If `value definitions`_ or `let expressions`_ are
243 This example defines two definitions, ``X`` and ``Y``, both of which derive from
253 .. _value definitions: argument
255 Value definitions argument
258 Value definitions define named entries in records. A value must be defined
262 may be specified after the type with an equal sign. Value definitions require
347 running ``llvm-tblgen`` on the example prints the following definitions:
[all …]
Dindex.rst56 example, to get a list of all of the definitions that subclass a particular type
89 of the classes, then all of the definitions. This is a good way to see what the
90 various definitions expand to fully. Running this on the ``X86.td`` file prints
191 TableGen files consist of two key parts: 'classes' and 'definitions', both of
201 **TableGen definitions** are the concrete form of 'records'. These generally do
221 definitions of a particular class, such as "Instruction".
233 all at once. Each instantiation can result in multiple TableGen definitions.
234 If a multiclass inherits from another multiclass, the definitions in the
/external/llvm/docs/CommandGuide/
Dllvm-nm.rst32 Common (multiple definitions link together into one def)
36 Weak reference (multiple definitions link together into zero or one definitions)
93 Print only symbols whose definitions are external; that is, accessible
/external/compiler-rt/cmake/Modules/
DAddCompilerRT.cmake11 # DEFS <compile definitions>)
30 # DEFS <compile definitions>)
46 # DEFS <compile definitions>
52 # Setup compile flags and definitions.
86 # DEFS <compile definitions>)
106 # DEFS <compile definitions>
/external/libpcap/
DINSTALL.txt317 arcnet.h - ARCNET definitions
318 atmuni31.h - ATM Q.2931 definitions
331 ethertype.h - Ethernet protocol types and names definitions
341 gencode.h - BPF code generation definitions
343 ieee80211.h - 802.11 definitions
347 llc.h - 802.2 LLC SAP definitions
352 nlpid.h - OSI network layer protocol identifier definitions
357 pcap/bpf.h - BPF definitions
358 pcap/namedb.h - public libpcap name database definitions
359 pcap/pcap.h - public libpcap definitions
[all …]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DAttributeScope.java121 public void addAttributes(String definitions, int separator) { in addAttributes() argument
123 CodeGenerator.getListOfArgumentsFromAction(definitions,0,-1,separator,attrs); in addAttributes()
/external/markdown/docs/extensions/
Dfootnotes.txt44 By default, the footnote definitions are placed at the end of the resulting
58 To configure the place marker for footnote definitions (just be sure not to
/external/bison/lib/
Dtimevar.def1 /* This file contains the definitions for timing variables used to -*- C -*-
23 /* This file contains timing variable definitions, used by timevar.h
/external/v8/tools/
Dbash-completion.sh40 defines=$(cat $v8_source/src/flag-definitions.h \
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
DAssignTokenTypesWalker.g48 * b) token rule definitions get token types if not already defined
57 * d) token rule definitions get token types if not already defined
58 * e) token rule definitions may also alias a token name to a literal.
69 * 2. Finds a list of all token name rule definitions;
76 * 4. Informs the Grammar object of the type definitions such as:
/external/jemalloc/include/jemalloc/
Djemalloc_rename.sh9 * these macro definitions.
/external/llvm/lib/Target/R600/
DVIInstructions.td9 // Instruction definitions for VI and newer.
DR700Instructions.td10 // TableGen definitions for instructions which are:
/external/selinux/policycoreutils/sepolicy/sepolicy/help/
Dports_inbound.txt6 This screen allows you to modify the port number/port type definitions, which the '(APP)s' is curre…
Dports_outbound.txt6 This screen allows you to modify the port number/port type definitions, which the '%(APP)s' is curr…
/external/mesa3d/src/gallium/drivers/radeon/
DAMDGPURegisterInfo.td10 // Tablegen register definitions common to all hw codegen targets.
/external/clang/test/SemaObjC/
Dmethod-encoding-2.m2 // TODO: We don't support rewrite of method definitions
/external/libavc/common/arm/
Dih264_arm_memory_barrier.s26 @* Contains function definitions for data synchronization.
/external/llvm/test/CodeGen/X86/
Dvisibility2.ll2 ; emitted they are not treated as definitions. Test case for r132825.
/external/llvm/include/llvm/Support/
DDataTypes.h.in10 |* This file contains definitions to figure out the size of _HOST_ data types.*|
13 |* definitions: *|
DDataTypes.h.cmake10 |* This file contains definitions to figure out the size of _HOST_ data types.*|
13 |* definitions: *|

12345678910>>...26