HomeSort by relevance Sort by last modified time
    Searched full:construct (Results 276 - 300 of 4776) sorted by null

<<11121314151617181920>>

  /external/apache-xml/src/main/java/org/apache/xml/utils/
QName.java 183 * Construct a QName from a string, without namespace resolution. Good
195 * Construct a QName from a string, without namespace resolution. Good
225 * Construct a QName from a string, resolving the prefix
238 * Construct a QName from a string, resolving the prefix
316 * Construct a QName from a string, resolving the prefix
331 * Construct a QName from a string, resolving the prefix
405 * Construct a QName from a string, resolving the prefix
418 * Construct a QName from a string, resolving the prefix
  /external/apache-xml/src/main/java/org/apache/xpath/objects/
XBoolean.java 49 * Construct a XBoolean object.
62 * Construct a XBoolean object.
  /external/chromium/chrome/browser/ui/webui/
sync_internals_ui_unittest.cc 44 // construct it. This is because we want to set mock expectations
45 // with its address before we construct it, and its constructor
  /external/chromium_org/chrome/browser/component_updater/
component_patcher_operation.h 111 // to construct an output file in the unpacking directory.
134 // to construct an output file in the unpacking directory.
  /external/chromium_org/content/renderer/media/
audio_renderer_mixer_manager.h 39 // Construct an instance using the given audio hardware configuration. The
87 // Audio hardware configuration. Used to construct output AudioParameters for
  /external/chromium_org/net/spdy/
spdy_buffer.h 48 // Construct with the data in the given frame. Assumes that data is
52 // Construct with a copy of the given raw data. |data| must be
  /external/chromium_org/net/url_request/
url_request_context_builder.h 6 // of new URLRequestContexts should use this helper class to construct it. Call
7 // any configuration params, and when done, invoke Build() to construct the
  /external/chromium_org/ppapi/cpp/
var_array_buffer.h 26 /// Construct a <code>VarArrayBuffer</code> given a var for which
34 /// Construct a new <code>VarArrayBuffer</code> which is
  /external/chromium_org/skia/ext/
bitmap_platform_device_skia.h 23 // Construct a BitmapPlatformDevice. |is_opaque| should be set if the caller
28 // Construct a BitmapPlatformDevice, as above.
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGCursorElement.cpp 87 setXBaseValue(SVGLength::construct(LengthModeWidth, value, parseError));
89 setYBaseValue(SVGLength::construct(LengthModeHeight, value, parseError));
  /external/chromium_org/third_party/angle/tests/preprocessor_tests/
space_test.cpp 42 // Construct test string with the whitespace char before "foo".
64 // Construct test string with the whitespace char before "foo".
  /external/chromium_org/third_party/icu/source/i18n/
strrepl.h 73 * Construct a StringReplacer that sets the emits the given output
88 * Construct a StringReplacer that sets the emits the given output
  /external/chromium_org/third_party/icu/source/i18n/unicode/
curramt.h 38 * Construct an object with the given numeric amount and the given
51 * Construct an object with the given numeric amount and the given
tmutamt.h 34 * Construct TimeUnitAmount object with the given number and the
50 * Construct TimeUnitAmount object with the given numeric amount and the
  /external/chromium_org/third_party/openssl/openssl/crypto/dsa/
fips186a.txt 20 the SHA to construct G (as in appendix 3, section 3.3) and a 160-bit XSEED:
32 the SHA to construct G (as in appendix 3, section 3.3) and a 160-bit KSEED:
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
stl_allocator.h 89 void construct(pointer p, const T& val) { ::new(p) T(val); } function in class:STL_Allocator
90 void construct(pointer p) { ::new(p) T(); } function in class:STL_Allocator
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
stl_allocator.h 89 void construct(pointer p, const T& val) { ::new(p) T(val); } function in class:STL_Allocator
90 void construct(pointer p) { ::new(p) T(); } function in class:STL_Allocator
  /external/chromium_org/tools/grit/grit/node/
message_unittest.py 52 msg_node = message.MessageNode.Construct(None, msg, 'BINGOBONGO')
63 msg_node = message.MessageNode.Construct(None, msg, 'BINGOBONGO')
  /external/chromium_org/tools/memory_watcher/
memory_hook.h 47 // Construct the object
48 void construct(pointer p, const T& val) { function in class:PrivateHookAllocator
  /external/clang/lib/Frontend/
CreateInvocationFromCommandLine.cpp 10 // Construct a compiler invocation object for command line driver arguments
27 /// createInvocationFromCommandLine - Construct a compiler invocation object for
  /external/droiddriver/src/com/google/android/droiddriver/finders/
XPaths.java 108 // if the value contains only single or double quotes, construct an XPath
117 // if the value contains both single and double quotes, construct an
  /external/eigen/test/eigen2/
eigen2_visitor.cpp 19 // construct a random matrix where all coefficients are different
65 // construct a random vector where all coefficients are different
  /external/eigen/test/
qr.cpp 42 // FIXME need better way to construct trapezoid
76 // now construct a matrix with prescribed determinant
qr_fullpivoting.cpp 38 // FIXME need better way to construct trapezoid
78 // now construct a matrix with prescribed determinant
visitor.cpp 20 // construct a random matrix where all coefficients are different
67 // construct a random vector where all coefficients are different

Completed in 585 milliseconds

<<11121314151617181920>>