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

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/renderer/extensions/
sync_file_system_custom_bindings.h 21 // construct a file system object from the given name and root_url.
  /external/chromium_org/chrome_elf/
chrome_exe_manifest_action.gypi 5 # This file contains an action which can be used to construct a manifest file
  /external/chromium_org/content/browser/android/
surface_texture_peer_browser_impl.h 16 // Construct a SurfaceTexturePeerBrowserImpl object. If
  /external/chromium_org/content/browser/renderer_host/pepper/
browser_ppapi_host_test.h 18 // construct a BrowserPpapiHost connected to a test sink for testing messages.
  /external/chromium_org/extensions/common/
stack_frame.h 24 // Construct a stack frame from a reported plain-text frame.
  /external/chromium_org/google_apis/gaia/
gaia_constants.h 35 // Used to construct a channel ID for push messaging.
  /external/chromium_org/mojo/public/bindings/lib/
message_builder.h 17 // Used to construct a MessageData object.
  /external/chromium_org/net/spdy/
spdy_buffer_unittest.cc 33 // Construct a SpdyBuffer from a SpdyFrame and make sure its data
45 // Construct a SpdyBuffer from a const char*/size_t pair and make sure
66 // Construct a SpdyBuffer and call Consume() on it, which should
92 // Construct a SpdyBuffer and attach a ConsumeCallback to it. The
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGEllipseElement.cpp 84 setCxBaseValue(SVGLength::construct(LengthModeWidth, value, parseError));
86 setCyBaseValue(SVGLength::construct(LengthModeHeight, value, parseError));
88 setRxBaseValue(SVGLength::construct(LengthModeWidth, value, parseError, ForbidNegativeLengths));
90 setRyBaseValue(SVGLength::construct(LengthModeHeight, value, parseError, ForbidNegativeLengths));
SVGLineElement.cpp 83 setX1BaseValue(SVGLength::construct(LengthModeWidth, value, parseError));
85 setY1BaseValue(SVGLength::construct(LengthModeHeight, value, parseError));
87 setX2BaseValue(SVGLength::construct(LengthModeWidth, value, parseError));
89 setY2BaseValue(SVGLength::construct(LengthModeHeight, value, parseError));
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
VertexDeclarationCache.h 7 // VertexDeclarationCache.h: Defines a helper class to construct and cache vertex declarations.
  /external/clang/include/clang/ASTMatchers/Dynamic/
Registry.h 13 /// The registry provides a generic interface to construct any matcher by name.
32 /// \brief Construct a matcher from the registry by name.
34 /// Consult the registry of known matchers and construct the appropriate
55 /// \brief Construct a matcher from the registry and bind it.
  /external/clang/test/Analysis/
idempotent-operations.cpp 18 // of a path because of an unsupported construct.
  /external/smack/src/org/xbill/DNS/
GenericEDNSOption.java 23 * Construct a generic EDNS option.
  /external/webrtc/src/system_wrappers/source/
condition_variable_posix.h 32 int Construct();
  /frameworks/base/graphics/java/android/graphics/
ComposePathEffect.java 22 * Construct a PathEffect whose effect is to apply first the inner effect
SumPathEffect.java 22 * Construct a PathEffect whose effect is to apply two effects, in sequence.
  /frameworks/base/media/java/android/media/
UnsupportedSchemeException.java 20 * Exception thrown when an attempt is made to construct a MediaDrm object
  /ndk/sources/host-tools/make-3.81/tests/scripts/variables/
MAKECMDGOALS 6 We construct a makefile with various targets, all of which print out
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/filefilter/
RegexFileFilter.java 52 * Construct a new regular expression filter.
66 * Construct a new regular expression filter with the specified flags case sensitivity.
84 * Construct a new regular expression filter with the specified flags.
98 * Construct a new regular expression filter for a compiled regular expression
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/
ASTTreeParser.stg 84 /** ID auto construct */
103 /** label+=TOKEN auto construct */
109 /** ^(ID ...) auto construct */
125 /** Match ^(label+=TOKEN ...) auto construct */
178 /** rule auto construct */
190 /** x+=rule auto construct */
196 /** ^(rule ...) auto construct */
205 /** ^(x+=rule ...) auto construct */
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
ASTTreeParser.stg 113 /** ID auto construct */
132 /** label+=TOKEN auto construct */
138 /** ^(ID ...) auto construct */
154 /** Match ^(label+=TOKEN ...) auto construct */
207 /** rule auto construct */
219 /** x+=rule auto construct */
225 /** ^(rule ...) auto construct */
234 /** ^(x+=rule ...) auto construct */
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/
DSAParameterGenerationParameters.java 17 * Construct without a usage index, this will do a random construction of G.
34 * Construct for a specific usage index - this has the effect of using verifiable canonical generation of G.
  /external/chromium_org/base/mac/
bind_objc_block.h 38 // Construct a callback with no argument from an objective-C block.
45 // Construct a callback with one argument from an objective-C block.
  /external/chromium_org/chrome/browser/performance_monitor/
event.h 22 // be compared against other events, we construct it with type and time. Other
32 // Construct an event from the given DictionaryValue; takes ownership of

Completed in 1233 milliseconds

1 23 4 5 6 7 8 91011>>