Searched refs:o10 (Results 1 – 8 of 8) sorted by relevance
/external/guava/guava-tests/test/com/google/common/base/ |
D | ToStringHelperTest.java | 128 Object o10 = new Object() {}; in testToStringHelper_moreThanNineAnonymousClasses() local 129 String toTest = MoreObjects.toStringHelper(o10).toString(); in testToStringHelper_moreThanNineAnonymousClasses() 144 Object o10 = new Object() {}; in testToStringHelperLenient_moreThanNineAnonymousClasses() local 145 String toTest = MoreObjects.toStringHelper(o10).toString(); in testToStringHelperLenient_moreThanNineAnonymousClasses()
|
/external/guava/android/guava-tests/test/com/google/common/base/ |
D | ToStringHelperTest.java | 128 Object o10 = new Object() {}; in testToStringHelper_moreThanNineAnonymousClasses() local 129 String toTest = MoreObjects.toStringHelper(o10).toString(); in testToStringHelper_moreThanNineAnonymousClasses() 144 Object o10 = new Object() {}; in testToStringHelperLenient_moreThanNineAnonymousClasses() local 145 String toTest = MoreObjects.toStringHelper(o10).toString(); in testToStringHelperLenient_moreThanNineAnonymousClasses()
|
/external/llvm-project/llvm/test/ExecutionEngine/RuntimeDyld/X86/ |
D | CommonSymbols_allocation.s | 35 .type o10,@object # 36 .comm o10,4,4
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | transpose_neon.h | 795 uint8x8_t *o7, uint8x8_t *o8, uint8x8_t *o9, uint8x8_t *o10, uint8x8_t *o11, in transpose_u8_16x8() argument 883 *o10 = vget_high_u8(vreinterpretq_u8_u32(d1.val[0])); in transpose_u8_16x8() 1012 uint8x16_t *o7, uint8x16_t *o8, uint8x16_t *o9, uint8x16_t *o10, in transpose_u8_16x16() argument 1179 *o10 = e2.val[1]; in transpose_u8_16x16()
|
/external/llvm-project/llvm/test/Analysis/CostModel/ARM/ |
D | gep.ll | 835 ; CHECK-V6M-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %o10 = getelementptr i… 895 ; CHECK-V7M-NOFP-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %o10 = getelement… 955 ; CHECK-V7M-FP-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %o10 = getelementpt… 1015 ; CHECK-MVE-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %o10 = getelementptr i… 1075 ; CHECK-MVEFP-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %o10 = getelementptr… 1135 ; CHECK-T32-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %o10 = getelementptr i… 1195 ; CHECK-A32-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %o10 = getelementptr i… 1256 %o10 = getelementptr inbounds <4 x i64>, <4 x i64>* undef, i32 4
|
/external/python/cpython3/Doc/faq/ |
D | programming.rst | 800 >>> a = 0o10
|
/external/python/cpython2/Doc/faq/ |
D | programming.rst | 927 >>> a = 0o10
|
/external/python/cpython3/Doc/library/ |
D | functions.rst | 1022 '0o10'
|