Searched
full:construct (Results
351 -
375 of
4776) sorted by null
<<11121314151617181920>>
/external/chromium_org/media/audio/ |
virtual_audio_output_stream.h | 31 // Construct an audio loopback pathway to the given |target| (not owned).
|
/external/chromium_org/media/audio/win/ |
audio_device_listener_win.h | 24 // is required to construct this object. Must be constructed and destructed on
|
/external/chromium_org/media/base/android/ |
media_player_listener.h | 26 // Construct a native MediaPlayerListener object. Callbacks from the java
|
/external/chromium_org/media/base/ |
media_posix.cc | 45 #error "Do not know how to construct DSO name for this OS."
|
/external/chromium_org/net/http/ |
http_network_layer.h | 28 // Construct a HttpNetworkLayer with an existing HttpNetworkSession which
|
/external/chromium_org/ppapi/shared_impl/ |
ppb_message_loop_shared.h | 36 // Construct the one MessageLoopShared for the main thread. This must be
|
/external/chromium_org/ppapi/shared_impl/private/ |
ppb_x509_certificate_private_shared.h | 47 // Used by tcp_socket_shared_impl to construct a certificate resource from a
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
InspectorCSSOMWrappers.h | 41 // WARNING. This will construct CSSOM wrappers for all style rules and cache them in a map for significant memory cost.
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGFilterElement.cpp | 134 setXBaseValue(SVGLength::construct(LengthModeWidth, value, parseError)); 136 setYBaseValue(SVGLength::construct(LengthModeHeight, value, parseError)); 138 setWidthBaseValue(SVGLength::construct(LengthModeWidth, value, parseError)); 140 setHeightBaseValue(SVGLength::construct(LengthModeHeight, value, parseError));
|
SVGMarkerElement.cpp | 135 setRefXBaseValue(SVGLength::construct(LengthModeWidth, value, parseError)); 137 setRefYBaseValue(SVGLength::construct(LengthModeHeight, value, parseError)); 139 setMarkerWidthBaseValue(SVGLength::construct(LengthModeWidth, value, parseError)); 141 setMarkerHeightBaseValue(SVGLength::construct(LengthModeHeight, value, parseError));
|
SVGPatternElement.cpp | 123 setXBaseValue(SVGLength::construct(LengthModeWidth, value, parseError)); 125 setYBaseValue(SVGLength::construct(LengthModeHeight, value, parseError)); 127 setWidthBaseValue(SVGLength::construct(LengthModeWidth, value, parseError, ForbidNegativeLengths)); 129 setHeightBaseValue(SVGLength::construct(LengthModeHeight, value, parseError, ForbidNegativeLengths));
|
/external/chromium_org/third_party/icu/source/i18n/ |
funcrepl.cpp | 28 * Construct a replacer that takes the output of the given
|
funcrepl.h | 51 * Construct a replacer that takes the output of the given
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
tokiter.h | 29 * Construct an iterator over the tokens returned by the given
|
/external/chromium_org/third_party/leveldatabase/src/table/ |
filter_block.h | 23 // A FilterBlockBuilder is used to construct all of the filters for a
|
/external/chromium_org/third_party/skia/include/gpu/ |
GrEffectUnitTest.h | 81 * dummyTextures[] are valid textures that can optionally be used to construct GrTextureAccesses.
|
/external/chromium_org/third_party/sqlite/src/test/ |
tkt3757.test | 28 # Construct tables
|
/external/chromium_org/ui/ozone/ |
ozone_platform.cc | 15 // Helper to construct an OzonePlatform by name using the platform list.
|
/external/chromium_org/webkit/browser/fileapi/ |
sandbox_file_system_backend.h | 24 // An interface to construct or crack sandboxed filesystem paths for
|
/external/clang/unittests/AST/ |
ASTTypeTraitsTest.cpp | 50 // We can construct one, but it is nowhere in the hierarchy.
|
/external/eigen/unsupported/doc/examples/ |
BVH_Example.cpp | 47 KdBVH<double, 2, Vector2d> redTree(redPoints.begin(), redPoints.end()), blueTree(bluePoints.begin(), bluePoints.end()); //construct the trees
|
/external/icu4c/i18n/ |
funcrepl.h | 51 * Construct a replacer that takes the output of the given
|
/external/icu4c/test/intltest/ |
tokiter.h | 29 * Construct an iterator over the tokens returned by the given
|
/external/jpeg/ |
ansi2knr.1 | 23 - Any other construct that starts at the left margin and follows the
|
/external/libsepol/src/ |
policydb_convert.c | 8 /* Construct a policydb from the supplied (data, len) pair */
|
Completed in 840 milliseconds
<<11121314151617181920>>