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

1 2 3 4 56 7 8 91011>>

  /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());
GeneralMatrixMatrixTriangular.h 202 typename internal::add_const_on_value_type<ActualLhs>::type actualLhs = LhsBlasTraits::extract(prod.lhs());
208 typename internal::add_const_on_value_type<ActualRhs>::type actualRhs = RhsBlasTraits::extract(prod.rhs());
247 typename internal::add_const_on_value_type<ActualLhs>::type actualLhs = LhsBlasTraits::extract(prod.lhs());
253 typename internal::add_const_on_value_type<ActualRhs>::type actualRhs = RhsBlasTraits::extract(prod.rhs());
TriangularMatrixVector.h 232 typename internal::add_const_on_value_type<ActualLhsType>::type actualLhs = LhsBlasTraits::extract(prod.lhs());
233 typename internal::add_const_on_value_type<ActualRhsType>::type actualRhs = RhsBlasTraits::extract(prod.rhs());
307 typename add_const<ActualLhsType>::type actualLhs = LhsBlasTraits::extract(prod.lhs());
308 typename add_const<ActualRhsType>::type actualRhs = RhsBlasTraits::extract(prod.rhs());
  /external/icu/icu4c/source/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...]
unum.cpp 201 return res.extract(result, resultLength, *status);
234 return res.extract(result, resultLength, *status);
276 return resultStr.extract(result, resultLength, *status);
317 return res.extract(result, resultLength, *status);
596 return res.extract(result, resultLength, *status);
682 return pat.extract(result, resultLength, *status);
709 extract(buffer, size, *status);
862 return res.extract(result, resultLength, *status);
locdspnm.cpp 829 return temp.extract(result, maxResultSize, *pErrorCode);
847 return temp.extract(result, maxResultSize, *pErrorCode);
865 return temp.extract(result, maxResultSize, *pErrorCode);
892 return temp.extract(result, maxResultSize, *pErrorCode);
    [all...]
zonemeta.cpp 255 tzid.extract(utzid, ZID_KEY_MAX + 1, tmpStatus);
272 tzid.extract(0, 0x7fffffff, id, LENGTHOF(id), US_INV);
555 tzid.extract(tzidUChars, ZID_KEY_MAX + 1, status);
599 tzid.extract(key, tzidLen, status);
631 int32_t tzKeyLen = canonicalID.extract(0, canonicalID.length(), tzKey, sizeof(tzKey), US_INV);
723 keyLen = mzid.extract(0, mzid.length(), keyBuf, ZID_KEY_MAX + 1, US_INV);
733 keyLen = region.extract(0, region.length(), keyBuf, ZID_KEY_MAX + 1, US_INV);
  /external/llvm/lib/DebugInfo/
DWARFContext.cpp 120 while (set.extract(arangesData, &offset))
187 while (rangeList.extract(rangesData, &offset))
228 Abbrev->extract(abbrData);
238 AbbrevDWO->extract(abbrData);
282 // other tools (libdwarf) and extract this from the container (ObjectFile
325 if (!CU->extract(DIData, &offset)) {
345 if (!TU->extract(DIData, &offset))
364 if (!DWOCU->extract(DIData, &offset)) {
384 if (!TU->extract(DIData, &offset))
  /external/chromium_org/third_party/icu/source/test/intltest/
dtifmtts.cpp     [all...]
  /external/icu/icu4c/source/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...]
  /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))))
147 APP_MIN_PLATFORM_LEVEL := $(strip $(shell $(HOST_AWK) -f $(BUILD_AWK)/extract-minsdkversion.awk $(call host-path,$(APP_MANIFEST))))
220 # - Otherwise, extract the android:debuggable attribute from the manifest.
235 APP_DEBUGGABLE := $(shell $(HOST_AWK) -f $(BUILD_AWK)/extract-debuggable.awk $(call host-path,$(APP_MANIFEST)))
  /external/lldb/scripts/
disasm-gdb-remote.pl 17 our $reg8_href = { extract => \&get8, format => "0x%2.2x" };
18 our $reg16_href = { extract => \&get16, format => "0x%4.4x" };
19 our $reg32_href = { extract => \&get32, format => "0x%8.8x" };
20 our $reg64_href = { extract => \&get64, format => "0x%s" };
21 our $reg80_href = { extract => \&get80, format => "0x%s" };
22 our $reg128_href = { extract => \&get128, format => "0x%s" };
23 our $reg256_href = { extract => \&get256, format => "0x%s" };
24 our $float32_href = { extract => \&get32, format => "0x%8.8x" };
25 our $float64_href = { extract => \&get64, format => "0x%s" };
26 our $float96_href = { extract => \&get96, format => "0x%s" }
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
locdspnm.cpp 849 return temp.extract(result, maxResultSize, *pErrorCode);
867 return temp.extract(result, maxResultSize, *pErrorCode);
885 return temp.extract(result, maxResultSize, *pErrorCode);
912 return temp.extract(result, maxResultSize, *pErrorCode);
    [all...]
name2uni.cpp 191 name.extract(0, len, cbuf, maxLen, US_INV);
  /external/chromium_org/third_party/icu/source/common/unicode/
unistr.h 4191 UnicodeString::extract(int32_t start, function in class:UnicodeString
4198 UnicodeString::extract(int32_t start, function in class:UnicodeString
4206 UnicodeString::extract(int32_t start, function in class:UnicodeString
    [all...]
  /external/icu/icu4c/source/common/unicode/
unistr.h 4191 UnicodeString::extract(int32_t start, function in class:UnicodeString
4198 UnicodeString::extract(int32_t start, function in class:UnicodeString
4206 UnicodeString::extract(int32_t start, function in class:UnicodeString
    [all...]
  /ndk/
ndk-gdb 432 adb_cmd shell ps | $AWK_CMD -f $AWK_SCRIPTS/extract-pid.awk -v PACKAGE="$1"
485 # Extract the package name from the manifest
486 PACKAGE_NAME=`run_awk_manifest_script extract-package-name.awk`
489 echo "ERROR: Could not extract package name from $PROJECT/$MANIFEST."
497 run_awk_manifest_script extract-launchable.awk
590 DEBUGGABLE=`run_awk_manifest_script extract-debuggable.awk`
625 echo "ERROR: Could not extract package's data directory. Are you sure that"
666 # If --launch is used, ignore --start, otherwise extract the first
671 OPTION_LAUNCH=`run_awk_manifest_script extract-launchable.awk | sed 2q`
673 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]
  /external/chromium_org/third_party/icu/source/common/
charstr.cpp 105 len+=s.extract(0, 0x7fffffff, buffer.getAlias()+len, buffer.getCapacity()-len, US_INV);
  /external/chromium_org/ui/base/l10n/
time_format.cc 112 time_string.extract(static_cast<UChar*>(WriteInto(&result, capacity)),
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
LocalVariableExtractor.java 51 * @param method {@code non-null;} the method to extract from
54 public static LocalVariableInfo extract(SsaMethod method) { method in class:LocalVariableExtractor
60 * Constructs an instance. This method is private. Use {@link #extract}.
62 * @param method {@code non-null;} the method to extract from

Completed in 2211 milliseconds

1 2 3 4 56 7 8 91011>>