/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ |
new | 81 /** These are replaceable signatures:
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ |
new | 81 /** These are replaceable signatures:
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
new | 83 /** These are replaceable signatures:
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
new | 83 /** These are replaceable signatures:
|
/external/icu4c/common/ |
uiter.cpp | 483 /* UCharIterator wrapper around Replaceable --------------------------------- */ 487 * based on a Replaceable object. 489 * The UCharIterator.context field holds a pointer to the Replaceable. 490 * UCharIterator.length and UCharIterator.index hold Replaceable.length() 497 return ((Replaceable *)(iter->context))->charAt(iter->index); 506 return ((Replaceable *)(iter->context))->charAt(iter->index++); 515 return ((Replaceable *)(iter->context))->charAt(--iter->index); 536 uiter_setReplaceable(UCharIterator *iter, const Replaceable *rep) {
|
utext.cpp | [all...] |
/external/icu4c/i18n/ |
rbt.cpp | 28 static Replaceable *gLockedText = NULL; 201 RuleBasedTransliterator::handleTransliterate(Replaceable& text, UTransPosition& index,
|
strmatch.h | 117 virtual UMatchDegree matches(const Replaceable& text, 170 virtual int32_t replace(Replaceable& text,
|
rbt_rule.h | 22 class Replaceable; 274 UMatchDegree matchAndReplace(Replaceable& text,
|
cpdtrans.h | 156 virtual void handleTransliterate(Replaceable& text, UTransPosition& idx,
|
esctrn.cpp | 130 void EscapeTransliterator::handleTransliterate(Replaceable& text,
|
name2uni.cpp | 108 void NameUnicodeTransliterator::handleTransliterate(Replaceable& text, UTransPosition& offsets,
|
nortrans.cpp | 100 void NormalizationTransliterator::handleTransliterate(Replaceable& text, UTransPosition& offsets,
|
rbt_set.cpp | 111 const Replaceable& theText, UTransPosition& pos) { 402 UBool TransliterationRuleSet::transliterate(Replaceable& text,
|
unesctrn.cpp | 172 void UnescapeTransliterator::handleTransliterate(Replaceable& text, UTransPosition& pos,
|
rbt_rule.cpp | 317 static inline int32_t posBefore(const Replaceable& str, int32_t pos) { 323 static inline int32_t posAfter(const Replaceable& str, int32_t pos) { 350 UMatchDegree TransliterationRule::matchAndReplace(Replaceable& text,
|
/external/icu4c/common/unicode/ |
utext.h | 280 * Open a writable UText implementation for an ICU Replaceable object. 283 * be reset to reference the specified replaceable text. 284 * @param rep A Replaceable text object. 288 * @see Replaceable 292 utext_openReplaceable(UText *ut, icu::Replaceable *rep, UErrorCode *status); 298 * be reset to reference the specified replaceable text. 303 * @see Replaceable 323 * Replaceable all support deep cloning. 809 * @see Replaceable::hasMetaData() [all...] |
/external/chromium/chrome/browser/importer/ |
profile_writer.h | 108 // existing TemplateURL that has a replaceable search url with the same
|
/external/chromium/chrome/common/extensions/docs/static/ |
history.html | 131 The URL was generated from a replaceable keyword
|
/external/chromium/chrome/browser/search_engines/ |
template_url_model.h | 168 // The TemplateURL is marked as not replaceable. 309 // Returns true if the TemplateURL is replaceable. This doesn't look at the
|
template_url_fetcher.cc | 235 // Mark the keyword as replaceable so it can be removed if necessary.
|
/dalvik/dx/src/com/android/dx/ssa/ |
EscapeAnalysis.java | 65 /** flag to indicate this object is a scalar replaceable array */ 203 * Performs escape analysis on a method. Finds scalar replaceable arrays and 478 // Iterate through lattice, looking for non-escaping replaceable arrays 552 * Replaces the use for a scalar replaceable array. Gets and puts become [all...] |
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
EscapeAnalysis.java | 65 /** flag to indicate this object is a scalar replaceable array */ 203 * Performs escape analysis on a method. Finds scalar replaceable arrays and 478 // Iterate through lattice, looking for non-escaping replaceable arrays 552 * Replaces the use for a scalar replaceable array. Gets and puts become [all...] |
/external/icu4c/test/cintltst/ |
utransts.c | 51 * Replaceable glue 53 * To test the Replaceable glue we have to dummy up a C-based 54 * Replaceable callback. This code is for testing purposes only.
|
/docs/source.android.com/src/source/ |
developing.jd | 28 <p><strong>Git</strong> is an open-source version-control system designed to handle very large projects that are distributed over multiple repositories. In the context of Android, we use Git for local operations such as local branching, commits, diffs, and edits. One of the challenges in setting up the Android project was figuring out how to best support the outside community--from the hobbiest community to large OEMs building mass-market consumer devices. We wanted components to be replaceable, and we wanted interesting components to be able to grow a life of their own outside of Android. We first chose a distributed revision control system, then further narrowed it down to Git.</p>
|