Home
last modified time | relevance | path

Searched +full:modules +full:- +full:2 (Results 1 – 25 of 1178) sorted by relevance

12345678910>>...48

/external/python/cpython2/PC/VS7.1/
Dpythoncore.vcproj1 <?xml version="1.0" encoding="Windows-1252"?>
6 ProjectGUID="{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26}"
18 IntermediateDirectory=".\x86-temp-release\pythoncore"
19 ConfigurationType="2"
25 Optimization="2"
30 RuntimeLibrary="2"
32 UsePrecompiledHeader="2"
48 SubSystem="2"
81 IntermediateDirectory=".\x86-temp-debug\pythoncore"
82 ConfigurationType="2"
[all …]
D_ctypes.vcproj1 <?xml version="1.0" encoding="Windows-1252"?>
6 ProjectGUID="{F22F40F4-D318-40DC-96B3-88DC81CE0894}"
17 IntermediateDirectory=".\x86-temp-debug\_ctypes"
18 ConfigurationType="2"
19 CharacterSet="2">
23 AdditionalIncludeDirectories="..\..\Include,..\..\PC,..\..\Modules\_ctypes\libffi_msvc"
71 IntermediateDirectory=".\x86-temp-release\_ctypes"
72 ConfigurationType="2"
73 CharacterSet="2">
77 AdditionalIncludeDirectories="..\..\Include,..\..\PC,..\..\Modules\_ctypes\libffi_msvc"
[all …]
/external/clang/test/Driver/
Dmodules.mm1 // RUN: %clang -### %s 2>&1 | FileCheck -check-prefix=CHECK-NO-MODULES %s
2 // RUN: %clang -fcxx-modules -### %s 2>&1 | FileCheck -check-prefix=CHECK-NO-MODULES %s
3 // RUN: %clang -fmodules -fno-cxx-modules -### %s 2>&1 | FileCheck -check-prefix=CHECK-NO-MODULES %s
4 // CHECK-NO-MODULES-NOT: -fmodules
6 // RUN: %clang -fmodules -### %s 2>&1 | FileCheck -check-prefix=CHECK-HAS-MODULES %s
7 // RUN: %clang -fmodules -fno-cxx-modules -fcxx-modules -### %s 2>&1 | FileCheck -check-prefix=CHEC…
8 // CHECK-HAS-MODULES: -fmodules
10 // RUN: %clang -### %s 2>&1 | FileCheck -check-prefix=CHECK-NO-MAPS %s
11 // RUN: %clang -fimplicit-module-maps -### %s 2>&1 | FileCheck -check-prefix=CHECK-HAS-MAPS %s
12 // RUN: %clang -fmodules -### %s 2>&1 | FileCheck -check-prefix=CHECK-HAS-MAPS %s
[all …]
/external/toybox/tests/
Dmodinfo.test3 [ -f testing.sh ] && . testing.sh
7 # Android keeps its modules (if any) on the vendor partition.
9 [ -d /vendor/lib/modules ] && MODULE_ROOT="/vendor"
11 if [[ ! -e /proc/modules || ! -d $MODULE_ROOT/lib/modules ]]; then
12 echo "$SHOWSKIP: modinfo (no modules)"
13 return 2>/dev/null
17 testcmd "missing" "missing 2>&1" "modinfo: missing: not found\n" "" ""
19 # Find some modules to work with.
20 MODULE_PATH1=$(find $MODULE_ROOT/lib/modules/ -name *.ko | head -1 2>/dev/null)
21 MODULE1=$(basename -s .ko $MODULE_PATH1)
[all …]
/external/python/cpython2/PC/VS9.0/
D_elementtree.vcproj1 <?xml version="1.0" encoding="Windows-1252"?>
6 ProjectGUID="{17E1E049-C309-4D79-843F-AE483C264AEA}"
24 ConfigurationType="2"
45 AdditionalIncludeDirectories="..\..\Modules\expat"
85 ConfigurationType="2"
107 AdditionalIncludeDirectories="..\..\Modules\expat"
147 ConfigurationType="2"
169 AdditionalIncludeDirectories="..\..\Modules\expat"
209 ConfigurationType="2"
232 AdditionalIncludeDirectories="..\..\Modules\expat"
[all …]
Dpythoncore.vcproj1 <?xml version="1.0" encoding="Windows-1252"?>
6 ProjectGUID="{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26}"
23 ConfigurationType="2"
46 AdditionalIncludeDirectories="..\..\Python;..\..\Modules\zlib"
48 RuntimeLibrary="2"
97 ConfigurationType="2"
121 AdditionalIncludeDirectories="..\..\Python;..\..\Modules\zlib"
123 RuntimeLibrary="2"
172 ConfigurationType="2"
199 AdditionalIncludeDirectories="..\..\Python;..\..\Modules\zlib"
[all …]
D_ctypes.vcproj1 <?xml version="1.0" encoding="Windows-1252"?>
6 ProjectGUID="{0E9791DB-593A-465F-98BC-681011311618}"
24 ConfigurationType="2"
45 AdditionalIncludeDirectories="..\..\Modules\_ctypes\libffi_msvc"
84 ConfigurationType="2"
106 AdditionalIncludeDirectories="..\..\Modules\_ctypes\libffi_msvc"
145 ConfigurationType="2"
167 AdditionalIncludeDirectories="..\..\Modules\_ctypes\libffi_msvc"
208 ConfigurationType="2"
231 AdditionalIncludeDirectories="..\..\Modules\_ctypes\libffi_msvc"
[all …]
D_sqlite3.vcproj1 <?xml version="1.0" encoding="Windows-1252"?>
6 ProjectGUID="{13CECB97-4119-4316-9D42-8534019A5A44}"
24 ConfigurationType="2"
85 ConfigurationType="2"
147 ConfigurationType="2"
209 ConfigurationType="2"
272 ConfigurationType="2"
334 ConfigurationType="2"
398 ConfigurationType="2"
460 ConfigurationType="2"
[all …]
Dpyexpat.vcproj1 <?xml version="1.0" encoding="Windows-1252"?>
6 ProjectGUID="{D06B6426-4762-44CC-8BAD-D79052507F2F}"
24 ConfigurationType="2"
45 AdditionalIncludeDirectories=".\..\..\Modules\expat"
84 ConfigurationType="2"
106 AdditionalIncludeDirectories=".\..\..\Modules\expat"
145 ConfigurationType="2"
167 AdditionalIncludeDirectories=".\..\..\Modules\expat"
206 ConfigurationType="2"
229 AdditionalIncludeDirectories=".\..\..\Modules\expat"
[all …]
/external/clang/test/Modules/
Dexplicit-build.cpp1 // RUN: rm -rf %t
3 // -------------------------------
4 // Build chained modules A, B, and C
5 // RUN: %clang_cc1 -x c++ -std=c++11 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -Rmod…
6 // RUN: -fmodule-name=a -emit-module %S/Inputs/explicit-build/module.modulemap -o %t/a.p…
7 // RUN: 2>&1 | FileCheck --check-prefix=CHECK-NO-IMPLICIT-BUILD %s --allow-empty
9 // RUN: %clang_cc1 -x c++ -std=c++11 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -Rmod…
10 // RUN: -fmodule-file=%t/a.pcm \
11 // RUN: -fmodule-name=b -emit-module %S/Inputs/explicit-build/module.modulemap -o %t/b.p…
12 // RUN: 2>&1 | FileCheck --check-prefix=CHECK-NO-IMPLICIT-BUILD %s --allow-empty
[all …]
/external/python/cpython2/PC/VS8.0/
D_elementtree.vcproj1 <?xml version="1.0" encoding="Windows-1252"?>
6 ProjectGUID="{17E1E049-C309-4D79-843F-AE483C264AEA}"
24 ConfigurationType="2"
45 AdditionalIncludeDirectories="..\..\Modules\expat"
85 ConfigurationType="2"
107 AdditionalIncludeDirectories="..\..\Modules\expat"
147 ConfigurationType="2"
169 AdditionalIncludeDirectories="..\..\Modules\expat"
209 ConfigurationType="2"
232 AdditionalIncludeDirectories="..\..\Modules\expat"
[all …]
Dpythoncore.vcproj1 <?xml version="1.0" encoding="Windows-1252"?>
6 ProjectGUID="{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26}"
23 ConfigurationType="2"
46 AdditionalIncludeDirectories="..\..\Python;..\..\Modules\zlib"
48 RuntimeLibrary="2"
97 ConfigurationType="2"
121 AdditionalIncludeDirectories="..\..\Python;..\..\Modules\zlib"
123 RuntimeLibrary="2"
172 ConfigurationType="2"
199 AdditionalIncludeDirectories="..\..\Python;..\..\Modules\zlib"
[all …]
D_ctypes.vcproj1 <?xml version="1.0" encoding="Windows-1252"?>
6 ProjectGUID="{0E9791DB-593A-465F-98BC-681011311618}"
24 ConfigurationType="2"
45 AdditionalIncludeDirectories="..\..\Modules\_ctypes\libffi_msvc"
84 ConfigurationType="2"
106 AdditionalIncludeDirectories="..\..\Modules\_ctypes\libffi_msvc"
145 ConfigurationType="2"
167 AdditionalIncludeDirectories="..\..\Modules\_ctypes\libffi_msvc"
208 ConfigurationType="2"
231 AdditionalIncludeDirectories="..\..\Modules\_ctypes\libffi_msvc"
[all …]
D_sqlite3.vcproj1 <?xml version="1.0" encoding="Windows-1252"?>
6 ProjectGUID="{13CECB97-4119-4316-9D42-8534019A5A44}"
24 ConfigurationType="2"
45 AdditionalIncludeDirectories="..\..\..\sqlite-3.6.21"
85 ConfigurationType="2"
107 AdditionalIncludeDirectories="..\..\..\sqlite-3.6.21"
147 ConfigurationType="2"
169 AdditionalIncludeDirectories="..\..\..\sqlite-3.6.21"
209 ConfigurationType="2"
232 AdditionalIncludeDirectories="..\..\..\sqlite-3.6.21"
[all …]
/external/deqp/scripts/
Dcppcheck.py1 # -*- coding: utf-8 -*-
3 #-------------------------------------------------------------------------
5 # --------------------------------------
13 # http://www.apache.org/licenses/LICENSE-2.0
21 #-------------------------------------------------------------------------
38 "deqp/modules/candytest",
39 "deqp/modules/egl",
40 "deqp/modules/gles2",
41 "deqp/modules/gles3",
42 "deqp/modules/gles31",
[all …]
/external/python/pybind11/tests/
Dtest_modules.py1 # -*- coding: utf-8 -*-
2 from pybind11_tests import modules as m
3 from pybind11_tests.modules import subsubmodule as ms
11 assert pybind11_tests.modules.__name__ == "pybind11_tests.modules"
13 pybind11_tests.modules.subsubmodule.__name__
14 == "pybind11_tests.modules.subsubmodule"
16 assert m.__name__ == "pybind11_tests.modules"
17 assert ms.__name__ == "pybind11_tests.modules.subsubmodule"
26 assert str(b.get_a2()) == "A[2]"
27 assert str(b.a2) == "A[2]"
[all …]
/external/cronet/base/profiler/
Dmodule_cache_unittest.cc2 // Use of this source code is governed by a BSD-style license that can be
25 // Note: The special-case IS_CHROMEOS code inside GetDebugBasenameForModule to
37 // Provides a module that is guaranteed to be isolated from (and non-contiguous
53 size_t GetSize() const override { return kRegionSize / 2; } in GetSize()
91 // Utility function to add a single non-native module during test setup. Returns
97 std::vector<std::unique_ptr<const ModuleCache::Module>> modules; in AddNonNativeModule() local
98 modules.push_back(std::move(module)); in AddNonNativeModule()
99 cache->UpdateNonNativeModules({}, std::move(modules)); in AddNonNativeModule()
119 module->GetDebugBasename() in MAYBE_TEST()
124 EXPECT_EQ("base_unittests", module->GetDebugBasename().value()); in MAYBE_TEST()
[all …]
/external/python/cpython3/Lib/
Dmodulefinder.py1 """Find modules used by a script, using introspection."""
23 _PY_COMPILED = 2
45 # of another package into sys.modules at runtime by calling
57 # modules are being added/deleted/modified at runtime. In particular,
58 # test_modulefinder.py changes file tree contents in a cache-breaking way:
93 suffix = os.path.splitext(file_path)[-1]
107 # Python modules.
110 # resolved, ie. a starimport from a non-Python module.
128 self.modules = {}
154 self.indent = self.indent - 1
[all …]
/external/python/cpython3/Modules/
DSetup1 # -*- makefile -*-
10 # Each line in this file describes one or more optional modules.
11 # Modules configured here will not be compiled by the setup.py script,
15 # descriptions. Tag lines may alternate throughout this file. Modules are
18 # description. Modules are built as a shared library when they are preceded by
19 # a "*shared*" tag line. Modules are not built at all, not by the Makefile,
28 # <cpparg> is anything starting with -I, -D, -U or -C
29 # <library> is anything ending in .a or beginning with -l or -L
31 # identifier (letters, digits, underscores, beginning with non-digit)
45 # 1. Build all modules that are declared as static in Modules/Setup,
[all …]
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/
DREADME.md20 [release notes]: https://github.com/google/ExoPlayer/blob/release-v2/RELEASENOTES.md
21 [developer blog]: https://medium.com/google-exoplayer
25 ExoPlayer modules can be obtained from [the Google Maven repository][]. It's
26 also possible to clone the repository and depend on the modules locally.
28 [the Google Maven repository]: https://developer.android.com/studio/build/dependencies#google-maven
39 implementation 'com.google.android.exoplayer:exoplayer:2.X.X'
42 where `2.X.X` is your preferred version.
45 modules that you actually need. For example the following will add dependencies
46 on the Core, DASH and UI library modules, as might be required for an app that
50 implementation 'com.google.android.exoplayer:exoplayer-core:2.X.X'
[all …]
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/
DREADME.md20 [release notes]: https://github.com/google/ExoPlayer/blob/release-v2/RELEASENOTES.md
21 [developer blog]: https://medium.com/google-exoplayer
25 ExoPlayer modules can be obtained from [the Google Maven repository][]. It's
26 also possible to clone the repository and depend on the modules locally.
28 [the Google Maven repository]: https://developer.android.com/studio/build/dependencies#google-maven
39 implementation 'com.google.android.exoplayer:exoplayer:2.X.X'
42 where `2.X.X` is your preferred version.
45 modules that you actually need. For example the following will add dependencies
46 on the Core, DASH and UI library modules, as might be required for an app that
50 implementation 'com.google.android.exoplayer:exoplayer-core:2.X.X'
[all …]
/external/python/cpython2/Lib/
Dmodulefinder.py1 """Find modules used by a script, using introspection."""
40 i = i+2
63 # sys.modules at runtime by calling ReplacePackage("_xmlplus", "xml")
79 # Python modules.
82 # resolved, ie. a starimport from a non-Python module.
100 self.modules = {}
126 self.indent = self.indent - 1
130 self.msg(2, "run_script", pathname)
142 def import_hook(self, name, caller=None, fromlist=None, level=-1):
153 def determine_parent(self, caller, level=-1):
[all …]
/external/oss-fuzz/projects/cryptofuzz/
Dbuild.sh1 #!/bin/bash -eu
8 # http://www.apache.org/licenses/LICENSE-2.0
19 # https://github.com/google/oss-fuzz/issues/2336
23 if [[ $CFLAGS != *sanitize=memory* && $CFLAGS != *-m32* ]]
26 # It is required for building noble-bls12-381
28 tar Jxf node-v14.17.1-linux-x64.tar.xz
29 export PATH="$PATH:$SRC/node-v14.17.1-linux-x64/bin/"
33 $CC $SRC/xxd.c -o /usr/bin/xxd
36 rm -rf $SRC/cryptofuzz/modules/reference/xxHash/
37 cp -R $SRC/xxHash/ $SRC/cryptofuzz/modules/reference/
[all …]
/external/python/cpython2/Modules/
DSetup.dist1 # -*- makefile -*-
13 # Each line in this file describes one or more optional modules.
14 # Modules enabled here will not be compiled by the setup.py script,
22 # <cpparg> is anything starting with -I, -D, -U or -C
23 # <library> is anything ending in .a or beginning with -l or -L
25 # identifier (letters, digits, underscores, beginning with non-digit)
38 # quotes but with the stars), then the following modules will not be
41 # 1. Build all modules that are declared as static in Modules/Setup,
43 # 2. Build all modules that are listed as shared in Modules/Setup.
44 # 3. Invoke setup.py. That builds all modules that
[all …]
/external/python/cpython3/Lib/test/
Dtest_bdb.py15 ('line', 2, 'tfunc_main'), ('step', )
91 info += ('%-5d %s %s %-4d %-6d at %s:%d' %
112 module = importlib.import_module(filename[:-3])
153 self.index -= 1
170 self.header = ('Dry-run results for %s:' % test_case if
178 self.expected_list = list(islice(self.expect_set, 0, None, 2))
179 self.set_list = list(islice(self.expect_set, 1, None, 2))
255 tb = self.exc_info[2]
312 if s > 2:
313 self.check_equal(self.expect[2], self.frame.f_code.co_name,
[all …]

12345678910>>...48