Home
last modified time | relevance | path

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

123456

/external/chromium_org/mojo/public/interfaces/bindings/tests/
Dsample_import2.mojom7 [JavaPackage="org.chromium.mojo.bindings.test.imported"]
8 module imported {
10 // This sample adds more types and constants to the "imported" namespace,
24 imported.Shape shape = SHAPE_RECTANGLE;
30 } // module imported
Dsample_import.mojom5 [JavaPackage="org.chromium.mojo.bindings.test.imported"]
6 module imported {
8 // This sample just defines some types that are imported into
25 } // module imported
Dsample_factory.mojom35 imported.ImportedInterface& obj) => (imported.ImportedInterface& obj);
37 imported.ImportedInterface obj) => (imported.ImportedInterface obj);
Dsample_service.mojom73 imported.Point a21@21;
74 imported.Thing a22@22 = default;
/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
Dresolution-change.m14 // CHECK-NODOA: module 'DependsOnA' imported by AST file '{{.*A.pch}}' not found
18 // CHECK-NOA: module 'A' imported by AST file '{{.*DependsOnA.*pcm}}' not found
22 // CHECK-WRONGA: module 'A' imported by AST file '{{.*DependsOnA.*pcm}}' found in a different modul…
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…
Dcxx-decls.cpp10 @import cxx_decls.imported;
Dconflicts.m6 @import Conflicts.A; // expected-warning{{module 'Conflicts.A' conflicts with already-imported modu…
/external/elfutils/0.153/libdw/
Dlibdw_visit_scopes.c56 enum die_class { ignore, match, match_inline, walk, imported }; enumerator
89 return imported; in classify_die()
143 case imported:
/external/chromium_org/mojo/public/cpp/bindings/tests/
Dhandle_passing_unittest.cc108 InterfaceRequest<imported::ImportedInterface> imported, in RequestImportedInterface() argument
109 const mojo::Callback<void(InterfaceRequest<imported::ImportedInterface>)>& in RequestImportedInterface()
112 imported::ImportedInterfacePtr imported, in TakeImportedInterface() argument
113 const mojo::Callback<void(imported::ImportedInterfacePtr)>& callback) in TakeImportedInterface()
/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/chromium_org/mojo/android/javatests/src/org/chromium/mojo/bindings/
DBindingsTest.java11 import org.chromium.mojo.bindings.test.imported.Color;
12 import org.chromium.mojo.bindings.test.imported.Shape;
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/
Drdtmain.asm15 [EXTERN _strcmp] ; strcmp is an imported function
16 [EXTERN _message] ; imported data
/external/clang/include/clang/Basic/
DDiagnosticSerializationKinds.td55 "module '%0' imported by AST file '%1' not found">, DefaultFatal;
57 "module '%0' imported by AST file '%1' found in a different module map file"
60 "module '%0' conflicts with already-imported module '%1': %2">,
/external/chromium_org/chromeos/test/data/network/
Dcertificate-server-update.onc6 "Web", "Foo" // Test that certs with unknown flags are still imported.
Dcertificate-server.onc6 "Web", "Foo" // Test that certs with unknown flags are still imported.
/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/chromium_org/third_party/fips181/
DREADME.chromium15 pronpass.c and pronpass.h were imported as files fips181.cc and fips181.h
/external/chromium_org/third_party/WebKit/Source/bindings/templates/
Dtemplates.gni5 # Paths should be absolute so this file can be imported from anywhere.

123456