HomeSort by relevance Sort by last modified time
    Searched full:submodule (Results 76 - 100 of 164) sorted by null

1 2 34 5 6 7

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pyclbr.py 101 which we are searching for a submodule, and then PATH must be the
127 submodule = module[i+1:]
133 return _readmodule(submodule, parent['__path__'], package)
  /external/chromium-trace/catapult/telemetry/third_party/modulegraph/doc/
changelog.rst 31 is an attribute of 'collections', not a submodule).
218 That is, given a package "pkg" with submodule "sub" if the "__init__.py"
  /external/glide/
README.md 193 git submodule init && git submodule update
  /prebuilts/go/darwin-x86/src/cmd/go/
vcs.go 125 createCmd: []string{"clone {repo} {dir}", "--git-dir={dir}/.git submodule update --init --recursive"},
126 downloadCmd: []string{"pull --ff-only", "submodule update --init --recursive"},
136 tagSyncCmd: []string{"checkout {tag}", "submodule update --init --recursive"},
141 tagSyncDefault: []string{"checkout master", "submodule update --init --recursive"},
376 if !go15VendorExperiment && strings.Contains(cmd, "submodule") {
392 if !go15VendorExperiment && strings.Contains(cmd, "submodule") {
465 if !go15VendorExperiment && strings.Contains(cmd, "submodule") {
476 if !go15VendorExperiment && strings.Contains(cmd, "submodule") {
  /prebuilts/go/linux-x86/src/cmd/go/
vcs.go 125 createCmd: []string{"clone {repo} {dir}", "--git-dir={dir}/.git submodule update --init --recursive"},
126 downloadCmd: []string{"pull --ff-only", "submodule update --init --recursive"},
136 tagSyncCmd: []string{"checkout {tag}", "submodule update --init --recursive"},
141 tagSyncDefault: []string{"checkout master", "submodule update --init --recursive"},
376 if !go15VendorExperiment && strings.Contains(cmd, "submodule") {
392 if !go15VendorExperiment && strings.Contains(cmd, "submodule") {
465 if !go15VendorExperiment && strings.Contains(cmd, "submodule") {
476 if !go15VendorExperiment && strings.Contains(cmd, "submodule") {
  /external/bison/build-aux/
vc-list-files 74 # else (often into a submodule), in which case the content does not
  /external/chromium-trace/catapult/third_party/gsutil/
setup.py 56 # entry in 'git submodule status'.
  /external/chromium-trace/catapult/third_party/html5lib-python/html5lib/treewalkers/
__init__.py 59 # XXX: NEVER cache here, caching is done in the etree submodule
  /external/clang/test/Modules/
require-modular-includes.m 29 // Including a non-modular header from a submodule
macro-ambiguity.cpp 62 // RUN: -v -fmodules-local-submodule-visibility \
  /external/webrtc/webrtc/modules/audio_processing/
audio_processing_impl.cc     [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 318 /// \brief If the current lexer is for a submodule that is being built, this
319 /// is that submodule.
507 /// \brief Information about a submodule that we're currently building.
523 /// \brief Information about a submodule's preprocessor state.
525 /// The macros for the submodule.
527 /// The set of modules that are visible within the submodule.
534 /// The preprocessor state for preprocessing outside of any submodule.
537 /// The current submodule state. Will be \p NullSubmoduleState if we're not
538 /// in a submodule.
766 /// \brief Return the submodule owning the file being lexed
    [all...]
  /external/bison/
maint.mk     [all...]
  /external/chromium-trace/catapult/telemetry/third_party/modulegraph/
PKG-INFO 48 is an attribute of 'collections', not a submodule).
235 That is, given a package "pkg" with submodule "sub" if the "__init__.py"
  /external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph.egg-info/
PKG-INFO 48 is an attribute of 'collections', not a submodule).
235 That is, given a package "pkg" with submodule "sub" if the "__init__.py"
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/docs/reference/
ft2-auto_hinter.html 160 <p>A list of constants used for the <a href="ft2-auto_hinter.html#glyph-to-script-map">glyph-to-script-map</a> property to specify the script submodule the auto-hinter should use for hinting a particular glyph.</p>
169 <p>By default, characters from the following Unicode ranges are assigned to this submodule.</p>
204 <p>By default, characters from the following Unicode ranges are assigned to this submodule.</p>
243 <p>By default, characters from the following Unicode ranges are assigned to this submodule.</p>
  /packages/apps/Test/connectivity/sl4n/rapidjson/
readme.md 72 1. Execute `git submodule update --init` to get the files of thirdparty submodules (google test).
  /external/clang/lib/Lex/
ModuleMap.cpp 401 // Infer a submodule with the same name as this header file.
497 // Infer a submodule with the same name as this header file.
    [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h 606 /// This vector is indexed by the Submodule ID (-1). NULL submodule entries
607 /// indicate that the particular submodule ID has not yet been loaded.
613 /// \brief Mapping from global submodule IDs to the module file in which the
614 /// submodule resides along with the offset that should be added to the
615 /// global submodule ID to produce a local ID.
623 /// declarations in that submodule that could be made visible.
    [all...]
  /hardware/bsp/intel/peripheral/libupm/doxy/node/generators/yuidoc/tmpl/assets/css/
main.css 687 /* -- Submodule List -------------------------------------------------------- */
688 .apidocs .module-submodule-description {
693 .apidocs .module-submodule-description p:first-child { margin-top: 0; }
  /external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph/
find_modules.py 104 # os.path is an alias for a platform specific submodule,
  /external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/
CHANGELOG.md 99 * The `anyjson` submodule has been removed.
  /external/clang/include/clang/Basic/
LangOptions.def 135 COMPATIBLE_LANGOPT(ModulesLocalVisibility, 1, 0, "local submodule visibility")
  /external/freetype/src/autofit/
aftypes.h 237 * submodule of the auto-fitter; it contains
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
aftypes.h 245 * submodule of the auto-fitter; it contains

Completed in 1229 milliseconds

1 2 34 5 6 7