HomeSort by relevance Sort by last modified time
    Searched refs:extract (Results 176 - 200 of 319) sorted by null

1 2 3 4 5 6 78 91011>>

  /dalvik/vm/mterp/armv5te/
OP_SGET_WIDE.S 27 GET_INST_OPCODE(ip) @ extract opcode from rINST
OP_SPUT_OBJECT.S 24 GET_INST_OPCODE(ip) @ extract opcode from rINST
OP_SPUT_OBJECT_JUMBO.S 24 GET_INST_OPCODE(ip) @ extract opcode from rINST
OP_SPUT_WIDE.S 21 GET_INST_OPCODE(r10) @ extract opcode from rINST
OP_SPUT_WIDE_JUMBO.S 23 GET_INST_OPCODE(r10) @ extract opcode from rINST
  /dalvik/vm/mterp/armv6t2/
OP_IPUT_WIDE.S 37 GET_INST_OPCODE(ip) @ extract opcode from rINST
  /external/icu4c/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/icu4c/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/llvm/lib/DebugInfo/
DWARFDebugAranges.cpp 60 bool DWARFDebugAranges::extract(DataExtractor debug_aranges_data) { function in class:DWARFDebugAranges
70 while (set.extract(debug_aranges_data, &offset))
DWARFDebugArangeSet.cpp 50 DWARFDebugArangeSet::extract(DataExtractor data, uint32_t *offset_ptr) { function in class:DWARFDebugArangeSet
  /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 $(_local_props)))
152 # - Otherwise, extract the android:debuggable attribute from the manifest.
168 APP_DEBUGGABLE := $(shell $(HOST_AWK) -f $(BUILD_AWK)/extract-debuggable.awk $(APP_MANIFEST))
  /external/icu4c/common/unicode/
unistr.h 4067 UnicodeString::extract(int32_t start, function in class:UnicodeString
4074 UnicodeString::extract(int32_t start, function in class:UnicodeString
4082 UnicodeString::extract(int32_t start, function in class:UnicodeString
    [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 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/llvm/lib/CodeGen/
LiveIntervalUnion.cpp 55 void LiveIntervalUnion::extract(LiveInterval &VirtReg) { function in class:LiveIntervalUnion
  /frameworks/base/core/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
  /frameworks/compile/libbcc/bcinfo/tools/
main.cpp 181 if (!ME->extract()) {
  /device/moto/stingray/self-extractors/
generate-packages.sh 113 SCRIPT=extract-$COMPANY-$DEVICE.sh
  /device/moto/wingray/self-extractors/
generate-packages.sh 113 SCRIPT=extract-$COMPANY-$DEVICE.sh
  /device/samsung/crespo/self-extractors/
generate-packages.sh 114 SCRIPT=extract-$COMPANY-$DEVICE.sh
  /device/samsung/crespo4g/self-extractors/
generate-packages.sh 113 SCRIPT=extract-$COMPANY-$DEVICE.sh
  /device/samsung/maguro/self-extractors/
generate-packages.sh 109 SCRIPT=extract-$COMPANY-$DEVICE.sh

Completed in 1361 milliseconds

1 2 3 4 5 6 78 91011>>