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

<<31323334353637383940>>

  /external/chromium_org/third_party/webrtc/modules/audio_device/ios/
audio_device_ios.h 67 // Audio transport initialization
92 // Audio mixer initialization
  /external/chromium_org/third_party/webrtc/modules/audio_device/linux/
audio_device_alsa_linux.h 66 // Audio transport initialization
92 // Audio mixer initialization
  /external/chromium_org/ui/gfx/test/
ui_cocoa_test_helper.h 71 // Allows subclasses to do initialization before calling through to the base
72 // class's initialization.
  /external/chromium_org/ui/views/bubble/
bubble_delegate.h 101 // Allows delegates to provide custom parameters before widget initialization.
129 // Perform view initialization on the contents for bubble sizing.
  /external/chromium_org/win8/metro_driver/
metro_driver.cc 59 // Required for base initialization.
104 // OS specific initialization.
  /external/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.default/
p2.cpp 39 constexpr S3 s3d; // expected-error {{default initialization of an object of const type 'const S3' requires a user-provided default constructor}}
122 const B b; // expected-error {{default initialization of an object of const type 'const PR13492::B' requires a user-provided default constructor}}
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5-var.cpp 100 Base &br1 = both; // expected-error{{reference initialization of type 'Base &' with initializer of type 'ConvertibleToBothDerivedRef' is ambiguous}}
134 const Base &br1 = both; // expected-error{{reference initialization of type 'const Base &' with initializer of type 'ConvertibleToBothDerived' is ambiguous}}
  /external/clang/test/SemaCXX/
cxx98-compat.cpp 69 std::initializer_list<int> xs = { 1, 2, 3 }; // expected-warning {{initialization of initializer_list object is incompatible with C++98}}
70 auto ys = { 1, 2, 3 }; // expected-warning {{initialization of initializer_list object is incompatible with C++98}} \
74 InitListCtor ilc = { true, false }; // expected-warning {{initialization of initializer_list object is incompatible with C++98}}
111 // expected-warning@-3 {{initialization of initializer_list object is incompatible with C++98}}
118 int n = 0; // expected-warning {{in-class initialization of non-static data members is incompatible with C++98}}
290 TrivialButNonPOD tnp1; // expected-note {{jump bypasses initialization of non-POD variable}}
296 TrivialButNonPOD tnp2; // expected-note {{jump bypasses initialization of non-POD variable}}
299 TrivialButNonPOD tnp3; // expected-note {{jump bypasses initialization of non-POD variable}}
  /external/eigen/bench/btl/actions/
action_matrix_matrix_product_bis.hh 48 // STL matrix and vector initialization
58 // generic matrix and vector initialization
action_trisolve_matrix.hh 42 // STL matrix and vector initialization
56 // generic matrix and vector initialization
action_trmm.hh 42 // STL matrix and vector initialization
56 // generic matrix and vector initialization
  /external/elfutils/0.153/lib/
md5.h 64 initialization function update the context for the next LEN bytes
71 initialization function update the context for the next LEN bytes
  /external/javassist/src/main/javassist/tools/reflect/
Metaobject.java 66 * Constructs a <code>Metaobject</code> without initialization.
68 * for initialization.
  /external/jemalloc/include/jemalloc/internal/
jemalloc_internal_defs.h 81 * Defined if threaded initialization is known to be safe on this platform.
90 * to avoid recursive allocation during mutex initialization.
jemalloc_internal_defs.h.in 76 * Defined if threaded initialization is known to be safe on this platform.
85 * to avoid recursive allocation during mutex initialization.
  /external/libvpx/libvpx/examples/
postproc.c 19 // initialization time. This is done by passing the VPX_CODEC_USE_POSTPROC
22 // demonstration purposes, we also fall back to default initialization if
  /external/lldb/include/lldb/
lldb-private.h 28 /// initialization that they need to do.
57 /// that have been allocated during initialization or during
  /external/lldb/source/Host/macosx/launcherXPCService/
main.mm 213 // have some other initialization that must be done asynchronously, then
214 // you can defer this call until after that initialization is done.
  /external/llvm/lib/Support/
Process.cpp 33 // Use a function local static for thread safe initialization and allocate it
60 /// during global initialization of the program.
  /external/smack/src/org/jivesoftware/smackx/bytestreams/socks5/
Socks5BytestreamManager.java 150 /* timeout to wait for the response to the SOCKS5 Bytestream initialization request */
166 * list containing session IDs of SOCKS5 Bytestream initialization packets that should be
321 * Returns the timeout to wait for the response to the SOCKS5 Bytestream initialization request.
324 * @return the timeout to wait for the response to the SOCKS5 Bytestream initialization request
334 * Sets the timeout to wait for the response to the SOCKS5 Bytestream initialization request.
668 * Returns a SOCKS5 Bytestream initialization request packet with the given session ID
674 * @return a SOCKS5 Bytestream initialization request packet
704 * Activates the Socks5BytestreamManager by registering the SOCKS5 Bytestream initialization
  /external/stlport/test/unit/
locale_test.cpp 162 * Creation of a locale instance imply initialization of some STLport internal
164 * initialization is done correctly.
uninitialized_test.cpp 69 //This is a wrong declaration just to check that internaly no initialization is done:
230 //Vector initialization:
  /frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/lib/
LVPSA.h 71 /* LVPSA initialization parameters */
272 /* Get the initialization parameters of the LVPSA module. */
  /frameworks/base/core/java/android/content/
SyncAdapterType.java 124 * If true then the SyncManager will never issue an initialization sync to the SyncAdapter
128 * @return true if the SyncAdapter does not require initialization and if it is ok for the
  /frameworks/compile/mclinker/include/mcld/Support/
TargetRegistry.h 136 /// target's initialization function. Usage:
166 /// implementation, for use in the target machine initialization

Completed in 1175 milliseconds

<<31323334353637383940>>