OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:initialization
(Results
276 - 300
of
5503
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium_org/third_party/WebKit/Source/wtf/
FastMalloc.h
29
//
Initialization
is implicit on first use.
/external/chromium_org/third_party/angle/extensions/
EGL_ANGLE_direct3d_display.txt
55
"
Initialization
":
/external/chromium_org/third_party/freetype/src/pshinter/
pshpic.c
63
/* add call to
initialization
function when you add new scripts */
/external/chromium_org/third_party/icu/source/test/perf/normperf/
dtfmtrtperf.cpp
64
cout << "
initialization
failed! " << status << endl;
/external/chromium_org/third_party/khronos/
README.chromium
12
generating the GL binding
initialization
logic.
/external/chromium_org/third_party/libsrtp/srtp/doc/
crypto_kernel.txt
41
* @brief Sets the
initialization
vector of a given cipher.
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
vp9_postproc_x86.h
23
* them in the function pointer
initialization
code
/external/chromium_org/third_party/libxslt/libxslt/
xslt.h
86
* Global
initialization
function.
/external/chromium_org/third_party/mesa/src/scons/
x11.py
3
Tool-specific
initialization
for X11
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
once.h
57
// This implements a way to perform lazy
initialization
. It's more efficient
58
// than using mutexes as no lock is needed if
initialization
has already
72
// the thread that performs dynamic
initialization
. In general this is a safe
76
// only choice is to assume that dynamic
initialization
is single-threaded.
/external/chromium_org/third_party/skia/include/core/
SkTRegistry.h
25
// work-around for double-
initialization
bug
/external/chromium_org/third_party/skia/third_party/lua/src/
linit.c
3
**
Initialization
of libraries for lua.c and other clients
/external/chromium_org/third_party/webrtc/base/
win32socketinit.cc
22
// libjingle can override it, to provide its own
initialization
.
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
acm_pcma.cc
39
// This codec does not need
initialization
, PCM has no instance.
acm_pcmu.cc
40
// This codec does not need
initialization
, PCM has no instance.
acm_red.cc
32
// This codec does not need
initialization
,
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/tools/
audio_loop.h
39
// Returns false if the
initialization
failed, otherwise true.
/external/chromium_org/third_party/webrtc/test/
test_suite.h
36
// Override these for custom
initialization
and shutdown handling. Use these
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
main.js
38
// Final
initialization
is performed after all scripts and DOM is loaded.
/external/chromium_org/ui/ozone/platform/caca/
caca_connection.h
15
// Basic
initialization
of Libcaca. This needs to be shared between SFO and EFO
/external/chromium_org/ui/views/test/
views_test_base.h
22
// to drive UI events and takes care of OLE
initialization
for windows.
/external/chromium_org/v8/src/base/
once.cc
41
// wait until it completes the
initialization
.
/external/chromium_org/v8/test/mjsunit/harmony/
block-let-semantics.js
61
// Use before
initialization
in declaration statement.
68
// Use before
initialization
in prior statement.
90
// Use before
initialization
with a dynamic lookup.
98
// Use before
initialization
with check for eval-shadowed bindings.
/external/clang/test/CXX/dcl.decl/dcl.init/
p14-0x.cpp
44
// FIXME: test the other forms which use copy-
initialization
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
default-arguments.cpp
44
auto l1 = [](const T& value = T()) { }; // expected-error{{no matching constructor for
initialization
of 'NoDefaultCtor'}}
Completed in 407 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>