Searched defs:getEnvironment (Results 1 - 11 of 11) sorted by relevance

/external/vulkan-validation-layers/layers/
H A Dvk_layer_config.cpp53 std::string getEnvironment(const char *variable) { function
178 std::string envPath = getEnvironment("VK_LAYER_SETTINGS_PATH");
201 std::string envPath = getEnvironment("VK_LAYER_SETTINGS_PATH");
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h117 /// getEnvironment - Return the environment associated with this state.
119 const Environment& getEnvironment() const { return Env; } function in class:clang::ento::ProgramState
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DTriple.h190 /// getEnvironment - Get the parsed environment type of this triple.
191 EnvironmentType getEnvironment() const { function in class:llvm::Triple
/external/llvm/include/llvm/ADT/
H A DTriple.h279 /// getEnvironment - Get the parsed environment type of this triple.
280 EnvironmentType getEnvironment() const { return Environment; } function in class:llvm::Triple
478 EnvironmentType Env = getEnvironment();
486 (getEnvironment() == Triple::UnknownEnvironment ||
487 getEnvironment() == Triple::MSVC);
492 return getOS() == Triple::Win32 && getEnvironment() == Triple::MSVC;
496 return getOS() == Triple::Win32 && getEnvironment() == Triple::CoreCLR;
500 return getOS() == Triple::Win32 && getEnvironment() == Triple::Itanium;
504 return getOS() == Triple::Win32 && getEnvironment() == Triple::Cygnus;
508 return getOS() == Triple::Win32 && getEnvironment()
[all...]
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DTriple.h287 /// getEnvironment - Get the parsed environment type of this triple.
288 EnvironmentType getEnvironment() const { return Environment; } function in class:llvm::Triple
490 EnvironmentType Env = getEnvironment();
503 (getEnvironment() == Triple::UnknownEnvironment ||
504 getEnvironment() == Triple::MSVC);
509 return getOS() == Triple::Win32 && getEnvironment() == Triple::MSVC;
513 return getOS() == Triple::Win32 && getEnvironment() == Triple::CoreCLR;
517 return getOS() == Triple::Win32 && getEnvironment() == Triple::Itanium;
521 return getOS() == Triple::Win32 && getEnvironment() == Triple::Cygnus;
525 return getOS() == Triple::Win32 && getEnvironment()
[all...]
/external/guice/extensions/persist/lib/
H A Dhibernate-annotations.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/annotationfactory/ org/hibernate/annotations/ org/ ...
/external/guice/extensions/struts2/lib/
H A Dfreemarker-2.3.16.jarMETA-INF/ META-INF/MANIFEST.MF freemarker/ freemarker/cache/ freemarker/core/ freemarker/debug/ freemarker/debug/impl/ ...
H A Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 290 milliseconds