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

  /external/clang/lib/Basic/
Module.cpp 222 for (unsigned I = 0, N = Exports.size(); I != N; ++I) {
223 Module *Mod = Exports[I].getPointer();
224 if (!Exports[I].getInt()) {
237 if (Module *Restriction = Exports[I].getPointer())
367 for (unsigned I = 0, N = Exports.size(); I != N; ++I) {
370 if (Module *Restriction = Exports[I].getPointer()) {
372 if (Exports[I].getInt())
  /libcore/
Docs.mk 4 # Exports: libcore_to_document as a list of .java files relative to libcore/.
  /external/chromium_org/ui/file_manager/file_manager/audio_player/js/
audio_player_model.js 81 // Exports AudioPlayerModel class to the global.
  /external/junit/
Common.mk 5 # Exports:
  /external/clang/include/clang/Basic/
Module.h 209 SmallVector<ExportDecl, 2> Exports;
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
plotBenchmark.m 2 %PLOTBENCHMARK Plots and exports video codec benchmarking results.
5 % optionally exports each plot to an appropriately named file.
8 % 'none' No file exports.
9 % 'eps' Exports to eps files (default).
10 % 'pdf' Exports to eps files and uses the command-line utility
exportfig.m 80 % Exports the current figure to the file named 'fig1.eps' with
87 % Exports the current figure to 'fig2.eps' in color with all
  /external/clang/lib/Lex/
ModuleMap.cpp 388 // wildcard to the set of exports.
389 if (UmbrellaModule->InferExportWildcard && Result->Exports.empty())
390 Result->Exports.push_back(Module::ExportDecl(nullptr, true));
403 // wildcard to the set of exports.
404 if (UmbrellaModule->InferExportWildcard && Result->Exports.empty())
405 Result->Exports.push_back(Module::ExportDecl(nullptr, true));
702 Result->Exports.push_back(Module::ExportDecl(nullptr, true));
824 Mod->Exports.push_back(Export);
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
api.js 527 * Exports the ChromeVox math API.
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
ASTReader.cpp     [all...]
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/
base.js     [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 199 milliseconds