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

1 2 3 4 5 6 7 891011>>

  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
PiSmmCpuDxeSmmExtra.uni 18 "Processor SMM Initialization DXE Driver"
  /external/bart/bart/thermal/
__init__.py 16 """Initialization for bart.thermal"""
  /external/clang/test/CXX/over/over.match/over.match.best/
p1.cpp 17 // FIXME: Initialization by user-defined conversion is tested elsewhere
  /external/clang/test/CodeGen/
union-init.c 3 // A nice and complicated initialization example with unions from Python
  /external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/
mutex.fail.cpp 32 LG lg = {}; // expected-error{{chosen constructor is explicit in copy-initialization}}
38 LG lg = {m0}; // expected-error{{chosen constructor is explicit in copy-initialization}}
44 LG lg = {m0, m1}; // expected-error{{chosen constructor is explicit in copy-initialization}}
50 LG lg = {m0, m1, m2}; // expected-error{{chosen constructor is explicit in copy-initialization}}
  /external/libmojo/base/android/
base_jni_onload.h 21 // Returns whether initialization succeeded.
  /external/libmojo/base/android/linker/
legacy_linker_jni.h 12 // JNI_OnLoad() initialization hook for the legacy linker.
modern_linker_jni.h 12 // JNI_OnLoad() initialization hook for the modern linker.
  /external/python/cpython2/Demo/embed/
loop.c 3 initialization. */
  /external/selinux/libsemanage/src/
database_activedb.h 25 /* ACTIVEDB - initialization */
  /external/vboot_reference/firmware/lib/include/
vboot_audio.h 16 * Initialization function. Returns context for processing dev-mode delay.
  /external/webrtc/webrtc/modules/audio_processing/
echo_cancellation_impl_unittest.cc 37 // Retains setting after initialization.
45 // Retains setting after initialization.
67 // Retains setting after initialization.
75 // Retains setting after initialization.
  /prebuilts/go/darwin-x86/src/time/
zoneinfo_ios.go 22 // The working directory at initialization is the root of the
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue6703q.go 27 x = g().m // ERROR "initialization loop|depends upon itself"
issue6703r.go 27 x = g().m() // ERROR "initialization loop|depends upon itself"
issue8761.go 8 // used to confuse code generator into using temporary before initialization.
  /prebuilts/go/linux-x86/src/time/
zoneinfo_ios.go 22 // The working directory at initialization is the root of the
  /prebuilts/go/linux-x86/test/fixedbugs/
issue6703q.go 27 x = g().m // ERROR "initialization loop|depends upon itself"
issue6703r.go 27 x = g().m() // ERROR "initialization loop|depends upon itself"
issue8761.go 8 // used to confuse code generator into using temporary before initialization.
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/
mutex.fail.cpp 32 LG lg = {}; // expected-error{{chosen constructor is explicit in copy-initialization}}
38 LG lg = {m0}; // expected-error{{chosen constructor is explicit in copy-initialization}}
44 LG lg = {m0, m1}; // expected-error{{chosen constructor is explicit in copy-initialization}}
50 LG lg = {m0, m1, m2}; // expected-error{{chosen constructor is explicit in copy-initialization}}
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/
b-badmain.s 3 % :Main that does not correspond to the address in the initialization of
  /external/clang/test/SemaCXX/
scope-check.cpp 36 C c; // expected-note {{jump bypasses variable initialization}}
83 C c1; // expected-note {{jump bypasses variable initialization}}
155 int x = 56; // expected-note {{jump bypasses variable initialization}}
163 l1: int x = 5; // expected-note {{jump bypasses variable initialization}}
212 int a = 3; // expected-note {{jump bypasses variable initialization}}
280 } catch(...) { // expected-note {{jump bypasses initialization of catch block}}
283 void f2() try { // expected-note {{jump bypasses initialization of try block}}
294 const S &s = S(); // expected-note {{jump bypasses variable initialization}}
304 S s = {}; // expected-note {{jump bypasses variable initialization}}
432 int a = 0; // expected-note {{jump bypasses variable initialization}}
    [all...]
  /device/linaro/bootloader/edk2/IntelFsp2WrapperPkg/Library/SecFspWrapperPlatformSecLibSample/
PlatformInit.c 21 Platform initialization.
36 // Platform initialization
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/
PlatformInit.c 20 Platform initialization.
35 // Platform initialization

Completed in 1033 milliseconds

1 2 3 4 5 6 7 891011>>