/aosp12/frameworks/base/tests/DynamicCodeLoggerIntegrationTests/src/com/android/dcl/ |
H A D | Simple.java | 20 public final class Simple { class 21 public Simple() {} in Simple() method in Simple
|
/aosp12/art/test/142-classloader2/smali/ |
H A D | MyPathClassLoader.smali | 1 # Simple subclass of PathClassLoader with methods overridden. 8 # Simple forwarding constructor.
|
/aosp12/system/keymaster/tests/ |
H A D | attestation_record_test.cpp | 85 TEST(AttestAsn1Test, Simple) { in TEST() argument 175 TEST(EatTest, Simple) { in TEST() argument 269 TEST(BadImeiTest, Simple) { in TEST() argument 287 TEST(MissingAuthChallengeTest, Simple) { in TEST() argument 300 TEST(UnknownTagTest, Simple) { in TEST() argument
|
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
H A D | struct_field_simple.rscript | 19 struct Simple { 24 struct Simple simple;
|
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
H A D | struct_field_simple.rscript | 21 struct Simple { 26 struct Simple simple;
|
/aosp12/system/tools/hidl/test/cpp_impl_test/ |
H A D | Android.bp | 26 "Simple.h", 48 "Simple.cpp",
|
/aosp12/hardware/interfaces/identity/support/include/cppbor/ |
H A D | cppbor.h | 61 class Simple; variable 119 virtual const Simple* asSimple() const { return nullptr; } in asSimple() 579 class Simple : public Item { 583 bool operator==(const Simple& other) const&; 588 const Simple* asSimple() const override { return this; } in asSimple() 598 class Bool : public Simple { 630 class Null : public Simple { 657 if constexpr (std::is_base_of_v<Simple, T>) { in downcastItem()
|
/aosp12/art/test/407-arrays/ |
H A D | info.txt | 1 Simple tests for array accesses.
|
/aosp12/art/test/426-monitor/ |
H A D | info.txt | 1 Simple tests for monitorenter/monitorexit.
|
/aosp12/art/test/414-static-fields/ |
H A D | info.txt | 1 Simple test for static field access.
|
/aosp12/art/test/421-exceptions/ |
H A D | info.txt | 1 Simple test for try/catch/throw.
|
/aosp12/art/test/424-checkcast/ |
H A D | info.txt | 1 Simple tests for the checkcast opcode.
|
/aosp12/art/test/703-floating-point-div/ |
H A D | info.txt | 1 Simple tests to check floating point division.
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/searchfragment/ |
H A D | README.md | 56 * Simple number match (510333 matches [510-333]-7596) 62 * Simple name match (564 matches [Joh]n)
|
/aosp12/art/test/700-LoadArgRegs/ |
H A D | info.txt | 1 Simple tests for passing int/float/long/double arguments.
|
/aosp12/art/test/702-LargeBranchOffset/ |
H A D | info.txt | 1 Simple test to check if large branch offset works correctly.
|
/aosp12/art/test/103-string-append/ |
H A D | info.txt | 1 Simple test that triggers GC by appending to a String.
|
/aosp12/art/test/597-deopt-busy-loop/ |
H A D | expected-stdout.txt | 2 Simple loop finishing
|
/aosp12/art/test/701-easy-div-rem/ |
H A D | info.txt | 1 Simple tests for checking easy division/reminder for int and longs.
|
/aosp12/art/test/121-simple-suspend-check/ |
H A D | info.txt | 1 Simple test to ensure the compiler emits suspend checks on loops.
|
/aosp12/packages/modules/NeuralNetworks/tools/ion_watcher/ |
H A D | README.txt | 1 Simple ION_heap size change watcher/logger for correlating ION_heap usage with
|
/aosp12/system/chre/external/kiss_fft/ |
H A D | METADATA | 3 "Simple library for computing an FFT on sampled data"
|
/aosp12/art/test/412-new-array/ |
H A D | info.txt | 1 Simple tests for new-array, filled-new-array and fill-array-data.
|
/aosp12/art/test/800-smali/smali/ |
H A D | b_22244733.smali | 6 return-object p0 # Simple return, use the special-method path in Quick.
|
/aosp12/hardware/interfaces/identity/support/src/ |
H A D | cppbor.cpp | 136 bool Simple::operator==(const Simple& other) const& { in operator ==()
|