Home
last modified time | relevance | path

Searched refs:first_u (Results 1 – 5 of 5) sorted by relevance

/external/selinux/libsemanage/tests/
Dtest_user.cil11 (user first_u)
14 (userrole first_u object_r)
15 (userlevel first_u (s0))
18 (userrange first_u ((s0) (s0)))
24 (sidcontext security (first_u object_r test_t ((s0) (s0))))
/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-arabic-fallback.hh118 hb_codepoint_t first_u = ligature_table[first_glyph_idx].first; in arabic_fallback_synthesize_lookup_ligature() local
120 if (!hb_font_get_glyph (font, first_u, 0, &first_glyph)) in arabic_fallback_synthesize_lookup_ligature()
/external/mesa3d/src/gtest/src/
Dgtest.cc1807 const auto first_u = static_cast<UInt32>(first); in CreateCodePointFromUtf16SurrogatePair() local
1811 ? (((first_u & mask) << 10) | (second_u & mask)) + 0x10000 in CreateCodePointFromUtf16SurrogatePair()
1815 first_u; in CreateCodePointFromUtf16SurrogatePair()
/external/googletest/googletest/src/
Dgtest.cc1973 const auto first_u = static_cast<uint32_t>(first); in CreateCodePointFromUtf16SurrogatePair() local
1977 ? (((first_u & mask) << 10) | (second_u & mask)) + 0x10000 in CreateCodePointFromUtf16SurrogatePair()
1981 first_u; in CreateCodePointFromUtf16SurrogatePair()
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest.cc1911 const auto first_u = static_cast<uint32_t>(first); in CreateCodePointFromUtf16SurrogatePair() local
1915 ? (((first_u & mask) << 10) | (second_u & mask)) + 0x10000 in CreateCodePointFromUtf16SurrogatePair()
1919 first_u; in CreateCodePointFromUtf16SurrogatePair()