Searched refs:extract (Results 1 - 25 of 193) sorted by relevance

12345678

/external/llvm/tools/llvm-extract/
H A DMakefile1 ##===- tools/llvm-extract/Makefile -------------------------*- Makefile -*-===##
11 TOOLNAME := llvm-extract
/external/oprofile/libabi/
H A Dopimport.cpp69 void extract(T & targ, void const * src_,
75 void extractor::extract(T & targ, void const * src_, function in class:extractor
119 ext.extract(head->version, src, "sizeof_u32", "offsetof_header_version");
120 ext.extract(head->cpu_type, src, "sizeof_u32", "offsetof_header_cpu_type");
121 ext.extract(head->ctr_event, src, "sizeof_u32", "offsetof_header_ctr_event");
122 ext.extract(head->ctr_um, src, "sizeof_u32", "offsetof_header_ctr_um");
123 ext.extract(head->ctr_count, src, "sizeof_u32", "offsetof_header_ctr_count");
124 ext.extract(head->is_kernel, src, "sizeof_u32", "offsetof_header_is_kernel");
127 ext.extract(head->mtime, src, "sizeof_time_t", "offsetof_header_mtime");
128 ext.extract(hea
[all...]
/external/llvm/lib/DebugInfo/
H A DDWARFAbbreviationDeclaration.h43 bool extract(DataExtractor data, uint32_t* offset_ptr);
44 bool extract(DataExtractor data, uint32_t* offset_ptr, uint32_t code);
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 DDWARFDebugRangeList.h69 bool extract(DataExtractor data, uint32_t *offset_ptr);
H A DDWARFCompileUnit.h61 bool extract(DataExtractor debug_info, uint32_t* offset_ptr);
62 uint32_t extract(uint32_t offset, DataExtractor debug_info_data,
/external/icu4c/test/letest/
H A Dletsutil.cpp37 le_int32 cLength = uString->extract(0, uLength, NULL, 0, US_INV);
40 uString->extract(0, uLength, cString, cLength, US_INV);
64 le_int32 cLength = uString->extract(0, uLength, NULL, 0, "UTF-8");
67 uString->extract(0, uLength, cString, cLength, "UTF-8");
/external/openfst/src/include/fst/extensions/far/
H A Dfarlib.h19 // to iterate over FARs, and to extract specific FSTs from FARs.
27 #include <fst/extensions/far/extract.h>
/external/icu4c/common/unicode/
H A Durep.h125 void (*extract)(UReplaceable* rep, member in struct:UReplaceableCallbacks
H A Dcaniter.h196 //Set extract(int comp, String segment, int segmentPos, StringBuffer buffer);
197 Hashtable *extract(Hashtable *fillinResult, UChar32 comp, const UChar *segment, int32_t segLen, int32_t segmentPos, UErrorCode &status);
198 //Hashtable *extract(UChar32 comp, const UnicodeString &segment, int32_t segLen, int32_t segmentPos, UErrorCode &status);
/external/webkit/Tools/Scripts/webkitpy/common/system/
H A Ddirectoryfileset_unittest.py55 self._fileset.extract('some-file', '/test-directory')
60 self._fileset.extract('b/c', '/test-directory')
H A Dfileset.py50 self._fileset.extract(self._filename, path)
53 self._fileset.extract(self._filename, temp_dir)
H A Dzipfileset.py66 def extract(self, filename, path): member in class:ZipFileSet
68 self._zip_file.extract(filename, path)
H A Dzipfileset_unittest.py51 def extract(self, filename, path): member in class:FakeZip
83 self._zip.extract('some-file', '/some-dir')
88 self._zip.extract('a/b/some-other-file', '/some-dir')
H A Dzip_mock.py49 def extract(self, filename, path): member in class:MockZip
/external/clang/test/SemaCXX/
H A Dconstexpr-printing.cpp4 constexpr int extract(const S &s);
7 constexpr S() : n(extract(*this)), m(0) {} // expected-note {{in call to 'extract(s1)'}}
8 constexpr S(int k) : n(k), m(extract(*this)) {}
12 constexpr int extract(const S &s) { return s.n; } // expected-note {{read of uninitialized object is not allowed in a constant expression}} function
/external/icu4c/i18n/
H A Dupluralrules.cpp52 return result.extract(keyword, capacity, *status);
H A Dformat.cpp182 pattern.extract(start,stop-start,parseError.preContext,0);
190 pattern.extract(start,stop-start,parseError.postContext,0);
/external/icu4c/test/intltest/
H A Duts46test.cpp217 prettify(result).extract(0, 0x7fffffff, buffer, LENGTHOF(buffer));
231 prettify(result).extract(0, 0x7fffffff, buffer, LENGTHOF(buffer));
613 prettify(uN).extract(0, 0x7fffffff, buffer, LENGTHOF(buffer));
631 prettify(uT).extract(0, 0x7fffffff, buffer, LENGTHOF(buffer));
644 prettify(aN).extract(0, 0x7fffffff, buffer, LENGTHOF(buffer));
650 prettify(aT).extract(0, 0x7fffffff, buffer, LENGTHOF(buffer));
657 prettify(aN).extract(0, 0x7fffffff, buffer, LENGTHOF(buffer));
661 prettify(aT).extract(0, 0x7fffffff, buffer, LENGTHOF(buffer));
679 prettify(aN).extract(0, 0x7fffffff, buffer, LENGTHOF(buffer));
680 prettify(uNaN).extract(
[all...]
/external/eigen/Eigen/src/Core/util/
H A DBlasUtil.h169 static inline ExtractType extract(const XprType& x) { return x; } function in struct:Eigen::internal::blas_traits
186 static inline ExtractType extract(const XprType& x) { return Base::extract(x.nestedExpression()); } function in struct:Eigen::internal::blas_traits
198 static inline ExtractType extract(const XprType& x) { return Base::extract(x.nestedExpression()); } function in struct:Eigen::internal::blas_traits
211 static inline ExtractType extract(const XprType& x) { return Base::extract(x.nestedExpression()); } function in struct:Eigen::internal::blas_traits
233 static inline ExtractType extract(const XprType& x) { return Base::extract(x.nestedExpression()); } function in struct:Eigen::internal::blas_traits
246 return blas_traits<T>::extract(
[all...]
/external/icu4c/common/
H A Druleiter.cpp116 buf->extract(bufPos, maxLookAhead, result);
118 text.extract(pos.getIndex(), maxLookAhead, result);
130 text.extract(0, b, result);
H A Dservrbf.cpp62 length=_bundleName.extract(0, INT32_MAX, pkg, (int32_t)sizeof(pkg), US_INV);
H A Dunistr_cnv.cpp129 UnicodeString::extract(int32_t start, function in class:UnicodeString
133 return extract(start, length, target, dstSize, 0);
140 UnicodeString::extract(int32_t start, function in class:UnicodeString
215 UnicodeString::extract(char *dest, int32_t destCapacity, function in class:UnicodeString
/external/icu4c/samples/numfmt/
H A Dutil.cpp66 int32_t bufLen = str.extract(0, 0x7fffffff, stackBuffer, sizeof(stackBuffer), "UTF-8");
71 bufLen = str.extract(0, 0x7fffffff, buf, bufLen + 1, "UTF-8");

Completed in 486 milliseconds

12345678