OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:android_charmap
(Results
1 - 2
of
2
) sorted by null
/external/qemu/android/
charmap.c
206
static const AKeyCharmap*
android_charmap
= &_default_charmap;
variable
632
if (
android_charmap
!= &_default_charmap || kcm_file_path == NULL)
637
android_charmap
= &android_custom_charmap;
648
if (
android_charmap
!= &_default_charmap)
649
AFREE((void*)
android_charmap
->entries);
655
if (!strcmp(
android_charmap
->name, name))
656
return
android_charmap
;
737
return
android_charmap
;
/external/qemu/
gen-charmap.py
11
#include "
android_charmap
.h"
Completed in 34 milliseconds