/external/chromium_org/mojo/public/interfaces/bindings/tests/ |
D | sample_import2.mojom | 7 [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
|
D | sample_import.mojom | 5 [JavaPackage="org.chromium.mojo.bindings.test.imported"] 6 module imported { 8 // This sample just defines some types that are imported into 25 } // module imported
|
D | sample_factory.mojom | 35 imported.ImportedInterface& obj) => (imported.ImportedInterface& obj); 37 imported.ImportedInterface obj) => (imported.ImportedInterface obj);
|
D | sample_service.mojom | 73 imported.Point a21@21; 74 imported.Thing a22@22 = default;
|
/external/clang/test/Modules/ |
D | build-fail-notes.m | 6 // 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
|
D | decldef.mm | 24 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}}
|
D | epic-fail.m | 7 // CHECK: While building module 'Module' imported from 11 // CHECK: While building module 'DependsOnModule' imported from
|
D | resolution-change.m | 14 // 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…
|
D | decldef.m | 12 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…
|
D | auto-module-import.m | 19 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…
|
D | cxx-decls.cpp | 10 @import cxx_decls.imported;
|
D | conflicts.m | 6 @import Conflicts.A; // expected-warning{{module 'Conflicts.A' conflicts with already-imported modu…
|
/external/elfutils/0.153/libdw/ |
D | libdw_visit_scopes.c | 56 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/ |
D | handle_passing_unittest.cc | 108 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/ |
D | README | 15 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/ |
D | StylesheetRoot.java | 277 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()
|
D | ElemExtensionCall.java | 120 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/ |
D | BindingsTest.java | 11 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/ |
D | rdtmain.asm | 15 [EXTERN _strcmp] ; strcmp is an imported function 16 [EXTERN _message] ; imported data
|
/external/clang/include/clang/Basic/ |
D | DiagnosticSerializationKinds.td | 55 "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/ |
D | certificate-server-update.onc | 6 "Web", "Foo" // Test that certs with unknown flags are still imported.
|
D | certificate-server.onc | 6 "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/ |
D | Ruleb.g | 1 // A single rule in a grammar that must be imported by the demo
|
/external/chromium_org/third_party/fips181/ |
D | README.chromium | 15 pronpass.c and pronpass.h were imported as files fips181.cc and fips181.h
|
/external/chromium_org/third_party/WebKit/Source/bindings/templates/ |
D | templates.gni | 5 # Paths should be absolute so this file can be imported from anywhere.
|