Searched refs:submodule (Results 1 – 25 of 150) sorted by relevance
123456
/external/python/cpython2/Tools/pybench/ |
D | Imports.py | 5 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/ |
D | doc_generator_visitor_test.py | 82 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/ |
D | README.md | 5 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/ |
D | autogen.sh | 12 git submodule sync 13 git submodule init 14 git submodule update
|
/external/python/cpython3/Lib/test/test_importlib/ |
D | test_resource.py | 117 submodule = import_module('ziptestdata.subdirectory') 119 resources.is_resource(submodule, 'binary.file')) 126 submodule = import_module('ziptestdata.subdirectory') 128 set(resources.contents(submodule)),
|
D | test_read.py | 50 submodule = import_module('ziptestdata.subdirectory') 52 submodule, 'binary.file')
|
/external/python/cpython3/Lib/test/test_import/data/package/ |
D | __init__.py | 1 import package.submodule 2 package.submodule
|
/external/grpc-grpc/tools/run_tests/dockerize/ |
D | docker_run.sh | 28 …(cd "${EXTERNAL_GIT_ROOT}" && git submodule foreach 'git clone ${EXTERNAL_GIT_ROOT}/${name} /var/l… 29 (cd /var/local/git/grpc && git submodule init)
|
D | docker_run_tests.sh | 30 (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/ |
D | output_init_files_test.py | 116 for submodule in submodules: 117 if not submodule: 120 paths.append('%s/__init__.py' % (submodule.replace('.', '/')))
|
/external/grpc-grpc/doc/ |
D | ssl-performance.md | 17 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/ |
D | Modules.rst | 113 …. 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… 231 …submodule 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… 306 …submodule 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/ |
D | CMakeLists.txt | 30 # 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/ |
D | module-import.m | 12 // Import a submodule that is defined in actual_module2.map, which is only 16 // CHECK-VFS2: error: no submodule
|
/external/python/setuptools/setuptools/command/ |
D | test.py | 46 submodule = module.__name__ + '.' + file[:-3] 49 submodule = module.__name__ + '.' + file 52 tests.append(self.loadTestsFromName(submodule))
|
/external/clang/test/Modules/ |
D | auto-module-import.m | 36 // Test umbrella-less submodule includes 40 // Test umbrella-less submodule includes 81 // expected-warning{{missing submodule 'Module.NotInModule'}}
|
/external/tensorflow/tensorflow/python/module/ |
D | module.py | 324 for submodule_path, submodule in submodules: 326 submodule,
|
/external/grpc-grpc/tools/run_tests/artifacts/ |
D | run_in_workspace.sh | 30 git submodule foreach 'cd "${repo_root}/${WORKSPACE_NAME}" \
|
/external/libkmsxx/ |
D | .gitmodules | 1 [submodule "ext/pybind11"]
|
/external/grpc-grpc/tools/run_tests/helper_scripts/ |
D | run_tests_in_workspace.sh | 29 git submodule foreach 'cd "${repo_root}/${WORKSPACE_NAME}" \
|
D | run_grpc-node.sh | 28 ./test-grpc-submodule.sh "$CURRENT_COMMIT"
|
/external/swiftshader/kokoro/gcp_ubuntu/ |
D | continuous.sh | 10 git submodule update --init
|
/external/grpc-grpc/tools/internal_ci/helper_scripts/ |
D | prepare_build_linux_rc | 31 git submodule update --init
|
/external/grpc-grpc/tools/distrib/ |
D | check_shadow_boringssl_symbol_list.sh | 27 ver1=$(git submodule |grep "boringssl " | awk '{print $1}' | head -n 1)
|
/external/grpc-grpc/tools/dockerfile/interoptest/grpc_interop_http2/ |
D | build_interop.sh | 22 (cd /var/local/jenkins/grpc/ && git submodule foreach 'cd /var/local/git/grpc \
|
123456