HomeSort by relevance Sort by last modified time
    Searched refs:Purpose (Results 1 - 25 of 92) sorted by null

1 2 3 4

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
StreamUtil.h 42 StreamPurpose getPurpose() const { return Purpose; }
47 static StreamInfo createStream(StreamPurpose Purpose, StringRef Name,
53 StreamPurpose Purpose;
StreamUtil.cpp 26 if (Purpose == StreamPurpose::NamedStream)
28 if (Purpose == StreamPurpose::ModuleStream)
33 StreamInfo StreamInfo::createStream(StreamPurpose Purpose, StringRef Name,
38 Result.Purpose = Purpose;
48 Result.Purpose = StreamPurpose::ModuleStream;
52 static inline StreamInfo stream(StreamPurpose Purpose, StringRef Label,
54 return StreamInfo::createStream(Purpose, Label, Idx);
  /external/ukey2/src/main/java/com/google/security/annotations/
CryptoAnnotation.java 27 * source code. Keys in source code should be annotated with an owner, purpose,
32 * purpose = CryptoAnnotation.Purpose.AUTHENTICATION,
55 public enum Purpose {ENCRYPTION, AUTHENTICATION, OBFUSCATION,
64 Purpose purpose(); method in interface:CryptoAnnotation
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/
SectionMemoryManager.h 56 /// \p Purpose. \p NearBlock may point to an existing allocation, in which
75 allocateMappedMemory(AllocationPurpose Purpose, size_t NumBytes,
179 uint8_t *allocateSection(AllocationPurpose Purpose, uintptr_t Size,
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
RenderScriptTask.java 47 public enum Purpose {
  /external/deqp/external/openglcts/modules/common/
glcTestSubcase.hpp 64 virtual std::string Purpose() = 0;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/
SectionMemoryManager.cpp 43 SectionMemoryManager::AllocationPurpose Purpose, uintptr_t Size,
54 switch (Purpose) {
106 Purpose, RequiredSize, &MemGroup.Near,
243 allocateMappedMemory(SectionMemoryManager::AllocationPurpose Purpose,
  /external/eigen/lapack/
dsecnd_NONE.f 14 *> \par Purpose:
second_NONE.f 14 *> \par Purpose:
clacgv.f 31 *> \par Purpose:
cladiv.f 28 *> \par Purpose:
dladiv.f 28 *> \par Purpose:
dlapy2.f 28 *> \par Purpose:
dlapy3.f 28 *> \par Purpose:
sladiv.f 28 *> \par Purpose:
slapy2.f 28 *> \par Purpose:
slapy3.f 28 *> \par Purpose:
zlacgv.f 31 *> \par Purpose:
zladiv.f 28 *> \par Purpose:
  /external/deqp/external/openglcts/modules/gles31/
es31cDrawIndirectTests.cpp 889 virtual std::string Purpose()
918 virtual std::string Purpose()
949 virtual std::string Purpose()
993 virtual std::string Purpose()
1043 virtual std::string Purpose()
1078 virtual std::string Purpose()
    [all...]
es31cComputeShaderTests.cpp 488 virtual std::string Purpose()
574 virtual std::string Purpose()
729 virtual std::string Purpose()
917 virtual std::string Purpose()
    [all...]
  /external/python/cpython2/Lib/
ssl.py 337 class Purpose(_ASN1Object):
338 """SSLContext purpose flags with X509v3 Extended Key Usage objects
341 Purpose.SERVER_AUTH = Purpose('1.3.6.1.5.5.7.3.1')
342 Purpose.CLIENT_AUTH = Purpose('1.3.6.1.5.5.7.3.2')
393 def _load_windows_store_certs(self, storename, purpose):
399 if trust is True or purpose.oid in trust:
407 def load_default_certs(self, purpose=Purpose.SERVER_AUTH)
    [all...]
  /external/python/cpython2/Lib/test/
ssl_servers.py 153 context = ssl.create_default_context(ssl.Purpose.CLIENT_AUTH)
197 context = ssl.create_default_context(ssl.Purpose.CLIENT_AUTH)
  /external/python/cpython3/Lib/test/
ssl_servers.py 152 context = ssl.create_default_context(ssl.Purpose.CLIENT_AUTH)
196 context = ssl.create_default_context(ssl.Purpose.CLIENT_AUTH)
  /external/deqp/external/openglcts/modules/gl/
gl4cShaderAtomicCountersTests.cpp 55 virtual std::string Purpose()
897 virtual std::string Purpose()
1010 virtual std::string Purpose()
1062 virtual std::string Purpose()
    [all...]

Completed in 854 milliseconds

1 2 3 4