OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:get_class
(Results
1 - 3
of
3
) sorted by null
/external/chromium/android/jni/
mime_utils.cc
12
static jclass
get_class
(JNIEnv* env) {
function in namespace:__anon1324
18
static jmethodID method = env->GetStaticMethodID(
get_class
(env),
24
static jmethodID method = env->GetStaticMethodID(
get_class
(env),
38
get_class
(env), guess_mime_type_from_extension(env), jExtension);
52
get_class
(env), guess_extension_from_mime_type(env), jMimeType);
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-common-private.hh
937
inline unsigned int
get_class
(hb_codepoint_t glyph_id) const
function in struct:OT::ClassDefFormat1
992
inline unsigned int
get_class
(hb_codepoint_t glyph_id) const
function in struct:OT::ClassDefFormat2
1048
inline unsigned int
get_class
(hb_codepoint_t glyph_id) const
function in struct:OT::ClassDef
1051
case 1: return u.format1.
get_class
(glyph_id);
1052
case 2: return u.format2.
get_class
(glyph_id);
[
all
...]
/external/harfbuzz_ng/src/
hb-ot-layout-common-private.hh
937
inline unsigned int
get_class
(hb_codepoint_t glyph_id) const
function in struct:OT::ClassDefFormat1
979
inline unsigned int
get_class
(hb_codepoint_t glyph_id) const
function in struct:OT::ClassDefFormat2
1019
inline unsigned int
get_class
(hb_codepoint_t glyph_id) const
function in struct:OT::ClassDef
1022
case 1: return u.format1.
get_class
(glyph_id);
1023
case 2: return u.format2.
get_class
(glyph_id);
[
all
...]
Completed in 939 milliseconds