HomeSort by relevance Sort by last modified time
    Searched full:composed (Results 26 - 50 of 458) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/llvm/utils/TableGen/
CodeGenRegisters.h 62 CompMap::const_iterator I = Composed.find(Idx);
63 return I == Composed.end() ? 0 : I->second;
71 Composed.insert(std::make_pair(A, B));
82 const CompMap &getComposites() const { return Composed; }
85 CompMap Composed;
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
StylesheetRoot.java 228 * Recompose the values of all "composed" properties, meaning
266 // because we need the info from the composed includes.
330 // based on composed values.
355 * the composed method called on it, and will have it's children's composed
514 * @return non-null reference to composed output properties object.
540 * Composed set of all included and imported attribute set properties.
661 * Get the composed "xsl:key" properties.
664 * @return A vector of the composed "xsl:key" properties.
672 * Composed set of all namespace aliases
    [all...]
ElemVariable.java 365 * This after the template's children have been composed. We have to get
383 // * This after the template's children have been composed.
449 * control how this element is composed.
  /cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityViewTreeReportingTest.java 27 * Note: The accessibility CTS tests are composed of two APKs, one with delegating
  /cts/tools/signature-tools/src/signature/model/
IClassDefinition.java 64 * is composed of {@link #getPackageName()} '.' {@link #getName()}
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
AccessibilityNodeProviderActivity.java 44 * rooted at it. A virtual sub-tree is composed of imaginary Views
52 * hierarchy the calendar is composed of a single View but an accessibility
66 * This class presents a View that is composed of three virtual children
350 * exploring a View containing a sub-tree composed of real Views.
  /external/apache-http/src/org/apache/http/client/entity/
UrlEncodedFormEntity.java 41 * An entity composed of a list of url-encoded pairs.
  /external/chromium/chrome/browser/sync/protocol/
session_specifics.proto 27 // Each session is composed of windows.
  /external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/
CompositeResourceLoader.java 28 * ResourceLoader composed of other ResourceLoaders. When a resource is loaded, it will search
  /external/svox/pico/lib/
picospho.h 114 processing (ie. sequencially applying spho transducers to phoneme sequence composed of
  /external/valgrind/main/
Makefile.am 73 echo "# This is a generated file, composed of the following suppression rules:" > default.supp
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_textparseintolistofelements.js 79 second employee. That node is composed of two
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_textparseintolistofelements.js 79 second employee. That node is composed of two
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
MethodAdapter.java 32 * @param signature The signature of the method being invoked, composed of the
  /frameworks/compile/mclinker/include/mcld/MC/
MCLDInfo.h 33 * \brief MCLDInfo is composed of argumments of MCLinker.
  /libcore/luni/src/main/java/java/net/
CookieStore.java 75 * Get a set of URIs, which is composed of associated URI with all the
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LastComposedWord.java 22 * This class encapsulates data about a word previously composed, but that has been
  /external/webkit/Source/WebCore/editing/
InsertTextCommand.cpp 92 // We could have inserted a part of composed character sequence,
187 // We could have inserted a part of composed character sequence,
  /external/webkit/Source/WebCore/platform/graphics/
WidthIterator.cpp 99 // Normalize into composed form, and then look for glyph with base + combined mark.
240 // Normalize into composed form using 3.2 rules.
  /hardware/ti/wlan/wl1271/Test/
debug.c 135 * The functionNumber parameter is composed as follows:
141 * \param functionNumber - The module and function numbers composed in a decimal number
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
unordered_set.h 155 * @brief A standard container composed of unique keys (containing
204 * @brief A standard container composed of equivalent keys
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
unordered_set.h 155 * @brief A standard container composed of unique keys (containing
204 * @brief A standard container composed of equivalent keys
  /external/icu4c/i18n/
ucol_elm.cpp 1249 UCAElements *composed = (UCAElements *)uprv_malloc(sizeof(UCAElements)); local
    [all...]
  /frameworks/base/core/java/android/text/method/
QwertyKeyListener.java 178 int composed = event.getDeadChar(accent, i); local
180 if (composed != 0) {
181 i = composed;
  /libcore/luni/src/main/java/java/text/
RuleBasedCollator.java 37 * The collation table is composed of a list of collation rules, where each rule
125 * both pre-composed and combining-character versions of accented characters.
127 * combining accent characters, the pre-composed accented characters matching

Completed in 1984 milliseconds

12 3 4 5 6 7 8 91011>>