| /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/ |
| Comment.h | 266 /// Plain text. 268 StringRef Text; 273 StringRef Text) : 275 Text(Text) { 287 StringRef getText() const LLVM_READONLY { return Text; } 307 StringRef Text; 309 Argument(SourceRange Range, StringRef Text) : Range(Range), Text(Text) { } [all...] |
| /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/ |
| Comment.h | 266 /// Plain text. 268 StringRef Text; 273 StringRef Text) : 275 Text(Text) { 287 StringRef getText() const LLVM_READONLY { return Text; } 307 StringRef Text; 309 Argument(SourceRange Range, StringRef Text) : Range(Range), Text(Text) { } [all...] |
| /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/ |
| Comment.h | 266 /// Plain text. 268 StringRef Text; 273 StringRef Text) : 275 Text(Text) { 287 StringRef getText() const LLVM_READONLY { return Text; } 307 StringRef Text; 309 Argument(SourceRange Range, StringRef Text) : Range(Range), Text(Text) { } [all...] |
| /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/ |
| Comment.h | 266 /// Plain text. 268 StringRef Text; 273 StringRef Text) : 275 Text(Text) { 287 StringRef getText() const LLVM_READONLY { return Text; } 307 StringRef Text; 309 Argument(SourceRange Range, StringRef Text) : Range(Range), Text(Text) { } [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
| ntddcdrm.h | 232 UCHAR Text[12];
|
| wsdtypes.h | 204 WSD_LOCALIZED_STRING_LIST *Text;
|
| wininet.h | [all...] |
| /prebuilts/gdb/darwin-x86/lib/python2.7/xml/dom/ |
| minidom.py | 11 * convenience methods for getting elements and text. 182 # empty text node; discard 189 # collapse text node 354 self.childNodes.append(Text()) [all...] |
| /prebuilts/gdb/linux-x86/lib/python2.7/xml/dom/ |
| minidom.py | 11 * convenience methods for getting elements and text. 182 # empty text node; discard 189 # collapse text node 354 self.childNodes.append(Text()) [all...] |
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/ |
| minidom.py | 11 * convenience methods for getting elements and text. 182 # empty text node; discard 189 # collapse text node 354 self.childNodes.append(Text()) [all...] |
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/ |
| minidom.py | 11 * convenience methods for getting elements and text. 182 # empty text node; discard 189 # collapse text node 354 self.childNodes.append(Text()) [all...] |
| /external/clang/lib/ARCMigrate/ |
| ObjCMT.cpp | [all...] |
| /external/pdfium/third_party/lcms/src/ |
| cmstypes.c | 695 // The textType is a simple text structure that contains a 7-bit ASCII text string. 702 char* Text = NULL; 714 Text = (char*) _cmsMalloc(self ->ContextID, SizeOfTag + 1); 715 if (Text == NULL) goto Error; 717 if (io -> Read(io, Text, sizeof(char), SizeOfTag) != SizeOfTag) goto Error; 719 // Make sure text is properly ended 720 Text[SizeOfTag] = 0; 724 if (!cmsMLUsetASCII(mlu, cmsNoLanguage, cmsNoCountry, Text)) goto Error; 726 _cmsFree(self ->ContextID, Text); [all...] |
| /libcore/luni/src/test/java/libcore/xml/ |
| DomTest.java | 58 import org.w3c.dom.Text; 109 private Text waffles; 111 private Text descriptionText1; 113 private Text descriptionText3; 116 private Node option2Reference; // resolved to Text on RI, an EntityReference on Dalvik 123 private Text vitamincText; 152 waffles = (Text) name.getChildNodes().item(0); 154 descriptionText1 = (Text) description.getChildNodes().item(0); 156 descriptionText3 = (Text) description.getChildNodes().item(2); 166 vitamincText = (Text) vitaminc.getChildNodes().item(0) 649 Text text = (Text) factory.newDocumentBuilder() local 662 Text text = (Text) factory.newDocumentBuilder() local 1565 Text text = (Text) documentElement.getFirstChild(); local 1596 Text text = (Text) documentElement.getFirstChild(); local 1642 Text text = (Text) documentElement.getFirstChild(); local 1653 Text text = (Text) documentElement.getFirstChild(); local [all...] |
| /external/clang/tools/libclang/ |
| CIndex.cpp | [all...] |
| /external/python/cpython2/Lib/lib-tk/ |
| Tkinter.py | 5 widgets are Frame, Label, Entry, Text, Canvas, Button, Radiobutton, 26 label = Tkinter.Label(frame, text="Hello, World") 28 button = Tkinter.Button(frame,text="Exit",command=tk.destroy) [all...] |
| /external/python/cpython3/Lib/tkinter/ |
| __init__.py | 5 widgets are Frame, Label, Entry, Text, Canvas, Button, Radiobutton, 26 label = tkinter.Label(frame, text="Hello, World") 28 button = tkinter.Button(frame,text="Exit",command=tk.destroy) [all...] |
| /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/ |
| Tkinter.py | 5 widgets are Frame, Label, Entry, Text, Canvas, Button, Radiobutton, 26 label = Tkinter.Label(frame, text="Hello, World") 28 button = Tkinter.Button(frame,text="Exit",command=tk.destroy) [all...] |
| /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/ |
| Tkinter.py | 5 widgets are Frame, Label, Entry, Text, Canvas, Button, Radiobutton, 26 label = Tkinter.Label(frame, text="Hello, World") 28 button = Tkinter.Button(frame,text="Exit",command=tk.destroy) [all...] |
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
| Tkinter.py | 5 widgets are Frame, Label, Entry, Text, Canvas, Button, Radiobutton, 26 label = Tkinter.Label(frame, text="Hello, World") 28 button = Tkinter.Button(frame,text="Exit",command=tk.destroy) [all...] |
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
| Tkinter.py | 5 widgets are Frame, Label, Entry, Text, Canvas, Button, Radiobutton, 26 label = Tkinter.Label(frame, text="Hello, World") 28 button = Tkinter.Button(frame,text="Exit",command=tk.destroy) [all...] |
| /external/pdfium/xfa/fxfa/ |
| fxfa_basic.h | 175 Text, 694 Text,
|
| /prebuilts/tools/common/m2/repository/de/pdark/decentxml/1.3/ |
| decentxml-1.3.jar | |
| /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/txw2/2.2.11/ |
| txw2-2.2.11.jar | |
| /prebuilts/tools/common/m2/repository/xom/xom/1.0/ |
| xom-1.0.jar | |