/external/turbine/java/com/google/turbine/model/ |
D | Const.java | 100 public ByteValue asByte() { in asByte() 197 public ByteValue asByte() { in asByte() 198 return new ByteValue((byte) value); in asByte() 280 public ByteValue asByte() { in asByte() 281 return new ByteValue((byte) value); in asByte() 363 public ByteValue asByte() { in asByte() 364 return new ByteValue((byte) value); in asByte() 449 public ByteValue asByte() { in asByte() 450 return new ByteValue((byte) value); in asByte() 541 public ByteValue asByte() { in asByte() [all …]
|
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/ |
D | ByteValueImpl.java | 31 implements ByteValue { 41 if ((obj != null) && (obj instanceof ByteValue)) { in equals() 42 return (value == ((ByteValue)obj).value()) in equals() 56 public int compareTo(ByteValue obj) { in compareTo()
|
D | PacketStream.java | 233 if(!(val instanceof ByteValue)) in writeUntaggedValueChecked()
|
D | VirtualMachineImpl.java | 477 public ByteValue mirrorOf(byte value) { in mirrorOf()
|
/external/compiler-rt/lib/esan/ |
D | working_set.cpp | 126 u32 ByteValue = 0x1 << BitIdx; in countAndClearShadowValues() local 127 u32 WordValue = ByteValue | ByteValue << 8 | ByteValue << 16 | in countAndClearShadowValues() 128 ByteValue << 24; in countAndClearShadowValues() 138 if (BytePtr[j] & ByteValue) { in countAndClearShadowValues() 142 BytePtr[j] |= (ByteValue << 1); in countAndClearShadowValues()
|
/external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/value/ |
D | LazyByteValue.java | 35 import com.sun.jdi.ByteValue; 38 public class LazyByteValue extends LazyComparablePrimitiveValue<ByteValue> implements ByteValue {
|
/external/turbine/javatests/com/google/turbine/model/ |
D | ConstTest.java | 59 .addEqualityGroup(new Const.ByteValue((byte) 1), new Const.ByteValue((byte) 1)) in equalsTest() 60 .addEqualityGroup(new Const.ByteValue((byte) 2), new Const.ByteValue((byte) 2)) in equalsTest() 133 assertThat(new Const.ByteValue((byte) 42).toString()).isEqualTo("(byte)0x2a"); in toStringTest()
|
/external/oj-libjdwp/src/share/classes/com/sun/jdi/ |
D | ByteValue.java | 37 public interface ByteValue extends PrimitiveValue, Comparable<ByteValue> { interface
|
D | VirtualMachine.java | 320 ByteValue mirrorOf(byte value); in mirrorOf()
|
/external/sfntly/cpp/src/sfntly/table/ |
D | byte_array_table_builder.h | 33 virtual int32_t ByteValue(int32_t index);
|
D | byte_array_table_builder.cc | 23 int32_t ByteArrayTableBuilder::ByteValue(int32_t index) { in ByteValue() function in sfntly::ByteArrayTableBuilder
|
/external/llvm-project/parallel-libs/acxxel/ |
D | cuda_acxxel.cpp | 121 ptrdiff_t ByteCount, char ByteValue, 388 ptrdiff_t ByteCount, char ByteValue, in asyncMemsetD() argument 393 ByteValue, ByteCount, static_cast<CUstream_st *>(Stream)), in asyncMemsetD()
|
D | opencl_acxxel.cpp | 107 ptrdiff_t ByteCount, char ByteValue, 371 ptrdiff_t ByteCount, char ByteValue, in asyncMemsetD() argument 375 static_cast<cl_mem>(DeviceDst), &ByteValue, 1, in asyncMemsetD()
|
D | acxxel.h | 355 Stream &asyncMemsetD(DeviceDstTy &&DeviceDst, char ByteValue); 650 ptrdiff_t ByteCount, char ByteValue, 820 Stream &Stream::asyncMemsetD(DeviceDstTy &&DeviceDst, char ByteValue) { in asyncMemsetD() argument 826 DeviceDstSpan.byte_size(), ByteValue, TheHandle.get())); in asyncMemsetD()
|
/external/skia/src/sfnt/ |
D | SkOTTable_glyf.h | 183 struct ByteValue { struct
|
/external/skqp/src/sfnt/ |
D | SkOTTable_glyf.h | 183 struct ByteValue { struct
|
/external/turbine/java/com/google/turbine/binder/bytecode/ |
D | BytecodeBinder.java | 185 return new Const.ByteValue(value.asByte().value()); in bindConstValue()
|
/external/turbine/java/com/google/turbine/processing/ |
D | TurbineElements.java | 318 return new Const.ByteValue((Byte) value).toString(); in getConstantExpression()
|