OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:old_sym
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/unittests/
StaticResolverTest.cpp
53
ResolveInfo*
old_sym
= ResolveInfo::Create("abc");
local
56
old_sym
->setDesc(ResolveInfo::Define);
58
ASSERT_TRUE( mcld::ResolveInfo::Define ==
old_sym
->desc());
60
ASSERT_TRUE( mcld::ResolveInfo::define_flag ==
old_sym
->info());
62
bool result = m_pResolver->resolve(*
old_sym
, *new_sym, override);
68
ResolveInfo*
old_sym
= ResolveInfo::Create("abc");
local
72
old_sym
->setBinding(ResolveInfo::Global);
74
old_sym
->setDesc(ResolveInfo::Define);
76
old_sym
->setSource(true);
80
old_sym
->setSize(1)
95
ResolveInfo*
old_sym
= ResolveInfo::Create("abc");
local
122
ResolveInfo*
old_sym
= ResolveInfo::Create("abc");
local
150
ResolveInfo*
old_sym
= ResolveInfo::Create("abc");
local
171
ResolveInfo*
old_sym
= ResolveInfo::Create("abc");
local
201
ResolveInfo*
old_sym
= ResolveInfo::Create("abc");
local
223
ResolveInfo*
old_sym
= ResolveInfo::Create("abc");
local
248
ResolveInfo*
old_sym
= ResolveInfo::Create("abc");
local
[
all
...]
/external/libvpx/libvpx/examples/includes/geshi/
geshi.php
3432
$
old_sym
= -1;
variable
3442
$
old_sym
= $this->language_data['SYMBOL_DATA'][$sym_ms];
variable
[
all
...]
Completed in 184 milliseconds