Searched defs:Text (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tools/localize/
H A DXMLHandler.h100 inline string Text() const { return m_text; } function in struct:XMLNode
/frameworks/compile/slang/
H A Dslang.cpp291 const char *Text,
300 llvm::MemoryBuffer::getMemBuffer(Text, Text + TextLength);
290 setInputSource(llvm::StringRef InputFile, const char *Text, size_t TextLength) argument
/frameworks/base/media/java/android/media/
H A DTimedText.java51 public static final int KEY_STRUCT_TEXT = 16; // Text
90 private Text mTextStruct;
97 public class Text { class in class:TimedText
108 public Text() { } method in class:TimedText.Text
113 * for Blinking Text or Highlight Text. endChar is the end offset
342 mTextStruct = new Text();
646 * any of the helper classes such as TextPos, Justification, and Text.

Completed in 155 milliseconds