Searched defs:extract (Results 1 - 25 of 102) sorted by relevance

12345

/external/libcxx/utils/
H A Dsym_extract.py14 from libcxx.sym_check import extract, util namespace
21 help='The library to extract symbols from')
35 syms = extract.extract_symbols(args.library)
H A Dsym_match.py16 from libcxx.sym_check import util, match, extract namespace
/external/robolectric-shadows/processor/src/test/resources/mock-source/org/robolectric/shadow/api/
H A DShadow.java5 public static <T> T extract(Object source) { method in class:Shadow
/external/icu/icu4c/source/common/unicode/
H A Durep.h127 void (*extract)(UReplaceable* rep, member in struct:UReplaceableCallbacks
/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.cpp29 DWARFAbbreviationDeclaration::extract(DataExtractor Data, uint32_t* OffsetPtr) { function in class:DWARFAbbreviationDeclaration
H A DDWARFDebugArangeSet.cpp24 DWARFDebugArangeSet::extract(DataExtractor data, uint32_t *offset_ptr) { function in class:DWARFDebugArangeSet
H A DDWARFDebugRangeList.cpp22 bool DWARFDebugRangeList::extract(DataExtractor data, uint32_t *offset_ptr) { function in class:DWARFDebugRangeList
H A DDWARFDebugAbbrev.cpp25 bool DWARFAbbreviationDeclarationSet::extract(DataExtractor Data, function in class:DWARFAbbreviationDeclarationSet
32 while (AbbrDecl.extract(Data, OffsetPtr)) {
76 void DWARFDebugAbbrev::extract(DataExtractor Data) { function in class:DWARFDebugAbbrev
83 if (!AbbrDecls.extract(Data, &Offset))
H A DDWARFAcceleratorTable.cpp17 bool DWARFAcceleratorTable::extract() { function in class:llvm::DWARFAcceleratorTable
H A DDWARFDebugAranges.cpp21 void DWARFDebugAranges::extract(DataExtractor DebugArangesData) { function in class:DWARFDebugAranges
27 while (Set.extract(DebugArangesData, &Offset)) {
45 extract(ArangesData);
/external/python/cpython2/Lib/
H A Dfpformat.py35 def extract(s): function
96 sign, intpart, fraction, expo = extract(x)
111 sign, intpart, fraction, expo = extract(x)
/external/scapy/scapy/layers/tls/crypto/
H A Dhkdf.py25 def extract(self, salt, ikm): member in class:TLS13_HKDF
/external/swiftshader/third_party/LLVM/lib/DebugInfo/
H A DDWARFAbbreviationDeclaration.cpp18 DWARFAbbreviationDeclaration::extract(DataExtractor data, uint32_t* offset_ptr){ function in class:DWARFAbbreviationDeclaration
19 return extract(data, offset_ptr, data.getULEB128(offset_ptr));
23 DWARFAbbreviationDeclaration::extract(DataExtractor data, uint32_t* offset_ptr, function in class:DWARFAbbreviationDeclaration
H A DDWARFDebugAbbrev.cpp15 bool DWARFAbbreviationDeclarationSet::extract(DataExtractor data, function in class:DWARFAbbreviationDeclarationSet
22 while (abbrevDeclaration.extract(data, offset_ptr)) {
70 if (abbrevDeclSet.extract(data, &offset))
H A DDWARFDebugArangeSet.cpp50 DWARFDebugArangeSet::extract(DataExtractor data, uint32_t *offset_ptr) { function in class:DWARFDebugArangeSet
/external/clang/tools/clang-format/
H A Dclang-format.el59 (defun clang-format--extract (xml-node)
149 (setq operations (clang-format--extract (car (xml-parse-region)))))
/external/libcxx/utils/libcxx/sym_check/
H A Dextract.py11 extract - A set of function that extract symbol lists from shared libraries.
36 Initialize the nm executable and flags that will be used to extract
46 def extract(self, lib): member in class:NMExtractor
123 extract symbols from shared libraries.
132 def extract(self, lib): member in class:ReadElfExtractor
194 return extractor.extract(lib_file)
H A Dutil.py100 import libcxx.sym_check.extract namespace
102 return libcxx.sym_check.extract.extract_symbols(filename)
/external/robolectric-shadows/shadowapi/src/main/java/org/robolectric/internal/
H A DIShadow.java7 <T> T extract(Object instance); method in interface:IShadow
/external/selinux/libsemanage/src/
H A Dpolicy.h56 int (*extract) (struct semanage_handle *, member in struct:semanage_policy_table
/external/libpng/contrib/examples/
H A Diccfrompng.c37 extract(FILE *fp, png_uint_32 *proflen) function
99 png_bytep profile = extract(fp, &proflen);
182 /* Exit code is true if any extract succeeds */
/external/llvm/lib/CodeGen/
H A DLiveIntervalUnion.cpp56 void LiveIntervalUnion::extract(LiveInterval &VirtReg, const LiveRange &Range) { function in class:LiveIntervalUnion
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
H A DShadowImpl.java16 public <T> T extract(Object instance) { method in class:ShadowImpl
/external/robolectric-shadows/shadowapi/src/main/java/org/robolectric/shadow/api/
H A DShadow.java24 public static <T> T extract(Object instance) { method in class:Shadow
25 return SHADOW_IMPL.extract(instance);
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DLiveIntervalUnion.cpp55 void LiveIntervalUnion::extract(LiveInterval &VirtReg) { function in class:LiveIntervalUnion

Completed in 580 milliseconds

12345