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

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/ppapi/c/private/
pp_content_decryptor.h 117 * Initialization vector of the block to be decrypted.
325 * that allows clients to associate a decoder initialization request with a
327 * initialization, the data is sent as a <code>PP_Resource</code> carried
348 * Client-specified identifier for the associated audio decoder initialization
350 * initialization status response with an initialization request.
402 * that allows clients to associate a decoder initialization request with a
404 * initialization, the data is sent as a <code>PP_Resource</code> carried
429 * Client-specified identifier for the associated video decoder initialization
431 * initialization status response with an initialization request
    [all...]
  /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...]
copy-initialization.cpp 12 X x1 = y; // expected-error{{no matching constructor for initialization of 'X'}}
47 // Core issue 5: if a temporary is created in copy-initialization, it is of
default-constructor-initializers.cpp 53 // Test default initialization which *requires* a constructor call for non-POD.
56 // Ensure that value initialization doesn't use trivial implicit constructors.
warn-bool-conversion.cpp 4 int* j = false; // expected-warning{{initialization of pointer of type 'int *' to null from a constant boolean expression}}
6 void foo(int* i, int *j=(false)) // expected-warning{{initialization of pointer of type 'int *' to null from a constant boolean expression}}
8 foo(false); // expected-warning{{initialization of pointer of type 'int *' to null from a constant boolean expression}}
12 foo(false == true); // expected-warning{{initialization of pointer of type 'int *' to null from a constant boolean expression}}
13 foo((42 + 24) < 32); // expected-warning{{initialization of pointer of type 'int *' to null from a constant boolean expression}}
16 foo(kFlag); // expected-warning{{initialization of pointer of type 'int *' to null from a constant boolean expression}}
  /external/chromium_org/ash/test/
ash_test_helper.h 33 // A helper class that does common initialization required for Ash. Creates a
40 // Creates the ash::Shell and performs associated initialization.
test_system_tray_delegate.h 29 // cannot be set during the initialization. To test the initialization,
  /external/chromium_org/base/prefs/
pref_notifier_impl.h 35 // We run the callback once, when initialization completes. The bool
36 // parameter will be set to true for successful initialization,
  /external/chromium_org/base/win/
scoped_com_initializer.h 29 // Constructor for STA initialization.
34 // Constructor for MTA initialization.
  /external/chromium_org/chrome/browser/resources/options/
language_add_language_overlay.js 29 * Calls base class implementation to starts preference initialization.
32 // Call base class implementation to starts preference initialization.
  /external/chromium_org/chrome/browser/sync/
sync_startup_tracker.h 17 // but now that sync initialization is no longer a required part of signin,
19 // sync initialization depend on it.
  /external/chromium_org/chrome/common/
child_process_logging_win.cc 61 // Note: on other platforms, this is set up during Breakpad initialization,
70 // initialization.
time_format_browsertest.cc 6 // static initialization inside third_party/icu (gDecimal in digitlst.cpp).
8 // That initialization depends on the current locale, and on certain locales
  /external/chromium_org/content/renderer/pepper/
pepper_broker_unittest.cc 25 // Initialization should fail.
38 // On valid ChannelHandle, initialization should succeed.
  /external/chromium_org/dbus/
object_path.h 21 // Permit initialization without a value for passing to
26 // sufficient for our needs, as is implicit initialization of a std::string
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
dtmf_tone_generator.h 40 static const int kInitValue1[4][16]; // Initialization for 1st oscillator.
41 static const int kInitValue2[4][16]; // Initialization for 2nd oscillator.
  /external/libnfc-nci/src/hal/int/
nfc_hal_post_reset.h 68 ** This function is called to start device pre-initialization after NCI CORE-RESET.
69 ** When pre-initialization is completed,
  /external/libnfc-nci/src/nfa/sys/
nfa_sys_cback.c 35 ** Description Called to register an initialization complete callback function
50 ** Description Called by other NFA subsystems to notify initialization is
  /external/llvm/lib/Analysis/IPA/
IPA.cpp 10 // This file implements the common initialization routines for the IPA library.
15 #include "llvm-c/Initialization.h"
  /external/llvm/lib/Transforms/Instrumentation/
Instrumentation.cpp 10 // This file defines the common initialization infrastructure for the
16 #include "llvm-c/Initialization.h"
  /external/llvm/lib/Transforms/Utils/
Utils.cpp 10 // This file defines the common initialization infrastructure for the
16 #include "llvm-c/Initialization.h"
  /libcore/luni/src/main/java/java/lang/
ExceptionInInitializerError.java 21 * Thrown when an exception occurs during class initialization.
52 * which originally occurred in the class initialization code.
  /libcore/luni/src/main/java/javax/net/ssl/
TrustManagerFactorySpi.java 43 * if the initialization fails.
54 * if the initialization fails.
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
perlinit.swg 2 /* Export the SWIG initialization function */
18 /* Module initialization function */
  /external/chromium_org/components/storage_monitor/
storage_monitor.h 39 // created during profile construction. The platform-specific initialization,
45 // A post-initialization |GetAttachedStorage()| call coupled with a
48 // registered and the state of initialization, and the fact that platforms
71 // guarantee the complete initialization of the object. For that, see
90 // non-null, will be called when initialization is complete. If initialization

Completed in 490 milliseconds

1 2 3 4 5 67 8 91011>>