Home
last modified time | relevance | path

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

1234567

/external/icu/tools/srcgen/src/main/java/com/android/icu4j/srcgen/
DRunWithAnnotator.java89 boolean imported = false; in process()
93 imported = annotateTypeDeclaration(cu, rewrite, typeDeclaration, true, imported); in process()
100 boolean imported) { in annotateTypeDeclaration() argument
110 addRunWithAnnotation(cu, rewrite, typeDeclaration, runnerClass, imported); in annotateTypeDeclaration()
111 imported = true; in annotateTypeDeclaration()
117 imported = annotateTypeDeclaration(cu, rewrite, innerClass, false, imported); in annotateTypeDeclaration()
120 return imported; in annotateTypeDeclaration()
125 boolean imported) { in addRunWithAnnotation() argument
131 if (!imported) { in addRunWithAnnotation()
148 return imported; in addRunWithAnnotation()
/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}}
Ddecldef.m12 A *a1; // expected-error{{declaration of 'A' must be imported from module 'decldef.Def' before it i…
18 // expected-error@-4{{declaration of 'B' must be imported from module 'decldef.Decl' before it is r…
29 …// expected-error@-2{{definition of 'A' must be imported from module 'decldef.Def' before it is re…
Depic-fail.m7 // CHECK: While building module 'Module' imported from
11 // CHECK: While building module 'DependsOnModule' imported from
Dauto-module-import.m20 Module *mod; // expected-error{{declaration of 'Module' must be imported from module 'Module' befor…
31 …_other; // expected-error{{declaration of 'sub_framework_other' must be imported from module 'Depe…
75 …te; } // expected-error{{declaration of 'no_umbrella_B_private' must be imported from module 'NoUm…
Dconflicts.m6 @import Conflicts.A; // expected-warning{{module 'Conflicts.A' conflicts with already-imported modu…
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}}') …
Dcxx-decls.cpp10 @import cxx_decls.imported;
/external/llvm/test/Linker/
Dfuncimport.ll22 ; Ensure that both weak alias to an imported function and strong alias to a
23 ; non-imported function are correctly turned into declarations.
35 ; Ensure that weak alias to a non-imported function is correctly
36 ; turned into a declaration, but that strong alias to an imported function
37 ; is imported as alias.
44 ; Ensure that strong alias imported in second pass of importing ends up
52 ; Ensure that strong alias imported in first pass of importing ends up
61 ; An alias to an imported function is imported as alias if the function is not
67 ; Ensure that imported static variable and function references are correctly
77 ; Ensure that imported global (external) function and variable references
[all …]
/external/llvm/test/CodeGen/X86/
Dcatchpad-regmask.ll15 ; extern "C" __declspec(dllimport) int imported;
18 ; imported = 111;
21 ; imported = 222;
23 ; imported = 333;
32 @imported = external dllimport global i32, align 4
93 store i32 111, i32* @imported, align 4, !tbaa !2
102 store i32 222, i32* @imported, align 4, !tbaa !2
106 store i32 333, i32* @imported, align 4, !tbaa !2
119 ; Third access must reload the address of imported
/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/elfutils/libdw/
Dlibdw_visit_scopes.c133 bool imported = false; in walk_children() local
138 imported = true; in walk_children()
141 if (imported) in walk_children()
/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/chromium-trace/catapult/telemetry/third_party/modulegraph/doc/
Dmodulegraph.rst56 where the value is the number of leading dots in the imported name).
75 Yield all nodes that *fromnode* refers to. That is, all modules imported
79 explicitly imported by :meth:`run_script` or :meth:`import_hook`, unless you use
177 Yield all submodules that would be imported when importing *fromlist*
323 includes those names imported through startimports of Python modules.
380 A module that is imported but cannot be located.
471 When the target module is imported multiple times this attribute is false
490 When the target of the edge is imported multiple times the :data:`function`,
496 For example, when a module is imported both in a try-except statement and
497 furthermore is imported in a function (in two separate statements),
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DECAlgorithms.java54 ECPoint[] imported = new ECPoint[count]; in sumOfMultiplies() local
55 imported[0] = p; in sumOfMultiplies()
58 imported[i] = importPoint(c, ps[i]); in sumOfMultiplies()
64 … return validatePoint(implSumOfMultipliesGLV(imported, ks, (GLVEndomorphism)endomorphism)); in sumOfMultiplies()
67 return validatePoint(implSumOfMultiplies(imported, ks)); in sumOfMultiplies()
/external/clang/include/clang/Basic/
DDiagnosticSerializationKinds.td66 "imported by %select{|module '%2' in }1'%0'">;
71 "module '%0' in AST file '%1' (imported by AST file '%2') "
75 "module '%0' imported by AST file '%1' found in a different module map file"
/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.
/external/llvm/test/Transforms/FunctionImport/
Dfuncimport.ll45 ; should in turn be imported as a promoted/renamed and hidden function.
54 ; should in turn be imported.
/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/dlmalloc/
DREADME.txt5 This code is imported from: ftp://g.oswego.edu/pub/misc/

1234567