/device/linaro/bootloader/edk2/OvmfPkg/VirtioNetDxe/ |
SnpSharedHelpers.c | 25 These functions contribute to rolling back a partial, failed initialization
33 partial, failed initialization is being rolled back.
|
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/ |
MemoryInit.c | 35 Do memory initialization for QuarkNcSocId DDR3 SDRAM Controller
40 @return EFI_SUCCESS Memory initialization completed successfully.
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/ |
Clipboard.h | 22 Initialization function for HDiskImage
33 Initialization function for HDiskImage.
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/FlashDeviceLib/ |
FlashDeviceLibDxe.c | 33 The function does the necessary initialization work for this library
34 instance. Please put all initialization works in it.
|
/external/clang/test/CXX/special/class.init/class.base.init/ |
p8-0x.cpp | 19 int a = 0; // expected-note {{previous initialization}} 25 U(double) : a(1), // expected-note{{previous initialization is here}}
|
/external/clang/test/CodeGenCXX/ |
eh-aggregated-inits.cpp | 1 // Check that initialization of the only one memcpy-able struct member will not 26 ExplicitCopy o2; // non-trivial initialization.
|
/external/clang/test/SemaCXX/ |
constexpr-value-init.cpp | 12 constexpr A a; // ok, zero initialization precedes static initialization
|
cxx0x-initializer-aggregates.cpp | 73 struct C { int a[2]; C():a({1, 2}) { } }; // expected-error {{parenthesized initialization of a member array is a GNU extension}} 112 Aggr too_many { {0} , {0} , {0,0} }; // expected-error {{no matching constructor for initialization}} 113 Aggr too_few { {} , {0} , {0} }; // expected-error {{no matching constructor for initialization}} 114 Aggr invalid { {} , {&ok1} , {0,0} }; // expected-error {{no matching constructor for initialization}} 116 NoDefaultConstructor2 array_error[] = { {0,0} , {0} }; // expected-error {{no matching constructor for initialization}}
|
/external/lisa/libs/utils/android/ |
__init__.py | 18 """Initialization for Android module""" 26 # Initialization of Android Workloads
|
/external/llvm/bindings/ocaml/backends/ |
llvm_backend.mli.in | 10 (** @TARGET@ Initialization. 12 This interface provides an OCaml API for initialization of
|
/external/ltp/testcases/kernel/module/query_module/ |
dummy_query_mod_dep.c | 21 * during initialization). 37 /* Initialization routine of module */
|
/external/webrtc/webrtc/modules/audio_processing/utility/ |
delay_estimator_internal.h | 27 // |mean_far_spectrum| initialization indicator. 39 // |mean_near_spectrum| initialization indicator.
|
/frameworks/base/core/java/android/hardware/hdmi/ |
IHdmiRecordListener.aidl | 32 * Called when one touch record is started or failed during initialization. 40 * Called when timer recording is started or failed during initialization.
|
/frameworks/base/services/robotests/src/com/android/server/testing/shadows/ |
ShadowCloseGuard.java | 32 // Can't do this in static {} block because shadow initialization is part of real class 33 // initialization and it happens right in the beginning. When the shadow is being
|
/frameworks/compile/slang/tests/F_reflection3264_variable_mismatch_init/ |
reflection3264_variable_mismatch_init.rs | 32 = 0 // we get an error even though explicit zero initialization is redundant 61 = 0 // we get an error even though explicit zero initialization is redundant
|
/packages/apps/Messaging/tests/src/com/android/messaging/ui/ |
BugleActivityInstrumentationTestCase.java | 26 * initialization (eg. Mockito boilerplate). 32 // Set flag during loading of test cases to prevent application initialization starting
|
/prebuilts/go/darwin-x86/src/runtime/ |
rt0_windows_386.s | 13 // final executable starts, during the C runtime initialization 22 // Create a new thread to do the runtime initialization and return.
|
rt0_windows_amd64.s | 15 // final executable starts, during the C runtime initialization 24 // Create a new thread to do the runtime initialization and return.
|
/prebuilts/go/linux-x86/src/runtime/ |
rt0_windows_386.s | 13 // final executable starts, during the C runtime initialization 22 // Create a new thread to do the runtime initialization and return.
|
rt0_windows_amd64.s | 15 // final executable starts, during the C runtime initialization 24 // Create a new thread to do the runtime initialization and return.
|
/system/chre/platform/include/chre/platform/ |
system_time.h | 30 * initialization of the runtime. 43 * Obtains the uptime of CHRE relative to CHRE initialization. There is no
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformPei/ |
PlatformPei.inf | 23 # This PEIM includes 3 parts, pre memory initialization, MRC
24 # wrapper and post memory initialization.
33 # initialization. MRC wrapper performance following actions,
41 # 1. TC initialization after MRC.
42 # 2. SIO initialization.
|
/external/clang/test/SemaTemplate/ |
instantiate-init.cpp | 112 // Ensure that in-class direct-initialization is instantiated as 113 // direct-initialization and likewise copy-initialization is instantiated as 114 // copy-initialization. 124 // Make sure we properly instantiate list-initialization.
|
/external/python/cpython3/Doc/c-api/ |
module.rst | 131 which export an initialization function), or compiled-in modules 132 (where the initialization function is added using :c:func:`PyImport_AppendInittab`). 135 The initialization function can either pass a module definition instance 137 or request "multi-phase initialization" by returning the definition struct itself. 174 initialization. 185 An array of slot definitions for multi-phase initialization, terminated by 187 When using single-phase initialization, *m_slots* must be *NULL*. 211 Single-phase initialization 214 The module initialization function may create and return the module object 215 directly. This is referred to as "single-phase initialization", and uses on [all...] |
/prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/3.2/ |
gradle-tooling-api-3.2-sources.jar | |