Home
last modified time | relevance | path

Searched refs:Source (Results 1 – 25 of 337) sorted by relevance

12345678910>>...14

/art/libartbase/base/
Dcasts.h89 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/
Dexpected.txt2 at Main.main(Unknown Source:2)
4 at Main.doThrow(Unknown Source:0)
5 at Main.main(Unknown Source:16)
/art/
DNOTICE2 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/
DMyClassWithNoSuper.smali1 # Copyright (C) 2016 The Android Open Source Project
DMySub1SoftVerificationFailure.smali1 # Copyright (C) 2017 The Android Open Source Project
DMySub2SoftVerificationFailure.smali1 # Copyright (C) 2017 The Android Open Source Project
DMyClassExtendingInterface.smali1 # Copyright (C) 2017 The Android Open Source Project
DMyDOMResult.smali1 # Copyright (C) 2016 The Android Open Source Project
DMySSLSocket.smali1 # Copyright (C) 2016 The Android Open Source Project
DMySocketTimeoutException.smali1 # Copyright (C) 2016 The Android Open Source Project
DMyThreadSet.smali1 # Copyright (C) 2016 The Android Open Source Project
DIface.smali1 # Copyright (C) 2017 The Android Open Source Project
DMyThread.smali1 # Copyright (C) 2016 The Android Open Source Project
/art/test/166-bad-interface-super/jasmin/
DBadSuper2.j1 ; Copyright (C) 2017 The Android Open Source Project
DBadSuper1.j1 ; Copyright (C) 2017 The Android Open Source Project
/art/test/976-conflict-no-methods/smali/
DNoMethods.smali2 # * Copyright (C) 2016 The Android Open Source Project
/art/test/HiddenApiStubs/
DHiddenApi2 * Copyright (C) 2019 The Android Open Source Project
/art/libartpalette/
Dlibartpalette.map.txt2 # Copyright (C) 2019 The Android Open Source Project
/art/tools/amm/
DAndroid.bp1 // Copyright (C) 2017 The Android Open Source Project
/art/test/161-final-abstract-class/smali/
DAbstractFinal.smali1 # Copyright (C) 2017 The Android Open Source Project
/art/test/804-class-extends-itself/smali/
Db_28685551.smali1 # Copyright (C) 2016 The Android Open Source Project
/art/dt_fd_forward/export/
DAndroid.bp2 // Copyright (C) 2017 The Android Open Source Project
/art/test/166-bad-interface-super/smali/
DBadSuper1.smali1 # Copyright (C) 2018 The Android Open Source Project
DBadSuper2.smali1 # Copyright (C) 2018 The Android Open Source Project
/art/openjdkjvmti/include/
DCPPLINT.cfg2 # Copyright (C) 2017 The Android Open Source Project

12345678910>>...14