/external/turbine/java/com/google/turbine/model/ |
D | Const.java | 94 public ByteValue asByte() { in asByte() 171 public ByteValue asByte() { in asByte() 172 return new ByteValue((byte) value); in asByte() 244 public ByteValue asByte() { in asByte() 245 return new ByteValue((byte) value); in asByte() 317 public ByteValue asByte() { in asByte() 318 return new ByteValue((byte) value); in asByte() 390 public ByteValue asByte() { in asByte() 391 return new ByteValue((byte) value); in asByte() 463 public ByteValue asByte() { in asByte() [all …]
|
/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/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/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 | 52 .addEqualityGroup(new Const.ByteValue((byte) 1), new Const.ByteValue((byte) 1)) in equalsTest() 53 .addEqualityGroup(new Const.ByteValue((byte) 2), new Const.ByteValue((byte) 2)) in equalsTest()
|
/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/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/kotlinc/lib/ |
D | kotlin-reflect.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/descriptors.jvm. ... |
D | kotlin-compiler.jar | META-INF/MANIFEST.MF
org/jetbrains/kotlin/utils/JavaSdkUtil.class
JavaSdkUtil ... |