Home
last modified time | relevance | path

Searched refs:negative (Results 1 – 8 of 8) sorted by relevance

/cts/tests/camera/libctscamera2jni/
Ddng-validate-jni.cpp112 AutoPtr<dng_negative> negative; in dng_validate() local
121 negative.Reset(host.Make_dng_negative()); in dng_validate()
122 negative->Parse(host, stream, info); in dng_validate()
123 negative->PostParse(host, stream, info); in dng_validate()
127 negative->ReadStage1Image(host, stream, info); in dng_validate()
132 negative->ReadTransparencyMask(host, stream, info); in dng_validate()
135 negative->ValidateRawImageDigest(host); in dng_validate()
142 const dng_image &stage1 = *negative->Stage1Image(); in dng_validate()
156 negative->SynchronizeMetadata(); in dng_validate()
161 negative->SetFourColorBayer(); in dng_validate()
[all …]
/cts/tests/tests/os/assets/minijail/
Disolated-common.policy11 # clock_gettime accepts negative clk_id to access clock_posix_dynamic and clock_posix_cpu.
12 # This policy assumes clk_id is at least 32-bit wide, where the MSB means it is negative.
/cts/tests/tests/permission/
DREADME15 In the permissions test cases, we just test the negative cases. These tests are to test the behavio…
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/opc_goto/d/
DT_opc_goto_1.smali37 # test negative offset
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/goto_16/d/
DT_goto_16_1.smali45 # test negative offset
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/goto_32/d/
DT_goto_32_1.smali45 # test negative offset
/cts/tests/sensor/src/android/hardware/cts/
DSensorManagerStaticTest.java717 boolean negative = (axis & 0x80) != 0; in mat9Axis()
722 v[0] = negative ? -m[offset] : m[offset]; in mat9Axis()
723 v[1] = negative ? -m[offset+3] : m[offset+3]; in mat9Axis()
724 v[2] = negative ? -m[offset+6] : m[offset+6]; in mat9Axis()
/cts/tests/tests/widget/src/android/widget/cts/
DAbsSeekBarTest.java95 final int negative = -5; in testAccessThumbOffset() local
104 myAbsSeekBar.setThumbOffset(negative); in testAccessThumbOffset()
105 assertEquals(negative, myAbsSeekBar.getThumbOffset()); in testAccessThumbOffset()