HomeSort by relevance Sort by last modified time
    Searched defs:extract (Results 1 - 25 of 130) 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/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/deqp/external/
fetch_sources.py 53 def extract (pkg): function
57 tmpPath = os.path.join(EXTERNAL_DIR, ".extract-tmp-%s" % pkg.dstDir)
106 help='Clean only, do not fetch/extract')
121 extract(pkg)
  /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/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...]
  /external/zlib/src/examples/
zran.c 46 some lookahead and avoid many calls to extract() for small lengths.
244 the end of the uncompressed data, then extract() will return a value less
247 was generated. extract() may also return Z_ERRNO if there is an error on
249 local int extract(FILE *in, struct access *index, off_t offset, function
351 /* Demonstrate the use of build_index() and extract() by processing the file
396 len = extract(in, index, offset, buf, CHUNK);
  /system/core/libpixelflinger/
buffer.cpp 36 static uint32_t extract(uint32_t v, int h, int l, int bits);
129 pixel->c[i] = extract(v, f->c[i].h, f->c[i].l, f->size*8);
277 // extract a component from a word
278 uint32_t extract(uint32_t v, int h, int l, int bits) function in namespace:android
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
LocalVariableExtractor.java 42 * @param method {@code non-null;} the method to extract from
45 public static LocalVariableInfo extract(RopMethod method) { method in class:LocalVariableExtractor
51 * Constructs an instance. This method is private. Use {@link #extract}.
53 * @param method {@code non-null;} the method to extract from

Completed in 1577 milliseconds

1 2 3 4 5 6