Home
last modified time | relevance | path

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

12345678910>>...12

/external/libmojo/mojo/public/interfaces/bindings/tests/
Dsample_import2.mojom5 [JavaPackage="org.chromium.mojo.bindings.test.mojom.imported"]
6 module imported;
10 // This sample adds more types and constants to the "imported" namespace,
24 imported.Shape shape = RECTANGLE;
25 imported.Color color = Color.BLACK;
Dsample_factory.mojom19 imported.ImportedInterface? obj;
38 imported.ImportedInterface& obj) => (imported.ImportedInterface& obj);
40 imported.ImportedInterface obj) => (imported.ImportedInterface obj);
Dsample_import.mojom5 [JavaPackage="org.chromium.mojo.bindings.test.mojom.imported"]
6 module imported;
8 // This sample just defines some types that are imported into
/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…
/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 …]
Dfuncimport_comdat.ll7 ; removes the imported available_externally defs from comdat.
13 ; removes the imported and promoted available_externally defs from comdat.
/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/libmojo/mojo/public/cpp/bindings/tests/
Dhandle_passing_unittest.cc36 class ImportedInterfaceImpl : public imported::ImportedInterface {
39 InterfaceRequest<imported::ImportedInterface> request, in ImportedInterfaceImpl()
143 InterfaceRequest<imported::ImportedInterface> imported, in RequestImportedInterface() argument
146 imported::ImportedInterfacePtr imported, in TakeImportedInterface() argument
211 imported::ImportedInterfacePtr imported; in TEST_F() local
213 ImportedInterfaceImpl imported_impl(GetProxy(&imported), in TEST_F()
219 request->obj = std::move(imported); in TEST_F()
/external/python/cpython2/Doc/library/
Dmodulefinder.rst16 the set of modules imported by a script. ``modulefinder.py`` can also be run as
18 report of the imported modules will be printed.
36 the set of modules imported by a script. *path* can be a list of directories to
46 Print a report to standard output that lists the modules imported by the
94 print 'Modules not imported:'
113 Modules not imported:
Dpkgutil.rst72 ``__path__``. Returns ``None`` if the module cannot be found or imported.
99 ``None`` if the module cannot be found or imported. If the named module is
100 not already imported, its containing package (if any) is imported, in order
115 the named module is in a package, that package is imported as a side effect
158 package which was being imported) if any exception occurs while trying to
185 For packages located in the filesystem, which have already been imported,
/external/python/cpython2/Lib/test/
Dtest_site.py84 self.assertIn(pth_file.imported, sys.modules,
85 "%s not in sys.modules" % pth_file.imported)
254 def __init__(self, filename_base=TESTFN, imported="time", argument
260 self.imported = imported
281 print>>FILE, "import %s" % self.imported
295 self.imported_module = sys.modules.get(self.imported)
297 del sys.modules[self.imported]
300 sys.modules[self.imported] = self.imported_module
/external/openssh/regress/
Dkeygen-convert.sh24 ${SSHKEYGEN} -q -i -f $OBJ/$t-key-rfc >$OBJ/$t-rfc-imported || \
28 cmp $OBJ/$t-key-nocomment.pub $OBJ/$t-rfc-imported || \
32 $OBJ/$t-rfc-imported $OBJ/$t-key-nocomment.pub
/external/clang/test/Index/
Dpreamble-with-implicit-import.m3 // CHECK: error: declaration of 'Typo' must be imported
4 // CHECK: error: declaration of 'Typo' must be imported
/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()
/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/libmojo/mojo/android/javatests/src/org/chromium/mojo/bindings/
DBindingsTest.java12 import org.chromium.mojo.bindings.test.mojom.imported.Color;
13 import org.chromium.mojo.bindings.test.mojom.imported.Point;
14 import org.chromium.mojo.bindings.test.mojom.imported.Shape;
15 import org.chromium.mojo.bindings.test.mojom.imported.Thing;
/external/python/cpython2/Mac/Modules/ae/
DREADME8 (formerly part of aetools, now imported there)
14 (formerly part of aetools, now imported there)
/external/python/cpython2/Doc/c-api/
Dimport.rst25 imported module, or *NULL* with an exception set on failure. Before Python 2.4,
58 The return value is a new reference to the imported module or top-level package,
78 The return value is a new reference to the imported module or top-level package,
144 This function will reload the module if it was already imported. See
215 failed. To access the imported module on a successful load, use
217 reload the module if it was already imported.)
240 module is imported, it is searched in this table. Third-party code could play
248 the table could not be extended. The new module can be imported by the name
/external/eigen/doc/
DTopicCMakeGuide.dox12 %Eigen exports a CMake target called `Eigen3::Eigen` which can be imported
46 # Use the imported target
/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()

12345678910>>...12