HomeSort by relevance Sort by last modified time
    Searched refs:extract (Results 376 - 400 of 1023) sorted by null

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.25/opcodes/
ia64-opc.c 212 /* Extract BITS number of bits starting from OP_POINTER + BITOFFSET in
251 array, and extract its values into OPVAL and OP. The length of the
327 (*o1->extract) (o1, opcode, &f2);
328 (*o2->extract) (o2, opcode, &f3);
339 (*o1->extract) (o1, opcode, &len);
340 (*o2->extract) (o2, opcode, &count);
tic80-dis.c 208 /* Extract the value from the instruction. */
209 if (operand->extract)
210 value = (*operand->extract) (insn, NULL);
  /external/icu/icu4c/source/test/intltest/
ustrtest.cpp 92 test1.extract(0, 15, temp);
98 errln("extract() failed: expected \"" + expectedValue + "\"\n,got \"" + test2 + "\"");
241 int32_t length8=from16.extract(0, 0x7fffffff, buffer, (uint32_t)sizeof(buffer));
243 errln("UnicodeString::extract(char * U_CHARSET_IS_UTF8) failed");
245 length8=from16.extract(1, 2, buffer, (uint32_t)sizeof(buffer));
247 errln("UnicodeString::extract(substring to char * U_CHARSET_IS_UTF8) failed");
463 test1.extract(11, 12, test2);
464 test1.extract(11, 12, test3);
465 if (test1.extract(11, 12, test4) != 12 || test4[12] != 0) {
466 errln("UnicodeString.extract(char *) failed to return the correct size of destination buffer.")
    [all...]
dtifmtts.cpp     [all...]
  /external/libhevc/common/arm/
ihevc_inter_pred_chroma_horz_w16out.s 397 @vext.u8 d2,d0,d1,#2 @vector extract of src[0_2]
400 @vext.u8 d4,d0,d1,#4 @vector extract of src[0_4]
401 @vext.u8 d6,d0,d1,#6 @vector extract of src[0_6]
410 @vext.u8 d14,d12,d13,#2 @vector extract of src[0_2]
413 @vext.u8 d16,d12,d13,#4 @vector extract of src[0_4]
414 @vext.u8 d18,d12,d13,#6 @vector extract of src[0_6]
623 @vext.u8 d2,d0,d1,#2 @vector extract of src[0_2]
624 @vext.u8 d4,d0,d1,#4 @vector extract of src[0_4]
626 @vext.u8 d6,d0,d1,#6 @vector extract of src[0_6]
630 @vext.u8 d14,d12,d13,#2 @vector extract of src[0_2
    [all...]
  /prebuilts/go/darwin-x86/src/regexp/testdata/
testregex.c 1078 extract(int* tabs, char* spec, char* re, char* s, char* ans, char* msg, char* accept, regmatch_t* match, int nmatch, int nsub, unsigned long skip, unsigned long level, unsigned long test) function
1154 extract(tabs, spec, re, s, ans, msg, NiL, NiL, 0, 0, skip, level, test);
    [all...]
  /prebuilts/go/linux-x86/src/regexp/testdata/
testregex.c 1078 extract(int* tabs, char* spec, char* re, char* s, char* ans, char* msg, char* accept, regmatch_t* match, int nmatch, int nsub, unsigned long skip, unsigned long level, unsigned long test) function
1154 extract(tabs, spec, re, s, ans, msg, NiL, NiL, 0, 0, skip, level, test);
    [all...]
  /external/chromium-trace/catapult/third_party/flot/
jquery.colorhelpers.min.js 1 (function($){$.color={};$.color.make=function(r,g,b,a){var o={};o.r=r||0;o.g=g||0;o.b=b||0;o.a=a!=null?a:1;o.add=function(c,d){for(var i=0;i<c.length;++i)o[c.charAt(i)]+=d;return o.normalize()};o.scale=function(c,f){for(var i=0;i<c.length;++i)o[c.charAt(i)]*=f;return o.normalize()};o.toString=function(){if(o.a>=1){return"rgb("+[o.r,o.g,o.b].join(",")+")"}else{return"rgba("+[o.r,o.g,o.b,o.a].join(",")+")"}};o.normalize=function(){function clamp(min,value,max){return value<min?min:value>max?max:value}o.r=clamp(0,parseInt(o.r),255);o.g=clamp(0,parseInt(o.g),255);o.b=clamp(0,parseInt(o.b),255);o.a=clamp(0,o.a,1);return o};o.clone=function(){return $.color.make(o.r,o.b,o.g,o.a)};return o.normalize()};$.color.extract=function(elem,css){var c;do{c=elem.css(css).toLowerCase();if(c!=""&&c!="transparent")break;elem=el (…)
  /external/curl/packages/vms/
compare_curl_source.com 102 $ odelim = f$extract(0, 1, mydir)
116 $ delim = f$extract(resultd_len, 1, resultd)
122 $ resultd = f$extract(0, resultd_len, resultd) + delim
200 $! delim = f$extract(rel_path_len, 1, rel_path)
  /external/deqp/external/
fetch_sources.py 68 # \note No way to verify that extracted contents match archive, re-extract
70 self.extract()
100 def extract (self): member in class:SourcePackage
104 tmpPath = os.path.join(EXTERNAL_DIR, ".extract-tmp-%s" % self.baseDir)
  /external/eigen/Eigen/src/Core/products/
SelfadjointProduct.h 60 typename internal::add_const_on_value_type<ActualOtherType>::type actualOther = OtherBlasTraits::extract(other.derived());
93 typename internal::add_const_on_value_type<ActualOtherType>::type actualOther = OtherBlasTraits::extract(other.derived());
  /external/icu/icu4c/source/i18n/
unum.cpp 212 return res.extract(result, resultLength, *status);
245 return res.extract(result, resultLength, *status);
287 return resultStr.extract(result, resultLength, *status);
328 return res.extract(result, resultLength, *status);
607 return res.extract(result, resultLength, *status);
693 return pat.extract(result, resultLength, *status);
720 extract(buffer, size, *status);
873 return res.extract(result, resultLength, *status);
locdspnm.cpp 890 return temp.extract(result, maxResultSize, *pErrorCode);
    [all...]
zonemeta.cpp 253 tzid.extract(utzid, ZID_KEY_MAX + 1, tmpStatus);
270 tzid.extract(0, 0x7fffffff, id, UPRV_LENGTHOF(id), US_INV);
553 tzid.extract(tzidUChars, ZID_KEY_MAX + 1, status);
597 tzid.extract(key, tzidLen, status);
629 int32_t tzKeyLen = canonicalID.extract(0, canonicalID.length(), tzKey, sizeof(tzKey), US_INV);
721 keyLen = mzid.extract(0, mzid.length(), keyBuf, ZID_KEY_MAX + 1, US_INV);
731 keyLen = region.extract(0, region.length(), keyBuf, ZID_KEY_MAX + 1, US_INV);
udat.cpp 244 return res.extract(result, resultLength, *status);
282 return res.extract(result, resultLength, *status);
310 return res.extract(result, resultLength, *status);
338 return res.extract(result, resultLength, *status);
561 return res.extract(result, resultLength, *status);
645 return res1.extract(result, resultLength, *status);
731 return res[index].extract(result, resultLength, *status);
    [all...]
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFUnit.h 97 if (!U->extract(Data, &Offset))
184 bool extract(DataExtractor debug_info, uint32_t* offset_ptr);
  /frameworks/base/libs/hwui/
PathParser.cpp 55 static void extract(int* outEndPosition, bool* outEndWithNegOrDot, const char* s, int start, int end) { function in namespace:android::uirenderer
97 // our extract range. Otherwise, end position will be where separator is found.
138 extract(&endPosition, &endWithNegOrDot, pathStr, startPosition, end);
  /prebuilts/go/darwin-x86/src/go/printer/
example_test.go 35 // Parse source file and extract the AST without comments for
  /prebuilts/go/linux-x86/src/go/printer/
example_test.go 35 // Parse source file and extract the AST without comments for
  /external/ImageMagick/scripts/
txt2html 66 # * Added --extract, etc.
233 # [-/+e ] | [--extract / --noextract ]
234 $extract = 0; # Extract Mode (suitable for inserting)
273 $s [-e/+e ] | [--extract / --noextract ]
338 if (($ARGV[0] eq "-e" || $ARGV[0] eq "--extract"))
340 $extract = 1;
347 $extract = 0;
960 if(!$extract)
  /external/icu/icu4c/source/test/perf/DateFmtPerf/
DateFmtPerf.h 109 s.extract(0, s.length(), charBuf, sizeof(charBuf)-1, 0);
133 actualLen = str.extract(0, len, buf/*, bufLen*/); // Default codepage conversion
219 actualLen = str.extract(0, len, buf/*, bufLen*/); // Default codepage conversion
666 int32_t bufLen = str.extract(0, 0x7fffffff, stackBuffer, sizeof(stackBuffer), "UTF-8");
671 bufLen = str.extract(0, 0x7fffffff, buf, bufLen + 1, "UTF-8");
  /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...]
  /ndk/build/core/
add-application.mk 73 # the $(APP_PROJECT_PATH) and extract the value with awk's help. If nothing is here,
84 APP_PLATFORM := $(strip $(shell $(HOST_AWK) -f $(BUILD_AWK)/extract-platform.awk $(call host-path,$(_local_props))))
156 APP_MIN_PLATFORM_LEVEL := $(strip $(shell $(HOST_AWK) -f $(BUILD_AWK)/extract-minsdkversion.awk $(call host-path,$(APP_MANIFEST))))
223 # - Otherwise, extract the android:debuggable attribute from the manifest.
238 APP_DEBUGGABLE := $(shell $(HOST_AWK) -f $(BUILD_AWK)/extract-debuggable.awk $(call host-path,$(APP_MANIFEST)))
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/
vms_make.com 88 $ ccopt = ccopt + "/define=(" + f$extract(0,f$length(libdefs)-1,libdefs) + ")"
1015 $ ccopt = ccopt + f$extract(start,len,cparm)
1022 $ lopts = lopts + f$extract(start,len,cparm)
1028 $ cc_com = f$extract(start,len,cparm)
1045 $ mmks = f$extract(start,len,cparm)
1123 $ if old_cpp.lt.f$length(cppdef) then cppdef = f$extract(0,old_cpp,cppdef)
    [all...]
  /external/icu/icu4c/source/common/unicode/
unistr.h 4368 UnicodeString::extract(int32_t start, function in class:UnicodeString
4375 UnicodeString::extract(int32_t start, function in class:UnicodeString
4383 UnicodeString::extract(int32_t start, function in class:UnicodeString
    [all...]

Completed in 863 milliseconds

<<11121314151617181920>>