/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/i18n/ |
unum.cpp | 196 return res.extract(result, resultLength, *status); 229 return res.extract(result, resultLength, *status); 271 return resultStr.extract(result, resultLength, *status); 312 return res.extract(result, resultLength, *status); 713 return res.extract(result, resultLength, *status); 800 return pat.extract(result, resultLength, *status); 827 extract(buffer, size, *status);
|
name2uni.cpp | 190 name.extract(0, len, cbuf, maxLen, US_INV);
|
currpinf.cpp | 291 pattern->extract(0, pattern->length(), result_1, "UTF-8"); 307 pattern->extract(0, pattern->length(), result_1, "UTF-8");
|
udat.cpp | 191 return res.extract(result, resultLength, *status); 355 return res.extract(result, resultLength, *status); 439 return res1.extract(result, resultLength, *status); 493 return res[index].extract(result, resultLength, *status); 931 return datePattern.extract(result, resultLength, *status); 950 return timePattern.extract(result, resultLength, *status);
|
zonemeta.cpp | 252 tzid.extract(utzid, ZID_KEY_MAX + 1, tmpStatus); 533 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/icu4c/common/unicode/ |
unistr.h | 4096 UnicodeString::extract(int32_t start, function in class:UnicodeString 4103 UnicodeString::extract(int32_t start, function in class:UnicodeString 4111 UnicodeString::extract(int32_t start, function in class:UnicodeString [all...] |
/ndk/ |
ndk-gdb | 377 "$ADB_CMD" shell ps | $AWK_CMD -f $AWK_SCRIPTS/extract-pid.awk -v PACKAGE="$1" 430 # Extract the package name from the manifest 431 PACKAGE_NAME=`run_awk_manifest_script extract-package-name.awk` 434 echo "ERROR: Could not extract package name from $PROJECT/$MANIFEST." 442 run_awk_manifest_script extract-launchable.awk 523 DEBUGGABLE=`run_awk_manifest_script extract-debuggable.awk` 569 echo "ERROR: Could not extract package's data directory. Are you sure that" 577 # If --launch is used, ignore --start, otherwise extract the first 582 OPTION_LAUNCH=`run_awk_manifest_script extract-launchable.awk | sed 2q` 584 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 | 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/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/llvm/lib/CodeGen/ |
LiveIntervalUnion.cpp | 57 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 | 222 if (!ME->extract()) {
|
/device/moto/stingray/self-extractors/ |
generate-packages.sh | 127 SCRIPT=extract-$COMPANY-$DEVICE.sh
|
/device/moto/wingray/self-extractors/ |
generate-packages.sh | 128 SCRIPT=extract-$COMPANY-$DEVICE.sh
|
/device/samsung/crespo/self-extractors/ |
generate-packages.sh | 128 SCRIPT=extract-$COMPANY-$DEVICE.sh
|
/device/samsung/crespo4g/self-extractors/ |
generate-packages.sh | 126 SCRIPT=extract-$COMPANY-$DEVICE.sh
|
/device/samsung/maguro/self-extractors/ |
generate-packages.sh | 130 SCRIPT=extract-$COMPANY-$DEVICE.sh
|
/device/samsung/toro/self-extractors/ |
generate-packages.sh | 142 SCRIPT=extract-$COMPANY-$DEVICE.sh
|
/device/ti/panda/self-extractors/ |
generate-packages.sh | 75 SCRIPT=extract-$COMPANY-$DEVICE.sh
|
/external/zlib/examples/ |
zran.c | 41 some lookahead and avoid many calls to extract() for small lengths. 239 the end of the uncompressed data, then extract() will return a value less 242 was generated. extract() may also return Z_ERRNO if there is an error on 244 local int extract(FILE *in, struct access *index, off_t offset, function 346 /* Demonstrate the use of build_index() and extract() by processing the file 391 len = extract(in, index, offset, buf, CHUNK);
|
/gdk/build/core/ |
add-application.mk | 64 # the $(APP_PROJECT_PATH) and extract the value with awk's help. If nothing is here, 98 # - Otherwise, extract the android:debuggable attribute from the manifest. 114 APP_DEBUGGABLE := $(shell $(HOST_AWK) -f $(BUILD_AWK)/extract-debuggable.awk $(APP_MANIFEST))
|