HomeSort by relevance Sort by last modified time
    Searched refs:extract (Results 176 - 200 of 392) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vertex.c 211 /* Extract a named attribute from a hardware vertex. Will have to
225 a[j].extract( &a[j], dest, (GLubyte *)vin + a[j].vertoffset );
335 vtx->attr[j].extract = _tnl_format_info[format].extract;
t_context.h 310 tnl_extract_func extract; member in struct:tnl_clipspace_attr
  /external/icu/icu4c/source/i18n/
umsg.cpp 360 return res.extract(result, resultLength, *status);
483 return resultStr.extract(result, resultLength, *status);
583 temp.extract(0,len,aString);
rbt_set.cpp 148 r.extract(0, len, parseError.preContext);
155 r.extract(0, len, parseError.postContext);
  /external/icu/icu4c/source/test/intltest/
normconf.cpp 504 sPretty.extract(0, sPretty.length(), sChars, sPretty.length() + 1);
506 gotPretty.extract(0, gotPretty.length(), gotChars, gotPretty.length() + 1);
508 expPretty.extract(0, expPretty.length(), expChars, expPretty.length() + 1);
  /external/mesa3d/src/mesa/tnl/
t_vertex.c 211 /* Extract a named attribute from a hardware vertex. Will have to
225 a[j].extract( &a[j], dest, (GLubyte *)vin + a[j].vertoffset );
335 vtx->attr[j].extract = _tnl_format_info[format].extract;
  /external/chromium_org/third_party/icu/source/i18n/
rbt_set.cpp 148 r.extract(0, len, parseError.preContext);
155 r.extract(0, len, parseError.postContext);
anytrans.cpp 318 name.extract(0, nameLen, buf, (int32_t)sizeof(buf), US_INV);
scriptset.cpp 225 oneScriptName.extract(0, oneScriptName.length(), buf, sizeof(buf)-1, US_INV);
tmutfmt.cpp 223 count.extract(0, count.length(), result, "UTF-8");
250 source.extract(0, source.length(), res, "UTF-8");
265 count->extract(0, count->length(), res, "UTF-8");
299 select.extract(0, select.length(), res, "UTF-8");
    [all...]
  /external/chromium_org/third_party/icu/source/samples/ustring/
ustring.cpp 88 out[s.extract(0, 99, out)]=0;
499 // if we need it in the original buffer, then extract() to it
500 // extract() does not do anything if the string aliases that same buffer
507 one.extract(0, i, writeable);
509 printf("writeable-alias backing buffer[%d]=0x%lx after re-extract\n",
585 // printUnicodeString() could use this, too, by changing to an extract() overload
  /external/chromium_org/third_party/icu/source/tools/gendict/
gendict.cpp 397 fileLine.extract(valueStart, valueLength, s, 16, US_INV);
503 s.extract(0, s.length(), tmp, 1024);
  /external/chromium_org/tools/grit/grit/
clique.py 67 extract = re.sub('(?i)error', 'REDACTED', text[0:40])[0:40]
75 return " %s \"%s%s\" %s" % (clique.GetId(), extract, ellipsis,
  /external/chromium_org/tools/telemetry/telemetry/core/platform/
win_platform_backend.py 67 zip_file.extract(dll_file_name, executable_dir)
70 zip_file.extract(driver_file_name, executable_dir)
  /external/eigen/Eigen/src/Core/products/
SelfadjointMatrixVector.h 66 // this is because we need to extract packets
198 typename internal::add_const_on_value_type<ActualLhsType>::type lhs = LhsBlasTraits::extract(m_lhs);
199 typename internal::add_const_on_value_type<ActualRhsType>::type rhs = RhsBlasTraits::extract(m_rhs);
  /external/icu/icu4c/source/samples/ustring/
ustring.cpp 88 out[s.extract(0, 99, out)]=0;
499 // if we need it in the original buffer, then extract() to it
500 // extract() does not do anything if the string aliases that same buffer
507 one.extract(0, i, writeable);
509 printf("writeable-alias backing buffer[%d]=0x%lx after re-extract\n",
585 // printUnicodeString() could use this, too, by changing to an extract() overload
  /external/icu/icu4c/source/tools/gendict/
gendict.cpp 397 fileLine.extract(valueStart, valueLength, s, 16, US_INV);
503 s.extract(0, s.length(), tmp, 1024);
  /external/libunwind/
Android.mk 88 src/mi/Ldyn-extract.c \
99 src/mi/Gdyn-extract.c \
  /external/chromium_org/native_client_sdk/src/doc/doxygen/
doxy_cleanup.py 137 [tag.extract() for tag in header_tags]
  /external/chromium_org/remoting/tools/
zip2msi.py 75 archive.extract(f, target)
  /external/chromium_org/third_party/flot/
jquery.colorhelpers.min.js 12 * var c = $.color.extract($("#mydiv"), 'background-color');
21 */(function(e){e.color={},e.color.make=function(t,n,r,i){var s={};return s.r=t||0,s.g=n||0,s.b=r||0,s.a=i!=null?i:1,s.add=function(e,t){for(var n=0;n<e.length;++n)s[e.charAt(n)]+=t;return s.normalize()},s.scale=function(e,t){for(var n=0;n<e.length;++n)s[e.charAt(n)]*=t;return s.normalize()},s.toString=function(){return s.a>=1?"rgb("+[s.r,s.g,s.b].join(",")+")":"rgba("+[s.r,s.g,s.b,s.a].join(",")+")"},s.normalize=function(){function e(e,t,n){return t<e?e:t>n?n:t}return s.r=e(0,parseInt(s.r),255),s.g=e(0,parseInt(s.g),255),s.b=e(0,parseInt(s.b),255),s.a=e(0,s.a,1),s},s.clone=function(){return e.color.make(s.r,s.b,s.g,s.a)},s.normalize()},e.color.extract=function(t,n){var r;do{r=t.css(n).toLowerCase();if(r!=""&&r!="transparent")break;t=t.parent()}whil (…)
  /external/chromium_org/third_party/icu/source/common/
rbbirb.cpp 214 strippedRules.extract((UChar *)((uint8_t *)data+data->fRuleSource), rulesSize/2+1, *fStatus);
  /external/chromium_org/third_party/icu/source/test/intltest/
dadrcoll.cpp 182 testSetting.extract(0, testSetting.length(), localeName, "");
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/arm/neon/
vp9_convolve8_avg_neon.asm 121 ; extract to s16
233 ; extract to s16
vp9_convolve8_neon.asm 121 ; extract to s16
222 ; extract to s16

Completed in 487 milliseconds

1 2 3 4 5 6 78 91011>>