Searched defs:srcValue (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGFontFaceNameElement.cpp37 PassRefPtrWillBeRawPtr<CSSFontFaceSrcValue> SVGFontFaceNameElement::srcValue() const function in class:WebCore::SVGFontFaceNameElement
H A DSVGFontFaceSrcElement.cpp45 PassRefPtrWillBeRawPtr<CSSValueList> SVGFontFaceSrcElement::srcValue() const function in class:WebCore::SVGFontFaceSrcElement
49 RefPtrWillBeRawPtr<CSSFontFaceSrcValue> srcValue = nullptr; local
51 srcValue = toSVGFontFaceUriElement(*element).srcValue();
53 srcValue = toSVGFontFaceNameElement(*element).srcValue();
55 if (srcValue && srcValue->resource().length())
56 list->append(srcValue);
H A DSVGFontFaceUriElement.cpp51 PassRefPtrWillBeRawPtr<CSSFontFaceSrcValue> SVGFontFaceUriElement::srcValue() const function in class:WebCore::SVGFontFaceUriElement
/external/deqp/framework/randomshaders/
H A DrsgBuiltinFunctions.hpp107 ExecConstValueAccess srcValue = m_child->getValue(); local
112 ExecConstValueAccess srcComp = srcValue.component(elemNdx);
/external/clang/lib/CodeGen/
H A DCGBlocks.cpp1394 llvm::Value *srcValue = Builder.CreateLoad(srcField, "blockcopy.src"); local
1400 auto *ty = cast<llvm::PointerType>(srcValue->getType());
1403 EmitARCStoreStrongCall(dstField, srcValue, true);
1409 EmitARCRetainNonBlock(srcValue);
1416 srcValue = Builder.CreateBitCast(srcValue, VoidPtrTy);
1419 dstAddr, srcValue, llvm::ConstantInt::get(Int32Ty, flags.getBitMask())
1589 llvm::Value *srcValue = CGF.Builder.CreateLoad(srcField); variable
1596 llvm::Value *args[] = { destField, srcValue, flagsVal };
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1733 Value *srcValue = Constant::getNullValue( local
1748 MachinePointerInfo(srcValue), partVT, false,
1752 MachinePointerInfo(srcValue), false, false, false,
1874 Value *srcValue = Constant::getNullValue(PointerType::get( local
1881 MachinePointerInfo(srcValue), ObjectVT, false, false,
1885 MachinePointerInfo(srcValue), false, false, false,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 539 milliseconds