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

1 2

  /external/wpa_supplicant_8/hostapd/logwatch/
hostapd.conf 7 Title = "hostapd"
  /external/llvm/include/llvm/Analysis/
DOTGraphTraitsPass.h 42 std::string Title = GraphName + " for '" + F.getName().str() + "' function";
44 ViewGraph(Graph, Name, IsSimple, Title);
75 std::string Title = GraphName + " for '" + F.getName().str() + "' function";
78 WriteGraph(File, Graph, IsSimple, Title);
105 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph);
107 ViewGraph(Graph, Name, IsSimple, Title);
137 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph);
140 WriteGraph(File, Graph, IsSimple, 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());
325 bool ShortNames = false, const Twine &Title = "")
    [all...]
  /external/llvm/include/llvm/Option/
OptTable.h 166 /// \param Title - The title to use in the usage line.
171 const char *Title, unsigned FlagsToInclude,
175 const char *Title, bool ShowHidden = false) const;
  /external/llvm/lib/CodeGen/
ScheduleDAGPrinter.cpp 85 void ScheduleDAG::viewGraph(const Twine &Name, const Twine &Title) {
88 ViewGraph(this, Name, false, Title);
EdgeBundles.cpp 75 const Twine &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/trace-viewer/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/llvm/lib/Option/
OptTable.cpp 336 static void PrintHelpOptionList(raw_ostream &OS, StringRef Title,
339 OS << Title << ":\n";
387 void OptTable::PrintHelp(raw_ostream &OS, const char *Name, const char *Title,
389 PrintHelp(OS, Name, Title, /*Include*/ 0, /*Exclude*/
394 void OptTable::PrintHelp(raw_ostream &OS, const char *Name, const char *Title,
397 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/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 146 void SelectionDAG::viewGraph(const std::string &Title) {
150 false, Title);
  /external/pdfium/public/
fpdf_formfill.h 36 * Title - The title of the dialog.
54 int (*app_alert)(struct _IPDF_JsPlatform* pThis, FPDF_WIDESTRING Msg, FPDF_WIDESTRING Title, int Type, int Icon);
86 * Title - The title of the dialog box.
100 int (*app_response)(struct _IPDF_JsPlatform* pThis, FPDF_WIDESTRING Question, FPDF_WIDESTRING Title, FPDF_WIDESTRING Default, FPDF_WIDESTRING cLabel, FPDF_BOOL bPassword, void* response, int length);
    [all...]
  /external/linux-tools-perf/src/tools/perf/util/
pmu-bison.c 652 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \
656 YYFPRINTF (stderr, "%s ", Title); \
804 # define YY_SYMBOL_PRINT(Title, Type, Value, Location)
    [all...]
parse-events-bison.c 762 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \
766 YYFPRINTF (stderr, "%s ", Title); \
914 # define YY_SYMBOL_PRINT(Title, Type, Value, Location)
    [all...]
  /external/pdfium/fpdfsdk/include/
fsdk_mgr.h 124 int JS_appAlert(FX_LPCWSTR Msg, FX_LPCWSTR Title, FX_UINT Type, FX_UINT Icon)
129 CFX_ByteString bsTitle = CFX_WideString(Title).UTF16LE_Encode();
140 int JS_appResponse(FX_LPCWSTR Question, FX_LPCWSTR Title, FX_LPCWSTR Default, FX_LPCWSTR cLabel, FPDF_BOOL bPassword, void* response, int length)
145 CFX_ByteString bsTitle = CFX_WideString(Title).UTF16LE_Encode();
  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfDocumentInformationDictionary_autogen.cpp 11 SkString SkPdfDocumentInformationDictionary::Title(SkPdfNativeDoc* doc) {
12 SkPdfNativeObject* ret = get("Title", "");
20 return get("Title", "") != NULL;
SkPdfOutlineItemDictionary_autogen.cpp 11 SkString SkPdfOutlineItemDictionary::Title(SkPdfNativeDoc* doc) {
12 SkPdfNativeObject* ret = get("Title", "");
20 return get("Title", "") != NULL;
  /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
  /prebuilts/tools/common/m2/repository/com/intellij/annotations/12.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
  /external/parameter-framework/Schemas/
Android.mk 7 # or licensors. Title to the Material remains with Intel Corporation or its

Completed in 1353 milliseconds

1 2