Searched refs:Source (Results 1 – 25 of 337) sorted by relevance
12345678910>>...14
/art/libartbase/base/ |
D | casts.h | 89 template <class Dest, class Source> 90 inline Dest bit_cast(const Source& source) { in bit_cast() 93 static_assert(sizeof(Dest) == sizeof(Source), "sizes should be equal"); in bit_cast() 101 template <typename Dest, typename Source> 102 constexpr Dest dchecked_integral_cast(Source source) { in dchecked_integral_cast() 106 static_cast<intmax_t>(std::numeric_limits<Source>::min()) || in dchecked_integral_cast() 107 source >= static_cast<Source>(std::numeric_limits<Dest>::min())) && in dchecked_integral_cast() 110 static_cast<uintmax_t>(std::numeric_limits<Source>::max()) || in dchecked_integral_cast() 111 source <= static_cast<Source>(std::numeric_limits<Dest>::max()))) in dchecked_integral_cast() 123 template <typename Dest, typename Source> [all …]
|
/art/test/638-no-line-number/ |
D | expected.txt | 2 at Main.main(Unknown Source:2) 4 at Main.doThrow(Unknown Source:0) 5 at Main.main(Unknown Source:16)
|
/art/ |
D | NOTICE | 2 Copyright (c) 2005-2013, The Android Open Source Project 39 "Source" form shall mean the preferred form for making modifications, 44 transformation or translation of a Source form, including but 48 "Work" shall mean the work of authorship, whether in Source or 53 "Derivative Works" shall mean any work, whether in Source or Object 84 Work and such Derivative Works in Source or Object form. 104 modifications, and in Source or Object form, provided that You 113 (c) You must retain, in the Source form of any Derivative Works 115 attribution notices from the Source form of the Work, 125 as part of the Derivative Works; within the Source form or
|
/art/test/VerifierDeps/ |
D | MyClassWithNoSuper.smali | 1 # Copyright (C) 2016 The Android Open Source Project
|
D | MySub1SoftVerificationFailure.smali | 1 # Copyright (C) 2017 The Android Open Source Project
|
D | MySub2SoftVerificationFailure.smali | 1 # Copyright (C) 2017 The Android Open Source Project
|
D | MyClassExtendingInterface.smali | 1 # Copyright (C) 2017 The Android Open Source Project
|
D | MyDOMResult.smali | 1 # Copyright (C) 2016 The Android Open Source Project
|
D | MySSLSocket.smali | 1 # Copyright (C) 2016 The Android Open Source Project
|
D | MySocketTimeoutException.smali | 1 # Copyright (C) 2016 The Android Open Source Project
|
D | MyThreadSet.smali | 1 # Copyright (C) 2016 The Android Open Source Project
|
D | Iface.smali | 1 # Copyright (C) 2017 The Android Open Source Project
|
D | MyThread.smali | 1 # Copyright (C) 2016 The Android Open Source Project
|
/art/test/166-bad-interface-super/jasmin/ |
D | BadSuper2.j | 1 ; Copyright (C) 2017 The Android Open Source Project
|
D | BadSuper1.j | 1 ; Copyright (C) 2017 The Android Open Source Project
|
/art/test/976-conflict-no-methods/smali/ |
D | NoMethods.smali | 2 # * Copyright (C) 2016 The Android Open Source Project
|
/art/test/HiddenApiStubs/ |
D | HiddenApi | 2 * Copyright (C) 2019 The Android Open Source Project
|
/art/libartpalette/ |
D | libartpalette.map.txt | 2 # Copyright (C) 2019 The Android Open Source Project
|
/art/tools/amm/ |
D | Android.bp | 1 // Copyright (C) 2017 The Android Open Source Project
|
/art/test/161-final-abstract-class/smali/ |
D | AbstractFinal.smali | 1 # Copyright (C) 2017 The Android Open Source Project
|
/art/test/804-class-extends-itself/smali/ |
D | b_28685551.smali | 1 # Copyright (C) 2016 The Android Open Source Project
|
/art/dt_fd_forward/export/ |
D | Android.bp | 2 // Copyright (C) 2017 The Android Open Source Project
|
/art/test/166-bad-interface-super/smali/ |
D | BadSuper1.smali | 1 # Copyright (C) 2018 The Android Open Source Project
|
D | BadSuper2.smali | 1 # Copyright (C) 2018 The Android Open Source Project
|
/art/openjdkjvmti/include/ |
D | CPPLINT.cfg | 2 # Copyright (C) 2017 The Android Open Source Project
|
12345678910>>...14