OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:initialize
(Results
226 - 250
of
11635
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/content/common/
sandbox_init_mac.h
10
//
Initialize
the sandbox for renderer, gpu, utility, worker, and plug-in
/external/chromium_org/content/test/plugin/
plugin_private_test.h
19
//
Initialize
this PluginTest based on the arguments from NPP_New.
/external/chromium_org/net/tools/quic/test_tools/
quic_client_peer.cc
17
client->
Initialize
();
/external/chromium_org/net/udp/
datagram_client_socket.h
20
//
Initialize
this socket as a client socket to server at |address|.
/external/chromium_org/ppapi/api/
pp_module.idl
15
* is guaranteed never to be 0, so a module can
initialize
it to 0 to
/external/chromium_org/ppapi/native_client/src/shared/ppapi_proxy/
ppruntime.h
15
//
Initialize
srpc connection to the browser. Some APIs like manifest file
/external/chromium_org/ppapi/thunk/
ppb_x509_certificate_private_api.h
18
virtual PP_Bool
Initialize
(const char* bytes, uint32_t length) = 0;
/external/chromium_org/remoting/host/win/
core.cc
16
//
Initialize
the proxy/stub code as well.
/external/chromium_org/third_party/WebKit/public/platform/
WebAudioBus.h
49
//
initialize
() allocates memory of the given length for the given number of channels.
50
WEBKIT_EXPORT void
initialize
(unsigned numberOfChannels, size_t length, double sampleRate);
52
// resizeSmaller() can only be called after
initialize
() with a new length <= the initialization length.
56
// reset() releases the memory allocated from
initialize
().
/external/chromium_org/third_party/skia/src/animator/
SkDrawable.h
23
virtual void
initialize
();
/external/chromium_org/third_party/sqlite/src/src/
shell_icu_win.c
10
** This a hack job of icu_utils.cc:
Initialize
(). It's Chrome-specific code.
/external/chromium_org/tools/valgrind/tsan_v2/
ignores.txt
9
fun:*ThreadData*
Initialize
*
/external/chromium_org/ui/aura/test/
test_suite.h
21
virtual void
Initialize
() OVERRIDE;
/external/chromium_org/ui/gl/
gl_surface_win.cc
28
virtual bool
Initialize
() OVERRIDE;
74
bool NativeViewGLSurfaceOSMesa::
Initialize
() {
75
if (!GLSurfaceOSMesa::
Initialize
())
182
if (!surface->
Initialize
())
189
if (!surface->
Initialize
())
197
if (!surface->
Initialize
())
217
if (!surface->
Initialize
())
224
if (!surface->
Initialize
())
231
if (!surface->
Initialize
())
gl_surface_x11.cc
34
virtual bool
Initialize
() OVERRIDE;
106
bool NativeViewGLSurfaceOSMesa::
Initialize
() {
107
if (!GLSurfaceOSMesa::
Initialize
())
275
if (!surface->
Initialize
())
282
if (!surface->
Initialize
())
289
if (!surface->
Initialize
())
309
if (!surface->
Initialize
())
316
if (!surface->
Initialize
())
323
if (!surface->
Initialize
())
/external/chromium_org/ui/test/
test_suite.h
21
virtual void
Initialize
() OVERRIDE;
/external/chromium_org/ui/webui/resources/js/cr/ui/
alert_overlay.js
18
function
initialize
(e) {
77
initialize
:
initialize
,
82
document.addEventListener('DOMContentLoaded', alertOverlay.
initialize
);
/external/chromium_org/win8/metro_driver/
devices_handler.h
21
HRESULT
Initialize
(winui::Core::ICoreWindow* window);
/external/clang/test/SemaCXX/
address-space-initialize.cpp
20
int* as_ptr = nocv_iarray; // expected-error{{cannot
initialize
a variable of type '__attribute__((address_space(9999))) int *' with an lvalue of type '__attribute__((address_space(42))) int [10]'}}
uninit-variables-conditional.cpp
18
double x; // expected-note{{
initialize
the variable 'x' to silence this warning}}
/external/clang/test/SemaTemplate/
instantiate-typedef.cpp
11
return ptr; // expected-error{{cannot
initialize
return object of type 'add_pointer<float>::type' (aka 'float *') with an lvalue of type 'int *'}}
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
Messages.java
16
//
initialize
resource bundle
/external/kernel-headers/original/linux/
nvram.h
7
#define NVRAM_INIT _IO('p', 0x40) /*
initialize
NVRAM and set checksum */
/external/libffi/testsuite/libffi.call/
return_ldl.c
24
/*
Initialize
the cif */
/external/llvm/include/llvm/Support/
TargetSelect.h
11
// linked into the main application executable, and
initialize
them as
112
///
initialize
the native target corresponding to the host. This is useful
117
// If we have a native target,
initialize
it to ensure it is linked in.
129
/// this function to
initialize
the native target asm printer.
131
// If we have a native target,
initialize
the corresponding asm printer.
141
/// this function to
initialize
the native target asm parser.
143
// If we have a native target,
initialize
the corresponding asm parser.
153
/// this function to
initialize
the native target disassembler.
155
// If we have a native target,
initialize
the corresponding disassembler.
Completed in 3011 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>