HomeSort by relevance Sort by last modified time
    Searched full:initialization (Results 301 - 325 of 5591) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/libxslt/libxslt/
xslt.h 86 * Global initialization function.
  /external/chromium_org/third_party/mesa/src/scons/
x11.py 3 Tool-specific initialization for X11
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
once.h 57 // This implements a way to perform lazy initialization. It's more efficient
58 // than using mutexes as no lock is needed if initialization has already
72 // the thread that performs dynamic initialization. In general this is a safe
76 // only choice is to assume that dynamic initialization is single-threaded.
  /external/chromium_org/third_party/skia/include/core/
SkTRegistry.h 25 // work-around for double-initialization bug
  /external/chromium_org/third_party/skia/third_party/lua/src/
linit.c 3 ** Initialization of libraries for lua.c and other clients
  /external/chromium_org/third_party/webrtc/base/
win32socketinit.cc 22 // libjingle can override it, to provide its own initialization.
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
acm_pcma.cc 39 // This codec does not need initialization, PCM has no instance.
acm_pcmu.cc 40 // This codec does not need initialization, PCM has no instance.
acm_red.cc 32 // This codec does not need initialization,
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/tools/
audio_loop.h 39 // Returns false if the initialization failed, otherwise true.
  /external/chromium_org/third_party/webrtc/modules/video_capture/
ensure_initialized.cc 11 // Platform-specific initialization bits, if any, go here.
  /external/chromium_org/third_party/webrtc/test/
test_suite.h 36 // Override these for custom initialization and shutdown handling. Use these
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
main.js 38 // Final initialization is performed after all scripts and DOM is loaded.
  /external/chromium_org/ui/views/test/
views_test_base.h 23 // to drive UI events and takes care of OLE initialization for windows.
  /external/chromium_org/v8/src/base/
once.cc 41 // wait until it completes the initialization.
  /external/chromium_org/v8/test/mjsunit/harmony/
block-let-semantics.js 61 // Use before initialization in declaration statement.
68 // Use before initialization in prior statement.
90 // Use before initialization with a dynamic lookup.
98 // Use before initialization with check for eval-shadowed bindings.
  /external/clang/test/CXX/dcl.decl/dcl.init/
p14-0x.cpp 44 // FIXME: test the other forms which use copy-initialization
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
default-arguments.cpp 44 auto l1 = [](const T& value = T()) { }; // expected-error{{no matching constructor for initialization of 'NoDefaultCtor'}}
  /external/clang/test/CodeGenObjCXX/
arc-globals.mm 4 // initialized statically and wrapping up those initialization in an
  /external/clang/test/Sema/
thread-specifier.c 68 _Thread_local int t17; // expected-error {{thread-local declaration of 't17' with static initialization follows declaration with dynamic initialization}}
70 thread_local int t18; // expected-error {{thread-local declaration of 't18' with dynamic initialization follows declaration with static initialization}}
  /external/clang/test/SemaCXX/
MicrosoftCompatibility.cpp 38 C c; // expected-note {{jump bypasses variable initialization}}
57 int x = 56; // expected-note {{jump bypasses variable initialization}}
66 try { // expected-note {{jump bypasses initialization of try block}}
75 int a = 3; // expected-note {{jump bypasses variable initialization}}
decl-init-ref.cpp 24 const A& rca = f(); // expected-error {{reference initialization of type 'const A &' with initializer of type 'B' is ambiguous}}
default2.cpp 92 Z z2; // expected-error{{no matching constructor for initialization}}
97 Z z2(z); // expected-error{{no matching constructor for initialization of 'Z'}}
102 Z z2(z); // expected-error{{no matching constructor for initialization of 'Z'}}
108 void f(ZZ z = g()); // expected-error{{no matching constructor for initialization}} \
new-delete-cxx0x.cpp 32 (void) new T[2] {1, 2}; // expected-error {{no matching constructor}} expected-note {{in implicit initialization of array element 2}}
  /external/dexmaker/src/dx/java/com/android/dx/rop/cst/
CstBaseMethodRef.java 129 * Gets whether this is a reference to an instance initialization
134 * instance initialization method
141 * Gets whether this is a reference to a class initialization
146 * instance initialization method

Completed in 1430 milliseconds

<<11121314151617181920>>