Home
last modified time | relevance | path

Searched refs:imported (Results 1 – 25 of 127) sorted by relevance

123456

/external/clang/test/Modules/
Dbuild-fail-notes.m6 // CHECK: While building module 'DependsOnModule' imported from
7 // CHECK: While building module 'Module' imported from
17 // CHECK-REDEF: In module 'DependsOnModule' imported from
18 // CHECK-REDEF: In module 'Module' imported from
25 // CHECK-SDIAG: build-fail-notes.m:4:9: note: while building module 'DependsOnModule' imported from
26 // CHECK-SDIAG: DependsOnModule.h:1:10: note: while building module 'Module' imported from
30 // CHECK-SDIAG: build-fail-notes.m:4:9: note: while building module 'DependsOnModule' imported from
Ddecldef.mm24 A *a1; // expected-error{{declaration of 'A' must be imported from module 'decldef.Def'}}
37 …// expected-error@-2{{definition of 'A' must be imported from module 'decldef.Def' before it is re…
47 …// expected-error@-2{{definition of 'B' must be imported from module 'decldef.Def' before it is re…
62 // expected-error@-3 {{definition of 'Def2' must be imported}}
Depic-fail.m7 // CHECK: While building module 'Module' imported from
11 // CHECK: While building module 'DependsOnModule' imported from
Ddecldef.m12 A *a1; // expected-error{{declaration of 'A' must be imported from module 'decldef.Def' before it i…
23 …// expected-error@-2{{definition of 'A' must be imported from module 'decldef.Def' before it is re…
Dauto-module-import.m19 Module *mod; // expected-error{{declaration of 'Module' must be imported from module 'Module' befor…
30 …_other; // expected-error{{declaration of 'sub_framework_other' must be imported from module 'Depe…
74 …te; } // expected-error{{declaration of 'no_umbrella_B_private' must be imported from module 'NoUm…
Dresolution-change.m14 // CHECK-NODOA: module 'DependsOnA' in AST file '{{.*DependsOnA.*pcm}}' (imported by AST file '{{.*…
18 // CHECK-NOA: module 'A' in AST file '{{.*A.*pcm}}' (imported by AST file '{{.*DependsOnA.*pcm}}') …
Dconflicts.m6 @import Conflicts.A; // expected-warning{{module 'Conflicts.A' conflicts with already-imported modu…
Dcxx-decls.cpp10 @import cxx_decls.imported;
Dsubframeworks.m8 …float *sf1 = sub_framework; // expected-error{{declaration of 'sub_framework' must be imported fro…
/external/drm_gralloc/
Dgralloc_drm.cpp180 bo->imported = 1; in validate_handle()
211 if (bo->imported) in gralloc_drm_handle_unregister()
263 bo->imported = 0; in gralloc_drm_bo_create()
280 int imported = bo->imported; in gralloc_drm_bo_destroy() local
287 if (imported) { in gralloc_drm_bo_destroy()
Dgralloc_drm_priv.h81 int imported; /* the handle is from a remote proces when true */ member
/external/lldb/examples/customization/import-python/
DREADME15 the module to be imported when required, and then going through the language
16 ordinary 'import' mechanism. In this respect, modules imported from LLDB command
17 line should not be distinguishable from those imported using the script interpreter.
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DStylesheetRoot.java277 StylesheetComposed imported = getGlobalImport(i); in recompose() local
278 imported.recompose(recomposableElements); in recompose()
336 StylesheetComposed imported = this.getGlobalImport(i); in recompose() local
337 int includedCount = imported.getIncludeCountComposed(); in recompose()
340 Stylesheet included = imported.getIncludeComposed(j); in recompose()
410 Stylesheet imported = stylesheet.getImport(i); in addImports() local
412 addImports(imported, true, importList); in addImports()
DElemExtensionCall.java120 Stylesheet imported = stylesheet.getGlobalImport(i); in getElemExtensionDecl() local
122 for (ElemTemplateElement child = imported.getFirstChildElem(); in getElemExtensionDecl()
/external/squashfs-tools/
DREADME3 This is the squashfs.sourceforge.net CVS repository imported into this
17 The kernel and kernel-2.4 directories (imported from CVS) are not really
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DECAlgorithms.java45 ECPoint[] imported = new ECPoint[count]; in sumOfMultiplies() local
46 imported[0] = p; in sumOfMultiplies()
49 imported[i] = importPoint(c, ps[i]); in sumOfMultiplies()
55 … return validatePoint(implSumOfMultipliesGLV(imported, ks, (GLVEndomorphism)endomorphism)); in sumOfMultiplies()
58 return validatePoint(implSumOfMultiplies(imported, ks)); in sumOfMultiplies()
/external/clang/include/clang/Basic/
DDiagnosticSerializationKinds.td57 "module '%0' in AST file '%1' (imported by AST file '%2') "
61 "module '%0' imported by AST file '%1' found in a different module map file"
70 "module '%0' conflicts with already-imported module '%1': %2">,
/external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/antlr3/imports/
DRuleb.g1 // A single rule in a grammar that must be imported by the demo
/external/antlr/antlr-3.4/antlr3-maven-plugin/src/site/apt/
Dusage.apt.vm11 +--- imports/ .g files that are imported by other grammars.
147 is smart enough to realize that imported grammars should be included but
184 Location for imported token files, e.g. <code>.tokens</code> and imported grammars.
Dindex.apt49 +--- imports/ .g files that are imported by other grammars.
60 any grammar files that are imported by other grammar files (do not make subdirectories here.)
/external/antlr/antlr-3.4/antlr3-maven-plugin/src/site/apt/examples/
Dimport.apt4 as imports in your main .g files, you need to place the imported grammar
/external/libxml2/result/schemas/
Dimport1_0_0.err3 …b.imp' for the namespace 'http://BAR', since this namespace was already imported with the schema l…
/external/clang/docs/
DBlock-ABI-Apple.rst56 // imported variables
117 b. The ``flags`` field is set to zero unless there are variables imported
185 Variables of ``auto`` storage class are imported as ``const`` copies. Variables
186 of ``__block`` storage class are imported as a pointer to an enclosing data
188 imported.
193 Automatic storage variables not marked with ``__block`` are imported as
240 imported as ``const`` copies with no need for helper functions.
246 case of when a ``Block`` itself is imported. In this case both a
250 actually do the copy operation on the imported fields within the ``Block``. The
568 inner blocks are imported into all enclosing ``Block`` scopes even if the
/external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/antlr3/
DTParser.g30 // simle demo parser. We do the import to show where imported grammars should be
/external/clang/test/ARCMT/Inputs/
Dmodule.map235 module imported {
236 header "cxx-decls-imported.h"

123456