Searched refs:Name (Results 101 - 125 of 1911) sorted by relevance

1234567891011>>

/external/chromium_org/remoting/signaling/
H A Dserver_log_entry_unittest.cc22 if (stanza->Name() != QName(kJabberClientNamespace, "iq")) {
27 if (log_element->Name() != QName(kChromotingNamespace, "log")) {
45 if (entry->Name() != QName(kChromotingNamespace, "entry")) {
64 if (attr->Name().Namespace().length() != 0) {
66 attr->Name().Namespace();
69 const std::string& key = attr->Name().LocalPart();
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
H A Dopt-struc.asm3 .Name resd 1
24 times HOSTENT.Name-($-..@44.strucstart) db 0
34 times HOSTENT.Name-($-..@45.strucstart) db 0
/external/chromium_org/v8/src/compiler/
H A Daccess-builder.cc14 return {kTaggedBase, HeapObject::kMapOffset, Handle<Name>(), Type::Any(),
21 return {kTaggedBase, JSObject::kPropertiesOffset, Handle<Name>(), Type::Any(),
28 return {kTaggedBase, JSObject::kElementsOffset, Handle<Name>(),
35 return {kTaggedBase, JSFunction::kContextOffset, Handle<Name>(),
42 return {kTaggedBase, JSArrayBuffer::kBackingStoreOffset, Handle<Name>(),
49 return {kTaggedBase, ExternalArray::kExternalPointerOffset, Handle<Name>(),
H A Dinstruction-codes.h41 #define DECLARE_ARCH_OPCODE(Name) k##Name,
44 #define COUNT_ARCH_OPCODE(Name) +1
60 #define DECLARE_ADDRESSING_MODE(Name) kMode_##Name,
63 #define COUNT_ADDRESSING_MODE(Name) +1
/external/deqp/framework/delibs/decpp/
H A DdeCommandLine.hpp148 template<class Name>
152 typedef typename OptTraits<Name>::ValueType ValueType;
170 template<typename Name>
171 void set (typename TypedFieldTraits<Name>::ValueType* value);
173 template<typename Name>
174 void set (const typename TypedFieldTraits<Name>::ValueType& value);
176 template<typename Name>
179 template<typename Name>
180 const typename TypedFieldTraits<Name>::ValueType&
207 template<typename Name>
[all...]
/external/smack/src/org/xbill/DNS/
H A DNXTRecord.java21 private Name next;
37 NXTRecord(Name name, int dclass, long ttl, Name next, BitSet bitmap) {
45 next = new Name(in);
57 rdataFromString(Tokenizer st, Name origin) throws IOException {
87 public Name
H A DName.java15 public class Name implements Comparable, Serializable { class in inherits:Comparable,Serializable
39 public static final Name root;
42 public static final Name empty;
44 /** The maximum length of a Name */
47 /** The maximum length of a label a Name */
50 /** The maximum number of labels in a Name */
63 private static final Name wild;
73 root = new Name();
75 empty = new Name();
77 wild = new Name();
82 Name() { method in class:Name
205 Name(String s, Name origin) throws TextParseException { method in class:Name
286 Name(String s) throws TextParseException { method in class:Name
344 Name(DNSInput in) throws WireParseException { method in class:Name
397 Name(byte [] b) throws IOException { method in class:Name
407 Name(Name src, int n) { method in class:Name
[all...]
H A DRRSIGRecord.java42 RRSIGRecord(Name name, int dclass, long ttl, int covered, int alg, long origttl,
43 Date expire, Date timeSigned, int footprint, Name signer,
H A DSIGRecord.java42 SIGRecord(Name name, int dclass, long ttl, int covered, int alg, long origttl,
43 Date expire, Date timeSigned, int footprint, Name signer,
H A DUpdate.java16 private Name origin;
25 Update(Name zone, int dclass) {
42 Update(Name zone) {
61 present(Name name) {
70 present(Name name, int type) {
83 present(Name name, int type, String record) throws IOException {
96 present(Name name, int type, Tokenizer tokenizer) throws IOException {
116 absent(Name name) {
125 absent(Name name, int type) {
135 add(Name nam
[all...]
/external/llvm/include/llvm-c/
H A DCore.h525 unsigned LLVMGetMDKindIDInContext(LLVMContextRef C, const char* Name,
527 unsigned LLVMGetMDKindID(const char* Name, unsigned SLen);
640 LLVMTypeRef LLVMGetTypeByName(LLVMModuleRef M, const char *Name);
676 LLVMValueRef LLVMAddFunction(LLVMModuleRef M, const char *Name,
686 LLVMValueRef LLVMGetNamedFunction(LLVMModuleRef M, const char *Name);
958 LLVMTypeRef LLVMStructCreateNamed(LLVMContextRef C, const char *Name);
1256 void LLVMSetValueName(LLVMValueRef Val, const char *Name);
1781 LLVMValueRef LLVMAddGlobal(LLVMModuleRef M, LLVMTypeRef Ty, const char *Name);
1783 const char *Name,
1785 LLVMValueRef LLVMGetNamedGlobal(LLVMModuleRef M, const char *Name);
[all...]
/external/chromium_org/media/video/capture/
H A Dfake_video_capture_device_factory.h23 const VideoCaptureDevice::Name& device_name) OVERRIDE;
26 const VideoCaptureDevice::Name& device,
H A Dvideo_capture_device_factory.h27 const VideoCaptureDevice::Name& device_name) = 0;
38 const VideoCaptureDevice::Name& device,
/external/chromium_org/media/video/capture/linux/
H A Dvideo_capture_device_factory_linux.h26 const VideoCaptureDevice::Name& device_name) OVERRIDE;
29 const VideoCaptureDevice::Name& device,
/external/chromium_org/media/video/capture/mac/
H A Dvideo_capture_device_decklink_mac.h28 const VideoCaptureDevice::Name& device,
31 explicit VideoCaptureDeviceDeckLinkMac(const Name& device_name);
/external/chromium_org/v8/src/
H A Dhydrogen-types.h39 #define DECLARE_CONSTRUCTOR(Name, mask) \
40 static HType Name() WARN_UNUSED_RESULT { return HType(k##Name); }
57 #define DECLARE_IS_TYPE(Name, mask) \
58 bool Is##Name() const WARN_UNUSED_RESULT { \
59 return IsSubtypeOf(HType::Name()); \
72 #define DECLARE_TYPE(Name, mask) k##Name = mask,
/external/clang/test/TableGen/
H A DDiagnosticBase.inc15 class DiagGroup<string Name, list<DiagGroup> subgroups = []> {
16 string GroupName = Name;
/external/compiler-rt/lib/profile/
H A DInstrProfiling.h36 const char *const Name; member in struct:__llvm_profile_data
78 * \c Name is not copied, so it must remain valid. Passing NULL resets the
81 void __llvm_profile_set_filename(const char *Name);
/external/llvm/include/llvm/IR/
H A DDIBuilder.h80 StringRef Name, DIType Ty, Value *Val,
134 DIEnumerator createEnumerator(StringRef Name, int64_t Val);
137 DIBasicType createUnspecifiedType(StringRef Name);
144 /// @param Name Type name.
148 DIBasicType createBasicType(StringRef Name, uint64_t SizeInBits,
161 /// @param Name Pointer type name. (optional)
164 uint64_t AlignInBits = 0, StringRef Name = StringRef());
177 /// @param Name Typedef name.
181 DIDerivedType createTypedef(DIType Ty, StringRef Name, DIFile File,
199 /// @param Name Membe
[all...]
/external/llvm/lib/Target/Mips/
H A DMips16HardFloatInfo.cpp41 while (PredefinedFuncs[i].Name) {
42 name_ = PredefinedFuncs[i].Name;
/external/llvm/tools/opt/
H A DPasses.cpp51 static bool isModulePassName(StringRef Name) { argument
52 if (Name == "no-op-module") return true;
54 #define MODULE_PASS(NAME, CREATE_PASS) if (Name == NAME) return true;
60 static bool isCGSCCPassName(StringRef Name) { argument
61 if (Name == "no-op-cgscc") return true;
63 #define CGSCC_PASS(NAME, CREATE_PASS) if (Name == NAME) return true;
69 static bool isFunctionPassName(StringRef Name) { argument
70 if (Name == "no-op-function") return true;
72 #define FUNCTION_PASS(NAME, CREATE_PASS) if (Name == NAME) return true;
78 static bool parseModulePassName(ModulePassManager &MPM, StringRef Name) { argument
94 parseCGSCCPassName(CGSCCPassManager &CGPM, StringRef Name) argument
110 parseFunctionPassName(FunctionPassManager &FPM, StringRef Name) argument
[all...]
/external/llvm/lib/MC/
H A DMCContext.cpp97 MCSymbol *MCContext::GetOrCreateSymbol(StringRef Name) { argument
98 assert(!Name.empty() && "Normal symbols cannot be unnamed!");
102 StringMapEntry<MCSymbol*> &Entry = Symbols.GetOrCreateValue(Name);
108 Sym = CreateSymbol(Name);
113 MCSymbol *MCContext::CreateSymbol(StringRef Name) { argument
117 isTemporary = Name.startswith(MAI->getPrivateGlobalPrefix());
119 StringMapEntry<bool> *NameEntry = &UsedNames.GetOrCreateValue(Name);
122 SmallString<128> NewName = Name;
124 NewName.resize(Name.size());
138 MCSymbol *MCContext::GetOrCreateSymbol(const Twine &Name) { argument
216 SmallString<64> Name; local
236 renameELFSection(const MCSectionELF *Section, StringRef Name) argument
[all...]
/external/clang/unittests/Tooling/
H A DTestVisitor.h148 /// for 'Name' during visitation.
149 void Match(StringRef Name, SourceLocation Location) { argument
155 EXPECT_FALSE(It->Matches(Name, FullLocation))
162 It->UpdateFor(Name, FullLocation, this->Context->getSourceManager());
172 MatchCandidate(Twine Name, unsigned LineNumber, unsigned ColumnNumber) argument
173 : ExpectedName(Name.str()), LineNumber(LineNumber),
177 bool Matches(StringRef Name, FullSourceLoc const &Location) const { argument
178 return MatchesName(Name) && MatchesLocation(Location);
181 bool PartiallyMatches(StringRef Name, FullSourceLoc const &Location) const { argument
182 return MatchesName(Name) || MatchesLocatio
203 ExpectedMatch(Twine Name, unsigned LineNumber, unsigned ColumnNumber) argument
206 UpdateFor(StringRef Name, FullSourceLoc Location, SourceManager &SM) argument
212 Stream << ", partial match: \\"" << Name << "\\" at "; local
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
H A Dgen_msvs_proj.sh33 --name=project_name Name of the project (required)
59 Name=$name \
79 Name="${cfg}|${plat}" \
82 Name="VCCustomBuildTool" \
96 Name="${cfg}|${plat}" \
99 Name="VCCLCompilerTool" \
274 Name="${name}" \
281 tag Platform Name="$plat"
289 Name="Debug|$plat" \
300 Name
[all...]
/external/libvpx/libvpx/build/make/
H A Dgen_msvs_proj.sh33 --name=project_name Name of the project (required)
135 Name=$name \
153 Name="${cfg}|${plat}" \
156 Name="VCCustomBuildTool" \
170 Name="${cfg}|${plat}" \
173 Name="VCCLCompilerTool" \
337 Name="${name}" \
344 tag Platform Name="$plat"
352 Name="Debug|$plat" \
363 Name
[all...]

Completed in 465 milliseconds

1234567891011>>