Searched
full:extract (Results
1126 -
1150 of
4593) sorted by null
<<41424344454647484950>>
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/ |
p1-0x.cpp | 3 // Metafunction to extract the Nth type from a set of types.
|
/external/clang/www/ |
builtins.py | 141 # depending on index. No abstract insert/extract for these oddly.
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/ |
AbstractListPropertyEditor.java | 150 * Extract string array from parameters.
|
/external/eigen/Eigen/src/Core/products/ |
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/eigen/doc/ |
A05_PortingFrom2To3.dox | 107 In Eigen 2 you had to play with the part, extract, and marked functions to deal with triangular and selfadjoint matrices. In Eigen 3, all these functions have been removed in favor of the concept of \em views: 118 A.extract<UpperTriangular>(); 119 A.extract<StrictlyLowerTriangular>();\endcode</td> 132 A.extract<SelfAdfjoint|LowerTriangular>();\endcode</td>
|
/external/elfutils/0.153/m4/ |
progtest.m4 | 55 # Extract the first word of "$2", so it can be a program name with args.
|
/external/icu/icu4c/source/common/ |
charstr.cpp | 105 len+=s.extract(0, 0x7fffffff, buffer.getAlias()+len, buffer.getCapacity()-len, US_INV);
|
/external/icu/icu4c/source/i18n/ |
wintzimpl.cpp | 144 * Given the timezone icuid, fill in zoneInfo by calling auxillary functions that creates a timezone and extract the
|
/external/icu/icu4c/source/samples/break/ |
break.cpp | 19 s.extract(0, s.length(), charBuf, sizeof(charBuf)-1, 0);
|
/external/icu/icu4c/source/samples/layout/ |
UnicodeReader.cpp | 114 myText.extract(0, myText.length(), charBuffer);
|
/external/icu/icu4c/source/tools/toolutil/ |
flagparser.c | 106 * Extract the setting after the '=' and store it in flag excluding the newline character.
|
/external/libexif/auto-m4/ |
progtest.m4 | 55 # Extract the first word of "$2", so it can be a program name with args.
|
/external/libexif/libexif/ |
exif-mnote-data.h | 52 * \param[in,out] d extract the data from this structure
|
exif.h | 21 * load EXIF data into memory. From there, it would extract that data as
|
/external/libsepol/include/sepol/ |
policydb.h | 108 * Extract a policydb from a binary policy memory image.
|
/external/libsepol/src/ |
iface_record.c | 61 ERR(handle, "could not extract key from "
|
/external/libvpx/ |
libvpx-offsets.mk | 42 # Extract the offsets from the inline assembly.
|
/external/linux-tools-perf/perf-3.12.0/arch/metag/lib/ |
memset.S | 13 ANDS D0Ar4,D1Ar1,#7 ! Extract bottom LSBs of dst
|
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
DWARFDebugAbbrev.cpp | 30 // DWARFAbbreviationDeclarationSet::Extract() 33 DWARFAbbreviationDeclarationSet::Extract(const DataExtractor& data, lldb::offset_t *offset_ptr) 40 while (abbrevDeclaration.Extract(data, offset_ptr)) 154 if (abbrevDeclSet.Extract(data, &offset))
|
DWARFDebugMacinfoEntry.cpp | 83 DWARFDebugMacinfoEntry::Extract(const DataExtractor& mac_info_data, lldb::offset_t* offset_ptr)
|
DWARFDebugPubnamesSet.h | 73 bool Extract(const lldb_private::DataExtractor& debug_pubnames_data, lldb::offset_t *offset_ptr);
|
/external/lldb/test/functionalities/data-formatter/format-propagation/ |
TestFormatPropagation.py | 57 # extract the parent and the children
|
/external/llvm/lib/DebugInfo/ |
DWARFDebugRangeList.h | 68 bool extract(DataExtractor data, uint32_t *offset_ptr);
|
/external/llvm/test/CodeGen/X86/ |
h-register-addressing-32.ll | 3 ; Use h-register extract and zero-extend.
|
Completed in 627 milliseconds
<<41424344454647484950>>