OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:initialize
(Results
501 - 525
of
11635
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/chromium_org/win8/metro_driver/
settings_handler.h
19
HRESULT
Initialize
();
/external/clang/test/CXX/class/class.base/class.base.init/
p5-0x.cpp
4
// A ctor-initializer may
initialize
a variant member of the constructor?s
/external/clang/test/CXX/temp/temp.spec/temp.explicit/
p10.cpp
23
T X0<T>::static_var = 1; // expected-error{{cannot
initialize
}}
/external/clang/test/CodeGenObjC/
2008-10-3-EhValue.m
7
+
initialize
;
debug-info-crash.m
36
+ (void)
initialize
{
property-list-in-class.m
25
+(void)
initialize
{ }
/external/clang/test/SemaCXX/
flexible-array-test.cpp
23
// cannot
initialize
a parameter of type 'void *' with an rvalue of type 'char (*)[]'
libstdcxx_pointer_return_false_hack.cpp
32
void *test2() { return false; } // expected-error {{cannot
initialize
}}
uninit-variables.cpp
29
A *a; // expected-note{{
initialize
the variable 'a' to silence this warning}}
53
unsigned x; // expected-note{{
initialize
the variable 'x' to silence this warning}}
129
int x; // expected-note {{
initialize
the variable 'x' to silence this warning}}
140
int x; // expected-note {{
initialize
the variable 'x' to silence this warning}}
/external/clang/test/SemaTemplate/
instantiate-function-2.cpp
27
T *x = 1; // expected-error{{cannot
initialize
a variable of type 'int *' with an rvalue of type 'int'}}
instantiate-member-initializers.cpp
4
A() : a(1) { } // expected-error{{cannot
initialize
a member subobject of type 'void *' with an rvalue of type 'int'}}
/external/compiler-rt/test/timing/
floatdidf.c
24
//
Initialize
the input array with data of various sizes.
floatdisf.c
24
//
Initialize
the input array with data of various sizes.
floatdixf.c
24
//
Initialize
the input array with data of various sizes.
floatundidf.c
21
//
Initialize
the input array with data of various sizes.
floatundisf.c
24
//
Initialize
the input array with data of various sizes.
floatundixf.c
24
//
Initialize
the input array with data of various sizes.
/external/dropbear/libtommath/
bn_mp_init_set.c
18
/*
initialize
and set a digit */
bn_mp_init_set_int.c
18
/*
initialize
and set a digit */
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/
ModelMessages.java
21
//
initialize
resource bundle
/external/eigen/bench/btl/generic_bench/timers/
portable_perf_analyzer.hh
45
// action.
initialize
();
51
action.
initialize
();
60
_action.
initialize
();
69
action.
initialize
();
/external/elfutils/backends/
ChangeLog
22
* i386_init.c (i386_init):
Initialize
syscall_abi hook.
33
* alpha_init.c (alpha_init):
Initialize
check_special_section hook.
40
* sparc_init.c (sparc_init):
Initialize
those hooks.
43
* sparc_init.c (sparc_init):
Initialize
check_special_section hook.
49
* ppc_init.c (ppc_init):
Initialize
check_object_attribute hook.
55
* alpha_init.c (alpha_init):
Initialize
auxv_info hook.
97
* sparc_init.c (sparc_init):
Initialize
auxv_info hook.
106
* sparc_init.c (sparc_init):
Initialize
core_note hook.
149
* i386_init.c (i386_init):
Initialize
auxv_info hook.
156
* alpha_init.c (alpha_init):
Initialize
core_note hook
[
all
...]
/external/freetype/include/freetype/internal/
ftpic.h
52
/*
Initialize
the various function tables, structs, etc. */
/external/jmonkeyengine/engine/src/core/com/jme3/app/state/
AppState.java
42
* are initialized in the render thread, upon a call to {@link AppState#
initialize
(com.jme3.app.state.AppStateManager, com.jme3.app.Application) }
53
* Called to
initialize
the AppState.
58
public void
initialize
(AppStateManager stateManager, Application app);
method in interface:AppState
61
* @return True if <code>
initialize
()</code> was called on the state,
/external/jmonkeyengine/engine/src/core/com/jme3/system/
SystemListener.java
42
* Callback to indicate the application to
initialize
. This method
46
public void
initialize
();
method in interface:SystemListener
73
*
initialize
() has been called or after destroy() has been called.
80
*
initialize
() has been called or after destroy() has been called.
Completed in 984 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>