Home
last modified time | relevance | path

Searched refs:Simple (Results 1 – 25 of 58) sorted by relevance

123

/aosp12/frameworks/base/tests/DynamicCodeLoggerIntegrationTests/src/com/android/dcl/
H A DSimple.java20 public final class Simple { class
21 public Simple() {} in Simple() method in Simple
/aosp12/art/test/142-classloader2/smali/
H A DMyPathClassLoader.smali1 # Simple subclass of PathClassLoader with methods overridden.
8 # Simple forwarding constructor.
/aosp12/system/keymaster/tests/
H A Dattestation_record_test.cpp85 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 Dstruct_field_simple.rscript19 struct Simple {
24 struct Simple simple;
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
H A Dstruct_field_simple.rscript21 struct Simple {
26 struct Simple simple;
/aosp12/system/tools/hidl/test/cpp_impl_test/
H A DAndroid.bp26 "Simple.h",
48 "Simple.cpp",
/aosp12/hardware/interfaces/identity/support/include/cppbor/
H A Dcppbor.h61 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 Dinfo.txt1 Simple tests for array accesses.
/aosp12/art/test/426-monitor/
H A Dinfo.txt1 Simple tests for monitorenter/monitorexit.
/aosp12/art/test/414-static-fields/
H A Dinfo.txt1 Simple test for static field access.
/aosp12/art/test/421-exceptions/
H A Dinfo.txt1 Simple test for try/catch/throw.
/aosp12/art/test/424-checkcast/
H A Dinfo.txt1 Simple tests for the checkcast opcode.
/aosp12/art/test/703-floating-point-div/
H A Dinfo.txt1 Simple tests to check floating point division.
/aosp12/packages/apps/Dialer/java/com/android/dialer/searchfragment/
H A DREADME.md56 * Simple number match (510333 matches [510-333]-7596)
62 * Simple name match (564 matches [Joh]n)
/aosp12/art/test/700-LoadArgRegs/
H A Dinfo.txt1 Simple tests for passing int/float/long/double arguments.
/aosp12/art/test/702-LargeBranchOffset/
H A Dinfo.txt1 Simple test to check if large branch offset works correctly.
/aosp12/art/test/103-string-append/
H A Dinfo.txt1 Simple test that triggers GC by appending to a String.
/aosp12/art/test/597-deopt-busy-loop/
H A Dexpected-stdout.txt2 Simple loop finishing
/aosp12/art/test/701-easy-div-rem/
H A Dinfo.txt1 Simple tests for checking easy division/reminder for int and longs.
/aosp12/art/test/121-simple-suspend-check/
H A Dinfo.txt1 Simple test to ensure the compiler emits suspend checks on loops.
/aosp12/packages/modules/NeuralNetworks/tools/ion_watcher/
H A DREADME.txt1 Simple ION_heap size change watcher/logger for correlating ION_heap usage with
/aosp12/system/chre/external/kiss_fft/
H A DMETADATA3 "Simple library for computing an FFT on sampled data"
/aosp12/art/test/412-new-array/
H A Dinfo.txt1 Simple tests for new-array, filled-new-array and fill-array-data.
/aosp12/art/test/800-smali/smali/
H A Db_22244733.smali6 return-object p0 # Simple return, use the special-method path in Quick.
/aosp12/hardware/interfaces/identity/support/src/
H A Dcppbor.cpp136 bool Simple::operator==(const Simple& other) const& { in operator ==()

123