/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGImageElement.cpp | 123 setXBaseValue(SVGLength::construct(LengthModeWidth, value, parseError)); 125 setYBaseValue(SVGLength::construct(LengthModeHeight, value, parseError)); 131 setWidthBaseValue(SVGLength::construct(LengthModeWidth, value, parseError, ForbidNegativeLengths)); 133 setHeightBaseValue(SVGLength::construct(LengthModeHeight, value, parseError, ForbidNegativeLengths));
|
SVGLinearGradientElement.cpp | 86 setX1BaseValue(SVGLength::construct(LengthModeWidth, value, parseError)); 88 setY1BaseValue(SVGLength::construct(LengthModeHeight, value, parseError)); 90 setX2BaseValue(SVGLength::construct(LengthModeWidth, value, parseError)); 92 setY2BaseValue(SVGLength::construct(LengthModeHeight, value, parseError));
|
SVGMaskElement.cpp | 107 setXBaseValue(SVGLength::construct(LengthModeWidth, value, parseError)); 109 setYBaseValue(SVGLength::construct(LengthModeHeight, value, parseError)); 111 setWidthBaseValue(SVGLength::construct(LengthModeWidth, value, parseError)); 113 setHeightBaseValue(SVGLength::construct(LengthModeHeight, value, parseError));
|
/external/chromium_org/third_party/icu/source/common/ |
hash.h | 35 * Construct a hashtable 42 * Construct a hashtable 50 * Construct a hashtable 56 * Construct a hashtable, _disregarding any error_. Use this constructor
|
/external/chromium_org/third_party/icu/source/i18n/ |
currfmt.h | 41 * Construct a CurrencyFormat for the given locale.
|
/external/chromium_org/third_party/libjingle/source/talk/xmpp/ |
mucroomuniquehangoutidtask.cc | 15 // Construct a stanza to request a unique room id. eg:
|
/external/chromium_org/third_party/mesa/src/src/gallium/tools/ |
addr2line.sh | 19 # Construct a sed script to convert hex address to human readable form, and apply it
|
/external/chromium_org/third_party/skia/include/effects/ |
SkBicubicImageFilter.h | 23 /** Construct a (scaling-only) bicubic resampling image filter.
|
/external/chromium_org/third_party/skia/include/gpu/ |
GrClipData.h | 17 * GrClipData encapsulates the information required to construct the clip
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-1229.js | 140 var construct = new baz(0); 141 assertSame(construct, CONSTRUCT_MARKER); 142 var construct = new baz(0, 0); 143 assertSame(construct, CONSTRUCT_MARKER);
|
/external/eigen/doc/snippets/ |
HouseholderSequence_HouseholderSequence.cpp | 29 cout << "If we construct a HouseholderSequence from v and h" << endl;
|
/external/icu4c/common/ |
hash.h | 36 * Construct a hashtable 43 * Construct a hashtable 51 * Construct a hashtable 57 * Construct a hashtable, _disregarding any error_. Use this constructor
|
/external/icu4c/i18n/ |
currfmt.h | 41 * Construct a CurrencyFormat for the given locale.
|
/external/junit/src/org/junit/internal/ |
ArrayComparisonFailure.java | 21 * Construct a new <code>ArrayComparisonFailure</code> with an error text and the array's
|
/external/llvm/include/llvm/ExecutionEngine/ |
JITEventListener.h | 94 // Construct an IntelJITEventListener 97 // Construct an IntelJITEventListener with a test Intel JIT API implementation 110 // Construct an OProfileJITEventListener 113 // Construct an OProfileJITEventListener with a test opagent implementation
|
/external/llvm/include/llvm/MC/ |
MCWinCOFFObjectWriter.h | 34 /// \brief Construct a new Win COFF writer instance.
|
/external/llvm/test/CodeGen/AArch64/ |
got-abuse.ll | 4 ; LLVM gives well-defined semantics to this horrible construct (though C says
|
/external/mesa3d/src/gallium/tools/ |
addr2line.sh | 19 # Construct a sed script to convert hex address to human readable form, and apply it
|
/external/proguard/src/proguard/optimize/info/ |
DotClassFilter.java | 28 * but only for Clazz objects that are used in a .class construct.
|
/external/skia/include/effects/ |
SkBicubicImageFilter.h | 23 /** Construct a (scaling-only) bicubic resampling image filter.
|
/external/skia/include/gpu/ |
GrClipData.h | 17 * GrClipData encapsulates the information required to construct the clip
|
/external/smack/src/org/jivesoftware/smackx/pubsub/ |
RetractItem.java | 29 * Construct a <tt>RetractItem</tt> with the specified id.
|
SimplePayload.java | 31 * Construct a <tt>SimplePayload</tt> object with the specified element name,
|
/external/v8/test/mjsunit/regress/ |
regress-1229.js | 140 var construct = new baz(0); 141 assertSame(construct, CONSTRUCT_MARKER); 142 var construct = new baz(0, 0); 143 assertSame(construct, CONSTRUCT_MARKER);
|
/external/webrtc/src/system_wrappers/source/ |
event_posix.h | 44 int Construct();
|