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

<<11121314151617181920>>

  /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/curl/packages/vms/
stage_curl_install.com 49 $ arch_code = f$extract(0, 1, arch_type)
60 $ remove_filesq = f$extract(0, 1, remove_filesq)
  /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
  /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/icu/icu4c/source/common/
charstr.cpp 122 len+=s.extract(0, 0x7fffffff, buffer.getAlias()+len, buffer.getCapacity()-len, US_INV);
  /external/icu/icu4c/source/i18n/
name2uni.cpp 191 name.extract(0, len, cbuf, maxLen, US_INV);
currpinf.cpp 303 pattern->extract(0, pattern->length(), result_1, "UTF-8");
319 pattern->extract(0, pattern->length(), result_1, "UTF-8");
dtitvfmt.cpp 83 skeleton.extract(0, skeleton.length(), result, "UTF-8");
86 pat.extract(0, pat.length(), result_1, "UTF-8");
611 fSkeleton.extract(0, fSkeleton.length(), result, "UTF-8");
657 fSkeleton.extract(0, fSkeleton.length(), result, "UTF-8");
    [all...]
  /external/llvm/lib/CodeGen/
LiveIntervalUnion.cpp 56 void LiveIntervalUnion::extract(LiveInterval &VirtReg, const LiveRange &Range) { function in class:LiveIntervalUnion
  /external/llvm/lib/DebugInfo/DWARF/
DWARFAcceleratorTable.cpp 17 bool DWARFAcceleratorTable::extract() { function in class:llvm::DWARFAcceleratorTable
  /frameworks/compile/libbcc/include/bcinfo/
MetadataExtractor.h 152 * Extract the actual metadata from the supplied bitcode.
156 bool extract();
  /frameworks/compile/libbcc/lib/Renderscript/
RSEmbedInfo.cpp 69 if (!me.extract()) {
70 bccAssert(false && "Could not extract RS metadata for module!");
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
EncodedStringValue.java 228 * Extract an EncodedStringValue[] from a given String.
230 public static EncodedStringValue[] extract(String src) { method in class:EncodedStringValue
  /libcore/ojluni/src/main/java/java/beans/
ChangeListenerMap.java 240 public abstract L extract(L listener); method in class:ChangeListenerMap
  /packages/apps/Messaging/src/android/support/v7/mms/pdu/
EncodedStringValue.java 228 * Extract an EncodedStringValue[] from a given String.
230 public static EncodedStringValue[] extract(String src) { method in class:EncodedStringValue
  /prebuilts/go/darwin-x86/src/crypto/x509/
root_darwin_arm_gen.go 15 // support.apple.com. So we parse the list and extract the certificates from
163 // extract hex value from parentheses.
  /prebuilts/go/linux-x86/src/crypto/x509/
root_darwin_arm_gen.go 15 // support.apple.com. So we parse the list and extract the certificates from
163 // extract hex value from parentheses.
  /toolchain/binutils/binutils-2.25/include/opcode/
arc.h 234 extract this operand type from an instruction, check this field.
257 long (*extract) member in struct:arc_operand
ia64.h 269 /* encode/extract the note/index for a dependency */
338 /* A macro to extract the major opcode from an instruction. */
363 /* Extract the operand bits for an operand of type SELF from
367 const char *(*extract) (const struct ia64_operand *self, ia64_insn code, member in struct:ia64_operand
  /external/autotest/tko/parsers/test/
scenario_base.py 337 tgz.extract(results_dirname, tmp_dirpath.name)
339 tgz.extract(info.name, tmp_dirpath.name)
  /external/clang/
Android.mk 46 llvm-extract \
  /external/eigen/Eigen/src/Core/
SolveTriangular.h 59 ActualLhsType actualLhs = LhsProductTraits::extract(lhs);
91 typename internal::add_const_on_value_type<ActualLhsType>::type actualLhs = LhsProductTraits::extract(lhs);
  /external/icu/android_icu4j/src/main/java/android/icu/text/
CanonicalIterator.java 305 Set<String> remainder = extract(cp2, segment, i, workingBuffer);
340 Set remainder = extract(cp2, segment, i, workingBuffer);
362 private Set<String> extract(int comp, String segment, int segmentPos, StringBuffer buf) { method in class:CanonicalIterator
363 if (PROGRESS) System.out.println(" extract: " + Utility.hex(UTF16.valueOf(comp))

Completed in 3341 milliseconds

<<11121314151617181920>>