Searched defs:Title (Results 1 - 25 of 45) sorted by relevance

12

/external/lzma/CPP/7zip/UI/FileManager/
H A DComboDialog.h19 UString Title; member in class:CComboDialog
H A DProgressDialog2.h20 UString Title; member in struct:CProgressMessageBoxPair
/external/google-breakpad/src/testing/gtest/scripts/
H A Dgen_gtest_pred_impl.py175 def Title(word): function
177 this and string's title() method is that Title('4-ary') is '4-ary'
214 'Arity' : Title(Arity(n))
426 'Arity' : Title(Arity(n)),
/external/googletest/googletest/scripts/
H A Dgen_gtest_pred_impl.py175 def Title(word): function
177 this and string's title() method is that Title('4-ary') is '4-ary'
214 'Arity' : Title(Arity(n))
426 'Arity' : Title(Arity(n)),
/external/lzma/CPP/Windows/Control/
H A DPropertyPage.h42 UString Title; member in struct:NWindows::NControl::CPageInfo
/external/protobuf/gtest/scripts/
H A Dgen_gtest_pred_impl.py175 def Title(word): function
177 this and string's title() method is that Title('4-ary') is '4-ary'
214 'Arity' : Title(Arity(n))
428 'Arity' : Title(Arity(n)),
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DDOTGraphTraitsPass.h31 std::string Title, GraphName; local
34 Title = GraphName + " for '" + F.getNameStr() + "' function";
35 ViewGraph(Graph, Name, Simple, Title);
65 std::string Title, GraphName; local
67 Title = GraphName + " for '" + F.getNameStr() + "' function";
70 WriteGraph(File, Graph, Simple, Title);
/external/v8/testing/gtest/scripts/
H A Dgen_gtest_pred_impl.py175 def Title(word): function
177 this and string's title() method is that Title('4-ary') is '4-ary'
214 'Arity' : Title(Arity(n))
426 'Arity' : Title(Arity(n)),
/external/vulkan-validation-layers/tests/gtest-1.7.0/scripts/
H A Dgen_gtest_pred_impl.py175 def Title(word): function
177 this and string's title() method is that Title('4-ary') is '4-ary'
214 'Arity' : Title(Arity(n))
426 'Arity' : Title(Arity(n)),
/external/llvm/include/llvm/Analysis/
H A DDOTGraphTraitsPass.h57 std::string Title = GraphName + " for '" + F.getName().str() + "' function"; variable
59 ViewGraph(Graph, Name, IsSimple, Title);
105 std::string Title = GraphName + " for '" + F.getName().str() + "' function"; variable
108 WriteGraph(File, Graph, IsSimple, Title);
135 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph); variable
137 ViewGraph(Graph, Name, IsSimple, Title);
167 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph); variable
170 WriteGraph(File, Graph, IsSimple, Title);
/external/llvm/lib/CodeGen/
H A DEdgeBundles.cpp75 const Twine &Title) {
73 WriteGraph(raw_ostream &O, const EdgeBundles &G, bool ShortNames, const Twine &Title) argument
H A DScheduleDAGPrinter.cpp87 void ScheduleDAG::viewGraph(const Twine &Name, const Twine &Title) { argument
90 ViewGraph(this, Name, false, Title);
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DEdgeBundles.cpp80 const std::string &Title) {
78 WriteGraph(raw_ostream &O, const EdgeBundles &G, bool ShortNames, const std::string &Title) argument
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DCaseMap.java53 public static Title toTitle() { return Title.DEFAULT; }
195 public static final class Title extends CaseMap { class in class:CaseMap
196 private static final Title DEFAULT = new Title(0);
197 private static final Title OMIT_UNCHANGED = new Title(CaseMapImpl.OMIT_UNCHANGED_TEXT);
198 private Title(int opt) { super(opt); } method in class:CaseMap.Title
212 public Title wholeString() {
213 return new Title(CaseMapImp
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DCaseMap.java55 public static Title toTitle() { return Title.DEFAULT; }
208 public static final class Title extends CaseMap { class in class:CaseMap
209 private static final Title DEFAULT = new Title(0);
210 private static final Title OMIT_UNCHANGED = new Title(CaseMapImpl.OMIT_UNCHANGED_TEXT);
211 private Title(int opt) { super(opt); } method in class:CaseMap.Title
226 public Title wholeString() {
227 return new Title(CaseMapImp
[all...]
/external/lzma/CPP/7zip/UI/GUI/
H A DExtractGUI.cpp90 UString Title; member in class:CThreadExtracting
140 FinalMessage.OkMessage.Title = Title;
250 extracter.Title = title;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp153 void SelectionDAG::viewGraph(const std::string &Title) { argument
157 false, Title);
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DGraphWriter.h95 void writeGraph(const std::string &Title = "") {
97 writeHeader(Title);
109 void writeHeader(const std::string &Title) { argument
112 if (!Title.empty())
113 O << "digraph \"" << DOT::EscapeString(Title) << "\" {\n";
122 if (!Title.empty())
123 O << "\tlabel=\"" << DOT::EscapeString(Title) << "\";\n";
299 const std::string &Title = "") {
304 W.writeGraph(Title);
311 bool ShortNames = false, const std::string &Title
[all...]
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp148 void SelectionDAG::viewGraph(const std::string &Title) { argument
152 false, Title);
/external/llvm/include/llvm/Support/
H A DGraphWriter.h99 void writeGraph(const std::string &Title = "") {
101 writeHeader(Title);
113 void writeHeader(const std::string &Title) { argument
116 if (!Title.empty())
117 O << "digraph \"" << DOT::EscapeString(Title) << "\" {\n";
126 if (!Title.empty())
127 O << "\tlabel=\"" << DOT::EscapeString(Title) << "\";\n";
313 const Twine &Title = "") {
318 W.writeGraph(Title.str());
327 bool ShortNames = false, const Twine &Title
[all...]
/external/llvm/lib/Option/
H A DOptTable.cpp333 static void PrintHelpOptionList(raw_ostream &OS, StringRef Title, argument
336 OS << Title << ":\n"; local
384 void OptTable::PrintHelp(raw_ostream &OS, const char *Name, const char *Title, argument
386 PrintHelp(OS, Name, Title, /*Include*/ 0, /*Exclude*/
391 void OptTable::PrintHelp(raw_ostream &OS, const char *Name, const char *Title, argument
394 OS << "OVERVIEW: " << Title << "\n"; local
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cShaderImageSizeTests.cpp46 virtual std::string Title() function in class:gl4cts::__anon4145::ShaderImageSizeBase
H A Dgl4cVertexAttribBindingTests.cpp54 virtual std::string Title() function in class:gl4cts::__anon4158::VertexAttribBindingBase
/external/deqp/external/openglcts/modules/gles31/
H A Des31cShaderImageSizeTests.cpp55 virtual std::string Title() function in class:glcts::__anon4188::ShaderImageSizeBase
H A Des31cProgramInterfaceQueryTests.cpp320 virtual std::string Title() function in class:glcts::__anon4183::NoShaders
367 virtual std::string Title() function in class:glcts::__anon4183::SimpleShaders
446 virtual std::string Title() function in class:glcts::__anon4183::ComputeShaderTest
650 virtual std::string Title() function in class:glcts::__anon4183::InputTypes
762 virtual std::string Title() function in class:glcts::__anon4183::InputBuiltIn
825 virtual std::string Title() function in class:glcts::__anon4183::InputLayout
927 virtual std::string Title() function in class:glcts::__anon4183::OutputLayout
999 virtual std::string Title() function in class:glcts::__anon4183::UniformSimple
1084 virtual std::string Title() function in class:glcts::__anon4183::UniformTypes
1267 virtual std::string Title() function in class:glcts::__anon4183::UniformBlockTypes
1519 virtual std::string Title() function in class:glcts::__anon4183::TransformFeedbackTypes
1613 virtual std::string Title() function in class:glcts::__anon4183::AtomicCounterSimple
1764 virtual std::string Title() function in class:glcts::__anon4183::AtomicCounterSimpleOneBuffer
1892 virtual std::string Title() function in class:glcts::__anon4183::InvalidValueTest
1970 virtual std::string Title() function in class:glcts::__anon4183::InvalidEnumTest
2052 virtual std::string Title() function in class:glcts::__anon4183::InvalidOperationTest
2131 virtual std::string Title() function in class:glcts::__anon4183::ShaderStorageBlock
2388 virtual std::string Title() function in class:glcts::__anon4183::NullLength
2455 virtual std::string Title() function in class:glcts::__anon4183::ArraysOfArrays
2530 virtual std::string Title() function in class:glcts::__anon4183::TopLevelArray
2622 virtual std::string Title() function in class:glcts::__anon4183::SeparateProgramsVertex
2755 virtual std::string Title() function in class:glcts::__anon4183::SeparateProgramsFragment
2834 virtual std::string Title() function in class:glcts::__anon4183::UniformBlockAdvanced
2921 virtual std::string Title() function in class:glcts::__anon4183::ArrayNames
2979 virtual std::string Title() function in class:glcts::__anon4183::BuffLength
3085 virtual std::string Title() function in class:glcts::__anon4183::NoLocations
3194 virtual std::string Title() function in class:glcts::__anon4183::OutputBuiltIn
3253 virtual std::string Title() function in class:glcts::__anon4183::QueryNotUsed
3348 virtual std::string Title() function in class:glcts::__anon4183::RelinkFailure
3431 virtual std::string Title() function in class:glcts::__anon4183::LinkFailure
[all...]

Completed in 768 milliseconds

12