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

12 3 4 5 6 7 8 91011>>

  /external/clang/test/SemaCXX/
block-call.cpp 7 int (*FPL) (int) = FP; // expected-error {{cannot initialize a variable of type 'int (*)(int)' with an lvalue of type 'int (*)()'}}
10 int (^PFR) (int) = IFP; // expected-error {{cannot initialize a variable of type 'int (^)(int)' with an lvalue of type 'int (^)()'}}
25 int * (^IPCC2) () = IPCC; // expected-error {{cannot initialize a variable of type 'int *(^)()' with an lvalue of type 'int *const (^)()'}}
33 int (^IPCC6) (int, char (^CArg) (float)) = IPCC4; // expected-error {{cannot initialize a variable of type 'int (^)(int, char (^)(float))' with an lvalue of type}}
38 int (^y)() = 3; // expected-error {{cannot initialize a variable of type 'int (^)()' with an rvalue of type 'int'}}
40 int (^z)() = a+4; // expected-error {{cannot initialize a variable of type 'int (^)()' with an rvalue of type 'int'}}
member-location.cpp 7 int A::b() { return a(a((int*)0)); } // expected-error {{cannot initialize a parameter of type 'int *' with an rvalue of type 'float'}}
type-formatting.cpp 8 const T *t = (const X0*)0; // expected-error{{cannot initialize a variable of type 'const X1 *' with an rvalue of type 'const X0 *'}}
  /frameworks/wilhelm/src/android/
OutputMix_to_android.cpp 33 // initialize effects
34 // initialize EQ
39 // initialize BassBoost
44 // initialize PresetReverb
49 // initialize EnvironmentalReverb
55 // initialize Virtualizer
  /external/chromium_org/chromeos/ime/
input_method_manager.cc 22 void InputMethodManager::Initialize(InputMethodManager* instance) {
23 DCHECK(!g_input_method_manager) << "Do not call Initialize() multiple times.";
  /external/chromium_org/extensions/common/
extensions_client.cc 14 void Initialize(ExtensionsClient* client) {
29 Initialize(g_client);
  /external/clang/test/Sema/
uninit-det-order.c 10 // CHECK: 4:9: note: initialize the variable 'b' to silence this warning
12 // CHECK: 4:12: note: initialize the variable 'c' to silence this warning
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
KeyPairGenerator4Test.java 37 gen.initialize(1024);
89 * @tests java.security.KeyPairGenerator#initialize(int)
93 keyPair.initialize(1024);
97 * @tests java.security.KeyPairGenerator#initialize(int,
102 keyPair.initialize(1024, new SecureRandom());
107 * @tests java.security.KeyPairGenerator#initialize(java.security.spec.AlgorithmParameterSpec)
113 keyPairGenerator.initialize(1024);
119 keyPair.initialize(new DSAParameterSpec(params.getP(), params.getQ(),
124 * @tests java.security.KeyPairGenerator#initialize(java.security.spec.AlgorithmParameterSpec,
131 keyPairGenerator.initialize(1024)
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyPairGenerator4Test.java 35 gen.initialize(1024);
87 * java.security.KeyPairGenerator#initialize(int)
91 keyPair.initialize(1024);
95 * java.security.KeyPairGenerator#initialize(int,
100 keyPair.initialize(1024, new SecureRandom());
105 * java.security.KeyPairGenerator#initialize(java.security.spec.AlgorithmParameterSpec)
111 keyPairGenerator.initialize(1024);
117 keyPair.initialize(new DSAParameterSpec(params.getP(), params.getQ(),
122 * java.security.KeyPairGenerator#initialize(java.security.spec.AlgorithmParameterSpec,
129 keyPairGenerator.initialize(1024)
    [all...]
  /frameworks/rs/cpp/
RenderScript.cpp 77 ALOGE("Couldn't initialize RS::dispatch->AllocationGetType");
82 ALOGE("Couldn't initialize RS::dispatch->TypeGetNativeData");
87 ALOGE("Couldn't initialize RS::dispatch->ElementGetNativeData");
92 ALOGE("Couldn't initialize RS::dispatch->ElementGetSubElements");
97 ALOGE("Couldn't initialize RS::dispatch->DeviceCreate");
102 ALOGE("Couldn't initialize RS::dispatch->DeviceDestroy");
107 ALOGE("Couldn't initialize RS::dispatch->DeviceSetConfig");
112 ALOGE("Couldn't initialize RS::dispatch->ContextCreate");
117 ALOGE("Couldn't initialize RS::dispatch->GetName");
122 ALOGE("Couldn't initialize RS::dispatch->ContextDestroy")
    [all...]
  /external/chromium/base/i18n/
icu_util_nacl_win64.cc 9 bool Initialize() {
  /external/chromium_org/base/i18n/
icu_util_nacl_win64.cc 9 bool Initialize() {
  /external/chromium_org/base/win/
scoped_com_initializer.h 21 // Enum value provided to initialize the thread as an MTA instead of STA.
26 Initialize(COINIT_APARTMENTTHREADED);
31 Initialize(COINIT_MULTITHREADED);
46 void Initialize(COINIT init) {
  /external/chromium_org/chrome/browser/resources/about_welcome_android/
about_welcome_android.js 12 function initialize() {
46 initialize: initialize,
51 document.addEventListener('DOMContentLoaded', welcome.initialize);
  /external/chromium_org/chrome/browser/resources/
profile_signin_confirmation.js 8 function initialize() {
41 initialize: initialize
46 profile_signin_confirmation.initialize);
  /external/chromium_org/chrome_frame/
scoped_initialization_manager.h 15 // shared object to initialize and shutdown the object's dependencies. |Traits|
16 // must be a type with two public static void(void) functions named Initialize
17 // and Shutdown. Traits::Initialize will be invoked when the first instance of
31 Traits::Initialize();
  /external/chromium_org/media/base/
run_all_unittests.cc 22 virtual void Initialize() OVERRIDE;
25 void TestSuiteNoAtExit::Initialize() {
26 // Run TestSuite::Initialize first so that logging is initialized.
27 base::TestSuite::Initialize();
  /external/chromium_org/tools/gyp/test/mac/app-bundle/TestApp/
TestAppAppDelegate.m 12 // Insert code here to initialize your application
  /external/clang/test/SemaObjCXX/
const-cast.mm 7 Foo *foo2 = foo1; // expected-error {{cannot initialize}}
  /ndk/tests/device/test-stlport_shared-exception/jni/
const.cpp 2 // Bug: a ends up in the text segment, so trying to initialize it causes
  /ndk/tests/device/test-stlport_static-exception/jni/
const.cpp 2 // Bug: a ends up in the text segment, so trying to initialize it causes
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
nvram.h 7 #define NVRAM_INIT _IO('p', 0x40) /* initialize NVRAM and set checksum */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
nvram.h 7 #define NVRAM_INIT _IO('p', 0x40) /* initialize NVRAM and set checksum */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
nvram.h 7 #define NVRAM_INIT _IO('p', 0x40) /* initialize NVRAM and set checksum */
  /external/chromium_org/chrome/installer/util/
product_state_unittest.cc 137 EXPECT_FALSE(state.Initialize(system_install_, dist_));
145 EXPECT_FALSE(state.Initialize(system_install_, dist_));
154 EXPECT_FALSE(state.Initialize(system_install_, dist_));
163 EXPECT_TRUE(state.Initialize(system_install_, dist_));
177 EXPECT_TRUE(state.Initialize(system_install_, dist_));
186 EXPECT_TRUE(state.Initialize(system_install_, dist_));
196 EXPECT_TRUE(state.Initialize(system_install_, dist_));
206 EXPECT_TRUE(state.Initialize(system_install_, dist_));
221 EXPECT_TRUE(state.Initialize(system_install_, dist_));
230 EXPECT_TRUE(state.Initialize(system_install_, dist_))
    [all...]

Completed in 749 milliseconds

12 3 4 5 6 7 8 91011>>