OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unique_id
(Results
1 - 25
of
75
) sorted by null
1
2
3
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
trace-event-listener.rb
53
record '(%s)
unique_id
=%s text=%p type=%s[%s]', __method__, @adaptor.
unique_id
( tree ),
58
record '(%s): k=%s
unique_id
=%s text=%p type=%s[%s]', __method__, i, @adaptor.
unique_id
( tree ),
63
record '(%s):
unique_id
=%s', __method__, @adaptor.
unique_id
( tree )
68
record '(%s):
unique_id
=%s text=%p type=%s[%s]', __method__, @adaptor.
unique_id
( tree ),
71
record '(%s):
unique_id
=%s type=%s[%s]', __method__, @adaptor.
unique_id
( tree )
[
all
...]
/development/ndk/platforms/android-3/include/linux/
init.h
67
#define __setup_param(str,
unique_id
, fn, early) static char __setup_str_##
unique_id
[] __initdata = str; static struct obs_kernel_param __setup_##
unique_id
__attribute_used__ __attribute__((__section__(".init.setup"))) __attribute__((aligned((sizeof(long))))) = { __setup_str_##
unique_id
, fn, early }
69
#define __setup_null_param(str,
unique_id
) __setup_param(str,
unique_id
, NULL, 0)
99
#define __setup_param(str,
unique_id
, fn)
100
#define __setup_null_param(str,
unique_id
)
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
init.h
67
#define __setup_param(str,
unique_id
, fn, early) static char __setup_str_##
unique_id
[] __initdata = str; static struct obs_kernel_param __setup_##
unique_id
__attribute_used__ __attribute__((__section__(".init.setup"))) __attribute__((aligned((sizeof(long))))) = { __setup_str_##
unique_id
, fn, early }
69
#define __setup_null_param(str,
unique_id
) __setup_param(str,
unique_id
, NULL, 0)
99
#define __setup_param(str,
unique_id
, fn)
100
#define __setup_null_param(str,
unique_id
)
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
init.h
67
#define __setup_param(str,
unique_id
, fn, early) static char __setup_str_##
unique_id
[] __initdata = str; static struct obs_kernel_param __setup_##
unique_id
__attribute_used__ __attribute__((__section__(".init.setup"))) __attribute__((aligned((sizeof(long))))) = { __setup_str_##
unique_id
, fn, early }
69
#define __setup_null_param(str,
unique_id
) __setup_param(str,
unique_id
, NULL, 0)
99
#define __setup_param(str,
unique_id
, fn)
100
#define __setup_null_param(str,
unique_id
)