Searched refs:il (Results 1 – 4 of 4) sorted by relevance
/system/libbase/include/android-base/ |
D | expected.h | 237 constexpr explicit expected(std::in_place_t, std::initializer_list<U> il, Args&&... args) in expected() argument 238 : var_(std::in_place_index<0>, il, std::forward<Args>(args)...) {} in expected() 249 constexpr explicit expected(unexpect_t, std::initializer_list<U> il, Args&&... args) in expected() argument 250 : var_(unexpected_type(il, std::forward<Args>(args)...)) {} in expected() 306 T& emplace(std::initializer_list<U> il, Args&&... args) { in emplace() argument 307 expected(std::in_place, il, std::forward<Args>(args)...).swap(*this); in emplace() 509 constexpr explicit expected(unexpect_t, std::initializer_list<U> il, Args&&... args) in expected() argument 510 : var_(unexpected_type(il, std::forward<Args>(args)...)) {} in expected() 617 constexpr explicit unexpected(std::in_place_t, std::initializer_list<U> il, Args&&... args) in unexpected() argument 618 : val_(il, std::forward<Args>(args)...) {} in unexpected()
|
/system/apex/apexd/apexd_testdata/ |
D | com.android.apex.test_package.no_inst_key.pem | 31 I782c9O6in5+il/svQ97fLLiuYWniQ4dT0ztehPG7i/JH+UPFKLNEqnbd9g4zRgO
|
/system/libvintf/include/vintf/ |
D | parse_string.h | 34 std::ostream &operator<<(std::ostream &os, KernelConfigType il); 66 bool parse(const std::string &s, KernelConfigType *il);
|
/system/timezone/input_data/android/ |
D | countryzones.txt | 1657 isoCode:"il"
|