HomeSort by relevance Sort by last modified time
    Searched full:submodule (Results 1 - 25 of 50) sorted by null

1 2

  /external/chromium/chrome/browser/resources/sync_internals/
events.html 20 <th>Submodule</th>
35 submoduleNode.innerText = entry.submodule;
sync_log.js 140 * @param {string} submodule The sync submodule for the event.
144 log_: function(submodule, event, details) {
146 submodule: submodule,
  /external/clang/test/Modules/
submodules.cpp 13 @import std.typetraits; // expected-error{{no submodule named 'typetraits' in module 'std'; did you mean 'type_traits'?}}
18 @import std.vector.compare; // expected-error{{no submodule named 'compare' in module 'std.vector'}}
auto-module-import.m 27 // Test umbrella-less submodule includes
31 // Test umbrella-less submodule includes
69 // expected-warning{{missing submodule 'Module.NotInModule'}}
wildcard-submodule-exports.cpp 2 // RUN: %clang_cc1 -x objective-c++ -fmodules-cache-path=%t -fmodules -I %S/Inputs/wildcard-submodule-exports %s -verify
submodules-preprocess.cpp 19 @import std.typetraits; // expected-error{{no submodule named 'typetraits' in module 'std'; did you mean 'type_traits'?}}
33 @import std.vector.compare; // expected-error{{no submodule named 'compare' in module 'std.vector'}}
  /external/robolectric/
update-downloads.rb 7 raise "Robolectric pages submodule isn't present. Run git submodule update --init"
  /external/clang/include/clang/Lex/
ModuleLoader.h 28 /// module or submodule, e.g., std.vector.
44 /// actually a submodule that we expected to see (based on implying the
45 /// submodule from header structure), but didn't materialize in the actual
ModuleMap.h 203 /// \param Context The module for which we will look for a submodule. If
206 /// \returns The named submodule, if known; otherwose, returns null.
209 /// \brief Find a new module or submodule, or create it if it does not already
214 /// \param Parent The module that will act as the parent of this submodule,
219 /// \param IsExplicit Whether this is an explicit submodule.
  /external/clang/include/clang/Basic/
Module.h 44 /// \brief Describes a module or submodule.
64 /// \brief A mapping from the submodule name to the index into the
65 /// \c SubModules vector at which that submodule resides.
102 /// \brief Whether this is an explicit submodule.
138 /// \brief The location of the inferred submodule.
202 /// \brief Construct a new module or submodule.
227 /// \brief Determine whether this module is a submodule.
230 /// \brief Determine whether this module is a submodule of the given other
235 /// either because it is a framework module or because it is a submodule
327 /// \brief Find the submodule with the given name
    [all...]
DiagnosticFrontendKinds.td 132 def err_no_submodule : Error<"no submodule named %0 in module '%1'">;
134 "no submodule named %0 in module '%1'; did you mean '%2'?">;
135 def warn_missing_submodule : Warning<"missing submodule '%0'">,
DiagnosticLexKinds.td 518 "expected umbrella, header, submodule, or module export">;
544 "inferred submodule cannot be a framework submodule">;
550 "redefinition of inferred submodule">;
552 "expected '{' to start inferred submodule">;
556 "only '*' can be exported from an inferred submodule">;
  /external/clang/lib/Serialization/
Module.cpp 100 llvm::errs() << " Base submodule ID: " << BaseSubmoduleID << '\n'
102 dumpLocalRemap("Submodule ID local -> global map", SubmoduleRemap);
  /ndk/sources/host-tools/sed-4.2.1/
autoboot 255 if git_modules_config submodule.gnulib.url >/dev/null; then
257 git submodule init || exit $?
258 git submodule update || exit $?
273 # Redirect the gnulib submodule to the directory on the command line
276 git_modules_config submodule.gnulib.url >/dev/null; then
277 git submodule init
279 git config --replace-all submodule.gnulib.url $GNULIB_SRCDIR
281 git submodule update || exit $?
  /external/chromium/net/base/
network_delegate.h 20 // submodule. Also, since the lower levels in net/ may callback into higher
  /external/bison/build-aux/
gnu-web-doc-update 144 $GIT submodule update --recursive
156 $GIT submodule update --recursive
vc-list-files 74 # else (often into a submodule), in which case the content does not
  /external/clang/include/clang/Serialization/
ASTWriter.h 255 /// \brief The submodule ID that will be assigned to the next new submodule.
405 /// \brief A mapping from each known submodule to its ID number, which will
409 /// \brief Retrieve or create a submodule ID for this module.
643 /// \brief Infer the submodule ID that contains an entity at the given
647 /// \brief Retrieve a submodule ID for this module.
Module.h 292 // === Submodule information ===
296 /// \brief Base submodule ID for submodules local to this module.
299 /// \brief Remapping table for submodule IDs in this module.
ASTBitCodes.h 150 /// \brief An ID number that refers to a submodule in a module file.
153 /// \brief The number of predefined submodule IDs.
215 /// \brief The block containing the submodule structure.
584 /// \brief Record types used within a submodule description block.
588 /// \brief Defines the major attributes of a submodule, including its
601 /// submodule.
604 /// submodule.
609 /// from this submodule.
    [all...]
ASTReader.h 451 /// This vector is indexed by the Submodule ID (-1). NULL submodule entries
452 /// indicate that the particular submodule ID has not yet been loaded.
458 /// \brief Mapping from global submodule IDs to the module file in which the
459 /// submodule resides along with the offset that should be added to the
460 /// global submodule ID to produce a local ID.
516 /// declarations in that submodule that could be made visible.
    [all...]
  /external/kernel-headers/original/asm-x86/
voyager.h 116 struct voyager_module *submodule; /* Submodule pointer */ member in struct:voyager_module
236 /* Submodule number for the Quad Baseboard */
  /external/clang/lib/Lex/
ModuleMap.cpp 202 // Infer a submodule with the same name as this header file.
284 // Infer a submodule with the same name as this header file.
953 /// submodule-declaration
957 /// submodule-declaration:
959 /// inferred-submodule-declaration
989 // If we have a wildcard for the module name, this is an inferred submodule.
    [all...]
  /external/bison/
maint.mk     [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
voyager.h 106 struct voyager_module *submodule; member in struct:voyager_module

Completed in 1184 milliseconds

1 2