/art/ |
D | NOTICE | 7 Unless required by applicable law or agreed to in writing, software 9 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 25 "Licensor" shall mean the copyright owner or entity authorized by 29 other entities that control, are controlled by, or are under common 31 "control" means (i) the power, direct or indirect, to cause the 32 direction or management of such entity, whether by contract or 33 otherwise, or (ii) ownership of fifty percent (50%) or more of the 34 outstanding shares, or (iii) beneficial ownership of such entity. 36 "You" (or "Your") shall mean an individual or Legal Entity 44 transformation or translation of a Source form, including but [all …]
|
/art/openjdkjvmti/ |
D | LICENSE | 8 Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved. 11 This code is free software; you can redistribute it and/or modify it 18 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 28 or visit www.oracle.com if you need additional information or have any
|
/art/dt_fd_forward/ |
D | LICENSE | 9 Copyright (c) 2003, 2016, Oracle and/or its affiliates. All rights reserved. 12 This code is free software; you can redistribute it and/or modify it 19 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 29 or visit www.oracle.com if you need additional information or have any
|
/art/openjdkjvm/ |
D | LICENSE | 8 Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved. 11 This code is free software; you can redistribute it and/or modify it 18 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 28 or visit www.oracle.com if you need additional information or have any
|
/art/test/449-checker-bce-rem/ |
D | info.txt | 2 HDiv+HMul+HSub or HDiv+HShl+HAdd+HSub or HDiv+HShl+HSub+HSub.
|
/art/test/640-checker-boolean-simd/src/ |
D | Main.java | 49 static void or(boolean x) { in or() method in Main 107 or(true); in main() 115 or(false); in main()
|
/art/tools/build/ |
D | var_list | 10 # Unless required by applicable law or agreed to in writing, software 12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 19 # Lines starting with '#' or blank lines are ignored.
|
/art/libartbase/base/metrics/ |
D | README.md | 10 (such as counter or histogram), and any additional arguments that are needed. 33 ordering relation `⪯` (e.g. less-than-or-equal or greater-than-or-equal). 47 observed ranges and try to rescale the buckets or allocate new buckets, but
|
/art/test/update-rollback/ |
D | Android.bp | 9 // Unless required by applicable law or agreed to in writing, software 11 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 26 // that the type of ART APEX -- public (`com.android.art`) or internal
|
/art/test/595-error-class/smali/ |
D | merge.smali | 10 # Unless required by applicable law or agreed to in writing, software 12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 19 # Method that selects between x = new Integer[] or new AnError[],
|
/art/test/535-regression-const-val/smali/ |
D | TestCase.smali | 9 # Unless required by applicable law or agreed to in writing, software 11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 31 # Now use as either float or int.
|
/art/test/ |
D | Android.run-test.mk | 113 define define-test-art-host-or-target-run-test-group 126 $(eval $(call define-test-art-host-or-target-run-test-group,target)) 127 $(eval $(call define-test-art-host-or-target-run-test-group,host)) 129 define-test-art-host-or-target-run-test-group :=
|
/art/runtime/ |
D | mutator_gc_coord.md | 4 Most garbage collection work can proceed concurrently with the client or 13 heap and associated data structures. Mutators hold the lock in reader or shared mode 14 while running Java code or touching heap-related data structures. The collector 15 holds the lock in writer or exclusive mode while it needs the heap data 32 running Java code. When it runs native code, or is blocked in a kernel call, it 92 via `SharedTryLock()`, or by the GC itself. However, more commonly 102 underlying reader-writer lock is held in shared mode, ***or*** if a mutator is in 122 `RequestCheckpoint()` to run it inside a running thread, or by ensuring that a 129 all threads have either passed a suspend point, or have been suspended. This 137 a `SuspendAll()` call to suspend one or all threads until they are resumed by [all …]
|
/art/test/162-method-resolution/jasmin/ |
D | Test5User.j | 9 ; Unless required by applicable law or agreed to in writing, software 11 ; WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 34 pop ; Pops the exception or the bogus operand from above.
|
/art/test/954-invoke-polymorphic-verifier/smali/ |
D | FakeSignaturePolymorphic.smali | 10 # Unless required by applicable law or agreed to in writing, software 12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 28 # Fail here because Main;->invoke does not have right flags (ie not native or varargs).
|
/art/test/VerifierDeps/ |
D | MyClassWithNoSuper.smali | 9 # Unless required by applicable law or agreed to in writing, software 11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
D | MySub1SoftVerificationFailure.smali | 9 # Unless required by applicable law or agreed to in writing, software 11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
D | MySub2SoftVerificationFailure.smali | 9 # Unless required by applicable law or agreed to in writing, software 11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
D | MyClassExtendingInterface.smali | 9 # Unless required by applicable law or agreed to in writing, software 11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
/art/test/166-bad-interface-super/jasmin/ |
D | BadSuper2.j | 9 ; Unless required by applicable law or agreed to in writing, software 11 ; WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
/art/libartservice/ |
D | Android.bp | 9 // Unless required by applicable law or agreed to in writing, software 11 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
/art/test/064-field-access/ |
D | info.txt | 2 should be thrown, but doesn't say which exception previals when two or 7 same time, we can only throw one or the other.
|
/art/test/HiddenApiStubs/ |
D | HiddenApi | 10 * Unless required by applicable law or agreed to in writing, software 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
/art/test/ArrayClassWithUnresolvedComponent/ |
D | ClassWithMissingSuper.smali | 9 # Unless required by applicable law or agreed to in writing, software 11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
/art/test/809-checker-invoke-super-bss/smali/ |
D | SuperClass.smali | 9 # Unless required by applicable law or agreed to in writing, software 11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|