HomeSort by relevance Sort by last modified time
    Searched refs:extract (Results 226 - 250 of 502) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /system/core/libpixelflinger/codeflinger/
texturing.cpp 116 // just use a packed version of the color and extract the
192 // iterated colors are packed, extract the one we need
193 extract(fragment, parts.iterated, component);
    [all...]
  /external/chromium_org/third_party/lcov/bin/
lcov 32 # 2002-10-17 / Peter Oberparleiter: implemented --extract option
119 sub extract();
150 our $extract; # If set, extracts parts of tracefile
262 "extract|e=s" => \$extract,
374 # Only --extract, --remove and --diff allow unnamed parameters
375 if (@ARGV && !($extract || $remove || $diff || @opt_summary))
442 elsif ($extract)
446 $br_overall_found, $br_overall_hit) = extract();
507 -e, --extract FILE PATTERN Extract files matching PATTERN from FIL
2698 sub extract() subroutine
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
tznames_impl.cpp 660 tmpName.extract(locationNameOwned, tmpNameLen + 1, status);
    [all...]
dtitvinf.cpp 424 skeleton.extract(0, skeleton.length(), result, "UTF-8");
490 skeleton->extract(0, skeleton->length(), result, "UTF-8");
region.cpp 146 r->idStr.extract(0,r->idStr.length(),r->id,sizeof(r->id),US_INV);
180 aliasFromRegion->idStr.extract(0,aliasFromRegion->idStr.length(),aliasFromRegion->id,sizeof(aliasFromRegion->id),US_INV);
  /external/chromium_org/third_party/icu/source/test/intltest/
convtest.cpp 117 s.extract(0, 0x7fffffff, charset, sizeof(charset), "");
154 s.extract(0, 0x7fffffff, cbopt, sizeof(cbopt), "");
230 s.extract(0, 0x7fffffff, charset, sizeof(charset), "");
305 s.extract(0, 0x7fffffff, cbopt, sizeof(cbopt), "");
384 s.extract(0, 0x7fffffff, charset, sizeof(charset), "");
    [all...]
  /external/icu/icu4c/source/i18n/
tznames_impl.cpp 660 tmpName.extract(locationNameOwned, tmpNameLen + 1, status);
    [all...]
decimalformatpattern.cpp 61 pattern.extract(start,stop-start,parseError.preContext,0);
69 pattern.extract(start,stop-start,parseError.postContext,0);
dtitvinf.cpp 424 skeleton.extract(0, skeleton.length(), result, "UTF-8");
490 skeleton->extract(0, skeleton->length(), result, "UTF-8");
region.cpp 146 r->idStr.extract(0,r->idStr.length(),r->id,sizeof(r->id),US_INV);
180 aliasFromRegion->idStr.extract(0,aliasFromRegion->idStr.length(),aliasFromRegion->id,sizeof(aliasFromRegion->id),US_INV);
  /external/icu/icu4c/source/test/intltest/
convtest.cpp 117 s.extract(0, 0x7fffffff, charset, sizeof(charset), "");
163 s.extract(0, 0x7fffffff, cbopt, sizeof(cbopt), "");
239 s.extract(0, 0x7fffffff, charset, sizeof(charset), "");
323 s.extract(0, 0x7fffffff, cbopt, sizeof(cbopt), "");
402 s.extract(0, 0x7fffffff, charset, sizeof(charset), "");
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
BeautifulSoup.py 138 # means that when we extract it, the index of this
141 self.extract()
147 self.extract()
153 def extract(self): member in class:PageElement
203 # when we extract this element, our target index
206 newChild.extract()
585 """Extract all children."""
587 child.extract()
780 self.extract()
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/extensions/searchvox/
util.js 18 * @param {Node} node DOM element to extract from.
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/
temporal_filter_apply_sse2.asm 141 ; load and extract the predictor up to shorts
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
vp9_temporal_filter_apply_sse2.asm 146 ; load and extract the predictor up to shorts
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_vbo_t.c 414 extract_u_t extract = ib ? render->ib.extract_u : extract_id; local
436 extract(&render->ib, 0, start);
  /external/eigen/Eigen/src/Core/products/
GeneralMatrixMatrix.h 401 typename internal::add_const_on_value_type<ActualLhsType>::type lhs = LhsBlasTraits::extract(m_lhs);
402 typename internal::add_const_on_value_type<ActualRhsType>::type rhs = RhsBlasTraits::extract(m_rhs);
SelfadjointMatrixMatrix.h 410 typename internal::add_const_on_value_type<ActualLhsType>::type lhs = LhsBlasTraits::extract(m_lhs);
411 typename internal::add_const_on_value_type<ActualRhsType>::type rhs = RhsBlasTraits::extract(m_rhs);
TriangularMatrixMatrix.h 393 typename internal::add_const_on_value_type<ActualLhsType>::type lhs = LhsBlasTraits::extract(m_lhs);
394 typename internal::add_const_on_value_type<ActualRhsType>::type rhs = RhsBlasTraits::extract(m_rhs);
  /external/libvpx/libvpx/vp8/encoder/x86/
temporal_filter_apply_sse2.asm 141 ; load and extract the predictor up to shorts
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_temporal_filter_apply_sse2.asm 141 ; load and extract the predictor up to shorts
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_vbo_t.c 414 extract_u_t extract = ib ? render->ib.extract_u : extract_id; local
436 extract(&render->ib, 0, start);
  /frameworks/base/core/java/android/util/
PathParser.java 183 extract(s, startPosition, result); method
211 private static void extract(String s, int start, ExtractFloatResult result) { method in class:PathParser
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
temporal_filter_apply_sse2.asm 141 ; load and extract the predictor up to shorts
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_temporal_filter_apply_sse2.asm 141 ; load and extract the predictor up to shorts

Completed in 1807 milliseconds

1 2 3 4 5 6 7 8 91011>>