HomeSort by relevance Sort by last modified time
    Searched full:extract (Results 3401 - 3425 of 8518) sorted by null

<<131132133134135136137138139140>>

  /external/chromium-trace/catapult/third_party/zipfile/
zipfile_2_7_13.py 317 self.extract_version = 20 # Version needed to extract archive
1019 def extract(self, member, path=None, pwd=None): member in class:ZipFile
    [all...]
  /external/clang/utils/perf-training/
perf-helper.py 178 # Extract the list of symbols from the given file, which is assumed to be
191 # If this is a timestamp specifier, extract it.
  /external/compiler-rt/lib/tsan/rtl/
tsan_platform_linux.cc 279 // Extract file descriptors passed to glibc internal __res_iclose function.
296 // Extract file descriptors passed via UNIX domain sockets.
  /external/curl/lib/vauth/
krb5_sspi.c 364 /* Extract the security layer */
372 /* Extract the maximum message size the server can receive */
  /external/eigen/Eigen/src/Core/products/
GeneralMatrixMatrix.h 464 typename internal::add_const_on_value_type<ActualLhsType>::type lhs = LhsBlasTraits::extract(a_lhs);
465 typename internal::add_const_on_value_type<ActualRhsType>::type rhs = RhsBlasTraits::extract(a_rhs);
TriangularMatrixMatrix.h 405 typename internal::add_const_on_value_type<ActualLhsType>::type lhs = LhsBlasTraits::extract(a_lhs);
406 typename internal::add_const_on_value_type<ActualRhsType>::type rhs = RhsBlasTraits::extract(a_rhs);
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorSyclTuple.h 83 /// \param t is the tuple whose contents to extract
102 /// \param t is the tuple whose contents to extract
  /external/freetype/include/freetype/
ftglyph.h 222 /* A function used to extract a glyph image from a slot. Note that */
464 /* // extract glyph image */
    [all...]
  /external/freetype/include/freetype/internal/
ftstream.h 404 /* Extract a stream frame. If the stream is disk-based, a heap block */
418 /* release an extract frame (see FT_Stream_ExtractFrame) */
  /external/freetype/src/cff/
cffgload.c 125 /********** extract the value from either a `sbw' or `seac' *********/
157 /* For each glyph, parse the glyph charstring and extract */
  /external/freetype/src/cid/
cidgload.c 276 /********** extract the value from either a `sbw' or `seac' *********/
315 /* for each glyph, parse the glyph charstring and extract */
  /external/freetype/src/type1/
t1gload.c 203 /********** extract the value from either a `sbw' or `seac' *********/
252 /* for each glyph, parse the glyph charstring and extract */
  /external/gptfdisk/
gptcl.cc 541 // Extract integer data from argument string, which should be colon-delimited
550 // Extract string data from argument string, which should be colon-delimited
  /external/harfbuzz_ng/src/
hb-ot-math-table.hh 456 inline void extract (hb_ot_math_glyph_part_t &out, function in struct:OT::MathGlyphPartRecord
517 arr[i].extract (parts[i], scale, font);
  /external/icu/icu4c/source/i18n/
rbt_set.cpp 150 r.extract(0, len, parseError.preContext);
157 r.extract(0, len, parseError.postContext);
uspoof_conf.cpp 265 // We have a good input line. Extract the key character and mapping string, and
439 fStringTable->extract(strings, stringsLength+1, status);
  /external/icu/icu4c/source/i18n/unicode/
tznames.h 262 * <li>Extract a substring after the last occurrence of "/".
270 * location name is not available and the fallback logic described above cannot extract location from the ID.
  /external/icu/icu4c/source/tools/gendict/
gendict.cpp 366 fileLine.extract(valueStart, valueLength, s, 16, US_INV);
472 s.extract(0, s.length(), tmp, 1024);
  /external/libevent/
bufferevent-internal.h 220 /* Saved conn_addr, to extract IP address from it.
223 * in that case we can't extract IP address even in close_cb.
  /external/libunwind/
Android.bp 145 "src/mi/Ldyn-extract.c",
156 "src/mi/Gdyn-extract.c",
  /external/libvpx/
generate_config.sh 155 # Extract a list of C sources from a libvpx_srcs.txt file
161 # Extract a list of ASM sources from a libvpx_srcs.txt file
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_dct_ssse3.c 311 // Poor man's sign extract
379 // Poor man's sign extract
  /external/libvpx/libvpx/vpx_dsp/mips/
itrans4_dspr2.c 225 /* bit positon for extract from acc */
245 /* bit positon for extract from acc */
  /external/llvm/docs/CommandGuide/
llvm-ar.rst 130 Extract archive members back to files. The *o* modifier applies to this
133 *files* are specified, the entire archive is extract.
  /external/llvm/lib/DebugInfo/DWARF/
DWARFUnit.cpp 105 bool DWARFUnit::extract(DataExtractor debug_info, uint32_t *offset_ptr) { function in class:llvm::DWARFUnit
127 return RangeList.extract(RangesData, &ActualRangeListOffset);

Completed in 1375 milliseconds

<<131132133134135136137138139140>>