HomeSort by relevance Sort by last modified time
    Searched refs:ByteValue (Results 1 - 13 of 13) sorted by null

  /external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/value/
LazyByteValue.java 35 import com.sun.jdi.ByteValue;
38 public class LazyByteValue extends LazyComparablePrimitiveValue<ByteValue> implements ByteValue {
  /external/sfntly/cpp/src/sfntly/table/
byte_array_table_builder.h 33 virtual int32_t ByteValue(int32_t index);
byte_array_table_builder.cc 23 int32_t ByteArrayTableBuilder::ByteValue(int32_t index) {
  /external/compiler-rt/lib/esan/
working_set.cpp 126 u32 ByteValue = 0x1 << BitIdx;
127 u32 WordValue = ByteValue | ByteValue << 8 | ByteValue << 16 |
128 ByteValue << 24;
138 if (BytePtr[j] & ByteValue) {
142 BytePtr[j] |= (ByteValue << 1);
  /device/linaro/bootloader/edk2/OvmfPkg/AcpiPlatformDxe/
Qemu.c 206 UINT8 ByteValue;
355 SuspendToRam->Pm1aCntSlpTyp.ByteValue = 1; // PIIX4: STR
360 SuspendToDisk->Pm1aCntSlpTyp.ByteValue = 2; // PIIX4: POSCL
379 SuspendToRam->Pm1aCntSlpTyp.ByteValue =
382 SuspendToRam->Pm1aCntSlpTyp.ByteValue));
389 SuspendToDisk->Pm1aCntSlpTyp.ByteValue =
392 SuspendToDisk->Pm1aCntSlpTyp.ByteValue));
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/PatchPcdValue/
PatchPcdValue.py 169 ByteValue = int(ByteString, 16)
171 ByteValue = int(ByteString)
172 ByteList[ValueOffset + Index] = ByteValue % 0x100
  /external/skia/src/sfnt/
SkOTTable_glyf.h 183 struct ByteValue {
187 } byteValue;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciPei/
UhcPeim.c     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/VfrCompile/
VfrCompile.g     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
netmon.h     [all...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.0.6/
kotlin-reflect-1.0.6.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.1.3/
kotlin-reflect-1.1.3.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.5/
kotlin-reflect.jar 

Completed in 1008 milliseconds