HomeSort by relevance Sort by last modified time
    Searched refs:Exported (Results 1 - 11 of 11) sorted by null

  /external/clang/lib/Basic/
Module.cpp 208 void Module::getExportedModules(SmallVectorImpl<Module *> &Exported) const {
209 // All non-explicit submodules are exported.
215 Exported.push_back(Mod);
218 // Find re-exported modules by filtering the list of imported modules.
226 Exported.push_back(Mod);
246 // re-exported by the wildcard restriction.
267 Exported.push_back(Mod);
282 // Every module transitively exported by an imported module is visible.
  /external/chromium_org/chrome/renderer/resources/extensions/
searchbox_api.js 31 // Exported functions
119 // Exported functions
  /external/clang/include/clang/Basic/
Module.h 202 /// \brief Describes an exported module.
204 /// The pointer is the module being re-exported, while the bit will be true
211 /// \brief Describes an exported module that has not yet been resolved
221 /// that all of its submodules should be exported (rather than the named
446 /// \brief Appends this module's list of exported modules to \p Exported.
449 /// directly exported), not the complete set of exported modules.
450 void getExportedModules(SmallVectorImpl<Module *> &Exported) const;
  /ndk/build/core/
definitions.mk 538 # Returns : Exported value
548 # Returns : Exported values
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
ASTWriter.cpp     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
earley-boyer.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-earley-boyer.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-earley-boyer.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-earley-boyer.js     [all...]
  /external/chromium_org/v8/benchmarks/
earley-boyer.js     [all...]

Completed in 328 milliseconds