HomeSort by relevance Sort by last modified time
    Searched refs:Name (Results 476 - 500 of 6172) sorted by null

<<11121314151617181920>>

  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
HexEdit.c 48 CONST CHAR16 *Name;
57 Name = NULL;
96 Name = ShellCommandLineGetRawValue(Package, 1);
117 Name = ShellCommandLineGetRawValue(Package, 1);
118 if (Name == NULL || !IsValidFileName(Name)) {
119 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_PARAM_INV), gShellDebug1HiiHandle, L"hexedit", Name);
143 Name = ShellCommandLineGetRawValue(Package, 1);
144 if (WhatToDo == FileTypeNone && Name != NULL) {
148 } else if (!IsValidFileName(Name)) {
    [all...]
  /external/autotest/client/deps/glbench/src/
swaptest.cc 16 virtual const char* Name() const { return "swap"; }
  /external/clang/include/clang/Analysis/DomainSpecific/
CocoaConventions.h 28 StringRef Name = StringRef());
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugType.h 34 const std::string Name;
40 BugType(class CheckName check, StringRef name, StringRef cat)
41 : Check(check), Name(name), Category(cat), SuppressonSink(false) {}
42 BugType(const CheckerBase *checker, StringRef name, StringRef cat)
43 : Check(checker->getCheckName()), Name(name), Category(cat),
48 StringRef getName() const { return Name; }
65 BuiltinBug(class CheckName check, const char *name, const char *description)
66 : BugType(check, name, categories::LogicError), desc(description) {
    [all...]
  /external/clang/lib/Driver/
Tool.cpp 18 : Name(_Name), ShortName(_ShortName), TheToolChain(TC),
  /external/compiler-rt/lib/profile/
InstrProfilingUtil.h 25 static inline char *getenv(const char *name) { return NULL; }
28 int lprofGetHostName(char *Name, int Len);
  /external/flatbuffers/tests/MyGame/Example/
Any.php 20 public static function Name($e)
AnyAmbiguousAliases.php 20 public static function Name($e)
AnyUniqueAliases.php 20 public static function Name($e)
Color.php 18 public static function Name($e)
  /external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
EnumInNestedNS.php 18 public static function Name($e)
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/metamodel/
NameMetaModel.java 8 super(superBaseNodeMetaModel, com.github.javaparser.ast.expr.Name.class, "Name", "com.github.javaparser.ast.expr", false, false);
  /external/libchrome/base/metrics/
persistent_histogram_storage.cc 50 << "Could not write \"" << allocator->Name()
56 FilePath storage_dir = storage_base_dir_.AppendASCII(allocator->Name());
62 << "Could not write \"" << allocator->Name()
74 << "Could not write \"" << allocator->Name()
  /external/llvm/include/llvm/DebugInfo/PDB/Raw/
NameMap.h 1 //===- NameMap.h - PDB Name Map ---------------------------------*- C++ -*-===//
32 bool tryGetValue(StringRef Name, uint32_t &Value) const;
  /external/llvm/include/llvm/ExecutionEngine/Orc/
IRTransformLayer.h 60 /// @param Name The name of the symbol to search for.
63 JITSymbol findSymbol(const std::string &Name, bool ExportedSymbolsOnly) {
64 return BaseLayer.findSymbol(Name, ExportedSymbolsOnly);
71 /// @param Name The name of the symbol to search for.
75 JITSymbol findSymbolIn(ModuleSetHandleT H, const std::string &Name,
77 return BaseLayer.findSymbolIn(H, Name, ExportedSymbolsOnly);
ObjectTransformLayer.h 59 /// @param Name The name of the symbol to search for.
62 JITSymbol findSymbol(const std::string &Name, bool ExportedSymbolsOnly) {
63 return BaseLayer.findSymbol(Name, ExportedSymbolsOnly);
70 /// @param Name The name of the symbol to search for.
74 JITSymbol findSymbolIn(ObjSetHandleT H, const std::string &Name,
76 return BaseLayer.findSymbolIn(H, Name, ExportedSymbolsOnly);
  /external/llvm/include/llvm/Option/
OptTable.h 36 /// A null terminated array of prefix strings to apply to name while
39 const char *Name;
90 /// \brief Lookup the name of the given option.
92 return getInfo(id).Name;
110 /// \brief Get the meta-variable name to use when describing
159 /// \param Name - The name to use in the usage line.
164 void PrintHelp(raw_ostream &OS, const char *Name,
168 void PrintHelp(raw_ostream &OS, const char *Name,
  /external/llvm/lib/IR/
MDBuilder.cpp 82 MDNode *MDBuilder::createAnonymousAARoot(StringRef Name, MDNode *Extra) {
89 if (!Name.empty())
90 Args.push_back(createString(Name));
104 MDNode *MDBuilder::createTBAARoot(StringRef Name) {
105 return MDNode::get(Context, createString(Name));
108 /// \brief Return metadata for a non-root TBAA node with the given name,
110 MDNode *MDBuilder::createTBAANode(StringRef Name, MDNode *Parent,
115 {createString(Name), Parent, createConstant(Flags)});
117 return MDNode::get(Context, {createString(Name), Parent});
120 MDNode *MDBuilder::createAliasScopeDomain(StringRef Name) {
    [all...]
ValueSymbolTable.cpp 29 << *VI.getValue()->getType() << "' Name = '" << VI.getKeyData()
53 // Insert a value into the symbol table with the specified name...
58 // Try inserting the name, assuming it won't conflict.
67 // The name is too already used, just free it so we can allocate a new name.
80 /// createValueName - This method attempts to create a value name and insert
81 /// it into the symbol table with the specified name. If it conflicts, it
82 /// auto-renames the name and returns that instead.
83 ValueName *ValueSymbolTable::createValueName(StringRef Name, Value *V) {
84 // In the common case, the name is not already in the symbol table
    [all...]
  /external/llvm/lib/MC/
MCSectionCOFF.cpp 21 // should be printed before the section name
22 bool MCSectionCOFF::ShouldOmitSectionDirective(StringRef Name,
28 if (Name == ".text" || Name == ".data" || Name == ".bss")
  /external/llvm/lib/Target/Mips/
Mips16HardFloatInfo.h 40 const char *Name;
46 extern FuncSignature const *findFuncSignature(const char *name);
  /external/llvm/lib/Transforms/Utils/
NameAnonFunctions.cpp 22 // Compute a "unique" hash for the module based on the name of the public
41 auto Name = F.getName();
42 Hasher.update(Name);
47 auto Name = GV.getName();
48 Hasher.update(Name);
77 // Simple pass that provides a name to every anon function.
84 /// Specify pass name for debug output
85 const char *getPassName() const override { return "Name Anon Functions"; }
95 INITIALIZE_PASS_BEGIN(NameAnonFunction, "name-anon-functions",
96 "Provide a name to nameless functions", false, false
    [all...]
  /external/llvm/test/MC/ARM/
eh-directive-personalityindex.s 22 @ CHECK: Name: .ARM.exidx.pr0
29 @ RELOC: Name: .rel.ARM.exidx.pr0
51 @ CHECK: Name: .ARM.exidx.pr0.nontrivial
58 @ RELOC: Name: .rel.ARM.exidx.pr0.nontrivial
77 @ CHECK: Name: .ARM.extab.pr1
84 @ CHECK: Name: .ARM.exidx.pr1
91 @ RELOC: Name: .rel.ARM.exidx.pr1
114 @ CHECK: Name: .ARM.extab.pr1.nontrivial
121 @ CHECK: Name: .ARM.exidx.pr1.nontrivial
128 @ RELOC: Name: .rel.ARM.exidx.pr1.nontrivia
    [all...]
  /external/llvm/test/MC/AsmParser/
directive_end.s 10 # CHECK-NOT: Name: its_a_tarp
  /external/llvm/tools/llvm-cov/
CoverageFilters.h 34 /// \brief Matches functions that contain a specific string in their name.
36 StringRef Name;
39 NameCoverageFilter(StringRef Name) : Name(Name) {}
44 /// \brief Matches functions whose name matches a certain regular expression.

Completed in 2376 milliseconds

<<11121314151617181920>>