HomeSort by relevance Sort by last modified time
    Searched full:initialize (Results 126 - 150 of 6984) sorted by null

1 2 3 4 56 7 8 91011>>

  /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/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/icu4c/io/
locbund.h 39 * Initialize a ULocaleBundle, initializing all formatters to 0.
40 * @param result A ULocaleBundle to initialize.
  /external/libffi/testsuite/libffi.call/
float3.c 40 /* Initialize the cif */
61 /* Initialize the cif */
  /external/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 55 bool OProfileWrapper::initialize() { function in class:llvm::OProfileWrapper
179 initialize();
191 initialize();
212 initialize();
225 initialize();
235 initialize();
245 initialize();
255 initialize();
  /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",
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/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/test/
testloadso.c 28 /* Initialize SDL */
30 fprintf(stderr, "Couldn't initialize SDL: %s\n",SDL_GetError());
  /external/skia/src/gpu/gl/
GrGLContextInfo.cpp 21 this->initialize(interface);
48 bool GrGLContextInfo::initialize(const GrGLInterface* interface) { function in class:GrGLContextInfo
  /external/webkit/Source/WebKit2/Shared/
APIClient.h 35 initialize(0);
38 void initialize(const T* client) function in class:WebKit::APIClient
  /hardware/invensense/libsensors_iio/software/core/mllite/
mpl.c 33 /* initialize the start callback manager */
36 /* initialize the data builder */
  /hardware/ril/libril/
ril_event.h 35 // Initialize internal data structs
38 // Initialize an event
  /libcore/luni/src/test/java/libcore/java/security/
OldDHTest.java 45 //gen.initialize(1024);
46 gen.initialize(dhparameterspec);
  /packages/apps/Browser/src/com/android/browser/
Browser.java 42 BrowserSettings.initialize(getApplicationContext());
43 Preloader.initialize(getApplicationContext());
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
MonitorWorkbenchAdvisor.java 33 public void initialize(IWorkbenchConfigurer configurer) { method in class:MonitorWorkbenchAdvisor
34 super.initialize(configurer);
  /external/chromium/net/socket/
deterministic_socket_data_unittest.cc 32 void Initialize(MockRead* reads, size_t reads_count, MockWrite* writes,
88 void DeterministicSocketDataTest::Initialize(MockRead* reads,
177 Initialize(reads, arraysize(reads), NULL, 0);
189 Initialize(reads, arraysize(reads), NULL, 0);
202 Initialize(reads, arraysize(reads), NULL, 0);
220 Initialize(reads, arraysize(reads), NULL, 0);
239 Initialize(reads, arraysize(reads), NULL, 0);
256 Initialize(reads, arraysize(reads), NULL, 0);
279 Initialize(reads, arraysize(reads), NULL, 0);
301 Initialize(NULL, 0, writes, arraysize(writes))
    [all...]
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
templates.cpp 71 T* x = 1; // expected-error{{cannot initialize a variable of type 'int *' with an rvalue of type 'int'}} \
72 // expected-error{{cannot initialize a variable of type 'float *' with an rvalue of type 'int'}}
125 int X<T>::value = []{ return T(); }(); // expected-error{{cannot initialize a variable of type 'int' with an rvalue of type 'int *'}}
132 void defaults(int x = []{ return T(); }()) { }; // expected-error{{cannot initialize a parameter of type 'int' with an rvalue of type 'int *'}} \
143 int x = []{ return T(); }(); // expected-error{{cannot initialize a member subobject of type 'int' with an rvalue of type 'int *'}}
  /external/llvm/include/llvm/
PassSupport.h 154 static void* initialize##passName##PassOnce(PassRegistry &Registry) { \
160 void llvm::initialize##passName##Pass(PassRegistry &Registry) { \
161 CALL_ONCE_INITIALIZATION(initialize##passName##PassOnce) \
165 static void* initialize##passName##PassOnce(PassRegistry &Registry) {
168 initialize##depName##Pass(Registry);
170 initialize##depName##AnalysisGroup(Registry);
178 void llvm::initialize##passName##Pass(PassRegistry &Registry) { \
179 CALL_ONCE_INITIALIZATION(initialize##passName##PassOnce) \
257 static void* initialize##agName##AnalysisGroupOnce(PassRegistry &Registry) { \
258 initialize##defaultPass##Pass(Registry);
    [all...]

Completed in 4311 milliseconds

1 2 3 4 56 7 8 91011>>