OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:initialization
(Results
101 - 125
of
5500
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/go/linux-x86/test/fixedbugs/
issue6703l.go
20
x = t.m() // ERROR "
initialization
loop|depends upon itself"
issue6703m.go
24
x = f().m // ERROR "
initialization
loop|depends upon itself"
issue6703n.go
24
x = f().m() // ERROR "
initialization
loop|depends upon itself"
issue6703o.go
22
x = e.m // ERROR "
initialization
loop|depends upon itself"
issue6703p.go
22
x = e.m() // ERROR "
initialization
loop|depends upon itself"
issue6703s.go
18
var x = (*T).pm // ERROR "
initialization
loop|depends upon itself"
issue6703t.go
18
var x = (*T).pm(nil) // ERROR "
initialization
loop|depends upon itself"
issue6703u.go
18
var x = (*T)(nil).pm // ERROR "
initialization
loop|depends upon itself"
issue6703v.go
18
var x = (*T)(nil).pm() // ERROR "
initialization
loop|depends upon itself"
issue6703w.go
20
x = p.pm // ERROR "
initialization
loop|depends upon itself"
issue6703x.go
20
x = p.pm() // ERROR "
initialization
loop|depends upon itself"
issue6703y.go
23
var x = pf().pm // ERROR "
initialization
loop|depends upon itself"
issue6703z.go
23
var x = pf().pm() // ERROR "
initialization
loop|depends upon itself"
/external/bison/build-aux/
darwin11.4.0.valgrind
19
Mac OS X
initialization
27
Mac OS X
initialization
35
Mac OS X
initialization
/system/bt/hci/include/
low_power_manager.h
34
// at
initialization
time.
38
// at
initialization
time.
42
// called on the thread provided at
initialization
time.
/toolchain/binutils/binutils-2.25/bfd/
init.c
1
/* bfd
initialization
stuff
28
Initialization
31
Initialization
functions
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.aggr/
p1-0x.cpp
22
NonAggr1a na1a = { 42 }; // expected-error {{no matching constructor for
initialization
of 'NonAggr1a'}}
28
NonAggr1b na1b = { 42 }; // expected-error {{no matching constructor for
initialization
of 'NonAggr1b'}}
37
// expected-error@-2 {{no matching constructor for
initialization
of 'NonAggr2'}}
46
NonAggr3 na3 = { 42 }; // expected-error {{no matching constructor for
initialization
of 'NonAggr3'}}
53
NonAggr4 na4 = { 42 }; // expected-error {{no matching constructor for
initialization
of 'NonAggr4'}}
58
NonAggr5 na5 = { b }; // expected-error {{no matching constructor for
initialization
of 'NonAggr5'}}
69
NonAggr6 na6 = { 42 }; // expected-error {{no matching constructor for
initialization
of 'NonAggr6'}}
/build/soong/common/
package_ctx.go
60
//
initialization
- either from the init() function or as part of a
61
// package-scoped variable's
initialization
.
75
// package's
initialization
- either from the init() function or as part of a
76
// package-scoped variable's
initialization
.
90
// during a Go package's
initialization
- either from the init() function or as
91
// part of a package-scoped variable's
initialization
.
105
// package's
initialization
- either from the init() function or as part of a
106
// package-scoped variable's
initialization
.
120
// be called during a Go package's
initialization
- either from the init()
121
// function or as part of a package-scoped variable's
initialization
[
all
...]
/bionic/libc/bionic/
pthread_once.cpp
52
// stores performed by the
initialization
function are observable on
61
// Try to atomically set the
initialization
underway flag. This requires a compare exchange
62
// in a loop, and we may need to exit prematurely if the
initialization
is complete.
70
// We got here first, we can handle the
initialization
.
73
// Do a store_release indicating that
initialization
is complete.
81
// The
initialization
is underway, wait for its finish.
/external/compiler-rt/lib/ubsan/
ubsan_init.h
10
//
Initialization
function for UBSan runtime.
19
// during
initialization
.
26
// from "parent tool" (e.g. ASan)
initialization
.
/external/jemalloc/test/src/
test.c
70
* Make sure
initialization
occurs prior to running tests. Tests are
72
*
initialization
as a side effect of calling into the public API. This
77
malloc_printf("
Initialization
error");
/external/libjpeg-turbo/
jcinit.c
8
* This file contains
initialization
logic for the JPEG compressor.
10
* making an
initialization
call to each one.
26
* which modules will be used and give them appropriate
initialization
calls.
/external/opencv3/3rdparty/libjpeg/
jcinit.c
8
* This file contains
initialization
logic for the JPEG compressor.
10
* making an
initialization
call to each one.
26
* which modules will be used and give them appropriate
initialization
calls.
/external/pdfium/third_party/libjpeg/
fpdfapi_jcinit.c
8
* This file contains
initialization
logic for the JPEG compressor.
10
* making an
initialization
call to each one.
26
* which modules will be used and give them appropriate
initialization
calls.
/external/chromium-trace/catapult/tracing/tracing/model/
object_snapshot.html
19
*
Initialization
of snapshots and instances is three phased:
34
* good time to generic
initialization
steps and argument verification.
49
* See ObjectSnapshot constructor notes on object
initialization
.
55
* See ObjectSnapshot constructor notes on object
initialization
.
Completed in 454 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>