Home
last modified time | relevance | path

Searched refs:Modules (Results 1 – 25 of 272) sorted by relevance

1234567891011

/external/guice/core/test/com/google/inject/util/
DOverrideModuleTest.java72 Injector injector = createInjector(Modules.override(newModule("A")).with(newModule("B"))); in testOverride()
77 Module module = Modules.override(newModule("A"), newModule(1), newModule(0.5f)) in testOverrideMultiple()
87 Injector injector = createInjector(Modules.override(EMPTY_MODULE).with(newModule("B"))); in testOverrideUnmatchedTolerated()
104 Injector injector = createInjector(Modules.override(original).with(replacements)); in testOverrideConstant()
116 Injector injector = createInjector(Modules.override(original).with(EMPTY_MODULE)); in testGetProviderInModule()
131 Injector injector = createInjector(Modules.override(original).with(replacements)); in testOverrideWhatGetProviderProvided()
150 Injector injector = createInjector(Modules.override(original).with(replacements)); in testOverrideUsingOriginalsGetProvider()
171 Module overrides = Modules.override(original).with(replacements1); in testOverrideOfOverride()
180 Injector injector = createInjector(Modules.override(overrides).with(replacements2)); in testOverrideOfOverride()
200 Module module = Modules.override(original).with(replacements); in testOverridesTwiceFails()
[all …]
DNoopOverrideTest.java29 Module overridden = Modules.override(module).with(Modules.EMPTY_MODULE); in checkModule()
/external/clang/test/Index/
Dindex-module.m7 // RUN: c-index-test -index-file %s -fmodules-cache-path=%t.cache -fmodules -F %S/../Modules/Inputs…
9 …dex-test -index-file %s -fmodules-cache-path=%t.cache -fmodules -gmodules -F %S/../Modules/Inputs \
13 // CHECK: [ppIncludedFile]: {{.*}}/Modules/Inputs/DependsOnModule.framework{{[/\\]}}Headers{{[/\\]}…
23 // CHECK-DMOD-NEXT: [ppIncludedFile]: [[DMOD_MODULE_H:.*/Modules/Inputs/DependsOnModule\.framework[…
24 …udedFile]: {{.*}}/Modules/Inputs/Module.framework{{[/\\]}}Headers{{[/\\]}}Module.h | name: "Module…
25 // CHECK-DMOD-NEXT: [ppIncludedFile]: [[DMOD_OTHER_H:.*/Modules/Inputs/DependsOnModule\.framework[/…
26 // CHECK-DMOD-NEXT: [ppIncludedFile]: [[DMOD_NOT_CXX_H:.*/Modules/Inputs/DependsOnModule\.framework…
27 // CHECK-DMOD-NEXT: [ppIncludedFile]: [[DMOD_SUB_H:.*/Modules/Inputs/DependsOnModule\.framework[/\\…
28 // CHECK-DMOD-NEXT: [ppIncludedFile]: [[DMOD_SUB_OTHER_H:.*/Modules/Inputs/DependsOnModule.framewor…
29 // CHECK-DMOD-NEXT: [ppIncludedFile]: [[DMOD_PRIVATE_H:.*/Modules/Inputs/DependsOnModule.framework[…
[all …]
Dannotate-module.m7 …est-annotate-tokens=%s:2:1:5:1 %s -fmodules-cache-path=%t.cache -fmodules -F %S/../Modules/Inputs \
9 …te-tokens=%s:2:1:5:1 %s -fmodules-cache-path=%t.cache -fmodules -gmodules -F %S/../Modules/Inputs \
12 …nclusion directive=[[INC_DIR:DependsOnModule[/\\]DependsOnModule\.h \(.*/Modules/Inputs/DependsOnM…
29 …notate-tokens=%S/../Modules/Inputs/Module.framework/Headers/Sub.h:1:1:3:1 %s -fmodules-cache-path=…
32 …n: "#" [1:1 - 1:2] inclusion directive=[[INC_DIR:Module[/\\]Sub2\.h \(.*/Modules/Inputs/Module\.fr…
46 // RUN: c-index-test -cursor-at=%s:3:11 %s -fmodules-cache-path=%t.cache -fmodules -F %S/../Modules
Dpch-with-module.m3 …e-macosx10.7 -fobjc-arc -fmodules-cache-path=%t.cache -fmodules -F %S/../Modules/Inputs -Xclang -f…
4 …cosx10.7 -include %t.h -fobjc-arc -fmodules-cache-path=%t.cache -fmodules -F %S/../Modules/Inputs \
Dindex-pch-with-module.m15 … -write-pch %t.h.pch %s -fmodules-cache-path=%t.cache -fmodules -F %S/../Modules/Inputs -Xclang -f…
16 …test -index-file %s -include %t.h -fmodules-cache-path=%t.cache -fmodules -F %S/../Modules/Inputs \
/external/llvm/lib/Support/
DSignals.cpp53 const char **Modules, intptr_t *Offsets,
89 std::vector<const char *> Modules(Depth, nullptr); in printSymbolizedStackTrace() local
91 if (!findModulesAndOffsets(StackTrace, Depth, Modules.data(), Offsets.data(), in printSymbolizedStackTrace()
104 if (Modules[i]) in printSymbolizedStackTrace()
105 Input << Modules[i] << " " << (void*)Offsets[i] << "\n"; in printSymbolizedStackTrace()
138 if (!Modules[i]) { in printSymbolizedStackTrace()
159 OS << "(" << Modules[i] << '+' << format_hex(Offsets[i], 0) << ")"; in printSymbolizedStackTrace()
/external/guice/core/test/com/google/inject/
DModulesTest.java21 import com.google.inject.util.Modules;
33 Module combined = Modules.combine(newModule(1), newModule(2L), newModule((short) 3)); in testCombineVarargs()
42 Injector injector = Guice.createInjector(Modules.combine(modules)); in testCombineIterable()
54 final Module combined1 = Modules.combine(m1, m2); in testCombineSources()
60 final Module combined2 = Modules.combine(skipSourcesModule); in testCombineSources()
/external/llvm/test/DebugInfo/X86/
DDIModule.ll1 ; ModuleID = '/Volumes/Data/apple-internal/llvm/tools/clang/test/Modules/debug-info-moduleimport.m'
7 ; CHECK-NEXT: DW_AT_LLVM_include_path {{.*}}"/llvm/tools/clang/test/Modules/Inputs"
18 !1 = !DIFile(filename: "/llvm/tools/clang/test/Modules/<stdin>", directory: "/")
22 …dule", configMacros: "-DMODULES=0", includePath: "/llvm/tools/clang/test/Modules/Inputs", isysroot…
/external/clang/lib/Serialization/
DGlobalModuleIndex.cpp182 if (ID == Modules.size()) in GlobalModuleIndex()
183 Modules.push_back(ModuleInfo()); in GlobalModuleIndex()
185 Modules.resize(ID + 1); in GlobalModuleIndex()
189 Modules[ID].Size = Record[Idx++]; in GlobalModuleIndex()
190 Modules[ID].ModTime = Record[Idx++]; in GlobalModuleIndex()
194 Modules[ID].FileName.assign(Record.begin() + Idx, in GlobalModuleIndex()
200 Modules[ID].Dependencies.insert(Modules[ID].Dependencies.end(), in GlobalModuleIndex()
211 StringRef ModuleName = llvm::sys::path::stem(Modules[ID].FileName); in GlobalModuleIndex()
270 for (unsigned I = 0, N = Modules.size(); I != N; ++I) { in getKnownModules()
271 if (ModuleFile *MF = Modules[I].File) in getKnownModules()
[all …]
DModuleManager.cpp42 = Modules.find(File); in lookup()
43 if (Known == Modules.end()) in lookup()
88 ModuleFile *&ModuleEntry = Modules[Entry]; in addModule()
161 Modules.erase(Entry); in addModule()
224 Modules.erase((*victim)->File); in removeModules()
/external/clang/test/VFS/
Dreal-path-found-first.m9 // RUN: mkdir -p %t/SomeFramework.framework/Modules
10 // RUN: cp %S/Inputs/some_frame_module.map %t/SomeFramework.framework/Modules/module.modulemap
19 // RUN: echo ' ' >> %t/SomeFramework.framework/Modules/module.modulemap
38 // RUN: echo ' ' >> %t/SomeFramework.framework/Modules/module.modulemap
46 // RUN: mv %t/SomeFramework.framework/Modules/module.modulemap %t/hide_module.map
48 // RUN: echo "'name': '%t/SomeFramework.framework/Modules/module.modulemap'," >> %t2.yaml
/external/clang/test/Modules/
Dadd-remove-private.m11 // RUN: rm %t/AddRemovePrivate.framework/Modules/module.private.modulemap
19 … cp %S/Inputs/AddRemovePrivate.framework/Modules/module.private.modulemap %t/AddRemovePrivate.fram…
/external/opencv3/cmake/
DOpenCVFindOpenNI.cmake35 # the check: are PrimeSensor Modules for OpenNI installed
38 …_INSTALL_PATH}../PrimeSense/SensorKinect/Bin" DOC "Core library of PrimeSensor Modules for OpenNI")
40 …TALL_PATH64}../PrimeSense/SensorKinect/Bin64" DOC "Core library of PrimeSensor Modules for OpenNI")
43 …PRIME_SENSOR_MODULE "XnCore" PATHS "/usr/lib" DOC "Core library of PrimeSensor Modules for OpenNI")
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy.cpp670 ModuleVector Modules; member in MCJITHelper
716 for (it = Modules.begin(), end = Modules.end(); in ~MCJITHelper()
731 ModuleVector::iterator begin = Modules.begin(); in getFunction()
732 ModuleVector::iterator end = Modules.end(); in getFunction()
770 Modules.push_back(M); in getModuleForNewFunction()
777 ModuleVector::iterator begin = Modules.begin(); in getPointerToFunction()
778 ModuleVector::iterator end = Modules.end(); in getPointerToFunction()
859 ModuleVector::iterator begin = Modules.begin(); in getPointerToNamedFunction()
860 ModuleVector::iterator end = Modules.end(); in getPointerToNamedFunction()
883 ModuleVector::iterator begin = Modules.begin(); in dump()
[all …]
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy.cpp758 ModuleVector Modules; member in MCJITHelper
805 for (it = Modules.begin(), end = Modules.end(); in ~MCJITHelper()
820 ModuleVector::iterator begin = Modules.begin(); in getFunction()
821 ModuleVector::iterator end = Modules.end(); in getFunction()
859 Modules.push_back(M); in getModuleForNewFunction()
866 ModuleVector::iterator begin = Modules.begin(); in getPointerToFunction()
867 ModuleVector::iterator end = Modules.end(); in getPointerToFunction()
957 ModuleVector::iterator begin = Modules.begin(); in getPointerToNamedFunction()
958 ModuleVector::iterator end = Modules.end(); in getPointerToNamedFunction()
980 Modules.push_back(M); in addModule()
[all …]
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp800 Modules.push_back(M); in MCJITHelper()
824 ModuleVector Modules; member in MCJITHelper
873 for (it = Modules.begin(), end = Modules.end(); in ~MCJITHelper()
888 ModuleVector::iterator begin = Modules.begin(); in getFunction()
889 ModuleVector::iterator end = Modules.end(); in getFunction()
927 Modules.push_back(M); in getModuleForNewFunction()
1000 ModuleVector::iterator begin = Modules.begin(); in getPointerToFunction()
1001 ModuleVector::iterator end = Modules.end(); in getPointerToFunction()
1033 ModuleVector::iterator begin = Modules.begin(); in getPointerToNamedFunction()
1034 ModuleVector::iterator end = Modules.end(); in getPointerToNamedFunction()
[all …]
/external/libdivsufsort/CMakeModules/
DProjectCPack.cmake2 IF(EXISTS "${CMAKE_ROOT}/Modules/CPack.cmake")
38 ENDIF(EXISTS "${CMAKE_ROOT}/Modules/CPack.cmake")
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp78 Modules.push_back(std::move(M)); in Init()
144 for (auto I = Modules.begin(), E = Modules.end(); I != E; ++I) { in removeModule()
148 Modules.erase(I); in removeModule()
157 for (unsigned i = 0, e = Modules.size(); i != e; ++i) { in FindFunctionNamed()
158 Function *F = Modules[i]->getFunction(FnName); in FindFunctionNamed()
166 for (unsigned i = 0, e = Modules.size(); i != e; ++i) { in FindGlobalVariableNamed()
167 GlobalVariable *GV = Modules[i]->getGlobalVariable(Name,AllowInternal); in FindGlobalVariableNamed()
322 for (unsigned i = 0, e = Modules.size(); i != e; ++i) in getGlobalValueAtAddress()
323 if (GlobalValue *GV = Modules[i]->getNamedValue(Name)) in getGlobalValueAtAddress()
412 for (std::unique_ptr<Module> &M : Modules) in runStaticConstructorsDestructors()
[all …]
/external/chromium-trace/catapult/firefighter/bin/
Dpackaging.py20 def Modules(root_dir): function
62 for module in Modules(root_dir):
/external/clang/include/clang/Lex/
DModuleMap.h83 llvm::StringMap<Module *> Modules;
509 module_iterator module_begin() const { return Modules.begin(); } in module_begin()
510 module_iterator module_end() const { return Modules.end(); } in module_end()
/external/llvm/lib/DebugInfo/Symbolize/
DSymbolize.cpp116 Modules.clear(); in flush()
336 const auto &I = Modules.find(ModuleName); in getOrCreateModuleInfo()
337 if (I != Modules.end()) { in getOrCreateModuleInfo()
357 Modules.insert(std::make_pair(ModuleName, EC)); in getOrCreateModuleInfo()
379 Modules.insert(std::make_pair(ModuleName, std::move(InfoOrErr))); in getOrCreateModuleInfo()
/external/deqp/targets/no_modules/
Dno_modules.cmake3 set(DEQP_TARGET_NAME "No-Modules")
/external/llvm/tools/gold/
Dgold-plugin.cpp111 static std::list<claimed_file> Modules; variable
427 Modules.resize(Modules.size() + 1); in claim_file_hook()
428 claimed_file &cf = Modules.back(); in claim_file_hook()
857 if (Modules.empty()) in allSymbolsReadHook()
866 for (claimed_file &F : Modules) { in allSymbolsReadHook()
900 for (claimed_file &F : Modules) { in allSymbolsReadHook()
/external/antlr/antlr-3.4/runtime/C/doxygen/
Druntime.dox7 /// \section modules Modules
9 /// Under the Modules menu tree you will find the entry API Classes. This section is further

1234567891011