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

  /system/core/init/
descriptors.h 37 void CreateAndPublish(const std::string& globalContext) const;
56 virtual int Create(const std::string& globalContext) const = 0;
descriptors.cpp 53 void DescriptorInfo::CreateAndPublish(const std::string& globalContext) const {
55 const std::string& contextStr = context_.empty() ? globalContext : context_;
  /external/skia/src/sksl/
SkSLGLSLCodeGenerator.h 113 void writeModifiers(const Modifiers& modifiers, bool globalContext);
SkSLGLSLCodeGenerator.cpp 531 bool globalContext) {
561 if (globalContext &&
569 if (globalContext &&
  /external/pdfium/third_party/lcms2-2.6/src/
cmsplugin.c 634 static struct _cmsContext_struct globalContext = {
673 return &globalContext;
685 return &globalContext;
709 return globalContext.chunks[mc];
  /frameworks/compile/slang/
slang.cpp 127 static llvm::LLVMContext globalContext;
129 llvm::LLVMContext &getGlobalLLVMContext() { return globalContext; }
  /prebuilts/tools/common/m2/repository/com/tunnelvisionlabs/antlr4-runtime/4.5/
antlr4-runtime-4.5.jar 

Completed in 366 milliseconds