/dalvik/dexgen/src/com/android/dexgen/rop/cst/ |
CstType.java | 37 /** {@code non-null;} instance corresponding to the class {@code Byte} */ 38 public static final CstType BYTE = intern(Type.BYTE_CLASS); 64 /** {@code non-null;} instance corresponding to the type {@code byte[]} */ 106 case Type.BT_BYTE: return BYTE;
|
/dalvik/dx/src/com/android/dx/rop/cst/ |
CstType.java | 37 /** {@code non-null;} instance corresponding to the class {@code Byte} */ 38 public static final CstType BYTE = intern(Type.BYTE_CLASS); 64 /** {@code non-null;} instance corresponding to the type {@code byte[]} */ 106 case Type.BT_BYTE: return BYTE;
|
/external/dagger2/compiler/src/test/java/dagger/internal/codegen/writer/ |
TypeNamesTest.java | 73 assertThat(TypeNames.forTypeMirror(compilation.getTypes().getPrimitiveType(TypeKind.BYTE))) 74 .isEqualTo(PrimitiveName.BYTE);
|
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/ |
CstType.java | 37 /** {@code non-null;} instance corresponding to the class {@code Byte} */ 38 public static final CstType BYTE = intern(Type.BYTE_CLASS); 64 /** {@code non-null;} instance corresponding to the type {@code byte[]} */ 106 case Type.BT_BYTE: return BYTE;
|
/external/lzma/CPP/Common/ |
MyWindows.h | 27 #undef BYTE
28 typedef unsigned char BYTE;
|
/external/opencv3/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/ |
Direct3DInterop.h | 58 void UpdateFrame(byte* buffer, int width, int height); 116 BYTE* pixels); 137 BYTE* pSample);
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/value/ |
DexBackedEncodedValue.java | 54 case ValueType.BYTE: 56 return new ImmutableByteEncodedValue((byte)reader.readByte()); 120 case ValueType.BYTE:
|
/external/tpm2/ |
Ticket.c | 30 BYTE bufferToCompare[sizeof(valueToCompare)]; 31 BYTE *marshalBuffer;
|
PolicySigned.c | 88 CryptUpdateDigestInt(&hashState, sizeof(UINT32), (BYTE*) &in->expiration); 126 // Note: can't do a direct copy because the output buffer is a byte 129 // 64-bit value that is byte aligned.
|
Startup.c | 30 BYTE locality = _plat__LocalityGet();
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
icrsint.h | 25 BYTE bPrecision; 26 BYTE bScale;
|
wfext.h | 55 BYTE bAttr; 62 BYTE bAttr;
|
winsafer.h | 53 BYTE ImageHash[SAFER_MAX_HASH_SIZE]; 111 BYTE ImageHash[SAFER_MAX_HASH_SIZE];
|
wsdattachment.h | 60 STDMETHOD_(HRESULT,Read)(THIS_ BYTE *pBuffer,DWORD dwBytesToRead,LPDWORD pdwNumberofBytesRead) PURE; 92 STDMETHOD_(HRESULT,Write)(THIS_ const BYTE *pBuffer,DWORD dwBytesToWrite,LPDWORD pdwNumberofBytesWritten) PURE;
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/ |
wintypes.py | 8 BYTE = c_byte 19 BOOLEAN = BYTE 170 __all__ = ['ATOM', 'BOOL', 'BOOLEAN', 'BYTE', 'COLORREF', 'DOUBLE', 'DWORD',
|
/prebuilts/gdb/linux-x86/lib/python2.7/ctypes/ |
wintypes.py | 8 BYTE = c_byte 19 BOOLEAN = BYTE 170 __all__ = ['ATOM', 'BOOL', 'BOOLEAN', 'BYTE', 'COLORREF', 'DOUBLE', 'DWORD',
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/ |
wintypes.py | 8 BYTE = c_byte 19 BOOLEAN = BYTE 170 __all__ = ['ATOM', 'BOOL', 'BOOLEAN', 'BYTE', 'COLORREF', 'DOUBLE', 'DWORD',
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/ |
wintypes.py | 8 BYTE = c_byte 19 BOOLEAN = BYTE 170 __all__ = ['ATOM', 'BOOL', 'BOOLEAN', 'BYTE', 'COLORREF', 'DOUBLE', 'DWORD',
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
hlebad.l | 629 [ ]*257[ ]+xacquire adc BYTE PTR \[ecx\],100 630 [ ]*258[ ]+xrelease adc BYTE PTR \[ecx\],100 683 [ ]*307[ ]+xacquire adc BYTE PTR \[ecx\],100 684 [ ]*308[ ]+xrelease adc BYTE PTR \[ecx\],100 694 [ ]*318[ ]+xacquire adc BYTE PTR \[ecx\],al 695 [ ]*319[ ]+xrelease adc BYTE PTR \[ecx\],al 702 [ ]*326[ ]+xacquire adc al,BYTE PTR \[ecx\] 703 [ ]*327[ ]+xacquire lock adc al,BYTE PTR \[ecx\] 704 [ ]*328[ ]+lock xacquire adc al,BYTE PTR \[ecx\] 705 [ ]*329[ ]+xrelease adc al,BYTE PTR \[ecx\ [all...] |
inval.s | 75 movq xmm1, BYTE PTR [esp] 79 movq BYTE PTR [esp],xmm1
|
intelok.d | 10 [ ]*[0-9a-f]+:[ ]+02 00[ ]+add[ ]+al,(BYTE PTR )?\[eax\] 11 [ ]*[0-9a-f]+: 02 00[ ]+add[ ]+al,(BYTE PTR )?\[eax\] 16 [ ]*[0-9a-f]+: 80 00 01[ ]+add[ ]+BYTE PTR \[eax\],0x1 32 [ ]*[0-9a-f]+: a6[ ]+cmps[ ]+(BYTE PTR )(ds:)?\[esi\],(\1)?es:\[edi\] 83 [ ]*[0-9a-f]+: a4[ ]+movs[ ]+(BYTE PTR )es:\[edi\],(\1)?(ds:)?\[esi\] 86 [ ]*[0-9a-f]+: 0f be 00[ ]+movsx[ ]+eax,BYTE PTR \[eax\] 95 [ ]*[0-9a-f]+: d7[ ]+xlat(b|[ ]+(BYTE PTR )?(ds:)?\[ebx\]) 96 [ ]*[0-9a-f]+: d7[ ]+xlat(b|[ ]+(BYTE PTR )?(ds:)?\[ebx\]) 97 [ ]*[0-9a-f]+: d7[ ]+xlat(b|[ ]+(BYTE PTR )?(ds:)?\[ebx\]) 111 [ ]*[0-9a-f]+: 0f b6 00[ ]+movzx[ ]+eax,BYTE PTR \[eax\ [all...] |
/dalvik/dexgen/src/com/android/dexgen/rop/type/ |
Type.java | 44 /** basic type constant for {@code byte} */ 77 /** {@code non-null;} instance representing {@code byte} */ 78 public static final Type BYTE = new Type("B", BT_BYTE); 113 putIntern(BYTE); 134 CLASS_TYPE_MAP.put(byte.class, BYTE); 173 * {@code non-null;} instance representing {@code java.lang.Byte}; the 177 public static final Type BYTE_CLASS = intern("Ljava/lang/Byte;"); 231 /** {@code non-null;} instance representing {@code byte[]} */ 232 public static final Type BYTE_ARRAY = BYTE.getArrayType() [all...] |
/external/lz4/programs/ |
bench.c | 84 typedef uint8_t BYTE; 90 typedef unsigned char BYTE; 201 BYTE* testmem=NULL; 210 testmem = (BYTE*) malloc ((size_t)requiredMem);
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11gears/ |
d3d11gears.hlsl.ps.h | 78 const BYTE g_ps[] =
|
d3d11gears.hlsl.vs.h | 75 const BYTE g_vs[] =
|