HomeSort by relevance Sort by last modified time
    Searched refs:Names (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp 36 /// InitLibcallNames - Set default libcall names.
38 static void InitLibcallNames(const char **Names, const TargetMachine &TM) {
39 Names[RTLIB::SHL_I16] = "__ashlhi3";
40 Names[RTLIB::SHL_I32] = "__ashlsi3";
41 Names[RTLIB::SHL_I64] = "__ashldi3";
42 Names[RTLIB::SHL_I128] = "__ashlti3";
43 Names[RTLIB::SRL_I16] = "__lshrhi3";
44 Names[RTLIB::SRL_I32] = "__lshrsi3";
45 Names[RTLIB::SRL_I64] = "__lshrdi3";
46 Names[RTLIB::SRL_I128] = "__lshrti3"
    [all...]
  /external/chromium_org/media/video/capture/
video_capture_device_dummy.cc 13 void VideoCaptureDevice::GetDeviceNames(Names* device_names) {}
video_capture_device.cc 20 VideoCaptureDevice::Names::FindById(const std::string& id) {
fake_video_capture_device.h 27 static void GetDeviceNames(Names* device_names);
video_capture_device.h 112 class MEDIA_EXPORT Names
199 // Gets the names of all video capture devices connected to this computer.
200 static void GetDeviceNames(Names* device_names);
video_capture_device_unittest.cc 122 VideoCaptureDevice::Names names_;
341 VideoCaptureDevice::Names names; local
343 FakeVideoCaptureDevice::GetDeviceNames(&names);
345 ASSERT_GT(static_cast<int>(names.size()), 0);
348 FakeVideoCaptureDevice::Create(names.front()));
414 VideoCaptureDevice::Names names; local
416 FakeVideoCaptureDevice::GetDeviceNames(&names);
423 ASSERT_GT(static_cast<int>(names.size()), 0)
    [all...]
  /external/clang/lib/Basic/
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...]
Builtins.cpp 81 Builtin::Context::GetBuiltinNames(SmallVectorImpl<const char *> &Names) {
82 // Final all target-independent names
85 Names.push_back(BuiltinInfo[i].Name);
87 // Find target-specific names.
90 Names.push_back(TSRecords[i].Name);
Targets.cpp 736 virtual void getGCCRegNames(const char * const *&Names,
    [all...]
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();
  /external/llvm/lib/IR/
LLVMContext.cpp 163 void LLVMContext::getMDKindNames(SmallVectorImpl<StringRef> &Names) const {
164 Names.resize(pImpl->CustomMDKindNames.size());
167 Names[I->second] = I->first();
  /external/chromium_org/media/video/capture/win/
video_capture_device_mf_win.h 55 static void GetDeviceNames(Names* device_names);
video_capture_device_win.h 50 static void GetDeviceNames(Names* device_names);
video_capture_device_win.cc 152 void VideoCaptureDevice::GetDeviceNames(Names* device_names) {
153 Names::iterator it;
162 Names temp_names;
195 void VideoCaptureDeviceWin::GetDeviceNames(Names* device_names) {
  /external/chromium_org/third_party/icu/source/data/sprep/
spreplocal.mk 20 # Systems Interface (iSCSI) Names
23 # rfc4013 : SASLprep: Stringprep Profile for User Names and Passwords
  /libcore/json/src/main/java/org/json/
JSONTokener.java 365 throw syntaxError("Names cannot be null");
367 throw syntaxError("Names must be strings, but " + name
  /external/chromium_org/content/browser/renderer_host/media/
video_capture_manager.h 122 media::VideoCaptureDevice::Names* device_names);
163 media::VideoCaptureDevice::Names video_capture_devices_;
video_capture_manager.cc 138 media::VideoCaptureDevice::Names device_names;
142 for (media::VideoCaptureDevice::Names::iterator it =
422 media::VideoCaptureDevice::Names* device_names) {
571 media::VideoCaptureDevice::Names device_names;
  /external/clang/lib/Sema/
SemaStmtAsm.cpp 79 unsigned NumInputs, IdentifierInfo **Names,
103 if (Names[i])
104 OutputName = Names[i]->getName();
135 if (Names[i])
136 InputName = Names[i]->getName();
206 NumInputs, Names, Constraints, Exprs.data(),
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...]
  /frameworks/compile/libbcc/include/bcinfo/
MetadataExtractor.h 65 bool populateForEachMetadata(const llvm::NamedMDNode *Names,
103 * \return array of exported variable names.
117 * \return array of exported function names.
138 * \return array of exported ForEach function names.
  /external/clang/include/clang/Basic/
Builtins.h 78 /// \brief Populate the vector with the names of all of the builtins.
79 void GetBuiltinNames(SmallVectorImpl<const char *> &Names);
TargetInfo.h 572 const char * const Names[5];
788 virtual void getGCCRegNames(const char * const *&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]));
  /frameworks/compile/libbcc/bcinfo/
MetadataExtractor.cpp 42 // Name of metadata node where exported variable names reside (should be
46 // Name of metadata node where exported function names reside (should be
332 const llvm::NamedMDNode *Names,
334 if (!Names && !Signatures && mCompilerVersion == 0) {
382 if (Names) {
384 llvm::MDNode *Name = Names->getOperand(i);

Completed in 366 milliseconds

1 2 3 4