/external/deqp/modules/gles31/functional/ |
D | es31fProgramInterfaceQueryTests.cpp | 279 DefaultBlock (const SharedPtr& enclosing) in DefaultBlock() argument 280 : Node(TYPE_DEFAULT_BLOCK, enclosing) in DefaultBlock() 283 DE_ASSERT(enclosing->getType() == TYPE_SHADER || in DefaultBlock() 284 enclosing->getType() == TYPE_SHADER_SET); in DefaultBlock() 291 StorageQualifier (const SharedPtr& enclosing, glu::Storage storage) in StorageQualifier() argument 292 : Node (TYPE_STORAGE_QUALIFIER, enclosing) in StorageQualifier() 296 DE_ASSERT(enclosing->getType() == TYPE_DEFAULT_BLOCK); in StorageQualifier() 305 Variable (const SharedPtr& enclosing, glu::DataType dataType) in Variable() argument 306 : Node (TYPE_VARIABLE, enclosing) in Variable() 309 DE_ASSERT(enclosing->getType() == TYPE_STORAGE_QUALIFIER || in Variable() [all …]
|
/external/llvm/test/Transforms/LoopSimplify/ |
D | unreachable-loop-pred.ll | 5 ; block to the enclosing loop and not get confused by the unreachable
|
/external/clang/test/CodeGenObjC/ |
D | 2010-03-17-StructRef.m | 2 // Bitfield references must not touch memory outside of the enclosing
|
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
D | ActionAnalysis.g | 71 /** $x.y x is enclosing rule or rule ref or rule label 79 // ref to enclosing rule.
|
D | ActionTranslator.g | 176 /** $x.y x is enclosing rule, y is a return value, parameter, or 476 * reference within enclosing rule's outermost alt. 478 * something defined within the enclosing rule. 648 * there is no reference to rulename in the enclosing alternative,
|
/external/llvm/utils/vim/indent/ |
D | llvm.vim | 10 " enclosing '{'/'}' block
|
/external/skia/gyp/ |
D | common_variables.gypi | 27 # 1. directly enclosing 'variable' dicts, and 30 # and NOT inherited by "uncles" (siblings of directly enclosing 'variable'
|
/external/selinux/secilc/docs/ |
D | cil_network_labeling_statements.md | 13 - IP Addresses may be declared without a previous declaration by enclosing within parentheses e.g… 108 IP Addresses may be declared without a previous declaration by enclosing within parentheses e.g. `(…
|
D | cil_reference_guide.md | 60 …ted to IP addesses where they can be declared directly in statements by enclosing them within pare…
|
/external/llvm/docs/CommandGuide/ |
D | llvm-symbolizer.rst | 115 Print human readable output. If ``-inlining`` is specified, enclosing scope is
|
/external/clang/docs/ |
D | Modules.rst | 449 A header declaration specifies that a particular header is associated with the enclosing module. 458 …enclosing module. Specifically, when the module is built, the named header will be parsed and its … 509 Submodule declarations describe modules that are nested within their enclosing module. 517 … module. If the *module-declaration* has a ``framework`` specifier, the enclosing module shall hav… 582 …dules that will be re-exported to any translation unit that imports the enclosing module. Each imp… 662 … a library or framework against which a program should be linked if the enclosing module is import… 682 …* specifies the set of configuration macros that have an effect on the API of the enclosing module. 694 …nly be present on a top-level module, i.e., a module that is not nested within an enclosing module. 735 … with which the enclosing module conflicts. The specified module shall not have been imported in t…
|
D | Block-ABI-Apple.rst | 186 of ``__block`` storage class are imported as a pointer to an enclosing data 384 a. The ``forwarding`` pointer is set to the beginning of its enclosing 387 b. The ``size`` field is initialized to the total size of the enclosing 568 inner blocks are imported into all enclosing ``Block`` scopes even if the
|
D | BlockLanguageSpec.rst | 180 also captured in the scopes of their enclosing Blocks. 357 any enclosing class, are evaluated by capturing ``this`` just like a
|
/external/guava/guava/src/com/google/common/collect/ |
D | TreeRangeSet.java | 800 Range<C> enclosing = TreeRangeSet.this.rangeEnclosing(range); 801 return enclosing != null && !enclosing.intersection(restriction).isEmpty();
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/languages/ |
D | en.stg | 181 …ference $<arg> is ambiguous; rule <arg> is enclosing rule and referenced in the production (assumi…
|
/external/clang/lib/CodeGen/ |
D | CGCleanup.cpp | 651 EHScope &enclosing = *EHStack.find(Scope.getEnclosingNormalCleanup()); in PopCleanupBlock() local 652 prebranchDest = CreateNormalEntry(*this, cast<EHCleanupScope>(enclosing)); in PopCleanupBlock()
|
/external/clang/test/Analysis/ |
D | keychainAPI.m | 121 // Do not warn if the address is a parameter in the enclosing function.
|
/external/llvm/test/Transforms/Inline/ |
D | inline_invoke.ll | 5 ; enclosing landing pad.
|
/external/llvm/test/DebugInfo/Generic/ |
D | namespace.ll | 58 ; enclosing scope
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
D | dumpICUrules.bat | 374 # and taking other text and enclosing it in double quotes
|
/external/regex-re2/doc/ |
D | syntax.txt | 204 Me enclosing mark
|
/external/openssh/ |
D | ssh.0 | 91 IPv6 addresses can be specified by enclosing the address in 173 can be specified by enclosing the address in square brackets. 341 the remote machine. IPv6 addresses can be specified by enclosing
|
/external/ImageMagick/Magick++/ |
D | NEWS | 96 enclosing non-border pixels.
|
/external/llvm/test/CodeGen/X86/ |
D | block-placement.ll | 938 ; bottom of the loop needs to be exiting into the nearest enclosing loop (to 939 ; which there is an exit). Otherwise, we force that enclosing loop into
|
/external/tagsoup/ |
D | README | 115 the application with enclosing HTML, BODY, and UL tags. Why UL? Because
|