HomeSort by relevance Sort by last modified time
    Searched refs:Title (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/wpa_supplicant_8/hostapd/logwatch/
hostapd.conf 7 Title = "hostapd"
  /external/llvm/include/llvm/Analysis/
DOTGraphTraitsPass.h 57 std::string Title = GraphName + " for '" + F.getName().str() + "' function";
59 ViewGraph(Graph, Name, IsSimple, Title);
105 std::string Title = GraphName + " for '" + F.getName().str() + "' function";
108 WriteGraph(File, Graph, IsSimple, Title);
135 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph);
137 ViewGraph(Graph, Name, IsSimple, Title);
167 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph);
170 WriteGraph(File, Graph, IsSimple, Title);
  /external/lzma/CPP/7zip/UI/FileManager/
ComboDialog.h 19 UString Title;
ComboDialog.cpp 30 SetText(Title);
  /external/opencv3/samples/winrt/ImageManipulations/
Constants.h 18 Platform::String^ Title;
  /external/llvm/include/llvm/Support/
GraphWriter.h 99 void writeGraph(const std::string &Title = "") {
101 writeHeader(Title);
113 void writeHeader(const std::string &Title) {
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/include/llvm/Option/
OptTable.h 160 /// \param Title - The title to use in the usage line.
165 const char *Title, unsigned FlagsToInclude,
169 const char *Title, bool ShowHidden = false) const;
  /external/llvm/lib/CodeGen/
ScheduleDAGPrinter.cpp 88 void ScheduleDAG::viewGraph(const Twine &Name, const Twine &Title) {
91 ViewGraph(this, Name, false, Title);
EdgeBundles.cpp 75 const Twine &Title) {
  /external/lzma/CPP/Windows/Control/
PropertyPage.h 40 UString Title;
44 INT_PTR MyPropertySheet(const CObjectVector<CPageInfo> &pagesInfo, HWND hwndParent, const UString &title);
PropertyPage.cpp 47 INT_PTR MyPropertySheet(const CObjectVector<CPageInfo> &pagesInfo, HWND hwndParent, const UString &title)
60 titles.Add(GetSystemString(pagesInfo[i].Title));
97 if (pageInfo.Title.IsEmpty())
102 page.pszTitle = pageInfo.Title;
118 AString titleA = GetSystemString(title);
134 sheet.pszCaption = title;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
qnetwork.idl 31 [propget] HRESULT Title(BSTR *pbstrTitle);
  /external/chromium-trace/catapult/third_party/WebOb/docs/wiki-example-code/
example.py 10 <title>{{page.title}}</title>
13 <h1>{{page.title}}</h1>
29 <title>Edit: {{page.title}}</title>
33 <h1>Edit: {{page.title}}</h1>
35 <h1>Create: {{page.title}}</h1>
40 Title: <input type="text" name="title" style="width: 70%" value="{{page.title}}"><br
132 def title(self): member in class:Page
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/mturk/
cleanup_tests.py 7 return lambda hit: substring in hit.Title
  /external/lzma/CPP/7zip/UI/GUI/
ExtractGUI.cpp 90 UString Title;
140 FinalMessage.OkMessage.Title = Title;
246 UString title = LangString(options.TestMode ? IDS_PROGRESS_TESTING : IDS_PROGRESS_EXTRACTING); local
248 extracter.Title = title;
266 RINOK(extracter.Create(title, hwndParent));
  /external/llvm/lib/Option/
OptTable.cpp 333 static void PrintHelpOptionList(raw_ostream &OS, StringRef Title,
336 OS << Title << ":\n";
384 void OptTable::PrintHelp(raw_ostream &OS, const char *Name, const char *Title,
386 PrintHelp(OS, Name, Title, /*Include*/ 0, /*Exclude*/
391 void OptTable::PrintHelp(raw_ostream &OS, const char *Name, const char *Title,
394 OS << "OVERVIEW: " << Title << "\n";
  /external/bison/examples/calc++/
calc++-parser.cc 107 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \
111 *yycdebug_ << Title << ' '; \
132 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) YYUSE(Type)
    [all...]
  /external/google-breakpad/src/testing/gtest/scripts/
gen_gtest_pred_impl.py 175 def Title(word):
176 """Returns the given word in title case. The difference between
177 this and string's title() method is that Title('4-ary') is '4-ary'
178 while '4-ary'.title() is '4-Ary'."""
214 'Arity' : Title(Arity(n))
426 'Arity' : Title(Arity(n)),
617 test_name = pred_format_type.title()
  /external/protobuf/gtest/scripts/
gen_gtest_pred_impl.py 175 def Title(word):
176 """Returns the given word in title case. The difference between
177 this and string's title() method is that Title('4-ary') is '4-ary'
178 while '4-ary'.title() is '4-Ary'."""
214 'Arity' : Title(Arity(n))
428 'Arity' : Title(Arity(n)),
620 test_name = pred_format_type.title()
  /external/vulkan-validation-layers/tests/gtest-1.7.0/scripts/
gen_gtest_pred_impl.py 175 def Title(word):
176 """Returns the given word in title case. The difference between
177 this and string's title() method is that Title('4-ary') is '4-ary'
178 while '4-ary'.title() is '4-Ary'."""
214 'Arity' : Title(Arity(n))
426 'Arity' : Title(Arity(n)),
617 test_name = pred_format_type.title()
  /external/bison/data/
lalr1.cc 314 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \
318 *yycdebug_ << Title << ' '; \
339 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) YYUSE(Type)
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGPrinter.cpp 153 void SelectionDAG::viewGraph(const std::string &Title) {
157 false, Title);
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-module-apt/1.0/
doxia-module-apt-1.0.jar 
  /external/ant-glob/
NOTICE 149 * of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
240 Title to copyright in this software and any associated documentation will at
  /prebuilts/tools/common/m2/repository/com/android/tools/external/ant-glob/1.0/
NOTICE 149 * of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
240 Title to copyright in this software and any associated documentation will at

Completed in 567 milliseconds

1 2 3