HomeSort by relevance Sort by last modified time
    Searched refs:extract (Results 151 - 175 of 248) sorted by null

1 2 3 4 5 67 8 910

  /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/icu4c/i18n/
name2uni.cpp 189 name.extract(0, len, cbuf, maxLen, US_INV);
currpinf.cpp 279 pattern->extract(0, pattern->length(), result_1, "UTF-8");
295 pattern->extract(0, pattern->length(), result_1, "UTF-8");
udat.cpp 147 return res.extract(result, resultLength, *status);
308 return res.extract(result, resultLength, *status);
387 return res1.extract(result, resultLength, *status);
441 return res[index].extract(result, resultLength, *status);
878 return datePattern.extract(result, resultLength, *status);
897 return timePattern.extract(result, resultLength, *status);
ucal.cpp 67 len = id.extract(result, resultCapacity, *ec);
226 return id.extract(result, resultLength, *status);
522 reslen = canonical.extract(result, resultCapacity, *status);
umsg.cpp 341 return res.extract(result, resultLength, *status);
479 return resultStr.extract(result, resultLength, *status);
579 temp.extract(0,len,aString);
rbt_set.cpp 147 r.extract(0, len, parseError.preContext);
154 r.extract(0, len, parseError.postContext);
anytrans.cpp 318 name.extract(0, nameLen, buf, (int32_t)sizeof(buf), US_INV);
tmutfmt.cpp 222 count.extract(0, count.length(), result, "UTF-8");
249 source.extract(0, source.length(), res, "UTF-8");
264 count->extract(0, count->length(), res, "UTF-8");
297 select.extract(0, select.length(), res, "UTF-8");
    [all...]
  /frameworks/base/core/java/com/google/android/mms/pdu/
EncodedStringValue.java 229 * Extract an EncodedStringValue[] from a given String.
231 public static EncodedStringValue[] extract(String src) { method in class:EncodedStringValue
  /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);
  /ndk/build/core/
add-application.mk 46 # the $(APP_PROJECT_PATH) and extract the value with awk's help. If nothing is here,
55 APP_PLATFORM := $(strip $(shell $(HOST_AWK) -f $(BUILD_AWK)/extract-platform.awk < $(_local_props)))
114 # Extract the debuggable flag from the application's manifest
120 APP_DEBUGGABLE := $(shell $(HOST_AWK) -f $(BUILD_AWK)/extract-debuggable.awk $(APP_MANIFEST))
  /external/icu4c/test/intltest/
normconf.cpp 487 sPretty.extract(0, sPretty.length(), sChars, sPretty.length() + 1);
489 gotPretty.extract(0, gotPretty.length(), gotChars, gotPretty.length() + 1);
491 expPretty.extract(0, expPretty.length(), expChars, expPretty.length() + 1);
dadrcoll.cpp 182 testSetting.extract(0, testSetting.length(), localeName, "");
tufmtts.cpp 73 formatted.extract(0, formatted.length(), formatResult, "UTF-8");
convtest.cpp 111 s.extract(0, 0x7fffffff, charset, sizeof(charset), "");
148 s.extract(0, 0x7fffffff, cbopt, sizeof(cbopt), "");
224 s.extract(0, 0x7fffffff, charset, sizeof(charset), "");
299 s.extract(0, 0x7fffffff, cbopt, sizeof(cbopt), "");
378 s.extract(0, 0x7fffffff, charset, sizeof(charset), "");
    [all...]
  /external/webkit/WebCore/loader/archive/cf/
LegacyWebArchive.cpp 294 if (!archive->extract(plist.get()))
300 bool LegacyWebArchive::extract(CFDictionaryRef dictionary) function in class:WebCore::LegacyWebArchive
358 if (subframeArchive->extract(subframeDict))
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.h 373 void extract(integer_t& d, const pixel_t& s, int component);
374 void extract(component_t& d, const pixel_t& s, int component);
375 void extract(integer_t& d, int s, int h, int l, int bits=32);
texturing.cpp 113 // just use a packed version of the color and extract the
189 // iterated colors are packed, extract the one we need
190 extract(fragment, parts.iterated, component);
    [all...]
  /dalvik/dx/etc/
dx.bat 58 REM Instead we manually extract the first token from the params variable.
  /external/icu4c/samples/ustring/
ustring.cpp 88 out[s.extract(0, 99, out)]=0;
499 // if we need it in the original buffer, then extract() to it
500 // extract() does not do anything if the string aliases that same buffer
507 one.extract(0, i, writeable);
509 printf("writeable-alias backing buffer[%d]=0x%lx after re-extract\n",
585 // printUnicodeString() could use this, too, by changing to an extract() overload
  /external/icu4c/common/
rbbirb.cpp 214 strippedRules.extract((UChar *)((uint8_t *)data+data->fRuleSource), rulesSize/2+1, *fStatus);
ustrenum.cpp 49 unistr.extract(0, INT32_MAX, chars, charsCapacity, US_INV);
  /external/icu4c/common/unicode/
utext.h 619 * Extract text from a UText into a UChar buffer. The range of text to be extracted
633 * @param ut the UText from which to extract data.
634 * @param nativeStart the native index of the first character to extract.\
638 * character to extract. If the specified index is out of range,
1229 UTextExtract *extract; member in struct:UTextFuncs
    [all...]
  /dalvik/vm/mterp/armv5te/
footer.S 375 GET_INST_OPCODE(ip) @ extract opcode from rINST
600 GET_PREFETCHED_OPCODE(ip, r9) @ extract prefetched opcode from r9
608 GET_PREFETCHED_OPCODE(ip, r9) @ extract prefetched opcode from r9
662 GET_INST_OPCODE(ip) @ extract opcode from rINST
737 GET_INST_OPCODE(ip) @ extract opcode from rINST
742 GET_INST_OPCODE(ip) @ extract opcode from rINST
    [all...]

Completed in 65 milliseconds

1 2 3 4 5 67 8 910