OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:initialization
(Results
151 - 175
of
8816
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/go/linux-x86/test/fixedbugs/
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"
/prebuilts/go/linux-x86/test/
initloop.go
7
// Verify that
initialization
loops are caught
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BasePlatformHookLibNull/
BasePlatformHookLibNull.c
19
Performs platform specific
initialization
required for the CPU to access
25
@retval RETURN_SUCCESS The platform specific
initialization
succeeded.
26
@retval RETURN_DEVICE_ERROR The platform specific
initialization
could not be completed.
/device/linaro/bootloader/edk2/MdeModulePkg/Library/PlatformHookLibSerialPortPpi/
PlatformHookLibSerialPortPpi.c
19
Performs platform specific
initialization
required for the CPU to access
25
@retval RETURN_SUCCESS The platform specific
initialization
succeeded.
26
@retval RETURN_DEVICE_ERROR The platform specific
initialization
could not be completed.
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/instr/
InstrSupport.java
84
* Name of the
initialization
method.
89
* Descriptor of the
initialization
method.
94
* Access modifiers of the
initialization
method.
100
* Name of the interface
initialization
method.
108
* A class or interface has at most one class or interface
initialization
109
* method and is initialized by invoking that method. The
initialization
115
* consequence. They are not class or interface
initialization
methods. They
122
* interface
initialization
method.
128
*
initialization
method regardless of the setting of its ACC_STATIC flag.
138
* Class and interface
initialization
methods are called implicitly by th
[
all
...]
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
default_initialization_allocator.h
11
//
initialization
into default
initialization
. All standard containers
14
// costly value-
initialization
in these situations for value types that are
/system/bt/hci/include/
low_power_manager.h
35
// at
initialization
time.
39
// at
initialization
time.
43
// called on the thread provided at
initialization
time.
/toolchain/binutils/binutils-2.27/bfd/
init.c
1
/* bfd
initialization
stuff
28
Initialization
31
Initialization
functions
/device/linaro/bootloader/edk2/IntelFsp2Pkg/Include/Library/
FspSecPlatformLib.h
18
This function performs platform level
initialization
.
26
@retval in saved in EAX - 0 means platform
initialization
success.
27
other means platform
initialization
fail.
65
@retval in saved in EAX - 0 means CAR
initialization
success.
66
other means CAR
initialization
fail.
/device/linaro/bootloader/edk2/IntelFspPkg/Include/Library/
FspSecPlatformLib.h
18
This function performs platform level
initialization
.
26
@retval in saved in EAX - 0 means platform
initialization
success.
27
other means platform
initialization
fail.
65
@retval in saved in EAX - 0 means CAR
initialization
success.
66
other means CAR
initialization
fail.
/external/clang/test/SemaCXX/
aggregate-initialization.cpp
29
NonAggr1 na1 = { 17 }; // expected-error{{no matching constructor for
initialization
of 'NonAggr1'}}
31
NonAggr3 na3 = { 17 }; // expected-error{{no matching constructor for
initialization
of 'NonAggr3'}}
32
NonAggr4 na4 = { 17 }; // expected-error{{no matching constructor for
initialization
of 'NonAggr4'}}
34
// expected-error@-4{{no matching constructor for
initialization
of 'NonAggr2'}}
44
// Vector
initialization
.
48
// Array
initialization
.
51
// Struct
initialization
.
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
PciHotPlugInit.h
13
to properly initialize the HPCs and CardBus sockets that require
initialization
.
14
The HPC
initialization
takes place before the PCI enumeration process is complete.
39
These HPCs will not need explicit
initialization
during enumeration process.
53
This Protocol is defined in UEFI Platform
Initialization
Specification 1.2
80
/// The HPC
initialization
function was called and the HPC completed
81
///
initialization
, but it was not enabled for some reason. The HPC may be
88
/// The HPC
initialization
function was called, the HPC completed
89
///
initialization
, and it was enabled. Resource padding is required.
140
Returns a list of root Hot Plug Controllers (HPCs) that require
initialization
146
can be included in this list if it requires
initialization
. The HpcList must be
[
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.
/device/linaro/bootloader/arm-trusted-firmware/plat/arm/css/drivers/scp/
css_sds.c
23
ERROR("SCP SDS
initialization
failed\n");
65
VERBOSE("Waiting for SCP RAM to complete its
initialization
process\n");
67
/* Wait for the SCP RAM Firmware to complete its
initialization
process */
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
Clipboard.c
25
// for basic
initialization
of HClipBoard
33
Initialization
function for HDiskImage.
52
Initialization
function for HDiskImage.
/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/libjpeg-turbo/
jcinit.c
9
* This file contains
initialization
logic for the JPEG compressor.
11
* making an
initialization
call to each one.
27
* which modules will be used and give them appropriate
initialization
calls.
/external/swiftshader/third_party/LLVM/include/llvm-c/
Initialization.h
1
/*===-- llvm-c/
Initialization
.h -
Initialization
C Interface ------*- C -*-===*\
10
|* This header declares the C interface to LLVM
initialization
routines, *|
/build/soong/android/
package_ctx.go
123
//
initialization
- either from the init() function or as part of a
124
// package-scoped variable's
initialization
.
133
// called during a Go package's
initialization
- either from the init()
134
// function or as part of a package-scoped variable's
initialization
.
149
// It may only be called during a Go package's
initialization
- either from the init() function or
150
// as part of a package-scoped variable's
initialization
.
160
// package's
initialization
- either from the init() function or as part of a
161
// package-scoped variable's
initialization
.
174
// package's
initialization
- either from the init() function or as part of a
175
// package-scoped variable's
initialization
[
all
...]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
__init__.py
2
# Python 'AutoGen' package
initialization
file.
/device/linaro/bootloader/edk2/BaseTools/Source/Python/BPDG/
__init__.py
2
# Python 'BPDG' package
initialization
file.
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
__init__.py
2
# Python 'Common' package
initialization
file.
/device/linaro/bootloader/edk2/BaseTools/Source/Python/CommonDataClass/
__init__.py
2
# Python 'CommonDataClass' package
initialization
file.
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/MetaFileWorkspace/
__init__.py
2
# Python 'Workspace' package
initialization
file.
Completed in 546 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>