Home
last modified time | relevance | path

Searched refs:submodule (Results 1 – 25 of 150) sorted by relevance

123456

/external/python/cpython2/Tools/pybench/
DImports.py5 import package.submodule
105 import package.submodule
106 import package.submodule
107 import package.submodule
108 import package.submodule
109 import package.submodule
111 import package.submodule
112 import package.submodule
113 import package.submodule
114 import package.submodule
[all …]
/external/tensorflow/tensorflow/tools/docs/
Ddoc_generator_visitor_test.py82 tf.submodule = types.ModuleType('submodule')
83 tf.submodule.Parent = Parent
113 id(tf.submodule): 'tf.submodule',
123 tf.submodule = types.ModuleType('submodule')
125 tf.submodule.Parent = Parent
144 id(tf.submodule): 'tf.submodule',
191 tf.submodule = types.ModuleType('submodule')
192 tf.submodule.submodule2 = types.ModuleType('submodule2')
194 tf.submodule.submodule2.Parent = Parent
212 id(tf.submodule): 'tf.submodule',
[all …]
/external/okhttp/okhttp-hpacktests/
DREADME.md5 implementation. The HPACK test cases are in a separate git submodule, so to
8 git submodule init
9 git submodule update
14 * Add maven goal to avoid manual call to git submodule init.
/external/libxcam/
Dautogen.sh12 git submodule sync
13 git submodule init
14 git submodule update
/external/python/cpython3/Lib/test/test_importlib/
Dtest_resource.py117 submodule = import_module('ziptestdata.subdirectory')
119 resources.is_resource(submodule, 'binary.file'))
126 submodule = import_module('ziptestdata.subdirectory')
128 set(resources.contents(submodule)),
Dtest_read.py50 submodule = import_module('ziptestdata.subdirectory')
52 submodule, 'binary.file')
/external/python/cpython3/Lib/test/test_import/data/package/
D__init__.py1 import package.submodule
2 package.submodule
/external/grpc-grpc/tools/run_tests/dockerize/
Ddocker_run.sh28 …(cd "${EXTERNAL_GIT_ROOT}" && git submodule foreach 'git clone ${EXTERNAL_GIT_ROOT}/${name} /var/l…
29 (cd /var/local/git/grpc && git submodule init)
Ddocker_run_tests.sh30 (cd /var/local/jenkins/grpc/ && git submodule foreach 'git clone /var/local/jenkins/grpc/${name} /v…
31 (cd /var/local/git/grpc/ && git submodule init)
/external/tensorflow/tensorflow/python/tools/api/generator/
Doutput_init_files_test.py116 for submodule in submodules:
117 if not submodule:
120 paths.append('%s/__init__.py' % (submodule.replace('.', '/')))
/external/grpc-grpc/doc/
Dssl-performance.md17 CMake | boringssl from submodule (default) | Linux or MacOS | :heavy_check_mark:
18 CMake | boringssl from submodule (default), generator=Ninja | Windows | :heavy_check_mark:
19 CMake | boringssl from submodule (default), generator=Visual Studio | Windows | :x:
/external/clang/docs/
DModules.rst113 …. To import only part of a module, one may use dot syntax to specific a particular submodule, e.g.,
154 …``std`` module, by placing their respective APIs into the corresponding submodule (``std.io``, ``s…
219 …as if each submodule were a separate translation unit, and a module import makes names from the ot…
223 … approximated when building a module with submodules. Entities within a submodule that has already…
231submodule of a module is imported into any part of a program, the entire top-level module is consi…
239 … *visible* if they are from the current submodule or translation unit, or if they were exported fr…
306submodule lists one of more headers that provide the contents for that submodule. Finally, the ``e…
348 …to a submodule, i.e., a module that is nested within another module. The contents of explicit subm…
373 *submodule-declaration*
458 …header will be parsed and its declarations will be (logically) placed into the enclosing submodule.
[all …]
/external/grpc-grpc/examples/cpp/helloworld/cmake_externalproject/
DCMakeLists.txt30 # Builds c-ares project from the git submodule.
33 # without needing to add a submodule to your project.
44 # Builds protobuf project from the git submodule.
55 # Builds zlib project from the git submodule.
/external/clang/test/VFS/
Dmodule-import.m12 // Import a submodule that is defined in actual_module2.map, which is only
16 // CHECK-VFS2: error: no submodule
/external/python/setuptools/setuptools/command/
Dtest.py46 submodule = module.__name__ + '.' + file[:-3]
49 submodule = module.__name__ + '.' + file
52 tests.append(self.loadTestsFromName(submodule))
/external/clang/test/Modules/
Dauto-module-import.m36 // Test umbrella-less submodule includes
40 // Test umbrella-less submodule includes
81 // expected-warning{{missing submodule 'Module.NotInModule'}}
/external/tensorflow/tensorflow/python/module/
Dmodule.py324 for submodule_path, submodule in submodules:
326 submodule,
/external/grpc-grpc/tools/run_tests/artifacts/
Drun_in_workspace.sh30 git submodule foreach 'cd "${repo_root}/${WORKSPACE_NAME}" \
/external/libkmsxx/
D.gitmodules1 [submodule "ext/pybind11"]
/external/grpc-grpc/tools/run_tests/helper_scripts/
Drun_tests_in_workspace.sh29 git submodule foreach 'cd "${repo_root}/${WORKSPACE_NAME}" \
Drun_grpc-node.sh28 ./test-grpc-submodule.sh "$CURRENT_COMMIT"
/external/swiftshader/kokoro/gcp_ubuntu/
Dcontinuous.sh10 git submodule update --init
/external/grpc-grpc/tools/internal_ci/helper_scripts/
Dprepare_build_linux_rc31 git submodule update --init
/external/grpc-grpc/tools/distrib/
Dcheck_shadow_boringssl_symbol_list.sh27 ver1=$(git submodule |grep "boringssl " | awk '{print $1}' | head -n 1)
/external/grpc-grpc/tools/dockerfile/interoptest/grpc_interop_http2/
Dbuild_interop.sh22 (cd /var/local/jenkins/grpc/ && git submodule foreach 'cd /var/local/git/grpc \

123456