OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:profile_data
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/glib/glib/
gmem.c
303
static guint *
profile_data
= NULL;
variable
322
if (!
profile_data
)
324
profile_data
= standard_calloc ((MEM_PROFILE_TABLE_SIZE + 1) * 8,
325
sizeof (
profile_data
[0]));
326
if (!
profile_data
) /* memory system kiddin' me, eh? */
334
profile_data
[n_bytes + PROFILE_TABLE ((job & PROFILER_ALLOC) != 0,
338
profile_data
[MEM_PROFILE_TABLE_SIZE + PROFILE_TABLE ((job & PROFILER_ALLOC) != 0,
394
guint local_data[(MEM_PROFILE_TABLE_SIZE + 1) * 8 * sizeof (
profile_data
[0])];
408
if (!
profile_data
)
414
memcpy (local_data,
profile_data
,
[
all
...]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java
352
private static final int
PROFILE_DATA
= 19002;
[
all
...]
/external/bluetooth/glib/
ChangeLog.pre-2-10
28
the
profile_data
. (#335209, Chris Wilson)
[
all
...]
Completed in 198 milliseconds