/external/llvm-project/lld/test/ELF/lto/ |
D | thinlto-emit-imports.ll | 11 ; Ensure lld generates imports files if requested for distributed backends. 12 ; RUN: rm -f %t3.o.imports %t3.o.thinlto.bc 13 ; RUN: ld.lld --plugin-opt=thinlto-index-only --plugin-opt=thinlto-emit-imports-files -shared %t1.o… 15 ; The imports file for this module contains the bitcode file for 17 ; RUN: count 1 < %t1.o.imports 18 ; RUN: FileCheck %s --check-prefix=IMPORTS1 < %t1.o.imports 19 ; IMPORTS1: thinlto-emit-imports.ll.tmp2.o 21 ; The imports file for Input/thinlto.ll is empty as it does not import anything. 22 ; RUN: count 0 < %t2.o.imports 24 ; The imports file for Input/thinlto_empty.ll is empty but should exist. [all …]
|
/external/llvm-project/lld/test/COFF/ |
D | thinlto-emit-imports.ll | 11 ; Ensure lld generates imports files if requested for distributed backends. 12 ; RUN: rm -f %t3.obj.imports %t3.obj.thinlto.bc 14 ; RUN: -thinlto-emit-imports-files %t1.obj %t2.obj %t3.obj -out:%t4.exe 16 ; The imports file for this module contains the bitcode file for 18 ; RUN: cat %t1.obj.imports | count 1 19 ; RUN: cat %t1.obj.imports | FileCheck %s --check-prefix=IMPORTS1 20 ; IMPORTS1: thinlto-emit-imports.ll.tmp2.obj 22 ; The imports file for Input/thinlto.ll is empty as it does not import anything. 23 ; RUN: cat %t2.obj.imports | count 0 25 ; The imports file for Input/thinlto_empty.ll is empty but should exist. [all …]
|
D | arm64-delayimport.yaml | 6 # RUN: llvm-readobj --coff-imports %t.exe | FileCheck %s -check-prefix IMPORTS 37 # IMPORTS: Format: COFF-ARM64 38 # IMPORTS: Arch: aarch64 39 # IMPORTS: AddressSize: 64bit 40 # IMPORTS: DelayImport { 41 # IMPORTS: Name: library.dll 42 # IMPORTS: Attributes: 0x1 43 # IMPORTS: ModuleHandle: 0x3000 44 # IMPORTS: ImportAddressTable: 0x3008 45 # IMPORTS: ImportNameTable: 0x2040 [all …]
|
D | arm64-import2.test | 7 # RUN: llvm-readobj --coff-imports %t.exe | FileCheck %s -check-prefix IMPORTS 29 # IMPORTS: Import { 30 # IMPORTS: Name: library.dll 31 # IMPORTS: ImportLookupTableRVA: 0x2040 32 # IMPORTS: ImportAddressTableRVA: 0x2060 33 # IMPORTS: Symbol: function (2) 34 # IMPORTS: } 35 # IMPORTS: Import { 36 # IMPORTS: Name: library2.dll 37 # IMPORTS: ImportLookupTableRVA: 0x2050 [all …]
|
D | hello32.test | 5 # RUN: llvm-readobj --coff-imports %t.exe | FileCheck -check-prefix=IMPORTS %s 112 IMPORTS: Format: COFF-i386 113 IMPORTS: Arch: i386 114 IMPORTS: AddressSize: 32bit 115 IMPORTS: Import { 116 IMPORTS: Name: std32.dll 117 IMPORTS: ImportLookupTableRVA: 0x2028 118 IMPORTS: ImportAddressTableRVA: 0x2034 119 IMPORTS: Symbol: ExitProcess (0) 120 IMPORTS: Symbol: MessageBoxA (1) [all …]
|
D | autoimport-lto.ll | 10 ; RUN: llvm-readobj --coff-imports %t.exe | FileCheck -check-prefix=IMPORTS %s 12 ; IMPORTS: Import { 13 ; IMPORTS-NEXT: Name: autoimport-lto.ll.tmp-lib.dll 14 ; IMPORTS-NEXT: ImportLookupTableRVA: 15 ; IMPORTS-NEXT: ImportAddressTableRVA: 16 ; IMPORTS-NEXT: Symbol: variable (0) 17 ; IMPORTS-NEXT: }
|
D | autoimport-gnu-implib.s | 12 # RUN: llvm-readobj --coff-imports %t.exe | FileCheck -check-prefix=IMPORTS %s 15 # IMPORTS: Import { 16 # IMPORTS-NEXT: Name: foo.dll 17 # IMPORTS-NEXT: ImportLookupTableRVA: 18 # IMPORTS-NEXT: ImportAddressTableRVA: 19 # IMPORTS-NEXT: Symbol: data (0) 20 # IMPORTS-NEXT: }
|
D | autoimport-arm-data.s | 10 # RUN: llvm-readobj --coff-imports %t.exe | FileCheck -check-prefix=IMPORTS %s 13 # IMPORTS: Import { 14 # IMPORTS-NEXT: Name: autoimport-arm-data.s.tmp-lib.dll 15 # IMPORTS-NEXT: ImportLookupTableRVA: 0x2050 16 # IMPORTS-NEXT: ImportAddressTableRVA: 0x2058 17 # IMPORTS-NEXT: Symbol: variable (0) 18 # IMPORTS-NEXT: }
|
D | autoimport-arm64-data.s | 10 # RUN: llvm-readobj --coff-imports %t.exe | FileCheck -check-prefix=IMPORTS %s 13 # IMPORTS: Import { 14 # IMPORTS-NEXT: Name: autoimport-arm64-data.s.tmp-lib.dll 15 # IMPORTS-NEXT: ImportLookupTableRVA: 0x2060 16 # IMPORTS-NEXT: ImportAddressTableRVA: 0x2070 17 # IMPORTS-NEXT: Symbol: variable (0) 18 # IMPORTS-NEXT: }
|
/external/tensorflow/tensorflow/python/tools/api/generator/ |
D | create_python_api_test.py | 65 imports, _, _ = create_python_api.get_api_init_text( 81 expected_import in str(imports), 82 msg='%s not in %s' % (expected_import, str(imports))) 94 expected_import in str(imports), 95 msg='%s not in %s' % (expected_import, str(imports))) 96 # Also check that compat.v1 is not added to imports. 97 self.assertFalse('compat.v1' in imports, 98 msg='compat.v1 in %s' % str(imports.keys())) 101 imports, _, _ = create_python_api.get_api_init_text( 117 'TestClass' in str(imports), [all …]
|
/external/python/asn1crypto/tests/ |
D | test_init.py | 20 def add_mod(mod_name, imports): argument 27 :param imports: 31 imports.add(MOD_MAP.get(mod_name, mod_name)) 34 def walk_ast(parent_node, modname, imports): argument 36 Walks the AST for a module finding any imports and recording them 44 :param imports: 45 A set of unicode strings of the imports that have been found so far 51 add_mod(node.names[0].name, imports) 69 add_mod(base_mod + '.' + n.name, imports) 71 add_mod(base_mod, imports) [all …]
|
/external/python/cpython2/Lib/lib2to3/fixes/ |
D | fix_itertools_imports.py | 1 """ Fixer for imports of itertools.(imap|ifilter|izip|ifilterfalse) """ 3 # Local imports 11 import_from< 'from' 'itertools' 'import' imports=any > 15 imports = results['imports'] 16 if imports.type == syms.import_as_name or not imports.children: 17 children = [imports] 19 children = imports.children 40 children = imports.children[:] or [imports] 51 # If there are no imports left, just get rid of the entire statement 52 if (not (imports.children or getattr(imports, 'value', None)) or [all …]
|
/external/python/cpython3/Lib/lib2to3/fixes/ |
D | fix_itertools_imports.py | 1 """ Fixer for imports of itertools.(imap|ifilter|izip|ifilterfalse) """ 3 # Local imports 11 import_from< 'from' 'itertools' 'import' imports=any > 15 imports = results['imports'] 16 if imports.type == syms.import_as_name or not imports.children: 17 children = [imports] 19 children = imports.children 40 children = imports.children[:] or [imports] 51 # If there are no imports left, just get rid of the entire statement 52 if (not (imports.children or getattr(imports, 'value', None)) or [all …]
|
/external/llvm-project/llvm/test/ThinLTO/X86/ |
D | emit_imports.ll | 7 ; RUN: rm -f %t3.bc.imports 11 ; The imports file for this module contains the bitcode file for 13 ; RUN: cat %t1.bc.imports | count 2 14 ; RUN: cat %t1.bc.imports | FileCheck %s --check-prefix=IMPORTS1 18 ; The imports file for Input/emit_imports.ll is empty as it does not import anything. 19 ; RUN: cat %t2.bc.imports | count 0 21 ; The imports file for Input/empty.ll is empty but should exist. 22 ; RUN: cat %t3.bc.imports | count 0 24 ; RUN: rm -f %t1.thinlto.bc %t1.bc.imports 25 ; RUN: rm -f %t2.thinlto.bc %t2.bc.imports [all …]
|
/external/llvm-project/llvm/test/tools/gold/X86/ |
D | thinlto_emit_imports.ll | 8 ; Ensure gold generates imports files if requested for distributed backends. 9 ; RUN: rm -f %t3.o.imports %t3.o.thinlto.bc 13 ; RUN: --plugin-opt=thinlto-emit-imports-files \ 16 ; The imports file for this module contains the bitcode file for 18 ; RUN: cat %t.o.imports | count 1 19 ; RUN: cat %t.o.imports | FileCheck %s --check-prefix=IMPORTS1 22 ; The imports file for Input/thinlto.ll is empty as it does not import anything. 23 ; RUN: cat %t2.o.imports | count 0 25 ; The imports file for Input/thinlto_empty.ll is empty but should exist. 26 ; RUN: cat %t3.o.imports | count 0
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/ |
D | CompilationUnit.java | 55 private List<ImportDeclaration> imports; field in CompilationUnit 62 …public CompilationUnit(PackageDeclaration pakage, List<ImportDeclaration> imports, List<TypeDeclar… in CompilationUnit() argument 64 setImports(imports); in CompilationUnit() 68 …dLine, int endColumn, PackageDeclaration pakage, List<ImportDeclaration> imports, List<TypeDeclara… in CompilationUnit() argument 71 setImports(imports); in CompilationUnit() 102 * Retrieves the list of imports declared in this compilation unit or 105 * @return the list of imports or <code>null</code> if there is no import 108 return imports; in getImports() 147 * Sets the list of imports of this compilation unit. The list is initially 150 * @param imports [all …]
|
/external/google-java-format/core/src/main/java/com/google/googlejavaformat/java/ |
D | ImportOrderer.java | 36 /** Orders imports in Java source code. */ 43 * program is returned, which is the same as the original except the imports are in order. 54 * another complete Java program is returned, which is the same as the original except the imports 69 // No imports, so nothing to do. in reorderImports() 75 ImportsAndIndex imports = scanImports(firstImportStart); in reorderImports() local 76 int afterLastImport = imports.index; in reorderImports() 78 // Make sure there are no more imports before the next class (etc) definition. in reorderImports() 81 throw new FormatterException("Imports not contiguous (perhaps a comment separates them?)"); in reorderImports() 90 result.append(reorderedImportsString(imports.imports)); in reorderImports() 109 * the whole file, since we know that imports must precede any type definition. [all …]
|
/external/okio/okio/src/jvmMain/kotlin/okio/ |
D | -DeprecatedOkio.kt | 32 imports = ["okio.appendingSink"] 42 imports = ["okio.buffer"] 52 imports = ["okio.buffer"] 62 imports = ["okio.sink"] 72 imports = ["okio.sink"] 82 imports = ["okio.sink"] 92 imports = ["okio.sink"] 102 imports = ["okio.source"] 112 imports = ["okio.source"] 122 imports = ["okio.source"] [all …]
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | ElemApplyImport.java | 30 * Implement xsl:apply-imports. 32 * <!ELEMENT xsl:apply-imports EMPTY> 34 * @see <a href="http://www.w3.org/TR/xslt#apply-imports">apply-imports in XSLT Specification</a> 45 * @return Token ID for xsl:apply-imports element types 63 * Execute the xsl:apply-imports transformation. 77 …XSLTErrorResources.ER_NO_APPLY_IMPORT_IN_FOR_EACH); //"xsl:apply-imports not allowed in a xsl:for… in execute() 90 …SLTErrorResources.ER_NULL_SOURCENODE_APPLYIMPORTS); //"sourceNode is null in xsl:apply-imports!"); in execute() 96 * <!ELEMENT xsl:apply-imports EMPTY> 100 * @return null, xsl:apply-Imports cannot have children
|
/external/mesa3d/src/glx/ |
D | glxglvnd.c | 58 __GLXvendorInfo *vendor, __GLXapiImports *imports) in __glx_Main() argument 72 imports->isScreenSupported = __glXGLVNDIsScreenSupported; in __glx_Main() 73 imports->getProcAddress = __glXGLVNDGetProcAddress; in __glx_Main() 74 imports->getDispatchAddress = __glXGLVNDGetDispatchAddress; in __glx_Main() 75 imports->setDispatchIndex = __glXGLVNDSetDispatchIndex; in __glx_Main() 76 imports->notifyError = NULL; in __glx_Main() 77 imports->isPatchSupported = NULL; in __glx_Main() 78 imports->initiatePatch = NULL; in __glx_Main()
|
/external/curl/src/ |
D | Makefile.netware | 169 PRELUDE = $(NDK_LIBC)/imports/posixpre.o 171 PRELUDE = $(NDK_LIBC)/imports/libcpre.o 175 # PRELUDE = $(NDK_CLIB)/imports/clibpre.o 193 PRELUDE = $(NDK_LIBC)/imports/posixpre.gcc.o 195 PRELUDE = $(NDK_LIBC)/imports/libcpre.gcc.o 198 # PRELUDE = $(NDK_CLIB)/imports/clibpre.gcc.o 264 IMPORTS = @$(CURL_LIB)/libcurl.imp 272 IMPORTS += @$(LIBSSH2_PATH)/nw/libssh2.imp 285 IMPORTS += GetProcessSwitchCount RunningProcess 293 IMPORTS += @$(ZLIB_PATH)/nw/$(LIBARCH)/libz.imp [all …]
|
/external/llvm/test/tools/gold/X86/ |
D | thinlto_emit_imports.ll | 5 ; Ensure gold generates imports files if requested for distributed backends. 9 ; RUN: --plugin-opt=thinlto-emit-imports-files \ 12 ; The imports file for this module contains the bitcode file for 14 ; RUN: cat %t.o.imports | count 1 15 ; RUN: cat %t.o.imports | FileCheck %s --check-prefix=IMPORTS1 18 ; The imports file for Input/thinlto.ll is empty as it does not import anything. 19 ; RUN: cat %t2.o.imports | count 0
|
/external/curl/docs/examples/ |
D | Makefile.netware | 148 PRELUDE = $(NDK_LIBC)/imports/posixpre.o 150 PRELUDE = $(NDK_LIBC)/imports/libcpre.o 154 # PRELUDE = $(NDK_CLIB)/imports/clibpre.o 172 PRELUDE = $(NDK_LIBC)/imports/posixpre.gcc.o 174 PRELUDE = $(NDK_LIBC)/imports/libcpre.gcc.o 177 # PRELUDE = $(NDK_CLIB)/imports/clibpre.gcc.o 236 IMPORTS = @$(CURL_LIB)/libcurl.imp 244 IMPORTS += @$(LIBSSH2_PATH)/nw/libssh2.imp 257 IMPORTS += GetProcessSwitchCount RunningProcess 266 IMPORTS += @$(ZLIB_PATH)/nw/$(LIBARCH)/libz.imp [all …]
|
/external/protobuf/js/ |
D | README.md | 12 1. CommonJS-style imports (eg. `var protos = require('my-protos');`) 13 2. Closure-style imports (eg. `goog.require('my.package.MyProto');`) 15 Support for ES6-style imports is not implemented yet. Browsers can 17 resolve imports at compile time. 53 Closure Compiler style imports and one that uses CommonJS imports. 63 little different depending on whether you are using Closure imports 64 or CommonJS imports: 66 Closure Imports 69 If you want to use Closure imports, your build should run a command 74 For Closure imports, `protoc` will generate a single output file [all …]
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/ |
D | CompilationUnit.java | 86 private NodeList<ImportDeclaration> imports; field in CompilationUnit 105 …nUnit(PackageDeclaration packageDeclaration, NodeList<ImportDeclaration> imports, NodeList<TypeDec… in CompilationUnit() argument 106 this(null, packageDeclaration, imports, types, module); in CompilationUnit() 113 …ange, PackageDeclaration packageDeclaration, NodeList<ImportDeclaration> imports, NodeList<TypeDec… in CompilationUnit() argument 116 setImports(imports); in CompilationUnit() 150 * Retrieves the list of imports declared in this compilation unit or 153 * @return the list of imports or <code>none</code> if there is no import 157 return imports; in getImports() 201 * Sets the list of imports of this compilation unit. The list is initially 204 * @param imports the list of imports [all …]
|