OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:a_new
(Results
1 - 6
of
6
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
pydocfodder.py
83
class
A_new
(object):
122
class B_new(
A_new
):
123
"A new-style class, derived from
A_new
."
142
class C_new(
A_new
):
143
"A new-style class, derived from
A_new
."
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
pydocfodder.py
83
class
A_new
(object):
122
class B_new(
A_new
):
123
"A new-style class, derived from
A_new
."
142
class C_new(
A_new
):
143
"A new-style class, derived from
A_new
."
/prebuilts/gdb/linux-x86/lib/python2.7/test/
pydocfodder.py
83
class
A_new
(object):
122
class B_new(
A_new
):
123
"A new-style class, derived from
A_new
."
142
class C_new(
A_new
):
143
"A new-style class, derived from
A_new
."
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
pydocfodder.py
83
class
A_new
(object):
122
class B_new(
A_new
):
123
"A new-style class, derived from
A_new
."
142
class C_new(
A_new
):
143
"A new-style class, derived from
A_new
."
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
pydocfodder.py
83
class
A_new
(object):
122
class B_new(
A_new
):
123
"A new-style class, derived from
A_new
."
142
class C_new(
A_new
):
143
"A new-style class, derived from
A_new
."
/external/valgrind/memcheck/
mc_malloc_wrappers.c
516
Addr
a_new
;
local
545
a_new
= (Addr)VG_(cli_malloc)(VG_(clo_alignment), new_szB);
547
if (
a_new
) {
557
new_mc = create_MC_Chunk( tid,
a_new
, new_szB, MC_AllocMalloc );
565
MC_(make_mem_noaccess)(
a_new
-MC_(Malloc_Redzone_SzB),
573
MC_(copy_address_range_state) ( (Addr)p_old,
a_new
, new_szB );
574
VG_(memcpy)((void*)
a_new
, p_old, new_szB);
580
MC_(copy_address_range_state) ( (Addr)p_old,
a_new
, old_szB );
581
VG_(memcpy)((void*)
a_new
, p_old, old_szB);
588
MC_(make_mem_undefined_w_otag)(
a_new
+old_szB
[
all
...]
Completed in 396 milliseconds