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

1 2 3 4 5

  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp 40 /// InitLibcallNames - Set default libcall names.
42 static void InitLibcallNames(const char **Names, const Triple &TT) {
43 Names[RTLIB::SHL_I16] = "__ashlhi3";
44 Names[RTLIB::SHL_I32] = "__ashlsi3";
45 Names[RTLIB::SHL_I64] = "__ashldi3";
46 Names[RTLIB::SHL_I128] = "__ashlti3";
47 Names[RTLIB::SRL_I16] = "__lshrhi3";
48 Names[RTLIB::SRL_I32] = "__lshrsi3";
49 Names[RTLIB::SRL_I64] = "__lshrdi3";
50 Names[RTLIB::SRL_I128] = "__lshrti3"
    [all...]
  /external/chromium_org/media/video/capture/mac/
video_capture_device_factory_mac.h 26 virtual void GetDeviceNames(VideoCaptureDevice::Names* device_names) OVERRIDE;
28 void(scoped_ptr<media::VideoCaptureDevice::Names>)>& callback) OVERRIDE;
  /external/chromium_org/media/video/capture/
video_capture_device_factory.h 31 void(scoped_ptr<media::VideoCaptureDevice::Names>)>& callback);
42 // Gets the names of all video capture devices connected to this computer.
44 virtual void GetDeviceNames(VideoCaptureDevice::Names* device_names) = 0;
file_video_capture_device_factory.h 23 virtual void GetDeviceNames(VideoCaptureDevice::Names* device_names) OVERRIDE;
fake_video_capture_device_factory.h 24 virtual void GetDeviceNames(VideoCaptureDevice::Names* device_names) OVERRIDE;
video_capture_device_factory.cc 67 void(scoped_ptr<media::VideoCaptureDevice::Names>)>& callback) {
70 scoped_ptr<VideoCaptureDevice::Names> device_names(
71 new VideoCaptureDevice::Names());
fake_video_capture_device_unittest.cc 61 void(media::VideoCaptureDevice::Names* names));
64 scoped_ptr<media::VideoCaptureDevice::Names> names) {
65 OnEnumeratedDevicesCallbackPtr(names.release());
99 scoped_ptr<media::VideoCaptureDevice::Names> EnumerateDevices() {
100 media::VideoCaptureDevice::Names* names; local
102 OnEnumeratedDevicesCallbackPtr(_)).WillOnce(SaveArg<0>(&names));
108 return scoped_ptr<media::VideoCaptureDevice::Names>(names)
    [all...]
video_capture_device.h 125 typedef std::list<Name> Names;
202 // Gets the names of all video capture devices connected to this computer.
203 static void GetDeviceNames(Names* device_names);
fake_video_capture_device_factory.cc 28 VideoCaptureDevice::Names* const device_names) {
file_video_capture_device_factory.cc 40 VideoCaptureDevice::Names* const device_names) {
video_capture_device_unittest.cc 104 void(media::VideoCaptureDevice::Names* names));
107 scoped_ptr<media::VideoCaptureDevice::Names> names) {
108 OnEnumeratedDevicesCallbackPtr(names.release());
151 scoped_ptr<media::VideoCaptureDevice::Names> EnumerateDevices() {
152 media::VideoCaptureDevice::Names* names; local
154 OnEnumeratedDevicesCallbackPtr(_)).WillOnce(SaveArg<0>(&names));
160 return scoped_ptr<media::VideoCaptureDevice::Names>(names)
    [all...]
  /external/chromium_org/media/video/capture/win/
video_capture_device_factory_win.h 26 virtual void GetDeviceNames(VideoCaptureDevice::Names* device_names) OVERRIDE;
  /external/chromium_org/media/video/capture/linux/
video_capture_device_factory_linux.h 27 virtual void GetDeviceNames(VideoCaptureDevice::Names* device_names) OVERRIDE;
  /external/chromium_org/media/video/capture/android/
video_capture_device_factory_android.h 38 virtual void GetDeviceNames(VideoCaptureDevice::Names* device_names) OVERRIDE;
  /external/clang/lib/Basic/
TargetInfo.cpp 315 const char * const *Names;
321 getGCCRegNames(Names, NumNames);
330 // Check register names.
332 if (Name == Names[i])
336 // Check any additional names that we have.
341 for (unsigned j = 0; j < llvm::array_lengthof(AddlNames[i].Names); j++) {
342 if (!AddlNames[i].Names[j])
345 // the bounds of the register names from above.
346 if (AddlNames[i].Names[j] == Name && AddlNames[i].RegNum < NumNames)
374 const char * const *Names;
    [all...]
Builtins.cpp 84 Builtin::Context::GetBuiltinNames(SmallVectorImpl<const char *> &Names) {
85 // Final all target-independent names
88 Names.push_back(BuiltinInfo[i].Name);
90 // Find target-specific names.
93 Names.push_back(TSRecords[i].Name);
  /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
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mediaobj.idl 56 [out] WCHAR **Names,
mediaobj.h 84 WCHAR **Names,
121 WCHAR **Names,
148 #define IEnumDMO_Next(This,cItemsToFetch,pCLSID,Names,pcItemsFetched) (This)->lpVtbl->Next(This,cItemsToFetch,pCLSID,Names,pcItemsFetched)
164 static FORCEINLINE HRESULT IEnumDMO_Next(IEnumDMO* This,DWORD cItemsToFetch,CLSID *pCLSID,WCHAR **Names,DWORD *pcItemsFetched) {
165 return This->lpVtbl->Next(This,cItemsToFetch,pCLSID,Names,pcItemsFetched);
wsdxmldom.h 29 WSDXML_NAME *Names;
  /external/llvm/lib/IR/
LLVMContext.cpp 227 void LLVMContext::getMDKindNames(SmallVectorImpl<StringRef> &Names) const {
228 Names.resize(pImpl->CustomMDKindNames.size());
231 Names[I->second] = I->first();
  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfNameTreeNodeDictionary_autogen.cpp 23 SkPdfArray* SkPdfNameTreeNodeDictionary::Names(SkPdfNativeDoc* doc) {
24 SkPdfNativeObject* ret = get("Names", "");
32 return get("Names", "") != NULL;
  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfNameTreeNodeDictionary_autogen.cpp 23 SkPdfArray* SkPdfNameTreeNodeDictionary::Names(SkPdfNativeDoc* doc) {
24 SkPdfNativeObject* ret = get("Names", "");
32 return get("Names", "") != NULL;
  /external/clang/lib/Parse/
ParseStmtAsm.cpp 621 SmallVector<IdentifierInfo *, 4> Names;
642 if (!AteExtraColon && ParseAsmOperandsOpt(Names, Constraints, Exprs))
646 unsigned NumOutputs = Names.size();
658 if (!AteExtraColon && ParseAsmOperandsOpt(Names, Constraints, Exprs))
662 assert(Names.size() == Constraints.size() &&
665 unsigned NumInputs = Names.size() - NumOutputs;
690 AsmLoc, false, isVolatile, NumOutputs, NumInputs, Names.data(),
707 bool Parser::ParseAsmOperandsOpt(SmallVectorImpl<IdentifierInfo *> &Names,
729 Names.push_back(II);
732 Names.push_back(nullptr)
    [all...]

Completed in 392 milliseconds

1 2 3 4 5