HomeSort by relevance Sort by last modified time
    Searched full:initialization (Results 26 - 50 of 5503) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/mojo/shell/
init.h 11 // Initialization routines shared by desktop and Android main functions.
  /external/clang/test/Analysis/
complex-init-list.cpp 4 // Do not crash on initialization to complex numbers.
  /external/clang/test/CXX/class/class.union/
p8.cpp 4 int x = 0; // expected-note {{previous initialization is here}}
  /external/clang/test/CodeGenCXX/
apple-kext-guard-variable.cpp 8 static int x = foo(); // expected-error {{this initialization requires a guard variable, which the kernel does not support}}
  /external/clang/test/PCH/
thread-local.cpp 13 _Thread_local int a; // expected-error {{thread-local declaration of 'a' with static initialization follows declaration with dynamic initialization}}
15 thread_local int b; // expected-error {{thread-local declaration of 'b' with dynamic initialization follows declaration with static initialization}}
  /external/clang/test/SemaCXX/
statements.cpp 14 X x; // expected-note {{jump bypasses variable initialization}}
aggregate-initialization.cpp 27 NonAggr1 na1 = { 17 }; // expected-error{{no matching constructor for initialization of 'NonAggr1'}}
28 NonAggr2 na2 = { 17 }; // expected-error{{no matching constructor for initialization of 'NonAggr2'}}
29 NonAggr3 na3 = { 17 }; // expected-error{{no matching constructor for initialization of 'NonAggr3'}}
30 NonAggr4 na4 = { 17 }; // expected-error{{no matching constructor for initialization of 'NonAggr4'}}
36 // Vector initialization.
40 // Array initialization.
43 // Struct initialization.
complex-init-list.cpp 5 // of a complex number individually using an initialization list. Basically,
8 // initialization.
  /external/qemu/android/
core-init-utils.h 15 * of the emulator's core initialization.
22 * of the core initialization.
26 /* Builds and sends initialization failure message back to the UI that started
34 /* Sends successful initialization completion message back to the UI, and exits
  /external/stlport/src/
aligned_buffer.h 5 // this is for fake initialization
  /ndk/sources/cxx-stl/stlport/src/
aligned_buffer.h 5 // this is for fake initialization
  /external/compiler-rt/test/asan/TestCases/
initialization-nobug.cc 1 // A collection of various initializers which shouldn't trip up initialization
4 // RUN: %clangxx_asan -O0 %s %p/Helpers/initialization-nobug-extra.cc -o %t
6 // RUN: %clangxx_asan -O1 %s %p/Helpers/initialization-nobug-extra.cc -o %t
8 // RUN: %clangxx_asan -O2 %s %p/Helpers/initialization-nobug-extra.cc -o %t
10 // RUN: %clangxx_asan -O3 %s %p/Helpers/initialization-nobug-extra.cc -o %t
  /external/chromium_org/chrome/browser/chromeos/drive/fileapi/
webkit_file_stream_reader_impl.h 30 // initialization, hence the initialization of this class will be done lazily.
51 // Called upon the initialization completion of |stream_reader_|.
52 // Processes the result of the initialization with checking last
59 // Part of Read(). Called after all the initialization process is completed.
66 // Part of GetLength(). Called after all the initialization process is
  /external/chromium_org/content/public/android/java/src/org/chromium/content/app/
ContentMain.java 14 * the different initialization process.
18 * specific initialization code in ContentMainRunner::Initialize.
  /external/chromium_org/content/public/browser/
browser_main_runner.h 15 // This class is responsible for browser initialization, running and shutdown.
24 // copied. Returning a non-negative value indicates that initialization
  /external/chromium_org/v8/test/mjsunit/regress/
regress-3138.js 22 // var initialization is intercepted by with scope.
32 // const initialization is not intercepted by with scope.
  /external/clang/test/CXX/class/class.base/class.base.init/
p5-0x.cpp 11 E() : a(1), // expected-note{{previous initialization is here}}
22 F() : a(1), // expected-note{{previous initialization is here}}
  /external/clang/test/CXX/expr/expr.unary/expr.new/
p2-cxx0x.cpp 16 new auto {1,2,3}; // expected-error{{new expression for type 'auto' cannot use list-initialization}}
17 new auto ({1,2,3}); // expected-error{{new expression for type 'auto' cannot use list-initialization}}
  /external/srtp/crypto/include/
prng.h 27 rand_source_func_t rand; /* random source for re-initialization */
44 rand_source_func_t rand; /* random source for re-initialization */
  /external/chromium-trace/trace-viewer/src/tracing/trace_model/
object_snapshot.js 11 * Initialization of snapshots and instances is three phased:
26 * good time to generic initialization steps and argument verification.
41 * See ObjectSnapshot constructor notes on object initialization.
47 * See ObjectSnapshot constructor notes on object initialization.
  /external/chromium_org/chrome/browser/android/
chrome_startup_flags.h 12 // initialization to make sure code sees the new flags.
  /external/chromium_org/content/common/
savable_url_schemes.h 14 // Intended for use only during initialization.
  /external/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, *|
26 * @defgroup LLVMCInitialization Initialization Routines
  /ndk/tests/device/test-stlport_shared-exception/jni/
init7.cpp 5 // The initialization of a static local variable must be retried if a
  /ndk/tests/device/test-stlport_static-exception/jni/
init7.cpp 5 // The initialization of a static local variable must be retried if a

Completed in 1289 milliseconds

12 3 4 5 6 7 8 91011>>