OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:transient
(Results
1 - 23
of
23
) sorted by null
/external/oprofile/daemon/
opd_ibs_trans.h
19
struct
transient
;
23
void (*translator)(struct
transient
*);
27
extern void trans_ibs_fetch (struct
transient
* trans, unsigned int selected_flag);
28
extern void trans_ibs_op (struct
transient
* trans, unsigned int selected_flag);
29
extern void trans_ibs_op_ls (struct
transient
* trans, unsigned int selected_flag);
30
extern void trans_ibs_op_nb (struct
transient
* trans, unsigned int selected_flag);
31
extern int trans_ibs_op_rip_invalid (struct
transient
* trans);
32
extern void trans_ibs_op_mask_reserved (unsigned int family, struct
transient
* trans);
33
extern void trans_ibs_op_ls_memaccess(struct
transient
* trans);
34
extern void trans_ibs_op_bta (struct
transient
* trans)
[
all
...]
opd_ibs.h
21
struct
transient
;
92
extern void code_ibs_fetch_sample(struct
transient
* trans);
124
extern void code_ibs_op_sample(struct
transient
* trans);
127
extern void opd_log_ibs_event(unsigned int event, struct
transient
* trans);
130
extern void opd_log_ibs_count(unsigned int event, struct
transient
* trans, unsigned int count);
opd_anon.h
21
struct
transient
;
50
struct anon_mapping * find_anon_mapping(struct
transient
*);
opd_kernel.h
21
struct
transient
;
41
find_kernel_image(struct
transient
const * trans);
opd_trans.h
34
*
Transient
values used for parsing the event buffer.
39
struct
transient
{
struct
60
typedef void (*handler_t)(struct
transient
*);
63
uint64_t pop_buffer_value(struct
transient
* trans);
64
int enough_remaining(struct
transient
* trans, size_t size);
65
static inline void update_trans_last(struct
transient
* trans)
81
void clear_trans_last(struct
transient
* trans);
84
void clear_trans_current(struct
transient
* trans);
opd_sfile.h
25
struct
transient
;
107
struct sfile * sfile_find(struct
transient
const * trans);
110
void sfile_log_sample(struct
transient
const * trans);
113
void sfile_log_sample_count(struct
transient
const * trans,
opd_trans.c
37
void clear_trans_last(struct
transient
* trans)
44
void clear_trans_current(struct
transient
* trans)
51
uint64_t pop_buffer_value(struct
transient
* trans)
74
int enough_remaining(struct
transient
* trans, size_t size)
85
static void opd_put_sample(struct
transient
* trans, unsigned long long pc)
135
static void code_unknown(struct
transient
* trans __attribute__((unused)))
142
static void code_ctx_switch(struct
transient
* trans)
169
static void code_cpu_switch(struct
transient
* trans)
183
static void code_cookie_switch(struct
transient
* trans)
202
static void code_kernel_enter(struct
transient
* trans
[
all
...]
opd_extended.h
54
odb_t * (*get)(struct
transient
const *, int);
84
extern odb_t * opd_ext_sfile_get(struct
transient
const * trans, int is_cg);
opd_spu.c
33
static void process_spu_samples(struct
transient
* trans);
35
void (*special_processor)(struct
transient
*);
44
void code_spu_profiling(struct
transient
* trans)
55
void code_spu_ctx_switch(struct
transient
* trans)
91
static void cache_spu_context_info(struct
transient
* trans)
101
static void update_trans_for_spu(struct
transient
* trans)
114
(struct
transient
* trans, unsigned long long pc)
147
static void process_spu_samples(struct
transient
* trans)
opd_anon.c
47
static void do_lru(struct
transient
* trans)
77
static void clear_anon_maps(struct
transient
* trans)
109
add_anon_mapping(struct
transient
* trans, vma_t start, vma_t end, char * name)
131
static void get_anon_maps(struct
transient
* trans)
165
anon_match(struct
transient
const * trans, struct anon_mapping const * anon)
179
struct anon_mapping * find_anon_mapping(struct
transient
* trans)
opd_ibs_trans.c
29
void trans_ibs_fetch (struct
transient
* trans, unsigned int selected_flag)
127
void trans_ibs_op (struct
transient
* trans, unsigned int selected_flag)
209
void trans_ibs_op_ls (struct
transient
* trans, unsigned int selected_flag)
414
void trans_ibs_op_nb (struct
transient
* trans, unsigned int selected_flag)
513
int trans_ibs_op_rip_invalid (struct
transient
* trans)
524
void trans_ibs_op_mask_reserved (unsigned int family, struct
transient
* trans)
564
void trans_ibs_op_bta(struct
transient
* trans)
604
void trans_ibs_op_ls_memaccess(struct
transient
* trans)
opd_sfile.c
40
/** Hash the
transient
parameters for lookup. */
42
sfile_hash(struct
transient
const * trans, struct kernel_image * ki)
122
trans_match(struct
transient
const * trans, struct sfile const * sfile,
161
/** create a new sfile matching the current
transient
parameters */
163
create_sfile(unsigned long hash, struct
transient
const * trans,
220
struct sfile * sfile_find(struct
transient
const * trans)
297
static odb_t * get_file(struct
transient
const * trans, int is_cg)
368
static void verbose_sample(struct
transient
const * trans, vma_t pc)
377
verbose_arc(struct
transient
const * trans, vma_t from, vma_t to)
386
static void sfile_log_arc(struct
transient
const * trans
[
all
...]
opd_ibs.c
84
static void opd_log_ibs_fetch(struct
transient
* trans)
98
static void opd_log_ibs_op(struct
transient
* trans)
117
static void opd_put_ibs_sample(struct
transient
* trans)
192
void code_ibs_fetch_sample(struct
transient
* trans)
242
static void get_ibs_op_bta_sample(struct
transient
* trans,
266
void code_ibs_op_sample(struct
transient
* trans)
344
struct
transient
* trans)
353
struct
transient
* trans,
750
static odb_t * ibs_sfile_get(struct
transient
const * trans, int is_cg)
opd_extended.c
175
odb_t * opd_ext_sfile_get(struct
transient
const * trans, int is_cg)
opd_kernel.c
208
struct kernel_image * find_kernel_image(struct
transient
const * trans)
/external/proguard/examples/dictionaries/
keywords.txt
55
transient
/external/bluetooth/bluez/test/
bdaddr.c
41
static int
transient
= 0;
variable
125
if (
transient
)
175
if (
transient
)
311
{ "
transient
", 0, 0, 't' },
341
transient
= 1;
/external/v8/src/
mirror-debugger.js
49
* @param {boolean}
transient
indicate whether this object is
transient
and
50
* should not be added to the mirror cache. The default is not
transient
.
56
// Look for non
transient
mirrors in the mirror cache.
405
* Allocate a
transient
handle id for this object.
Transient
handles are
423
* @param {boolean}
transient
indicate whether this object is
transient
with a
424
*
transient
handle
428
function ValueMirror(type, value,
transient
) {
[
all
...]
/build/tools/droiddoc/templates-pdk/assets/
prettify.js
5
dc="(?:",ec=")",fc="gi",gc="PRE",hc='<!DOCTYPE foo PUBLIC "foo bar">\n<foo />',ic="\t",jc="\n",kc="[^<]+|<!--[\\s\\S]*?--\>|<!\\[CDATA\\[[\\s\\S]*?\\]\\]>|</?[a-zA-Z][^>]*>|<",lc="nocode",mc=' $1="$2$3$4"',S="pln",nc="string",T="lang-",oc="src",U="str",pc="'\"",qc="'\"`",rc="\"'",V="com",sc="lang-regex",tc="(/(?=[^/*])(?:[^/\\x5B\\x5C]|\\x5C[\\s\\S]|\\x5B(?:[^\\x5C\\x5D]|\\x5C[\\s\\S])*(?:\\x5D|$))+/)",uc="kwd",vc="^(?:",wc=")\\b",xc=" \r\n\t\u00a0",yc="lit",zc="typ",Ac="0123456789",Y="pun",Bc="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try alignof align_union asm axiom bool concept concept_map const_cast constexpr decltype dynamic_cast explicit export friend inline late_check mutable namespace nullptr reinterpret_cast static_assert static_cast template typeid typename typeof using virtual wchar_t where break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try boolean byte extends final finally implements import instanceof null native package strictfp super synchronized throws
transient
as base by checked decimal delegate descending event fixed foreach from group implicit in interface internal into is lock object out override orderby params partial readonly ref sbyte sealed stackalloc string select uint ulong unchecked unsafe ushort var break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try debugger eval export function get null set undefined var with Infinity NaN caller delete die do dump elsif eval exit foreach for goto if import last local my next no our print package redo require sub undef unless until use wantarray while BEGIN END break continue do else for if return while and as assert class def del elif except exec finally from global import in is lambda nonlocal not or pass print raise try with yield False True None break continue do else for if return while alias and begin case class def defined elsif end ensure false in module next nil not or redo rescue retry self super then true undef unless until when yield BEGIN END break continue do else for if return while case done elif esac eval fi function in local set then until ",
7
bd="c",cd="cc",dd="cpp",ed="cxx",fd="cyc",gd="m",hd="null true false",id="json",jd="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try boolean byte extends final finally implements import instanceof null native package strictfp super synchronized throws
transient
as base by checked decimal delegate descending event fixed foreach from group implicit in interface internal into is lock object out override orderby params partial readonly ref sbyte sealed stackalloc string select uint ulong unchecked unsafe ushort var ",
8
kd="cs",ld="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try boolean byte extends final finally implements import instanceof null native package strictfp super synchronized throws
transient
",md="java",nd="break continue do else for if return while case done elif esac eval fi function in local set then until ",
/build/tools/droiddoc/templates-sdk/assets/
prettify.js
5
dc="(?:",ec=")",fc="gi",gc="PRE",hc='<!DOCTYPE foo PUBLIC "foo bar">\n<foo />',ic="\t",jc="\n",kc="[^<]+|<!--[\\s\\S]*?--\>|<!\\[CDATA\\[[\\s\\S]*?\\]\\]>|</?[a-zA-Z][^>]*>|<",lc="nocode",mc=' $1="$2$3$4"',S="pln",nc="string",T="lang-",oc="src",U="str",pc="'\"",qc="'\"`",rc="\"'",V="com",sc="lang-regex",tc="(/(?=[^/*])(?:[^/\\x5B\\x5C]|\\x5C[\\s\\S]|\\x5B(?:[^\\x5C\\x5D]|\\x5C[\\s\\S])*(?:\\x5D|$))+/)",uc="kwd",vc="^(?:",wc=")\\b",xc=" \r\n\t\u00a0",yc="lit",zc="typ",Ac="0123456789",Y="pun",Bc="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try alignof align_union asm axiom bool concept concept_map const_cast constexpr decltype dynamic_cast explicit export friend inline late_check mutable namespace nullptr reinterpret_cast static_assert static_cast template typeid typename typeof using virtual wchar_t where break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try boolean byte extends final finally implements import instanceof null native package strictfp super synchronized throws
transient
as base by checked decimal delegate descending event fixed foreach from group implicit in interface internal into is lock object out override orderby params partial readonly ref sbyte sealed stackalloc string select uint ulong unchecked unsafe ushort var break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try debugger eval export function get null set undefined var with Infinity NaN caller delete die do dump elsif eval exit foreach for goto if import last local my next no our print package redo require sub undef unless until use wantarray while BEGIN END break continue do else for if return while and as assert class def del elif except exec finally from global import in is lambda nonlocal not or pass print raise try with yield False True None break continue do else for if return while alias and begin case class def defined elsif end ensure false in module next nil not or redo rescue retry self super then true undef unless until when yield BEGIN END break continue do else for if return while case done elif esac eval fi function in local set then until ",
7
bd="c",cd="cc",dd="cpp",ed="cxx",fd="cyc",gd="m",hd="null true false",id="json",jd="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try boolean byte extends final finally implements import instanceof null native package strictfp super synchronized throws
transient
as base by checked decimal delegate descending event fixed foreach from group implicit in interface internal into is lock object out override orderby params partial readonly ref sbyte sealed stackalloc string select uint ulong unchecked unsafe ushort var ",
8
kd="cs",ld="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try boolean byte extends final finally implements import instanceof null native package strictfp super synchronized throws
transient
",md="java",nd="break continue do else for if return while case done elif esac eval fi function in local set then until ",
/external/doclava/res/assets/templates/assets/
prettify.js
5
dc="(?:",ec=")",fc="gi",gc="PRE",hc='<!DOCTYPE foo PUBLIC "foo bar">\n<foo />',ic="\t",jc="\n",kc="[^<]+|<!--[\\s\\S]*?--\>|<!\\[CDATA\\[[\\s\\S]*?\\]\\]>|</?[a-zA-Z][^>]*>|<",lc="nocode",mc=' $1="$2$3$4"',S="pln",nc="string",T="lang-",oc="src",U="str",pc="'\"",qc="'\"`",rc="\"'",V="com",sc="lang-regex",tc="(/(?=[^/*])(?:[^/\\x5B\\x5C]|\\x5C[\\s\\S]|\\x5B(?:[^\\x5C\\x5D]|\\x5C[\\s\\S])*(?:\\x5D|$))+/)",uc="kwd",vc="^(?:",wc=")\\b",xc=" \r\n\t\u00a0",yc="lit",zc="typ",Ac="0123456789",Y="pun",Bc="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try alignof align_union asm axiom bool concept concept_map const_cast constexpr decltype dynamic_cast explicit export friend inline late_check mutable namespace nullptr reinterpret_cast static_assert static_cast template typeid typename typeof using virtual wchar_t where break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try boolean byte extends final finally implements import instanceof null native package strictfp super synchronized throws
transient
as base by checked decimal delegate descending event fixed foreach from group implicit in interface internal into is lock object out override orderby params partial readonly ref sbyte sealed stackalloc string select uint ulong unchecked unsafe ushort var break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try debugger eval export function get null set undefined var with Infinity NaN caller delete die do dump elsif eval exit foreach for goto if import last local my next no our print package redo require sub undef unless until use wantarray while BEGIN END break continue do else for if return while and as assert class def del elif except exec finally from global import in is lambda nonlocal not or pass print raise try with yield False True None break continue do else for if return while alias and begin case class def defined elsif end ensure false in module next nil not or redo rescue retry self super then true undef unless until when yield BEGIN END break continue do else for if return while case done elif esac eval fi function in local set then until ",
7
bd="c",cd="cc",dd="cpp",ed="cxx",fd="cyc",gd="m",hd="null true false",id="json",jd="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try boolean byte extends final finally implements import instanceof null native package strictfp super synchronized throws
transient
as base by checked decimal delegate descending event fixed foreach from group implicit in interface internal into is lock object out override orderby params partial readonly ref sbyte sealed stackalloc string select uint ulong unchecked unsafe ushort var ",
8
kd="cs",ld="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try boolean byte extends final finally implements import instanceof null native package strictfp super synchronized throws
transient
",md="java",nd="break continue do else for if return while case done elif esac eval fi function in local set then until ",
/dalvik/docs/
prettify.js
121
"native package strictfp super synchronized throws
transient
";
[
all
...]
/external/v8/test/mjsunit/
unicode-test.js
[
all
...]
Completed in 1196 milliseconds