OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:initialization
(Results
126 - 150
of
5503
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/content/public/browser/
browser_thread_delegate.h
16
//
initialization
), and receive a CleanUp call right after the message
/external/chromium_org/remoting/ios/Chromoting_unittests/
main.mm
18
//
Initialization
that must occur with no Automatic Reference Counting (ARC)
/external/chromium_org/third_party/angle/extensions/
EGL_ANGLE_software_display.txt
54
"
Initialization
":
/external/chromium_org/third_party/icu/source/common/
umutex.h
59
* the
initialization
process.
112
* ICU Mutexes do not need explicit
initialization
before use. Use of this
114
*
Initialization
of an already initialized mutex has no effect, and is safe to do.
115
*
Initialization
of mutexes is thread safe. Two threads can concurrently
/external/chromium_org/third_party/skia/src/images/
SkForceLinking.cpp
12
//
initialization
and registration of the decoder classes. Passing true will
/external/chromium_org/third_party/webrtc/overrides/webrtc/base/
win32socketinit.cc
11
// Redirect Libjingle's winsock
initialization
activity into Chromium's
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
error_dialog.js
20
* One-time
initialization
of DOM.
/external/chromium_org/ui/views/test/
views_test_helper.h
20
// A helper class owned by tests that performs platform specific
initialization
/external/chromium_org/v8/src/base/
once.h
31
// This implements a way to perform lazy
initialization
. It's more efficient
32
// than using mutexes as no lock is needed if
initialization
has already
46
// the thread that performs dynamic
initialization
. In general this is a safe
50
// only choice is to assume that dynamic
initialization
is single-threaded.
/external/clang/test/CXX/stmt.stmt/stmt.dcl/
p3.cpp
44
Z z; // expected-note{{jump bypasses
initialization
of non-POD variable}}
/external/clang/test/CodeGen/
complex-init-list.c
4
// of a complex number individually using an
initialization
list. (There is a
/external/compiler-rt/lib/profile/
InstrProfilingRuntime.cc
1
//===- InstrProfilingRuntime.cpp - PGO runtime
initialization
-------------===//
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
CstNat.java
149
*
initialization
method. This is just a convenient shorthand for
153
* instance
initialization
method
161
*
initialization
method. This is just a convenient shorthand for
165
* instance
initialization
method
/external/e2fsprogs/util/
gcc-wall-cleanup
20
/warning: (near
initialization
for/d
/external/jemalloc/test/unit/
tsd.c
30
"Initial tsd get should return
initialization
value");
/external/junit/src/org/junit/runners/model/
InitializationError.java
34
* Returns one or more Throwables that led to this
initialization
error.
/external/mockito/src/org/mockito/exceptions/base/
MockitoException.java
27
// TODO lazy filtered stacktrace
initialization
/external/protobuf/src/google/protobuf/stubs/
once.h
51
// This implements a way to perform lazy
initialization
. It's more efficient
52
// than using mutexes as no lock is needed if
initialization
has already
66
// the thread that performs dynamic
initialization
. In general this is a safe
70
// only choice is to assume that dynamic
initialization
is single-threaded.
/external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_InitSubSystem.3
15
\f(CW/* Seperating Joystick and Video
initialization
\&. */
/external/skia/src/images/
SkForceLinking.cpp
12
//
initialization
and registration of the decoder classes. Passing true will
/external/wpa_supplicant_8/src/ap/
vlan_init.h
2
* hostapd / VLAN
initialization
/frameworks/base/core/java/android/util/
Singleton.java
20
* Singleton helper class for lazily
initialization
.
/system/core/adb/
mutex_list.h
4
* and once in win32 to actually do the runtime
initialization
.
/system/core/libutils/
Static.cpp
17
// All static variables go here, to control
initialization
and
/external/chromium_org/ppapi/api/private/
pp_content_decryptor.idl
109
*
Initialization
vector of the block to be decrypted.
287
* that allows clients to associate a decoder
initialization
request with a
289
*
initialization
, the data is sent as a <code>PP_Resource</code> carried
315
* Client-specified identifier for the associated audio decoder
initialization
317
*
initialization
status response with an
initialization
request.
354
* that allows clients to associate a decoder
initialization
request with a
356
*
initialization
, the data is sent as a <code>PP_Resource</code> carried
387
* Client-specified identifier for the associated video decoder
initialization
389
*
initialization
status response with an initialization request
[
all
...]
Completed in 2644 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>