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

1 2

  /external/wpa_supplicant_8/hostapd/logwatch/
hostapd.conf 7 Title = "hostapd"
  /external/llvm/include/llvm/Analysis/
DOTGraphTraitsPass.h 31 std::string Title = GraphName + " for '" + F.getName().str() + "' function";
33 ViewGraph(Graph, Name, Simple, Title);
62 std::string Title = GraphName + " for '" + F.getName().str() + "' function";
65 WriteGraph(File, Graph, Simple, Title);
90 std::string Title = DOTGraphTraits<Analysis*>::getGraphName(Graph);
92 ViewGraph(Graph, Name, Simple, Title);
120 std::string Title = DOTGraphTraits<Analysis*>::getGraphName(Graph);
123 WriteGraph(File, Graph, Simple, 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";
311 const Twine &Title = "") {
316 W.writeGraph(Title.str());
323 bool ShortNames = false, const Twine &Title = "")
    [all...]
  /external/llvm/include/llvm/CodeGen/
EdgeBundles.h 65 const Twine &Title = "");
MachineScheduler.h 328 void viewGraph(const Twine &Name, const Twine &Title) LLVM_OVERRIDE;
  /external/llvm/lib/CodeGen/
ScheduleDAGPrinter.cpp 87 void ScheduleDAG::viewGraph(const Twine &Name, const Twine &Title) {
90 ViewGraph(this, Name, false, Title);
EdgeBundles.cpp 80 const Twine &Title) {
  /external/clang/include/clang/Driver/
OptTable.h 150 /// \param Title - The title to use in the usage line.
155 const char *Title, unsigned short FlagsToInclude = 0,
  /external/llvm/include/llvm/Option/
OptTable.h 153 /// \param Title - The title to use in the usage line.
156 const char *Title, bool ShowHidden = false) const;
  /external/clang/lib/Driver/
OptTable.cpp 297 static void PrintHelpOptionList(raw_ostream &OS, StringRef Title,
300 OS << Title << ":\n";
349 const char *Title, unsigned short FlagsToInclude,
351 OS << "OVERVIEW: " << Title << "\n";
  /external/llvm/lib/Option/
OptTable.cpp 298 static void PrintHelpOptionList(raw_ostream &OS, StringRef Title,
301 OS << Title << ":\n";
350 const char *Title, bool ShowHidden) const {
351 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/chromium/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/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/libvpx/libvpx/third_party/googletest/src/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/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...]
glr.c 520 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \
524 YYFPRINTF (stderr, "%s ", Title); \
537 # define YY_SYMBOL_PRINT(Title, Type, Value, Location)
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGPrinter.cpp 145 void SelectionDAG::viewGraph(const std::string &Title) {
149 false, Title);
  /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
  /external/elfutils/src/
ldscript.c     [all...]
  /external/libpcap/
grammar.c     [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
glslang_tab.cpp     [all...]
  /system/core/sh/
arith.c 626 # define YYDSYMPRINTF(Title, Token, Value, Location) \
630 YYFPRINTF (stderr, "%s ", Title); \
700 # define YYDSYMPRINTF(Title, Token, Value, Location)
    [all...]
  /external/chromium/chrome/browser/autocomplete/
history_contents_provider_unittest.cc 27 const char* title; member in struct:__anon3809::TestEntry
81 history_service->SetPageTitle(url, UTF8ToUTF16(test_entries[i].title));
118 EXPECT_STREQ(test_entries[0].title, UTF16ToUTF8(m[0].description).c_str());
120 EXPECT_STREQ(test_entries[1].title, UTF16ToUTF8(m[1].description).c_str());
123 TEST_F(HistoryContentsProviderTest, Title) {
132 EXPECT_STREQ(test_entries[0].title, UTF16ToUTF8(m[0].description).c_str());
134 EXPECT_STREQ(test_entries[1].title, UTF16ToUTF8(m[1].description).c_str());

Completed in 894 milliseconds

1 2