HomeSort by relevance Sort by last modified time
    Searched defs:extract (Results 1 - 25 of 500) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
fpformat.py 35 def extract(s): function
96 sign, intpart, fraction, expo = extract(x)
111 sign, intpart, fraction, expo = extract(x)
  /external/icu/icu4c/source/common/unicode/
urep.h 127 void (*extract)(UReplaceable* rep, member in struct:UReplaceableCallbacks
  /external/llvm/lib/DebugInfo/DWARF/
DWARFDebugArangeSet.cpp 24 DWARFDebugArangeSet::extract(DataExtractor data, uint32_t *offset_ptr) { function in class:DWARFDebugArangeSet
DWARFDebugRangeList.cpp 22 bool DWARFDebugRangeList::extract(DataExtractor data, uint32_t *offset_ptr) { function in class:DWARFDebugRangeList
DWARFAbbreviationDeclaration.cpp 29 DWARFAbbreviationDeclaration::extract(DataExtractor Data, uint32_t* OffsetPtr) { function in class:DWARFAbbreviationDeclaration
DWARFDebugAbbrev.cpp 25 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))
DWARFDebugAranges.cpp 21 void DWARFDebugAranges::extract(DataExtractor DebugArangesData) { function in class:DWARFDebugAranges
27 while (Set.extract(DebugArangesData, &Offset)) {
43 // Extract aranges from .debug_aranges section.
45 extract(ArangesData);
  /external/swiftshader/third_party/LLVM/lib/DebugInfo/
DWARFAbbreviationDeclaration.cpp 18 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
DWARFDebugAbbrev.cpp 15 bool DWARFAbbreviationDeclarationSet::extract(DataExtractor data, function in class:DWARFAbbreviationDeclarationSet
22 while (abbrevDeclaration.extract(data, offset_ptr)) {
70 if (abbrevDeclSet.extract(data, &offset))
DWARFDebugArangeSet.cpp 50 DWARFDebugArangeSet::extract(DataExtractor data, uint32_t *offset_ptr) { function in class:DWARFDebugArangeSet
  /prebuilts/gdb/darwin-x86/lib/python2.7/
fpformat.py 35 def extract(s): function
96 sign, intpart, fraction, expo = extract(x)
111 sign, intpart, fraction, expo = extract(x)
  /prebuilts/gdb/linux-x86/lib/python2.7/
fpformat.py 35 def extract(s): function
96 sign, intpart, fraction, expo = extract(x)
111 sign, intpart, fraction, expo = extract(x)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
fpformat.py 35 def extract(s): function
96 sign, intpart, fraction, expo = extract(x)
111 sign, intpart, fraction, expo = extract(x)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
fpformat.py 35 def extract(s): function
96 sign, intpart, fraction, expo = extract(x)
111 sign, intpart, fraction, expo = extract(x)
  /external/libcxx/utils/libcxx/sym_check/
extract.py 11 extract - A set of function that extract symbol lists from shared libraries.
24 NMExtractor - Extract symbol lists from libraries using nm.
36 Initialize the nm executable and flags that will be used to extract
46 def extract(self, lib): member in class:NMExtractor
48 Extract symbols from a library and return the results as a dict of
110 ReadElfExtractor - Extract symbol lists from libraries using readelf.
123 extract symbols from shared libraries.
132 def extract(self, lib): member in class:ReadElfExtractor
134 Extract symbols from a library and return the results as a dict o
    [all...]
  /external/llvm/lib/CodeGen/
LiveIntervalUnion.cpp 56 void LiveIntervalUnion::extract(LiveInterval &VirtReg, const LiveRange &Range) { function in class:LiveIntervalUnion
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LiveIntervalUnion.cpp 55 void LiveIntervalUnion::extract(LiveInterval &VirtReg) { function in class:LiveIntervalUnion
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/utils/sym_check/sym_check/
extract.py 11 extract - A set of function that extract symbol lists from shared libraries.
21 NMExtractor - Extract symbol lists from libraries using nm.
33 Initialize the nm executable and flags that will be used to extract
43 def extract(self, lib): member in class:NMExtractor
45 Extract symbols from a library and return the results as a dict of
104 ReadElfExtractor - Extract symbol lists from libraries using readelf.
117 extract symbols from shared libraries.
126 def extract(self, lib): member in class:ReadElfExtractor
128 Extract symbols from a library and return the results as a dict o
    [all...]
  /external/clang/tools/clang-format/
clang-format.el 59 (defun clang-format--extract (xml-node)
60 "Extract replacements and cursor information from XML-NODE."
149 (setq operations (clang-format--extract (car (xml-parse-region)))))
  /external/deqp/external/
fetch_sources.py 70 self.extract()
115 def extract (self): member in class:SourcePackage
119 tmpPath = os.path.join(EXTERNAL_DIR, ".extract-tmp-%s" % self.baseDir)
  /external/libpng/contrib/examples/
iccfrompng.c 8 * Extract any icc profiles found in the given PNG files. This is a simple
37 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/selinux/libsemanage/src/
policy.h 55 /* Extract a policy module */
56 int (*extract) (struct semanage_handle *, member in struct:semanage_policy_table
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/
bit.s 33 .global extract
34 extract: label
35 r4 = extract (r2, r1.L) (z);
36 R2 = EXTRACT (r0, r2.l) (Z);
38 r7 = ExtracT (r3, r4.L) (X);
39 r5 = ExtRACt (R6, R1.L) (x);
  /tools/tradefederation/core/src/com/android/tradefed/util/
KeyguardControllerState.java 53 controller.extract(dump);
57 private void extract(List<String> dump) { method in class:KeyguardControllerState
  /external/guice/extensions/servlet/src/com/google/inject/servlet/
UriPatternType.java 93 String extract = pattern; local
96 if (extract.endsWith("/")) {
97 extract = extract.substring(0, extract.length() - 1);
100 return extract;

Completed in 1272 milliseconds

1 2 3 4 5 6 7 8 91011>>