/external/chromium_org/ui/aura/test/ |
test_suite.cc | 21 void AuraTestSuite::Initialize() { 22 base::TestSuite::Initialize();
|
/external/chromium_org/ui/compositor/test/ |
test_suite.cc | 27 void CompositorTestSuite::Initialize() { 32 base::TestSuite::Initialize();
|
/external/chromium_org/ui/gl/ |
gl_context_mac.mm | 42 if (!context->Initialize(compatible_surface, gpu_preference)) 49 if (!context->Initialize(compatible_surface, gpu_preference))
|
gl_egl_api_implementation.cc | 17 g_real_egl->Initialize(&g_driver_egl); 61 void RealEGLApi::Initialize(DriverEGL* driver) {
|
gl_glx_api_implementation.cc | 17 g_real_glx->Initialize(&g_driver_glx); 61 void RealGLXApi::Initialize(DriverGLX* driver) {
|
gl_image_android.cc | 36 if (!image->Initialize(buffer)) 43 if (!image->Initialize(buffer))
|
gl_image_x11.cc | 22 if (!image->Initialize()) 47 if (!image->Initialize(buffer))
|
gl_surface_wgl.h | 36 virtual bool Initialize(); 59 virtual bool Initialize();
|
gl_wgl_api_implementation.cc | 17 g_real_wgl->Initialize(&g_driver_wgl); 61 void RealWGLApi::Initialize(DriverWGL* driver) {
|
/external/clang/test/CXX/stmt.stmt/stmt.ambig/ |
p1-0x.cpp | 26 T(*g)(double(3)); // expected-error{{cannot initialize a variable of type 'T (*)' with an rvalue of type 'double'}} 38 decltype(T())(*g)(double(3)); // expected-error{{cannot initialize a variable of type 'decltype(T()) (*)' (aka 'T *') with an rvalue of type 'double'}}
|
/external/clang/test/SemaCXX/ |
vtable-instantiation.cc | 6 T1 t1 = 3; // expected-error {{cannot initialize a variable}} 29 return 1; // expected-error{{cannot initialize return object of type 'int *' with an rvalue of type 'int'}}
|
/external/clang/test/SemaObjC/ |
uninit-variables.m | 17 int x; // expected-note{{initialize the variable 'x' to silence this warning}} 40 int x; // expected-note {{initialize the variable 'x' to silence this warning}}
|
/external/clang/test/SemaObjCXX/ |
instantiate-message.mm | 18 R *result3 = [ClassMethods method1:arg1]; // expected-error{{cannot initialize a variable of type 'ClassMethods2 *' with an rvalue of type 'ClassMethods *'}} 40 R *result2 = [im method1:arg1]; // expected-error{{cannot initialize a variable of type 'InstanceMethods2 *' with an rvalue of type 'InstanceMethods *'}}
|
/external/dropbear/libtomcrypt/src/modes/ecb/ |
ecb_start.c | 22 Initialize a ECB context 27 @param ecb The ECB state to initialize
|
/external/libffi/testsuite/libffi.call/ |
float3.c | 40 /* Initialize the cif */ 61 /* Initialize the cif */
|
/external/libvpx/libvpx/examples/ |
decoder_tmpl.txt | 28 /* Initialize codec */ 30 die_codec(&codec, "Failed to initialize decoder");
|
encoder_tmpl.txt | 47 /* Initialize codec */ 49 die_codec(&codec, "Failed to initialize encoder");
|
/external/llvm/lib/ExecutionEngine/OProfileJIT/ |
OProfileWrapper.cpp | 56 bool OProfileWrapper::initialize() { function in class:llvm::OProfileWrapper 180 initialize(); 192 initialize(); 213 initialize(); 226 initialize(); 236 initialize(); 246 initialize(); 256 initialize();
|
/external/llvm/lib/Target/AArch64/ |
AArch64TargetObjectFile.cpp | 20 AArch64LinuxTargetObjectFile::Initialize(MCContext &Ctx, 22 TargetLoweringObjectFileELF::Initialize(Ctx, TM);
|
/external/objenesis/main/src/org/objenesis/instantiator/sun/ |
Sun13InstantiatorBase.java | 33 private static void initialize() {
method in class:Sun13InstantiatorBase 53 initialize();
method
|
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Application/ |
main.c | 24 /* Initialize the SDL library */ 26 fprintf(stderr, "Couldn't initialize SDL: %s\n",
|
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Cocoa Application/ |
main.c | 24 /* Initialize the SDL library */ 26 fprintf(stderr, "Couldn't initialize SDL: %s\n",
|
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Application/ |
main.c | 24 /* Initialize the SDL library */ 26 fprintf(stderr, "Couldn't initialize SDL: %s\n",
|
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Cocoa Application/ |
main.c | 24 /* Initialize the SDL library */ 26 fprintf(stderr, "Couldn't initialize SDL: %s\n",
|
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL Application/ |
main.c | 24 /* Initialize the SDL library */ 26 fprintf(stderr, "Couldn't initialize SDL: %s\n",
|