/external/chromium_org/media/video/capture/ |
video_capture_device.h | 115 typedef std::list<Name> Names; 192 // Gets the names of all video capture devices connected to this computer. 193 static void GetDeviceNames(Names* device_names);
|
/external/clang/lib/AST/ |
NSAPI.cpp | 263 const char **Names; 266 Names = InstanceSelectorName; 269 Names = ClassSelectorName; 273 Sels[MK] = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get(Names[MK]));
|
/external/clang/lib/Basic/ |
Module.cpp | 107 SmallVector<StringRef, 2> Names; 109 // Build up the set of module names (from innermost to outermost). 111 Names.push_back(M->Name); 114 for (SmallVectorImpl<StringRef>::reverse_iterator I = Names.rbegin(), 115 IEnd = Names.rend();
|
TargetInfo.cpp | 217 const char * const *Names; 223 getGCCRegNames(Names, NumNames); 232 // Check register names. 234 if (Name == Names[i]) 238 // Check any additional names that we have. 243 for (unsigned j = 0; j < llvm::array_lengthof(AddlNames[i].Names); j++) { 244 if (!AddlNames[i].Names[j]) 247 // the bounds of the register names from above. 248 if (AddlNames[i].Names[j] == Name && AddlNames[i].RegNum < NumNames) 276 const char * const *Names; [all...] |
/external/clang/lib/Sema/ |
SemaTemplateVariadic.cpp | 180 // If any capture names a function parameter pack, that pack is expanded 222 SmallVector<IdentifierInfo *, 4> Names; 234 Names.push_back(Name); 241 = Names.size() == 0? Diag(Loc, diag::err_unexpanded_parameter_pack_0) 243 : Names.size() == 1? Diag(Loc, diag::err_unexpanded_parameter_pack_1) 244 << (int)UPPC << Names[0] 245 : Names.size() == 2? Diag(Loc, diag::err_unexpanded_parameter_pack_2) 246 << (int)UPPC << Names[0] << Names[1] 248 << (int)UPPC << Names[0] << Names[1] [all...] |
TreeTransform.h | 92 /// default locations and entity names used for type-checking 441 /// and destructor names and then (if needed) rebuilds the declaration name. [all...] |
/external/chromium/third_party/libjingle/source/talk/base/ |
httpcommon.cc | 72 static const char** Names; 75 static inline const char* Name(E val) { return Names[val]; } 78 if (!find_string(index, name, Names, Size)) 95 template<> const char** Enum<e>::Names = n; \
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
httpcommon.cc | 72 static const char** Names; 75 static inline const char* Name(E val) { return Names[val]; } 78 if (!find_string(index, name, Names, Size)) 95 template<> const char** Enum<e>::Names = n; \
|
/external/clang/lib/Parse/ |
ParseStmt.cpp | [all...] |
/external/llvm/lib/TableGen/ |
Record.cpp | 1097 // TODO: Process arg names [all...] |
/frameworks/compile/slang/BitWriter_2_9/ |
BitcodeWriter.cpp | 449 // Give section names unique ID's. 459 // Give section names unique ID's. 468 // Same for GC names. 729 SmallVector<StringRef, 4> Names; 730 M->getMDKindNames(Names); 732 if (Names.empty()) return; 736 for (unsigned MDKindID = 0, e = Names.size(); MDKindID != e; ++MDKindID) { 738 StringRef KName = Names[MDKindID]; [all...] |
/frameworks/compile/slang/BitWriter_2_9_func/ |
BitcodeWriter.cpp | 403 // Give section names unique ID's. 413 // Give section names unique ID's. 422 // Same for GC names. 683 SmallVector<StringRef, 4> Names; 684 M->getMDKindNames(Names); 686 if (Names.empty()) return; 690 for (unsigned MDKindID = 0, e = Names.size(); MDKindID != e; ++MDKindID) { 692 StringRef KName = Names[MDKindID]; [all...] |
/frameworks/compile/slang/BitWriter_3_2/ |
BitcodeWriter.cpp | 418 // Give section names unique ID's. 430 // Give section names unique ID's. 439 // Same for GC names. 717 SmallVector<StringRef, 4> Names; 718 M->getMDKindNames(Names); 720 if (Names.empty()) return; 724 for (unsigned MDKindID = 0, e = Names.size(); MDKindID != e; ++MDKindID) { 726 StringRef KName = Names[MDKindID]; [all...] |
/external/clang/include/clang/Basic/ |
TargetInfo.h | 572 const char * const Names[5]; 788 virtual void getGCCRegNames(const char * const *&Names,
|
/external/llvm/lib/Bitcode/Writer/ |
BitcodeWriter.cpp | 544 // Give section names unique ID's. 556 // Give section names unique ID's. 565 // Same for GC names. 840 SmallVector<StringRef, 8> Names; 841 M->getMDKindNames(Names); 843 if (Names.empty()) return; 847 for (unsigned MDKindID = 0, e = Names.size(); MDKindID != e; ++MDKindID) { 849 StringRef KName = Names[MDKindID]; [all...] |
/external/llvm/lib/CodeGen/AsmPrinter/ |
DwarfDebug.cpp | 330 // Add the various names to the Dwarf accelerator table names. 648 // Look up the source id with the given directory and source file names. [all...] |
/external/clang/lib/Serialization/ |
ASTReaderStmt.cpp | 319 SmallVector<IdentifierInfo *, 16> Names; 323 Names.push_back(Reader.GetIdentifierInfo(F, Record, Idx)); 334 Names.data(), Constraints.data(), [all...] |
/external/clang/include/clang/AST/ |
Stmt.h | [all...] |