HomeSort by relevance Sort by last modified time
    Searched full:initialization (Results 726 - 750 of 8816) sorted by null

<<21222324252627282930>>

  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
PeiServicesLib.h 322 Table has been removed. See the Platform Initialization Pre-EFI Initialization Core Interface
352 Table has been removed. See the Platform Initialization Pre-EFI Initialization Core Interface
377 Table has been removed. See the Platform Initialization Pre-EFI Initialization Core Interface
402 Table has been removed. See the Platform Initialization Pre-EFI Initialization Core Interface
428 Table has been removed. See the Platform Initialization Pre-EFI Initialization Core Interface
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Bis.h 138 initialization was successful.
178 @param AppHandle An opaque handle that identifies the caller's instance of initialization
202 @param AppHandle An opaque handle that identifies the caller's instance of initialization
223 @param AppHandle An opaque handle that identifies the caller's instance of initialization
249 @param AppHandle An opaque handle that identifies the caller's instance of initialization
279 @param AppHandle An opaque handle that identifies the caller's instance of initialization
305 instance of initialization of the BIS service.
331 instance of initialization of the BIS service.
364 @param AppHandle An opaque handle that identifies the caller's instance of initialization
405 @param AppHandle An opaque handle that identifies the caller's instance of initialization
    [all...]
  /external/clang/test/Analysis/
dead-stores.c 207 // PR 3514: false positive `dead initialization` warning for init to global
403 int shouldLog = (argc > 1); // expected-warning{{Value stored to 'shouldLog' during its initialization is never read}} expected-warning{{unused variable 'shouldLog'}}
413 int z = x + y; // expected-warning{{Value stored to 'z' during its initialization is never read}} expected-warning{{unused variable 'z'}}
554 int x1 = (getInt(), getInt()); // expected-warning {{Value stored to 'x1' during its initialization is never read}} // expected-warning{{unused variable 'x1'}}
555 int x2 = (getInt(), getInt(), getInt()); //expected-warning{{Value stored to 'x2' during its initialization is never read}} // expected-warning{{unused variable 'x2'}}
561 int x6 = (getInt(), (y = getInt())); //expected-warning {{Value stored to 'x6' during its initialization is never read}} // expected-warning{{unused variable 'x6'}}
562 int x7 = 0, x8 = getInt(); //expected-warning {{Value stored to 'x8' during its initialization is never read}} // expected-warning{{unused variable 'x8'}} // expected-warning{{unused variable 'x7'}}
563 int x9 = getInt(), x10 = 0; //expected-warning {{Value stored to 'x9' during its initialization is never read}} // expected-warning{{unused variable 'x9'}} // expected-warning{{unused variable 'x10'}}
564 int m = getInt(), mm, mmm; //expected-warning {{Value stored to 'm' during its initialization is never read}} // expected-warning{{unused variable 'm'}} // expected-warning{{unused variable 'mm'}} // expected-warning{{unused variable 'mmm'}}
565 int n, nn = getInt(); //expected-warning {{Value stored to 'nn' during its initialization is never read}} // expected-warning{{unused variable 'n'}} // expected-warning{{unused variable 'n (…)
    [all...]
  /external/tensorflow/tensorflow/contrib/learn/python/learn/
models.py 65 init_mean: the mean value to use for initialization.
66 init_stddev: the standard deviation to use for initialization.
73 initialized as follows. If init_mean is not None, then initialization
75 and init_stddv. (These may be set to 0.0 each if a zero initialization
89 # Set up the requested initialization.
126 init_mean: the mean value to use for initialization.
127 init_stddev: the standard deviation to use for initialization.
134 initialized as follows. If init_mean is not None, then initialization
136 and init_stddv. (These may be set to 0.0 each if a zero initialization
145 # Set up the requested initialization
    [all...]
  /libcore/ojluni/src/main/java/sun/misc/
VM.java 155 // Subsystems that are invoked during initialization can check this
170 // Waits until VM completes initialization
182 // buffer memory. This value may be changed during VM initialization if
185 // The initial value of this field is arbitrary; during JRE initialization
192 // The directMemory variable is initialized during system initialization
211 // accept array syntax. This value may be changed during VM initialization
222 // The allowArraySyntax boolean is initialized during system initialization
248 * system initialization time. This method should only be used
274 // This method can only be invoked during system initialization.
277 throw new IllegalStateException("System initialization has completed")
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/
StatusCodeRuntimeDxe.h 90 Dispatch initialization request to sub status code devices based on
101 Locates Serial I/O Protocol as initialization for serial status code worker.
141 Initialize runtime memory status code table as initialization for runtime memory status code worker
174 as initialization for data hub status code worker.
176 @retval EFI_SUCCESS Initialization is successful.
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Protocol/
Spi.h 135 // Initialization data table loaded to the SPI host controller
179 interface initialization table.
181 @retval EFI_SUCCESS Opcode initialization on the SPI host controller completed.
200 interface initialization table.
202 @retval EFI_SUCCESS Opcode initialization on the SPI host controller completed.
  /external/libmojo/base/android/java/src/org/chromium/base/
PathUtils.java 46 * Initialization-on-demand holder. This exists for thread-safe lazy initialization. It will
50 * <p>See https://en.wikipedia.org/wiki/Initialization-on-demand_holder_idiom.
58 * on the UI thread otherwise. This should only be called as part of Holder's initialization
59 * above to guarantee thread-safety as part of the initialization-on-demand holder idiom.
  /external/python/cpython3/Doc/extending/
building.rst 10 ``.pyd`` on Windows), which exports an *initialization function*.
16 The initialization function has the signature:
27 module. When using :ref:`multi-phase-initialization`, non-ASCII module names
28 are allowed. In this case, the initialization function name is
40 defining multiple initialization functions. However, importing them requires
  /external/tensorflow/tensorflow/contrib/layers/python/layers/
initializers.py 32 """Returns an initializer performing "Xavier" initialization for weights.
34 This function implements the weight initialization from:
48 uniform: Whether to use uniform or normal distributed random initialization.
83 initialization"), use (Default):<br/>
99 uniform: Whether to use uniform or normal distributed random initialization.
  /packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/provisioning/
DeviceOwnerProvisioningControllerTest.java 77 // THEN the initialization task is run first
113 // THEN the initialization task is run first
146 // THEN the initialization task is run first
173 // THEN the initialization task is run first
194 // THEN the initialization task is run first
  /prebuilts/go/darwin-x86/src/go/types/testdata/
const0.src 180 // initialization cycles
182 a /* ERROR "initialization cycle" */ = a
183 b /* ERROR "initialization cycle" */ , c /* ERROR "initialization cycle" */, d, e = e, d, c, b // TODO(gri) should only have one cycle error
187 // multiple initialization
  /prebuilts/go/linux-x86/src/go/types/testdata/
const0.src 180 // initialization cycles
182 a /* ERROR "initialization cycle" */ = a
183 b /* ERROR "initialization cycle" */ , c /* ERROR "initialization cycle" */, d, e = e, d, c, b // TODO(gri) should only have one cycle error
187 // multiple initialization
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
MediaAudioTrackTest.java 267 //-------- initialization --------------
300 //Test case 1: getPlaybackHeadPosition() at 0 after initialization
311 //-------- initialization --------------
332 //-------- initialization --------------
360 //-------- initialization --------------
391 //-------- initialization --------------
427 //-------- initialization --------------
462 //-------- initialization --------------
488 //-------- initialization --------------
514 //-------- initialization -------------
    [all...]
  /build/blueprint/
package_ctx.go 94 // function or as part of a package-scoped variable initialization.
265 // initialization - either from the init() function or as part of a package-
266 // scoped variable's initialization.
321 // error. It may only be called during a Go package's initialization - either
323 // initialization.
352 // during a Go package's initialization - either from the init() function or as
353 // part of a package-scoped variable's initialization.
475 // information. It may only be called during a Go package's initialization -
477 // initialization.
532 // may only be called during a Go package's initialization - either from th
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp 14 #include "clang/Sema/Initialization.h"
33 // Sema Initialization Checking
57 /// expression by means of string initialization. Returns SIF_None if so,
59 /// initialization would not work.
213 /// handle the initialization of a certain kind of entity, e.g.,
232 /// because they make the initialization "jump" into a specific
233 /// subobject and then continue the initialization from that
398 // does not have useful semantics for initialization from an init list.
399 // We treat this as copy-initialization, because aggregate initialization
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/
SecurityPkg.uni 95 #string STR_gEfiSecurityPkgTokenSpaceGuid_PcdPhysicalPresenceLifetimeLock_HELP #language en-US "Indicates whether TPM physical presence is locked during platform initialization. Once it is locked, it can not be unlocked for TPM life time.<BR><BR>\n"
117 #string STR_gEfiSecurityPkgTokenSpaceGuid_PcdTpm2InitializationPolicy_PROMPT #language en-US "TPM 2.0 device initialization policy.<BR>"
119 #string STR_gEfiSecurityPkgTokenSpaceGuid_PcdTpm2InitializationPolicy_HELP #language en-US "This PCD indicates the initialization policy for TPM 2.0.<BR><BR>\n"
120 "If 0, no initialization needed - most likely used for chipset SRTM solution, in which TPM is already initialized.<BR>\n"
121 "If 1, initialization needed.<BR>"
123 #string STR_gEfiSecurityPkgTokenSpaceGuid_PcdTpmInitializationPolicy_PROMPT #language en-US "TPM 1.2 device initialization policy."
125 #string STR_gEfiSecurityPkgTokenSpaceGuid_PcdTpmInitializationPolicy_HELP #language en-US "This PCD indicates the initialization policy for TPM 1.2.<BR><BR>\n"
126 "If 0, no initialization needed - most likely used for chipset SRTM solution, in which TPM is already initialized.<BR>\n"
127 "If 1, initialization needed.<BR>"
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCSelfInitChecker.cpp 1 //== ObjCSelfInitChecker.cpp - Checker for 'self' initialization -*- C++ -*--=//
11 // 'self' before proper initialization.
15 // This checks initialization methods to verify that they assign 'self' to the
16 // result of an initialization call (e.g. [super init], or [self initWith..])
31 // when the initialization fails.
168 // When encountering a message that does initialization (init rule),
193 // (like its class) or doing "invalidation" on self when the initialization
227 // subclass's common initialization bits into a static function that receives
250 // assume that the functions are going to continue initialization or will not
  /external/icu/icu4c/source/common/
umutex.cpp 51 // initialization has not completed, that we either need to call the
73 // Another thread already completed the initialization.
78 // Another thread is currently running the initialization.
88 // This function is called by the thread that ran an initialization function,
149 // Meaning that lazy initialization is safe.
190 // There is no runtime mutex initialization code needed.
248 // initialization has not completed, that we either need to call the
265 // Another thread is currently running the initialization.
277 // This function is called by the thread that ran an initialization function,
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Cipher/
CryptAes.c 53 @retval TRUE AES context initialization succeeded.
54 @retval FALSE AES context initialization failed.
208 Initialization vector should be one block size (16 bytes).
221 @param[in] Ivec Pointer to initialization vector.
270 Initialization vector should be one block size (16 bytes).
283 @param[in] Ivec Pointer to initialization vector.
CryptTdes.c 55 @retval TRUE TDES context initialization succeeded.
56 @retval FALSE TDES context initialization failed.
242 Initialization vector should be one block size (8 bytes).
255 @param[in] Ivec Pointer to initialization vector.
310 Initialization vector should be one block size (8 bytes).
323 @param[in] Ivec Pointer to initialization vector.
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Hash/
CryptSha512.c 44 @retval TRUE SHA-384 context initialization succeeded.
45 @retval FALSE SHA-384 context initialization failed.
62 // OpenSSL SHA-384 Context Initialization
259 @retval TRUE SHA-512 context initialization succeeded.
260 @retval FALSE SHA-512 context initialization failed.
277 // OpenSSL SHA-512 Context Initialization
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/QNCInit/Dxe/
QNCInit.c 2 QuarkNcSocId module initialization module
214 This function just call initialization function for PciHostBridge,
221 @return EFI_STATUS The status of initialization work.
247 DEBUG ((EFI_D_ERROR, "QNC Root Port initialization is failed!\n"));
253 DEBUG ((EFI_D_ERROR, "QNC LegacyRegion initialization is failed!\n"));
260 DEBUG ((EFI_D_ERROR, "QNC Policy initialization is failed!\n"));
  /external/clang/test/Parser/
cxx-class.cpp 230 // expected-warning@-2 {{in-class initialization of non-static data member is a C++11 extension}}
235 // expected-warning@-2 {{in-class initialization of non-static data member is a C++11 extension}}
240 // expected-warning@-2 {{in-class initialization of non-static data member is a C++11 extension}}
247 // expected-warning@-2 {{in-class initialization of non-static data member is a C++11 extension}}
252 // expected-warning@-2 {{in-class initialization of non-static data member is a C++11 extension}}
257 // expected-warning@-2 {{in-class initialization of non-static data member is a C++11 extension}}
  /external/clang/test/Sema/
array-init.c 207 struct {int a; int b[];} t6 = {1, {1, 2, 3}}; // expected-warning{{flexible array initialization is a GNU extension}} \
276 int a1[5] = (int[]){1, 2, 3, 4, 5}; // expected-warning{{initialization of an array of type 'int [5]' from a compound literal of type 'int [5]' is a GNU extension}}
277 int a2[5] = (int[5]){1, 2, 3, 4, 5}; // expected-warning{{initialization of an array of type 'int [5]' from a compound literal of type 'int [5]' is a GNU extension}}
278 int a3[] = ((int[]){1, 2, 3, 4, 5}); // expected-warning{{initialization of an array of type 'int []' from a compound literal of type 'int [5]' is a GNU extension}}
279 int a4[] = (int[5]){1, 2, 3, 4, 5}; // expected-warning{{initialization of an array of type 'int []' from a compound literal of type 'int [5]' is a GNU extension}}
280 int a5[] = (int5){1, 2, 3, 4, 5}; // expected-warning{{initialization of an array of type 'int []' from a compound literal of type 'int5' (aka 'int [5]') is a GNU extension}}

Completed in 841 milliseconds

<<21222324252627282930>>