HomeSort by relevance Sort by last modified time
    Searched refs:extract (Results 276 - 300 of 592) sorted by null

<<11121314151617181920>>

  /dalvik/vm/mterp/mips/
OP_IPUT_WIDE.S 39 GET_INST_OPCODE(rBIX) # extract opcode from rINST
OP_SPUT_WIDE.S 21 GET_INST_OPCODE(rBIX) # extract opcode from rINST
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
ResourceExtractor.java 42 // By default, we attempt to extract a pak file for the users
104 // ones that we need to extract by trying to match the Patterns that we
167 // Worst case we don't write a timestamp, so we'll re-extract the resource
251 * By default the ResourceExtractor will attempt to extract a pak resource for the users
254 * @param extract False if we should not attempt to extract a pak file for
255 * the users currently selected locale and try to extract only the
258 public static void setExtractImplicitLocaleForTesting(boolean extract) {
261 sExtractImplicitLocalePak = extract;
291 // This will extract the application pak resources in a
    [all...]
  /external/chromium_org/third_party/flot/
jquery.colorhelpers.min.js 1 (function(b){b.color={};b.color.make=function(f,e,c,d){var h={};h.r=f||0;h.g=e||0;h.b=c||0;h.a=d!=null?d:1;h.add=function(k,j){for(var g=0;g<k.length;++g){h[k.charAt(g)]+=j}return h.normalize()};h.scale=function(k,j){for(var g=0;g<k.length;++g){h[k.charAt(g)]*=j}return h.normalize()};h.toString=function(){if(h.a>=1){return"rgb("+[h.r,h.g,h.b].join(",")+")"}else{return"rgba("+[h.r,h.g,h.b,h.a].join(",")+")"}};h.normalize=function(){function g(j,k,i){return k<j?j:(k>i?i:k)}h.r=g(0,parseInt(h.r),255);h.g=g(0,parseInt(h.g),255);h.b=g(0,parseInt(h.b),255);h.a=g(0,h.a,1);return h};h.clone=function(){return b.color.make(h.r,h.b,h.g,h.a)};return h.normalize()};b.color.extract=function(e,d){var f;do{f=e.css(d).toLowerCase();if(f!=""&&f!="transparent"){break}e=e.parent()}whi (…)
  /external/chromium_org/third_party/icu/source/i18n/
dtitvfmt.cpp 83 skeleton.extract(0, skeleton.length(), result, "UTF-8");
86 pat.extract(0, pat.length(), result_1, "UTF-8");
556 fSkeleton.extract(0, fSkeleton.length(), result, "UTF-8");
601 fSkeleton.extract(0, fSkeleton.length(), result, "UTF-8");
    [all...]
zonemeta.cpp 428 tzid.extract(tzidUChars, ZID_KEY_MAX, status);
494 tzid.extract(key, tzidLen, status);
526 canonicalID.extract(0, canonicalID.length(), tzKey, sizeof(tzKey), US_INV);
617 keyLen = mzid.extract(0, mzid.length(), keyBuf, ZID_KEY_MAX, US_INV);
626 region.extract(0, region.length(), keyBuf, ZID_KEY_MAX, US_INV);
unum.cpp 229 return res.extract(result, resultLength, *status);
262 return res.extract(result, resultLength, *status);
304 return resultStr.extract(result, resultLength, *status);
345 return res.extract(result, resultLength, *status);
752 return res.extract(result, resultLength, *status);
839 return pat.extract(result, resultLength, *status);
866 extract(buffer, size, *status);
name2uni.cpp 189 name.extract(0, len, cbuf, maxLen, US_INV);
  /external/chromium_org/third_party/icu/source/test/intltest/
dadrfmt.cpp 152 locale.extract(0, locale.length(), calLoc, (const char*)0); // default codepage. Invariant codepage doesn't have '@'!
326 testSetting.extract(0, testSetting.length(), testType, "");
328 errln("Unable to extract 'Type'. Skipping..");
  /external/eigen/Eigen/src/Core/products/
SelfadjointProduct.h 62 typename internal::add_const_on_value_type<ActualOtherType>::type actualOther = OtherBlasTraits::extract(other.derived());
95 typename internal::add_const_on_value_type<ActualOtherType>::type actualOther = OtherBlasTraits::extract(other.derived());
  /external/icu4c/i18n/
dtitvfmt.cpp 83 skeleton.extract(0, skeleton.length(), result, "UTF-8");
86 pat.extract(0, pat.length(), result_1, "UTF-8");
600 fSkeleton.extract(0, fSkeleton.length(), result, "UTF-8");
645 fSkeleton.extract(0, fSkeleton.length(), result, "UTF-8");
    [all...]
locdspnm.cpp 812 return temp.extract(result, maxResultSize, *pErrorCode);
830 return temp.extract(result, maxResultSize, *pErrorCode);
848 return temp.extract(result, maxResultSize, *pErrorCode);
875 return temp.extract(result, maxResultSize, *pErrorCode);
893 return temp.extract(result, maxResultSize, *pErrorCode);
911 return temp.extract(result, maxResultSize, *pErrorCode);
    [all...]
  /external/llvm/lib/DebugInfo/
DWARFDebugAranges.cpp 66 bool DWARFDebugAranges::extract(DataExtractor debug_aranges_data) { function in class:DWARFDebugAranges
75 while (set.extract(debug_aranges_data, &offset))
DWARFContext.cpp 53 while (set.extract(arangesData, &offset))
96 while (rangeList.extract(rangesData, &offset))
198 Aranges->extract(arangesData);
215 // other tools (libdwarf) and extract this from the container (ObjectFile
258 if (!CUs.back().extract(DIData, &offset)) {
280 if (!DWOCUs.back().extract(DIData, &offset)) {
  /external/icu4c/test/intltest/
dtifmtts.cpp     [all...]
  /external/zlib/src/
make_vms.com 142 $ if f$extract(0,6,work) .nes. "#undef"
144 $ if f$extract(0,12,work) .nes. "#cmakedefine"
324 $ ccopt = ccopt + f$extract(start,len,cparm)
333 $ lopts = lopts + f$extract(start,len,cparm)
339 $ cc_com = f$extract(start,len,cparm)
356 $ mmks = f$extract(start,len,cparm)
492 $ if (f$extract(0,6,rec) .nes. src_check) then goto src_check_loop
529 $ if (f$extract(0,1,rec) .nes. "#") then goto hloop
549 $ libdefs = f$extract(0,in_ldef,libdefs) + -
550 f$extract(in_ldef + f$length(cdef) + 1,
    [all...]
  /external/chromium_org/third_party/lcov/bin/
lcov 32 # 2002-10-17 / Peter Oberparleiter: implemented --extract option
110 sub extract();
133 our $extract; # If set, extracts parts of tracefile
205 "extract=s" => \$extract,
287 # Only --extract, --remove and --diff allow unnamed parameters
288 if (@ARGV && !($extract || $remove || $diff))
347 elsif ($extract)
349 extract();
394 -e, --extract FILE PATTERN Extract files matching PATTERN from FIL
1734 sub extract() subroutine
    [all...]
  /ndk/build/core/
add-application.mk 64 # the $(APP_PROJECT_PATH) and extract the value with awk's help. If nothing is here,
75 APP_PLATFORM := $(strip $(shell $(HOST_AWK) -f $(BUILD_AWK)/extract-platform.awk $(call host-path,$(_local_props))))
135 APP_MIN_PLATFORM_LEVEL := $(strip $(shell $(HOST_AWK) -f $(BUILD_AWK)/extract-minsdkversion.awk $(call host-path,$(APP_MANIFEST))))
195 # - Otherwise, extract the android:debuggable attribute from the manifest.
210 APP_DEBUGGABLE := $(shell $(HOST_AWK) -f $(BUILD_AWK)/extract-debuggable.awk $(call host-path,$(APP_MANIFEST)))
  /external/chromium_org/third_party/icu/source/common/unicode/
unistr.h 4068 UnicodeString::extract(int32_t start, function in class:UnicodeString
4075 UnicodeString::extract(int32_t start, function in class:UnicodeString
4083 UnicodeString::extract(int32_t start, function in class:UnicodeString
    [all...]
  /external/icu4c/common/unicode/
unistr.h 4193 UnicodeString::extract(int32_t start, function in class:UnicodeString
4200 UnicodeString::extract(int32_t start, function in class:UnicodeString
4208 UnicodeString::extract(int32_t start, function in class:UnicodeString
    [all...]
  /ndk/
ndk-gdb 428 adb_cmd shell ps | $AWK_CMD -f $AWK_SCRIPTS/extract-pid.awk -v PACKAGE="$1"
481 # Extract the package name from the manifest
482 PACKAGE_NAME=`run_awk_manifest_script extract-package-name.awk`
485 echo "ERROR: Could not extract package name from $PROJECT/$MANIFEST."
493 run_awk_manifest_script extract-launchable.awk
573 DEBUGGABLE=`run_awk_manifest_script extract-debuggable.awk`
619 echo "ERROR: Could not extract package's data directory. Are you sure that"
627 # If --launch is used, ignore --start, otherwise extract the first
632 OPTION_LAUNCH=`run_awk_manifest_script extract-launchable.awk | sed 2q`
634 echo "ERROR: Could not extract name of launchable activity from manifest!
    [all...]
  /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/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/ppapi/c/documentation/
doxy_cleanup.py 93 [tag.extract() for tag in header_tags]
  /external/chromium_org/ppapi/cpp/documentation/
doxy_cleanup.py 92 [tag.extract() for tag in header_tags]

Completed in 637 milliseconds

<<11121314151617181920>>