HomeSort by relevance Sort by last modified time
    Searched refs:Name (Results 926 - 950 of 2465) sorted by null

<<31323334353637383940>>

  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
TypeExtensions.cs 18 * 3. The name of the author may not be used to endorse or promote products
61 public static FieldInfo getField( this Type type, string name )
63 FieldInfo field = type.GetField( name );
73 return type.Name;
  /external/autotest/client/deps/glbench/src/
glinterfacetest.cc 63 const std::string test_name_base = std::string(Name()) + "_";
  /external/chromium-trace/catapult/telemetry/telemetry/internal/results/
csv_pivot_table_output_formatter.py 15 contains the value and unit, identifies the value (story_set, page, name), and
27 FIELDS = ['story_set', 'page', 'name', 'value', 'units', 'run_index']
49 'story_set': run.story.page_set.Name(),
55 'name': value.name,
  /external/clang/include/clang/AST/
ASTConsumer.h 104 virtual void HandleDetectMismatch(llvm::StringRef Name,
  /external/clang/include/clang/Basic/
Module.h 45 /// \brief Describes the name of a module.
51 /// \brief The name of this module.
52 std::string Name;
72 /// \brief The name of the umbrella entry, as written in the module map.
76 /// \brief The submodules of this module, indexed by name.
79 /// \brief A mapping from the submodule name to the index into the
118 /// \brief Information about a directory name as found in the module map
142 /// \brief An individual requirement: a feature name and a flag indicating
240 /// \brief The name of the module.
267 /// This will typically be a library or framework name, but can als
    [all...]
  /external/clang/include/clang/Frontend/
LangStandard.h 41 #define LANGSTANDARD(id, name, desc, features) \
52 /// getName - Get the name of this standard.
95 static const LangStandard *getLangStandardForName(StringRef Name);
MultiplexConsumer.h 48 void HandleDetectMismatch(llvm::StringRef Name,
  /external/clang/include/clang/Lex/
ModuleMap.h 339 /// \brief Retrieve a module with the given name.
341 /// \param Name The name of the module to look up.
344 Module *findModule(StringRef Name) const;
346 /// \brief Retrieve a module with the given name using lexical name lookup,
349 /// \param Name The name of the module to look up.
352 /// name lookup.
355 Module *lookupModuleUnqualified(StringRef Name, Module *Context) const
    [all...]
PTHManager.h 82 /// OriginalSourceFile - A null-terminated C-string that specifies the name
119 /// file name that was used to generate the PTH cache.
128 IdentifierInfo *get(StringRef Name) override;
131 /// is the name of the PTH file. This method returns NULL upon failure.
  /external/clang/include/clang/Serialization/
GlobalModuleIndex.h 53 /// The global index is an aid for name lookup into modules, offering a central
80 /// \brief The module file name.
99 /// file name.
108 /// The string is just the name of the module itself, which maps to the
172 /// identifier, e.g., a global function, variable, or type with that name.
174 /// \param Name The identifier to look for.
177 /// information about this name.
180 bool lookupIdentifier(StringRef Name, HitSet &Hits);
  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp 240 IdentifierInfo *Name = nullptr;
243 Name = TTP->getIdentifier();
245 Name = Unexpanded[I].first.get<NamedDecl *>()->getIdentifier();
247 if (Name && NamesKnown.insert(Name).second)
248 Names.push_back(Name);
268 // An appearance of a name of a parameter pack that is not expanded is
283 // An appearance of a name of a parameter pack that is not expanded is
297 // An appearance of a name of a parameter pack that is not expanded is
314 // An appearance of a name of a parameter pack that is not expanded is
    [all...]
  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 50 /// \brief Describes a module, including its file name and dependencies.
57 /// \brief The name of the global index file.
192 // File name.
294 bool GlobalModuleIndex::lookupIdentifier(StringRef Name, HitSet &Hits) {
305 IdentifierIndexTable::iterator Known = Table.find(Name);
321 // Look for the module in the global module index based on the module name.
322 StringRef Name = File->ModuleName;
323 llvm::StringMap<unsigned>::iterator Known = UnresolvedModules.find(Name);
435 static void emitBlockID(unsigned ID, const char *Name,
442 // Emit the block name if present
    [all...]
  /external/compiler-rt/lib/msan/
msan_report.cc 35 const char *Name() { return Green(); }
49 d.Origin(), d.Name(), s, d.Origin(), d.Name(), sep + 1, d.Origin(),
271 d.Warning(), d.Name(), what, d.Warning(), offset, start, size,
  /external/gemmlowp/internal/
kernel_neon.h 39 const char* Name() const override { return "NEON, 12x4, depth 2"; }
273 const char* Name() const override {
652 const char* Name() const override { return "NEON, 12x8, depth 2"; }
    [all...]
  /external/libunwind/doc/
_U_dyn_cancel.tex 8 \begin{Name}{3}{\_U\_dyn\_cancel}{David Mosberger-Tang}{Programming Library}{\_U\_dyn\_cancel}\_U\_dyn\_cancel -- cancel unwind-info for dynamically generated code
9 \end{Name}
_U_dyn_register.tex 8 \begin{Name}{3}{\_U\_dyn\_register}{David Mosberger-Tang}{Programming Library}{\_U\_dyn\_register}\_U\_dyn\_register -- register unwind-info for dynamically generated code
9 \end{Name}
unw_backtrace.tex 8 \begin{Name}{3}{unw\_backtrace}{David Mosberger-Tang}{Programming Library}{unw\_backtrace}unw\_backtrace -- return backtrace for the calling program
9 \end{Name}
unw_get_accessors.tex 8 \begin{Name}{3}{unw\_get\_accessors}{David Mosberger-Tang}{Programming Library}{unw\_get\_accessors}unw\_get\_accessors -- get pointer to accessor call-backs
9 \end{Name}
unw_is_fpreg.tex 8 \begin{Name}{3}{unw\_is\_fpreg}{David Mosberger-Tang}{Programming Library}{unw\_is\_fpreg}unw\_is\_fpreg -- check if a register is a floating-point register
9 \end{Name}
  /external/libvpx/libvpx/build/make/
gen_msvs_def.sh 33 --name=project_name Name of the library (required)
69 --name=*) name="${optval}"
77 [ -n "$name" ] || die "Library name (--name) must be specified!"
79 echo "LIBRARY ${name}" > ${outfile}
  /external/libxml2/python/tests/
walker.py 16 reader.Name(), reader.IsEmptyElement())
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 139 std::string Name;
142 VariableExprAST(const std::string &Name) : Name(Name) {}
207 /// which captures its name, and its argument names (thus implicitly the number
210 std::string Name;
216 PrototypeAST(const std::string &Name, std::vector<std::string> Args,
218 : Name(Name), Args(std::move(Args)), IsOperator(IsOperator),
221 const std::string &getName() const { return Name; }
    [all...]
  /external/llvm/include/llvm/MC/
MCAsmBackend.h 64 /// \name Target Fixup Interfaces
70 /// Map a relocation name used in .reloc to a fixup kind.
71 /// Returns true and sets MappedKind if Name is successfully mapped.
73 virtual bool getFixupKind(StringRef Name, MCFixupKind &MappedKind) const;
95 /// \name Target Relaxation Interfaces
  /external/llvm/include/llvm/Support/
Program.h 56 /// \brief Find the first executable file \p Name in \p Paths.
62 /// \param Name name of the executable to find. If it contains any system
64 /// \param Paths optional list of paths to search for \p Name. If empty it
67 /// \returns The fully qualified path to the first \p Name in \p Paths if it
68 /// exists. \p Name if \p Name has slashes in it. Otherwise an error.
70 findProgramByName(StringRef Name, ArrayRef<StringRef> Paths = None);
93 ///< program. The first element should be the name of the program.
  /external/llvm/include/llvm/TableGen/
SetTheory.h 97 // Known DAG operators by name.
100 // Typed expanders by class name.
121 void addOperator(StringRef Name, std::unique_ptr<Operator>);

Completed in 427 milliseconds

<<31323334353637383940>>