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

<<21222324252627282930>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/sh64/
init-media.d 11 Tag Type Name/Value
init64.d 11 Tag Type Name/Value
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/
tlsbin-2.d 11 +\[Nr\] Name +Type +Addr +Off +Size +ES Flg Lk Inf Al
58 Offset +Info +Type +Sym\.Value +Sym\. Name \+ Addend
65 Offset +Info +Type +Sym\.Value +Sym\. Name \+ Addend
69 +Num: +Value +Size +Type +Bind +Vis +Ndx +Name
tlspic-2.d 11 +\[Nr\] Name +Type +Addr +Off +Size +ES Flg Lk Inf Al
52 Offset +Info +Type +Sym\.Value +Sym\. Name \+ Addend
65 Offset +Info +Type +Sym\.Value +Sym\. Name \+ Addend
69 +Num: +Value +Size +Type +Bind +Vis +Ndx +Name
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/
pr13082-5a.d 2 #name: PR ld/13082-5 (a)
8 Offset Info Type Sym. Value Symbol's Name \+ Addend
12 Offset Info Type Sym. Value Symbol's Name \+ Addend
pr13082-5b.d 2 #name: PR ld/13082-5 (b)
8 Offset Info Type Sym. Value Symbol's Name \+ Addend
12 Offset Info Type Sym. Value Symbol's Name \+ Addend
pr13082-6a.d 2 #name: PR ld/13082-6 (a)
8 Offset Info Type Sym. Value Symbol's Name \+ Addend
12 Offset Info Type Sym. Value Symbol's Name \+ Addend
pr13082-6b.d 2 #name: PR ld/13082-6 (b)
8 Offset Info Type Sym. Value Symbol's Name \+ Addend
12 Offset Info Type Sym. Value Symbol's Name \+ Addend
  /external/clang/unittests/Basic/
SourceManagerTest.cpp 68 bool lookupMissingImports(StringRef Name, SourceLocation TriggerLoc) override
247 std::string Name;
250 MacroAction(SourceLocation Loc, StringRef Name, bool isDefinition)
251 : Loc(Loc), Name(Name), isDefinition(isDefinition) { }
324 ASSERT_EQ("M", Macros[0].Name);
327 ASSERT_EQ("INC", Macros[1].Name);
330 ASSERT_EQ("M", Macros[2].Name);
333 ASSERT_EQ("INC", Macros[3].Name);
336 ASSERT_EQ("MACRO_IN_INCLUDE", Macros[4].Name);
    [all...]
  /external/compiler-rt/
Makefile 35 @echo " <platform name>: build the libraries for 'platform'"
45 @echo " <platform name>-<config name>:"
47 @echo " <platform name>-<config name>-<arch name>:"
75 printf " %s - from '%s'\n" $($(key).Name) $($(key).Path);\
115 $(call Set,Tmp.Name,$($(Tmp.Key).Name))
117 $(call Set,Tmp.ObjPath,$(ProjObjRoot)/$(Tmp.Name))
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter4/
toy.cpp 114 std::string Name;
117 VariableExprAST(const std::string &Name) : Name(Name) {}
146 /// which captures its name, and its argument names (thus implicitly the number
149 std::string Name;
153 PrototypeAST(const std::string &Name, std::vector<std::string> Args)
154 : Name(Name), Args(std::move(Args)) {}
156 const std::string &getName() const { return Name; }
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DIEHash.cpp 109 // ... Then the name, taken from the DW_AT_name attribute.
110 StringRef Name = getDIEStringAttr(Die, dwarf::DW_AT_name);
111 DEBUG(dbgs() << "... adding context: " << Name << "\n");
112 if (!Name.empty())
113 addString(Name);
119 #define COLLECT_ATTR(NAME) \
120 case dwarf::NAME: \
121 Attrs.NAME = V; \
185 const DIE &Entry, StringRef Name) {
199 // and the name of the type
    [all...]
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/
CertificateTest.java 36 import org.apache.harmony.security.x501.Name;
69 * issuer Name,
71 * subject Name,
126 Name issuer = new Name("O=Certificate Issuer");
128 Name subject = new Name("O=Subject Organization");
143 new GeneralName(1, "rfc@822.Name"),
  /external/clang/include/clang/Basic/
FileManager.h 41 const char *Name; // Name of the directory.
44 DirectoryEntry() : Name(nullptr) {}
45 const char *getName() const { return Name; }
54 const char *Name; // Name of the file.
84 const char *getName() const { return Name; }
229 /// if there were a file with the given name on disk.
276 /// \brief Retrieve the canonical name for a given directory.
  /external/clang/lib/Sema/
SemaAttr.cpp 35 IdentifierInfo *Name;
57 /// using the given \arg Name for the record, if non-zero.
58 void push(IdentifierInfo *Name) {
59 PackStackEntry PSE = { Alignment, Name };
64 /// alignment to the previous value. If \arg Name is non-zero then
67 bool pop(IdentifierInfo *Name, bool IsReset);
71 bool PragmaPackStack::pop(IdentifierInfo *Name, bool IsReset) {
72 // If name is empty just pop top.
73 if (!Name) {
97 if (Stack[i].Name == Name)
    [all...]
  /external/llvm/include/llvm/Support/
Registry.h 23 /// A simple registry entry which provides only a name, description, and
27 const char *Name, *Desc;
32 : Name(N), Desc(D), Ctor(C)
35 const char *getName() const { return Name; }
49 /// nameof/descof - Accessors for name and description of entries. These are
191 /// entry(const char *Name, const char *ShortDesc, T *(*Ctor)());
203 Add(const char *Name, const char *Desc)
204 : Entry(Name, Desc, CtorFn), Node(Entry) {}
  /external/llvm/tools/llvm-objdump/
COFFDump.cpp 33 // Returns the name of the unwind code.
49 // Returns the name of a referenced register.
211 // the function returns the name of the symbol used for the relocation at the
214 uint64_t Offset, StringRef &Name) {
221 Name = *NameOrErr;
298 // DLL name and symbol names which will be linked by the loader.
307 StringRef Name;
309 if (I->getName(Name)) return;
311 outs() << format(" lookup %08x time %08x fwd %08x name %08x addr %08x\n\n",
317 outs() << " DLL Name: " << Name << "\n"
    [all...]
  /external/skia/src/pdf/
SkPDFTypes.cpp 96 // Given an arbitrary string, write it as a valid name (not including
98 static void write_name_escaped(SkWStream* o, const char* name) {
101 for (const uint8_t* n = reinterpret_cast<const uint8_t*>(name); *n; ++n) {
209 SkPDFUnion SkPDFUnion::Name(const char* value) {
224 SkPDFUnion SkPDFUnion::Name(const SkString& s) {
312 void SkPDFArray::appendName(const char name[]) {
313 this->append(SkPDFUnion::Name(SkString(name)));
316 void SkPDFArray::appendName(const SkString& name) {
317 this->append(SkPDFUnion::Name(name))
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/renamepackage/
RenamePackageAction.java 27 import org.eclipse.jdt.core.dom.Name;
48 * name.</li>
49 * <li>Replace all values for the "android:name" attribute in the
52 * of the class name</li>
54 * <li>Update package name in the namespace declarations (e.g. "xmlns:app")
114 * Validate the new package name and start the refactoring wizard
126 Name oldPackageName = astValidator.newName(oldPackageNameString);
135 return "Illegal package name.";
146 "Rename Application Package", "Enter new package name:", oldPackageNameString,
150 Name newPackageName = astValidator.newName(dialog.getValue())
    [all...]
  /cts/hostsidetests/devicepolicy/app/DeviceOwner/assets/
ca.conf 100 countryName = Country Name (2 letter code)
101 stateOrProvinceName = State or Province Name
102 0.organizationName = Organization Name
103 organizationalUnitName = Organizational Unit Name
104 commonName = Common Name
  /external/clang/unittests/Lex/
PPCallbacksTest.cpp 49 bool lookupMissingImports(StringRef Name, SourceLocation TriggerLoc) override
87 SmallString<16> Name;
91 PragmaOpenCLExtensionCallbacks() : Name("Not called."), State(99) {}
94 const clang::IdentifierInfo *Name,
98 this->Name = Name->getName();
104 SmallString<16> Name;
234 Callbacks->Name,
334 ASSERT_EQ("cl_khr_fp64", Parameters.Name);
346 ASSERT_EQ("cl_khr_fp16", Parameters.Name);
    [all...]
  /external/llvm/include/llvm/ExecutionEngine/Orc/
IndirectionUtils.h 221 /// @brief Create a single stub with the given name, target address and flags.
229 /// @brief Find the stub with the given name. If ExportedStubsOnly is true,
232 virtual JITSymbol findStub(StringRef Name, bool ExportedStubsOnly) = 0;
235 virtual JITSymbol findPointer(StringRef Name) = 0;
238 virtual std::error_code updatePointer(StringRef Name, TargetAddress NewAddr) = 0;
270 JITSymbol findStub(StringRef Name, bool ExportedStubsOnly) override {
271 auto I = StubIndexes.find(Name);
285 JITSymbol findPointer(StringRef Name) override {
286 auto I = StubIndexes.find(Name);
297 std::error_code updatePointer(StringRef Name, TargetAddress NewAddr) override
    [all...]
  /external/llvm/test/MC/AsmParser/
section.s 51 # CHECK: Name: test1
67 # CHECK: Name: test2
83 # CHECK: Name: test3
99 # CHECK: Name: test4
115 # CHECK: Name: test5
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_scan.c 159 info->input_semantic_name[reg] = (ubyte)fulldecl->Semantic.Name;
167 fulldecl->Semantic.Name == TGSI_SEMANTIC_POSITION)
172 unsigned semName = fulldecl->Semantic.Name;
180 fulldecl->Semantic.Name;
183 if (fulldecl->Semantic.Name == TGSI_SEMANTIC_INSTANCEID) {
186 else if (fulldecl->Semantic.Name == TGSI_SEMANTIC_VERTEXID) {
191 info->output_semantic_name[reg] = (ubyte)fulldecl->Semantic.Name;
196 fulldecl->Semantic.Name == TGSI_SEMANTIC_CLIPDIST) {
201 fulldecl->Semantic.Name == TGSI_SEMANTIC_POSITION)
204 fulldecl->Semantic.Name == TGSI_SEMANTIC_STENCIL
    [all...]
  /external/v8/src/
accessors.cc 25 Handle<Name> name,
35 info->set_name(*name);
49 info->set_name(accessor->name());
59 static V8_INLINE bool CheckForName(Handle<Name> name,
63 if (Name::Equals(name, property_name)) {
73 bool Accessors::IsJSObjectFieldAccessor(Handle<Map> map, Handle<Name> name,
179 Handle<Name> name = isolate->factory()->iterator_symbol(); local
1400 Handle<String> name = v8::Utils::OpenHandle(*property); local
1409 Handle<String> name = v8::Utils::OpenHandle(*property); local
1432 Handle<String> name = v8::Utils::OpenHandle(*property); local
1440 Handle<String> name = v8::Utils::OpenHandle(*property); local
    [all...]

Completed in 677 milliseconds

<<21222324252627282930>>