Searched refs:pfn (Results 1 - 11 of 11) sorted by relevance

/external/autotest/client/site_tests/security_ProtocolFamilies/
H A Dsecurity_ProtocolFamilies.py73 def pf_name(self, pfn):
76 if pfn in PROTOCOL_FAMILIES:
77 protocol_family = PROTOCOL_FAMILIES[pfn]
79 protocol_family = "PF %d (unknown)" % pfn
84 def is_protocol_family_available(self, pfn):
85 """Tries to create a socket with protocol family number |pfn|
94 socket.socket(pfn, socket_type)
97 (self.pf_name(pfn), socket_type))
116 for pfn in range(256):
117 pf_available = self.is_protocol_family_available(pfn)
[all...]
/external/boringssl/src/crypto/x509v3/
H A Dv3name_test.c396 const struct set_name_fn *pfn = name_fns; local
397 while (pfn->name) {
407 if (!pfn->fn(crt, *pname))
412 run_cert(crt, *pname, pfn);
416 ++pfn;
/external/valgrind/include/vki/
H A Dvki-xen-hvm.h95 vki_uint64_t pfn; member in struct:vki_xen_hvm_get_mem_access
/external/clang/test/SemaCXX/
H A Dconditional-expr.cpp153 vfn pfn = i1 ? F() : test; local
154 pfn = i1 ? test : F();
171 pfn = i1 ? F() : G();
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp698 void *pfn = SectionMemoryManager::getPointerToNamedFunction(Name, false); local
699 if (pfn)
700 return pfn;
702 pfn = MasterHelper->getPointerToNamedFunction(Name);
703 if (!pfn && AbortOnFailure)
706 return pfn;
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy.cpp701 void *pfn = SectionMemoryManager::getPointerToNamedFunction(Name, false); local
702 if (pfn)
703 return pfn;
705 pfn = MasterHelper->getPointerToNamedFunction(Name);
706 if (!pfn && AbortOnFailure)
709 return pfn;
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy.cpp790 void *pfn = SectionMemoryManager::getPointerToNamedFunction(Name, false); local
791 if (pfn)
792 return pfn;
794 pfn = MasterHelper->getPointerToNamedFunction(Name);
795 if (!pfn && AbortOnFailure)
798 return pfn;
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp858 void *pfn = RTDyldMemoryManager::getPointerToNamedFunction(Name, false); local
859 if (pfn)
860 return pfn;
862 pfn = MasterHelper->getPointerToNamedFunction(Name);
863 if (!pfn && AbortOnFailure)
866 return pfn;
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_file.cc462 void (GeneratorClass::*pfn)(io::Printer* printer)) {
481 (generator->*pfn)(&printer);
/external/clang/test/Sema/
H A Datomic-ops.c220 void (*pfn)(memory_order) = &atomic_thread_fence; member in struct:s2
221 pfn = &atomic_signal_fence; member in struct:s2
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-xen.c1249 PRE_XEN_HVMOP_READ(get_mem_access, pfn);

Completed in 1295 milliseconds