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

1 2 3 4 5 6

  /external/chromium_org/third_party/icu/source/common/unicode/
urep.h 125 void (*extract)(UReplaceable* rep, member in struct:UReplaceableCallbacks
  /external/icu/icu4c/source/common/unicode/
urep.h 125 void (*extract)(UReplaceable* rep, member in struct:UReplaceableCallbacks
  /external/llvm/lib/DebugInfo/
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/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
zip_mock.py 49 def extract(self, filename, path): member in class:MockZip
zipfileset.py 66 def extract(self, filename, path): member in class:ZipFileSet
68 self._zip_file.extract(filename, path)
zipfileset_unittest.py 50 def extract(self, filename, path): member in class:FakeZip
82 self._zip.extract('some-file', '/some-dir')
87 self._zip.extract('a/b/some-other-file', '/some-dir')
  /external/llvm/lib/CodeGen/
LiveIntervalUnion.cpp 56 void LiveIntervalUnion::extract(LiveInterval &VirtReg) { function in class:LiveIntervalUnion
  /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/libpng/contrib/examples/
iccfrompng.c 8 * Extract any icc profiles found in the given PNG files. This is a simple
33 extract(FILE *fp, png_uint_32 *proflen) function
95 png_bytep profile = extract(fp, &proflen);
178 /* Exit code is true if any extract succeeds */
  /external/chromium_org/third_party/icu/source/common/
unistr_cnv.cpp 129 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/icu/icu4c/source/common/
unistr_cnv.cpp 129 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
  /system/core/libpixelflinger/codeflinger/
load_store.cpp 109 void GGLAssembler::extract(integer_t& d, int s, int h, int l, int bits) function in class:android::GGLAssembler
161 void GGLAssembler::extract(integer_t& d, const pixel_t& s, int component) function in class:android::GGLAssembler
163 extract(d, s.reg,
169 void GGLAssembler::extract(component_t& d, const pixel_t& s, int component) function in class:android::GGLAssembler
172 extract(r, s.reg,
183 extract(d, s.reg, s.h, s.l, 32);
  /dalvik/dx/src/com/android/dx/ssa/
LocalVariableExtractor.java 50 * @param method {@code non-null;} the method to extract from
53 public static LocalVariableInfo extract(SsaMethod method) { method in class:LocalVariableExtractor
59 * Constructs an instance. This method is private. Use {@link #extract}.
61 * @param method {@code non-null;} the method to extract from
  /external/chromium_org/third_party/WebKit/Source/wtf/
HashSet.h 119 static const T& extract(const T& t) { return t; } function in struct:WTF::IdentityExtractor
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vertex.h 74 tnl_extract_func extract; member in struct:tnl_format_info
94 /* Extract a named attribute from a hardware vertex. Will have to
  /external/clang/test/SemaCXX/
constexpr-printing.cpp 4 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 object outside its lifetime is not allowed in a constant expression}} function
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
LocalVariableExtractor.java 51 * @param method {@code non-null;} the method to extract from
54 public static LocalVariableInfo extract(SsaMethod method) { method in class:LocalVariableExtractor
60 * Constructs an instance. This method is private. Use {@link #extract}.
62 * @param method {@code non-null;} the method to extract from
  /external/eigen/Eigen/src/Core/util/
BlasUtil.h 169 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(m).data()
    [all...]
  /external/mesa3d/src/mesa/tnl/
t_vertex.h 74 tnl_extract_func extract; member in struct:tnl_format_info
94 /* Extract a named attribute from a hardware vertex. Will have to
  /external/oprofile/libabi/
opimport.cpp 69 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(head->cg_to_is_kernel, src, "sizeof_u32"
    [all...]

Completed in 1640 milliseconds

1 2 3 4 5 6