OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ref
(Results
1 - 25
of
528
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/webkit/Source/WebKit2/UIProcess/API/qt/
qwkpreferences_p.h
27
WKPreferencesRef
ref
;
member in class:QWKPreferencesPrivate
/external/clang/test/CodeGen/
pragma-pack-1.c
5
struct
ref
{
struct
6
struct
ref
*next;
/external/clang/test/CodeGenCXX/
vla.cpp
8
// CHECK-NEXT: [[
REF
:%.*]] = alloca i16*, align 8
23
// CHECK-NEXT: store i16* [[T1]], i16** [[
REF
]], align 8
24
array_t &
ref
= *(array_t*) array;
local
26
// CHECK-NEXT: [[T0:%.*]] = load i16** [[
REF
]]
31
ref
[1][2] = 3;
33
// CHECK-NEXT: [[T0:%.*]] = load i16** [[
REF
]]
39
short s =
ref
[4][5];
/external/collada/src/1.4/dom/
domFx_profile_abstract.cpp
22
domFx_profile_abstractRef
ref
= new domFx_profile_abstract(dae);
local
23
return
ref
;
domGl_hook_abstract.cpp
22
domGl_hook_abstractRef
ref
= new domGl_hook_abstract(dae);
local
23
return
ref
;
domBool_array.cpp
22
domBool_arrayRef
ref
= new domBool_array(dae);
local
23
return
ref
;
domCg_connect_param.cpp
22
domCg_connect_paramRef
ref
= new domCg_connect_param(dae);
local
23
return
ref
;
39
// Add attribute:
ref
42
ma->setName( "
ref
" );
domChannel.cpp
22
domChannelRef
ref
= new domChannel(dae);
local
23
return
ref
;
domFloat_array.cpp
22
domFloat_arrayRef
ref
= new domFloat_array(dae);
local
23
return
ref
;
domFx_clearcolor_common.cpp
22
domFx_clearcolor_commonRef
ref
= new domFx_clearcolor_common(dae);
local
23
return
ref
;
domFx_cleardepth_common.cpp
22
domFx_cleardepth_commonRef
ref
= new domFx_cleardepth_common(dae);
local
23
return
ref
;
domFx_clearstencil_common.cpp
22
domFx_clearstencil_commonRef
ref
= new domFx_clearstencil_common(dae);
local
23
return
ref
;
domFx_code_profile.cpp
22
domFx_code_profileRef
ref
= new domFx_code_profile(dae);
local
23
return
ref
;
domFx_colortarget_common.cpp
22
domFx_colortarget_commonRef
ref
= new domFx_colortarget_common(dae);
local
23
return
ref
;
domFx_depthtarget_common.cpp
22
domFx_depthtarget_commonRef
ref
= new domFx_depthtarget_common(dae);
local
23
return
ref
;
domFx_include_common.cpp
22
domFx_include_commonRef
ref
= new domFx_include_common(dae);
local
23
return
ref
;
domFx_stenciltarget_common.cpp
22
domFx_stenciltarget_commonRef
ref
= new domFx_stenciltarget_common(dae);
local
23
return
ref
;
domFx_surface_init_from_common.cpp
22
domFx_surface_init_from_commonRef
ref
= new domFx_surface_init_from_common(dae);
local
23
return
ref
;
domGles_texcombiner_argumentAlpha_type.cpp
22
domGles_texcombiner_argumentAlpha_typeRef
ref
= new domGles_texcombiner_argumentAlpha_type(dae);
local
23
return
ref
;
domGles_texcombiner_argumentRGB_type.cpp
22
domGles_texcombiner_argumentRGB_typeRef
ref
= new domGles_texcombiner_argumentRGB_type(dae);
local
23
return
ref
;
domGles_texture_constant_type.cpp
22
domGles_texture_constant_typeRef
ref
= new domGles_texture_constant_type(dae);
local
23
return
ref
;
domIDREF_array.cpp
22
domIDREF_arrayRef
ref
= new domIDREF_array(dae);
local
23
return
ref
;
domInputGlobal.cpp
22
domInputGlobalRef
ref
= new domInputGlobal(dae);
local
23
return
ref
;
domInputLocal.cpp
22
domInputLocalRef
ref
= new domInputLocal(dae);
local
23
return
ref
;
domInputLocalOffset.cpp
22
domInputLocalOffsetRef
ref
= new domInputLocalOffset(dae);
local
23
return
ref
;
Completed in 1161 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>