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

1 2 3 4

  /external/lzma/CPP/7zip/UI/FileManager/
ComboDialog.h 19 UString Title;
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
EditTitleBar.c 19 CHAR16 *Title = NULL;
22 Initialize a title bar.
24 @param[in] Prompt The prompt to print in the title bar.
34 SHELL_FREE_NON_NULL (Title);
36 Title = CatSPrint (NULL, L"");
39 // set Title
41 Title = CatSPrint (NULL, L"%s", Prompt);
43 if (Title == NULL) {
58 SHELL_FREE_NON_NULL (Title);
59 Title = NULL;
    [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/googletest/googletest/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/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/Windows/Control/
PropertyPage.h 42 UString Title;
46 INT_PTR MyPropertySheet(const CObjectVector<CPageInfo> &pagesInfo, HWND hwndParent, const UString &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/swiftshader/third_party/LLVM/include/llvm/Analysis/
DOTGraphTraitsPass.h 31 std::string Title, GraphName;
34 Title = GraphName + " for '" + F.getNameStr() + "' function";
35 ViewGraph(Graph, Name, Simple, Title);
65 std::string Title, GraphName;
67 Title = GraphName + " for '" + F.getNameStr() + "' function";
70 WriteGraph(File, Graph, Simple, Title);
  /external/v8/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/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()
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/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);
  /prebuilts/clang/host/darwin-x86/clang-4393122/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);
  /prebuilts/clang/host/darwin-x86/clang-4479392/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);
  /prebuilts/clang/host/darwin-x86/clang-4579689/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);
  /prebuilts/clang/host/darwin-x86/clang-4630689/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);
  /prebuilts/clang/host/darwin-x86/clang-4639204/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);
  /prebuilts/clang/host/darwin-x86/clang-4691093/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);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/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);
  /prebuilts/clang/host/linux-x86/clang-4393122/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);
  /prebuilts/clang/host/linux-x86/clang-4479392/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);
  /prebuilts/clang/host/linux-x86/clang-4579689/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);
  /prebuilts/clang/host/linux-x86/clang-4630689/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);
  /prebuilts/clang/host/linux-x86/clang-4639204/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);
  /prebuilts/clang/host/linux-x86/clang-4691093/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);
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/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()

Completed in 547 milliseconds

1 2 3 4