/external/chromium_org/base/mac/ |
bind_objc_block.h | 50 // Construct a callback with no argument from an objective-C block. 57 // Construct a callback with one argument from an objective-C block. 64 // Construct a callback with two arguments from an objective-C block.
|
/external/chromium_org/v8/test/mjsunit/es6/debug-promises/ |
throw-with-throw-in-reject.js | 29 log.push("construct"); 48 assertEquals(["resolve", "construct", "end main", 74 assertEquals(["resolve", "construct", "end main",
|
/frameworks/base/tools/layoutlib/bridge/src/com/google/android/maps/ |
MapView.java | 37 * Construct a new WebView with a Context object. 45 * Construct a new WebView with layout parameters. 54 * Construct a new WebView with layout parameters and a default style.
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
SparseArrayObjectAdapter.java | 14 * Construct an adapter with the given {@link PresenterSelector}. 21 * Construct an adapter with the given {@link Presenter}. 28 * Construct an adapter.
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
ASN1Null.java | 35 throw new IllegalArgumentException("failed to construct NULL from byte[]: " + e.getMessage());
|
/external/chromium_org/chrome/app/version_assembly/ |
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/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/angle/src/libGLESv2/renderer/d3d/d3d9/ |
VertexDeclarationCache.h | 7 // VertexDeclarationCache.h: Defines a helper class to construct and cache vertex declarations.
|
/external/chromium_org/third_party/webrtc/system_wrappers/source/ |
condition_variable_posix.h | 34 int 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
|
/frameworks/support/v4/ics/android/support/v4/speech/tts/ |
TextToSpeechICS.java | 13 static TextToSpeech construct(Context context, OnInitListener onInitListener, method in class:TextToSpeechICS
|
/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/chrome/renderer/media/ |
chrome_webrtc_log_message_delegate_unittest.cc | 19 // TODO(vrk): Fix this so that we can construct a delegate without needing to 20 // construct a message filter.
|
/external/chromium_org/net/websockets/ |
websocket_extension.h | 22 // Construct a parameter which does not have a value. 24 // Construct a parameter with a non-empty value.
|